/* Farbe der Bulletpoints im Flexslider */
/* Inaktiver Slide */
.flex-control-paging li a {
  background: rgba(255,255,255,.5);
}

/* Aktiver Slide */
.flex-control-paging li a.flex-active {
  background: rgba(96,145,144,.9);
}

/* Text über Slider */
.flex-caption {
  /* Hintergrundfarbe */
  background: rgba(37, 139, 209, .7);

  padding: 1rem;
  width: 100%;
  color: #3e3e3e;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  border-bottom: 1px solid #ccc;
  line-height: 1;

  /* FÜR KLEINE BILDSCHIRME < 600px ausblenden! */
  display: none;
}

.flex-caption p {
  margin: 0;
}

.flex-caption a, .flex-caption a:visited {
  color: #3e3e3e;
}

.flex-caption h3 {
  margin-bottom: .5rem;
}

@media screen and (min-width:601px){
  .flex-caption {
    display: block;
    position: absolute;
    top: 20rem;
    left: 5rem;
    width: 45%;
    border-bottom: 0;
  }
}
@media screen and (min-width:901px){
  .flex-caption {
    width: 35%;
  }
}

/**** ENDE Flexslider ****/

/* Schriftgrößen */

/* Hauptinhaltsbereich */

/* Kleine Bildschirme bis 600px Breite */
.content-main p, .content-main ul, .content-main ol, .content-main dl, .content-main pre, .content-main table, .content-main blockquote {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Größere Bildschirme > 600px Breite */
@media screen and (min-width: 601px) {
  .content-main p, .content-main ul, .content-main ol, .content-main dl, .content-main pre, .content-main table, .content-main blockquote {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/* Horizontale Navigation */
.menu-horizontal a {
  font-size: 1.3rem;
}

/* Footer */
/* Kleine Bildschirme bis 600px Breite */
.wrapper-footer p, .wrapper-footer ul, .wrapper-footer ol, .wrapper-footer dl, .wrapper-footer pre, .wrapper-footer table, .wrapper-footer blockquote, .wrapper-footer .copyright {
  font-size: 1.0rem;
  line-height: 1.5;
}

/* Größere Bildschirme > 600px Breite */
@media screen and (min-width: 601px) {
  .wrapper-footer p, .wrapper-footer ul, .wrapper-footer ol, .wrapper-footer dl, .wrapper-footer pre, .wrapper-footer table, .wrapper-footer blockquote, .wrapper-footer .copyright {
    font-size: 1.0rem;
    line-height: 1.5;
  }
}

/* Sprachmenü */
.languagemenu {
  font-size: 1.0rem;
}

/* Formulare im Hauptinhaltsbereich */
.content-main input, .content-main textarea, .content-main select, .content-main label, .content-main button {
  font-size: 1.0rem;
}
/**** ENDE Schriftgrößen ****/
