/* news-cycle-regular - latin */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/news-cycle-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/news-cycle-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* news-cycle-700 - latin */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/news-cycle-v22-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/news-cycle-v22-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body, p, td, h1, h2, h3, h4, h5 {
    font-family: Lato, sans-serif;
}

.navbar-brand h4 {
    font-family: 'News Cycle', sans-serif;
    text-transform: none;
    padding-top: 18px;
    font-size: 24px;
}

@media (max-width: 575.9px) {
    .navbar-brand h4 {
        font-family: 'News Cycle', sans-serif;
        text-transform: none;
        padding-top: 10px;
        font-size: 18px;
    }
}

.sectionLink:hover .border-color-1,
.sectionLink:hover .border-color-2,
.sectionLink:hover .border-color-3,
.sectionLink:hover .border-color-4,
.sectionLink:hover .border-color-5,
.sectionLink:hover .border-color-6 {
  color: #111;
}

.bg-color-1 {
    background-color: #F5F4C2 !important;
}

.bg-color-2 {
    background-color: #ABFABA !important;
}

.bg-color-3 {
    background-color: #AEEBF0 !important;
}

.bg-color-4 {
    background-color: #B4AFF0 !important;
}

.bg-color-5 {
    background-color: #EBA5D8 !important;
}

.bg-color-6 {
    background-color: #000 !important;
}

.border-color-1 {
    border-color: #F5F4C2 !important;
}

.border-color-2 {
    border-color: #ABFABA !important;
}

.border-color-3 {
    border-color: #AEEBF0 !important;
}

.border-color-4 {
    border-color: #B4AFF0 !important;
}

.border-color-5 {
    border-color: #EBA5D8 !important;
}

.border-color-6 {
    border-color: #000 !important;
}

.sectionLink .linkIcon {
    line-height: 80px;
    border-width: 10px;
}
.sectionLink .linkText {
    color: #000;
}

.pl--0 {
    padding-left: 0;
}

.pr--0 {
    padding-right: 0;
}

td {
    font-size: 16px;
}

.linkSection {
    margin-top: -20px;
}

.sectionLink {
    border-radius: 0;
}

.sectionLink .linkText {
    font-family: Lato, sans-serif;
    line-height: 112px;
}

@media (min-width: 768px) {
    .sectionLink {
        height: 80px;
    }
    .sectionLink .linkText {
        font-size: 16px;
        line-height: 120px;
    }
}

@media (min-width: 1200px) {
    .sectionLink {
        height: 100px;
    }
    .sectionLink .linkText {
        font-size: 24px;
        line-height: 135px;
    }
}

.footerInfoArea {
    padding: 50px 0 0 0;
}

.footerInfo td {
    font-size: 14px;
}

@media (min-width: 768px) {
    .pr-md-10, .pr-lg-10 { padding-right: 30px; }
    .pl-md-10, .pl-lg-10 { padding-left: 30px; }
}

.featuresContent {
    padding: 30px 15px 0 15px;
}

.banner-image {
    display: block; 
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}

.banner-image h2 {
    text-transform: none;
    font-weight: bold;
    color: #eee;
    right: 50px;
    position: absolute;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
}

.banner-image h1 {
    text-transform: none;
    font-weight: bold;
    color: #eee;
    right: 50px;
    position: absolute;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
}

