/*
Theme Name:     Cluster Child Theme
Description:    Make your modifications to Cluster in this child theme.
Template:       cluster
*/

@import url('../cluster/style.css');
#subscribe-reloaded{
	border: 1px solid #e6e6e6;
background: #f5f5f5;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none; width: 100%;
padding: 13px 10px;
word-break: normal;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
font: inherit;
font-weight: 100;
color: #696868;
}


html {
   font-size: 18px;
}

.widget_recent_entries a {
   font-size: 16px;
}

ul.pfeil1 {
   list-style-image: url('Pfeil2.png');
}

ul.pfeil2 {
   list-style-image: url('Pfeil3.png');
}

@media screen and (min-width: 700px) {
  .custom-background {
    min-height: 720px !important;
  }
}