body {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #333333;
  text-align: left;
}

#header {
  background-color: #ffffff;
  background-image: url('/news/wp-content/themes/hueman/heusenstaemmchen/images/back_image_fussball_nacht_klar.png');
  background-position: 0px 25px;
  background-repeat: no-repeat;
  background-size:100%;
  height: 254px !important;
  margin: 0px auto;
  max-width:800px;
  min-width:300px;
  width: 100%;
}

@media (max-width: 799px) {
  #header {
    height: 254px !important;
  }
}
@media (max-width: 750px) {
  #header {
    height: 235x !important;
  }
}
@media (max-width: 682px) {
  #header {
    height: 258px !important;
  }
}
@media (max-width: 614px) {
  #header {
    height: 232px !important;
  }
}
@media (max-width: 546px) {
  #header {
    height: 209px !important;
  }
}
@media (max-width: 478px) {
  #header {
    height: 187px !important;
  }
}
@media (max-width: 410px) {
  #header {
    height: 163px !important;
  }
}
@media (max-width: 342px) {
  #header {
    height: 141px !important;
  }
}
@media (min-width: 800px) {
  body {
    background: #FFFFFF url('/news/wp-content/themes/hueman/heusenstaemmchen/images/back_strip_fussball_nacht_klar.png');
    background-position: 0px 25px;
    background-repeat: repeat-x;
  }
}

h1 {
  font-size: 20px !important;
  line-height: 1.2em;
}
h1.post-title {
  font-size: 22px !important;
  line-height: 1.2em;
}
h2 {
  font-size: 19px !important;
  font-weight: bold !important;
}
h2 a {
  font-size: 19px !important;
  font-weight: normal !important;
}
h3 {
  font-size: 18px !important;
  font-weight: normal !important;
  margin-bottom: 12px !important;
}
h3 a {
  font-size: 18px !important;
  font-weight: normal !important;
}

# Support of foldable navigation menus

.folded {
}

.folded a {
  font-size: 14px;
  font-weight: normal;
}

.folded:after {
  content: '\002b\00a0';
  float: left;
  margin-left: 0px;
  margin-right: 3px;
}

.unfolded:after {
  content: '\2212\00a0';
}

.unfolded-content {
  margin-left: 19px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.custom-logo-link {
  line-height: 1.0em;
  font-size: 20px; 
  margin-left: 0px;
  margin-top: 0px;
}
@media (min-width: 720px) {
  .custom-logo-link { 
    margin-left: 0px;
    margin-top: -20px;
  }
}

.entry * {
  font-size: 16px;
}
.entry p a {
  color: black !important;
}
.my_article_details, .my_article_details * {
  margin-top:10px;
  color: grey;
  font-size: 16px;
}
/*.my_article_details a {
  color: #3b8dbd;
}*/

.widget-title {
  font-size: 16px !important;
  font-weight: bold !important;
}

a {
  text-decoration: underline;
}

p, li, ul {
  font-size: 16px;
  line-height: 160%;
}
p b, li b, b {
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
}

