/** Logo Größe **/

#masthead .site-branding img {
  max-width: 300px;
}

/** Logo Größe Mobil **/

@media (max-width: 600px) {
  #masthead .site-branding img {
    max-width: 250px;
  }
}

/** Text Blocksatz **/

p {
  text-align: justify;
}

/** Aufzählung Blocksatz **/

.entry-content li {
  text-align: justify;
}


/** Link Farbe **/
a:hover {
  color: white;
}
a {
  color: white;
}
a:visited {
  color: white;
}