@media (min-width: 320px) {
    .banner-image h1 {
        margin-top: -45px;
        font-size: 24px;
    }
    .banner-image h2 {
        margin-top: -65px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .banner-image h1 {
        margin-top: -90px;
        font-size: 48px;
    }
    .banner-image h2 {
        margin-top: -130px;
        font-size: 24px;
    }
}

img.rechts {
    float: right;
}

.sectionTitle {
    height: 130px;
    background: url(../img/text-anne-frank.png) 0 15px no-repeat;
}

@media (max-width: 991.999px) {
  .sectionTitle {
    background-size: 60%;
  }
}

.sectionTitle h2, .homeContactContent h2 {
    font-family: 'News Cycle', cursive;
    font-weight: 400;
    text-transform: none;
    font-size: 48px;
}

.sectionTitle h2 {
    margin-bottom: 30px;
}

.sectionTitle p.intro {
    padding: 0 15px;
}

p.intro {
    font-weight: bold;
    padding-bottom: 20px;
}

p.intro::after {
    display: block;
    border-bottom: 3px solid #f0c24b;
    width: 100px;
    height: 10px;
    content: "";
}

.contact-icon {
    text-align: center;
    border-radius: 10px;
    padding: 40px 10px 20px 10px;
    background-color: #6dbc8c;
}

.contact-icon a, .contact-icon h5, .contact-icon p {
    color: #fff;
}

.contact-icon .top-icon {
	transition: all .3s ease-out;
	font-size: 40px;
	top: -40px;
	color: #f0c24b;
	position: absolute;
	right: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	display: inline-table;
	width: 60px;
}

.contact-icon-info h5 {
    font-size: 24px;
    text-transform: none;
}

.footerTitle h4 {
    font-family: 'News Cycle', cursive;
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
}

@media (min-width: 320px) {
    .navbar-header .navbar-brand > img {
    	width: auto;
    	height: 60px;
    }
    .navbar-default.lightHeader {
    	top: 0;
    }    
    .banner-image img {
        margin-top: -26px;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .banner-image img {
        margin-top: -240px;
        width: 100%;
    }
    .navbar-header .navbar-brand {
    	padding: 15px;
    	height: 110px;
    }
    .navbar-header .navbar-brand img {
    	height: 85px;
    	width: auto;
    }
    .navbar-default.lightHeader {
    	height: 180px;
    }
    #menuBar.bb-fixed-header {
    	height: 140px;
    	display: none;
    }
    #menuBar.bb-fixed-header .navbar-brand img {
    	width: auto;
    	height: 75px;
    }
}

@media (max-width: 720px) {
    .h2, h2, .h3, h3 {
        font-size: 20px;
    }
    .sectionTitle h2 {
        font-size: 24px;
    }
    .tp-caption.rs-caption-1 {
    	font-size: 20px !important;
    	line-height: 22px !important;
    	padding: 0 10px !important;
    }
}

.top-info-bar {
    top: 0;
}

#menuBar.bb-fixed-header {
	top: 0;
}

#menuBar .container {
    background-color: #fff;
}

.navbar-default.lightHeader {
    background-color: transparent;
    box-shadow: none;
}

.navbar-default.lightHeader .container {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.topList li i {
    font-size: 12px;
}

.navbar-default .navbar-nav > li > a > span {
	width: 90px;
	padding: 0;
}

.navbar-default .navbar-nav > li:last-child > a > span {
	padding-left: 0;
}

.navbar-default .navbar-nav > li:last-child > a > span {
	width: 90px;
}

.navbar-default .navbar-nav {
    background-color: #fff;
}

.teamContent {
    margin: 20px 20px 0 0;
    width: 100%;
    padding: 20px;
    background-color: #bbb;
    border: 2px solid #fff;
}

.teamImage {
    width: 150px;
    height: 150px;
    box-shadow: none;
    border: 2px solid #fff;
}

.teamImage img.icon {
    position: absolute;
    top: 50px;
    right: -135px;
    width: 100px;
    height: auto;
}

.teamInfo h3, .teamInfo p, .teamInfo .desc {
    color: #333;
    text-transform: none;
    text-align: left;
}

.teamInfo h3 {
    font-size: 16px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    background-color: #b5d56a;
}

/* Burger-Menü soll unter 1200px Breite immer sichtbar sein */

@media (max-width: 9999px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Das Aufklappmenü soll unter 1200px auch vernünftig aussehen */

@media (max-width: 9999px) {
    .navbar-default .navbar-nav > li > a > span {
    	text-align: left;
    }
    .navbar-default .navbar-nav {
    	max-height: 350px;
    	overflow-x: hidden;
    	transition: height 0.3s ease;
    }
    .navbar-default .navbar-nav > li > a {
    	color: #000000;
    	padding: 8px;
    }
    .navbar-default .navbar-nav > li > a > i {
    	display: inline-block;
    	margin: 0 10px 0 0;
    }
    .navbar-default .navbar-nav > li > a > span {
    	display: inline-block;
    	width: auto;
    }
    .navbar-default .navbar-nav > li:last-child > a > span {
    	width: auto;
    }

}

.event-card {
    border: 2px solid #f0c24b;
    background-color: #ffe297;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 50px;
    font-size: 16px;
}

.event-card h6 {
    font-size: 20px;
    font-weight: bold;
}

.event-card .btn {
    font-size: 16px;
    text-transform: none;
}

.event-card i {
    padding-right: 10px;
}