﻿/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* lustria-regular - latin */
@font-face {
  font-family: 'Lustria';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lustria-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lustria'), local('Lustria-Regular'),
       url('../fonts/lustria-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lustria-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lustria-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lustria-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lustria-v5-latin-regular.svg#Lustria') format('svg'); /* Legacy iOS */
}

html,
body {
    overflow-x: hidden;
}
body {
    padding-top: 100px;
}
a:link,a:visited{
	color:#DEA43F;
}
a:hover,a:active{
	color:#DEA43F;
	text-decoration:underline;
}
.space-25{
	width:100%;
	line-height:25px;
}

.navbar-container {
    padding: 20px 0 0 0;
}

.navbar.navbar-fixed-top {
    background: rgba(0, 0, 0, .8)
}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.nav > li > a, .nav > li > a {
    border-bottom:3px solid transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
    text-decoration: none;
    border-bottom:3px solid #DEA43F;
    color:#DEA43F;
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.navbar a{
	color:#DEA43F;
}
.navbar .fixed-theme a{
	color:#000 !important;
}
navbar-header{
	text-align:center;
}
.navbar .navbar-brand {
		margin-left:35%;
		margin-right:15px;
		margin-bottom:27px;
 		display:block;
    background-image:url(../images/logo-nav-3.png);
    width:120px;
    height:41px;
}
.navbar .fixed-theme{
	padding-top:20px;
	padding-bottom:0;
}
.navbar .fixed-theme .navbar-brand {
    background-image:url(../images/logo-nav-1.png);
    width:120px;
    height:41px;
}
.navbar .navbar-toggle span{
	border:1px solid #f39c12;
}
.navbar .fixed-theme .navbar-toggle span{
	border:1px solid black;
}
.navbar-nav > li > a {
    line-height: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 25px;
}


#bs-carousel{
	margin-top:-11px;	
}
	/* ====================================================================================================================
 * Cookie-Hinweis
 * ====================================================================================================================*/
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #f39c12 !important;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 90vh;
}
.fade-carousel .carousel-inner .item {
		height: 90vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
		background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #DEA43F;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
		font-family: 'Lustria', serif;
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
/*
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
*/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.block-centered-1{
	text-align:center;
	padding:50px 30px;
}
.block-centered-1 h2{
		font-family: 'Lustria', serif;
    font-size: 3em;
    color:#000; 
}
.block-centered-1 p{
	color:#898989;
}



/*
------------------------------------------- Team */

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}


.team-img-alt img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
  filter: grayscale(100%);
}
.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}
.team-wrap{
	margin-bottom:30px;
}
.team-wrap h3{
		font-family: 'Lustria', serif;
    font-size: 1.6em;
    color:#000;	
    margin-top:15px;
}
.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.team-details h4{
	color:#dea43f;
	text-transform:uppercase;
	font-size:1.5em;
}
.team-details p {
  color: #fff;
}

.team-img:hover .team-details, .team-img:active .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay, .team-img:active .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

/*
------------------------------------------- Gallery */
.gallery img{
	padding:5px;
	background-color:#f6c478;
	margin-bottom:20px;
}


/*
------------------------------------------- Separators */
.separator-xl{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6c478 0px, #dea43e 100%) repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin-bottom: 14px;
    width: 100%;
}
.separator-s{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6c478 0px, #dea43e 100%) repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin-bottom: 14px;
    width: 33px;
}
.section-heading{
		font-family: 'Lustria', serif;
    font-size: 3em;
    color:#000;	
}
/*
.aktion{
  background-image:url(../images/bild8-s.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
*/
.aktion{
	width:100%;
	padding:15px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6c478 0px, #dea43e 100%) repeat scroll 0 0;
}
.aktion a{
	color:#fff !important;
}
.aktion a:hover{
	text-decoration:underline;
}

#maps {
    height: 600px;
    border-top:3px solid #DEA43F;
}

/*
------------------------------------------- Footer */
footer{
	padding: 30px 0 0 0;
	background:#333333;
	color:#c1c1c1;
	border-top:3px solid #DEA43F;
	border-bottom:3px solid #DEA43F;
}
footer a:link, a:visited{
	color:#DEA43F;
}

footer h4{
	font-family: 'Lustria', serif;
  font-size: 1.5em;
	color:#DEA43F;
}
.list-icons li{
	list-style:none;
}
.list-icons li i {
    font-size: 14px;
    margin-left: -22px;
    margin-right: 6px;
    top: 0;
}
.social a{
	color:#fff;
}

/********************************/
/*          Media Queries       */
/********************************/
@media (min-width: 768px) {

	.navbar-nav > li > a {
	    padding-left: 15px;
	}
	.navbar-nav > li > a {
    padding-bottom: 25px;
	}
}
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}