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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .topList li, .topList li a {
        font-size: 12px;
    }
}

h2, h3 {
    text-transform: none;
}

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

.welcome 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) {
    .welcome h1 {
        margin-top: -60px;
        font-size: 22px;
    }
    .welcome h2 {
        margin-top: -75px;
        font-size: 14px;
    }
}

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

.paeda h3 {
    color: #666;
}

.team h3 {
    color: #8ab5e1;
    font-size: 16px;
}

.featuresContent {
    min-height: 80px;
}

.featuresContent .media-left i {
    font-size: 28px;
}

@media (min-width: 768px) {
    .featureSection {
        padding: 60px 0 0 0;
    }
}


#startseite.featureSection {
    padding-top: 0;
}

.navbar-default.lightHeader {
    background-color: rgba(255, 255, 255, 0.8);
}

#menuBar.bb-fixed-header {
    height: 125px;
}

.navbar-header .navbar-brand, #menuBar.bb-fixed-header .navbar-brand  {
    padding-left: 30px;
}

@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;
    }
}

@media (min-width: 768px) {
    .sectionTitle h2 span.bullet {
        font-size: 60px;
        color: #cee39c;
    }
    
    .sectionTitle h2 span.vcenter {
        vertical-align: middle;
        height: 46px;
    }
    .sectionTitle h2 {
        font-size: 24px;
    }
    .sectionTitle h2 span.headline {
        padding: 10px 25px 0 25px;
        color: #000;
    }
}

@media (min-width: 992px) {
    .sectionTitle h2 span.vcenter {
        vertical-align: middle;
        height: 81px;
    }

    .sectionTitle h2 span.headline {
        padding: 25px 50px 0 50px;
        font-size: 36px;
    }
}

.top-info-bar {
    background-color: #cee39c;
}

.topList li, .topList li a {
    font-size: 14px;
    color: #000;
}

.topList li i {
    font-size: 14px;
    color: #000;
}

@media (min-width: 320px) {
    .navbar-default.lightHeader {
    	height: 120px;
    	top: 0;
    }
    .navbar-header .navbar-brand {
        height: 120px;
    }
    .navbar-header .navbar-brand img {
        max-height: 100%;
        width: auto;
    }
}

@media (min-width: 768px) {
    .navbar-default.lightHeader {
    	height: 180px;
    	top: 0;
    }
    .navbar-header .navbar-brand {
    	height: 183px;
    }
    #menuBar.bb-fixed-header .navbar-brand {
    	height: 128px;
    }
}

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

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

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

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

.teamInfo h3, .teamInfo p {
    color: #666666;
}

.teamSlider.owl-theme .owl-controls {
	z-index: 9999;
}

.footerTitle h4, .footerInfo p, .footerInfo td, .footerInfo a {
    color: #000;
}

.footerInfo {
    padding-bottom: 30px;
}

.footerInfo p {
    margin-bottom: 0;
}

.footerInfoArea .container {
    padding-top: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

/* 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 {
    	height: 340px;
    	overflow-x: hidden;
    	transition: height 0.3s ease;
    }
    .navbar-default .navbar-nav > li > a {
    	color: #000000;
    	padding: 12px;
    }
    .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;
    }
}

.event-card {
    border: 2px solid #65a3e0;
    background-color: #8ab5e1;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 50px;
    font-size: 16px;
}

.event-card p {
    color: #fff;
}

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

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

.event-card .btn-outline-primary {
    color: #eee;
}

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

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

.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;
	width: 80px;
	height: 80px;
}

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