/*
  This css file is for individual users to restyle items for their personal site,
  or for the implementation of features specifically for their site. Anything that
  is an official part of the theme (ex. Pull Requests) should be included in main.css
  within the formating given.
*/
#header img {
  max-height: 3.5em !important;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 736px) {
  #header img {
    max-height: 2.75em !important;
  }
}

#footer .copyright {
  text-align: center;
  color: #777777;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*
  Bilder mit Rahmen, abregrundeten Ecken und hervorgehobenem Titelbereich
*/
figure.postimg {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;  
}

figure.postimg figcaption {
  padding: 2px 4px 2px 4px;
  background-color: #e0e0e0;
  font-style: italic;
  border-radius: 0 0 3px 3px;  
}

figure.postgallery figcaption {
  background: rgba(255, 255, 255, 0.75);
  font-style: italic;
}
