/* Enter Your Custom CSS Here */

/* Import Google Webfonts */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro|Playfair+Display);

/* Schriftart generell */

body, p {
  font-family: 'Source Sans Pro', sans-serif; 
  font-size: 16px; 
  color: #000
}

/* Schriftart Überschriften */

h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display', serif;}

/* Schriftgröße Überschriften */

h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 20px;}

/* Farben Überschriften */

h1, h2, h3, h4, h5, h6 {color: #aa6639;}

/* Farben für Theme */

a {color: #aa6639;} /* Links */
.site-header {background: #51000a; color: #fff;} /* Banner oben */
.hero {background: #51000a; color: #fff;} /* Banner Seiten-Überschriften */ 
h2.entry-title a {color: #51000a;} /* Farbe der Überschriften zu Blogartikeln */
h2.entry-title a:hover {color: #aa6639;} /* Farbe der Überschriften beim Üverfahren mit der Maus */

/* Buttons */

button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #51000a; 
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

/* Interimslösung für Beitragsbild */

.post-thumbnail img {width: 600px; height: auto;}




