/*
Theme Name:     Twenty Sixteen Child
Template:       twentysixteen
Version:        1.0
*/

@import url("../twentysixteen/style.css");


/* Standard-Blockquote im Twenty Sixteen Child */
.entry-content blockquote {
  background-color: #ffffff;        /* weißer Hintergrund */
  border-left: 8px solid #017501 !important; /* grüner Rand links */
  border-right: 8px solid #017501 !important; /* grüner Rand rechts */
  border-radius: 20px;              /* abgerundete Ecken */
  padding: 1em 1.25em;              /* Innenabstand */
  margin: 1.5em 0;                  /* Abstand nach oben/unten */
  font-size: 0.9em;                 /* etwas kleinere Schrift */
  color: #017501;                   /* grüne Schrift */
  font-style: normal;               /* keine Kursivschrift */
  margin-left: 0;                   /* bündig mit Text */
}

/* Spezialklasse "hinweis" */
.entry-content blockquote.hinweis {
  border-left: 8px solid #d90000 !important; /* roter Rand links */
  border-right: 8px solid #d90000 !important; /* roter Rand rechts */
  font-size: 1em;                 /* Schrift */
  font-weight: bold;               /* fette Schrift */
  color: #d90000;                  /* rote Schrift */
}
.entry-content blockquote.hinweis a {
  color: #000000;          /* schwarze Links */
}

.entry-content blockquote.hinweis a:hover,
.entry-content blockquote.hinweis a:focus {
  color: #333333;          /* dunkleres Grau beim Hover/Fokus */
}


