/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    /* 
    color: #8c8c8c;
    color: black; */
   font-family: 'Stilu Light',Helvetica,Arial,sans-serif;
   font-size:17px;
   line-height: 1.5em;
   background-color: #fff;
   overflow-y: scroll !important;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0px 25px 0px;
	font-weight:normal;
}

h1{
  font-family: tex_gyre_scholaregular, serif;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align:center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
h2 {    
	font-size:1.8em;
	line-height: 1.3;
	text-transform:uppercase;
/*	text-decoration:underline solid #ccc; 
	text-underline-position:under;	*/
	border-bottom: 2px solid #000; 
	}
h3 {    
	font-size:1.8em;
	line-height: 1.3;
	text-transform:uppercase; }
h4 {
   font-family: 'Stilu SemiBold',Helvetica,sans-serif;
   font-size:1em;
   margin-bottom:5px !important; }
h5 {
   font-family: 'Stilu Regular',Helvetica,Arial,sans-serif;
   font-size:1em;
   margin-bottom:0px !important;  }	
h6 {
   font-size:1em; }	

b, strong {
	   font-family: 'Stilu SemiBold',Helvetica,Arial,sans-serif;
	   font-weight:normal;
    }

hr {
    border-top: 1px solid #d2d2d2;
}
.footerhr { border-top:1px solid #bababa; }


.content-section a {
   font-family: 'Stilu SemiBold',Helvetica,sans-serif;
}
.btn {
   font-family: 'Stilu Light',Helvetica,Arial,sans-serif !important;
}
h3 a, .countryLinks, .caption__overlay__title2, .caption__overlay__content, .caption__overlay, .caption, .referenzHolder {
   font-family: 'Stilu Light',Helvetica,Arial,sans-seri !important;
}
.dropdown-menu > li > a {
   font-family: 'Stilu Light',Helvetica,Arial,sans-serif;
}

.content-section h3 {
	color:#000;
}

.content-section ul {
    margin-bottom: 35px;
	margin-top:0px;
   list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.3em;   
}
.content-section li {
    font-size: 1em;
    line-height: 1.8;
   padding-left: 0px;
}
.content-section li:before {
   font-family: themify;
   content: "\e661";
    font-size: 1em;
	padding-right:5px;

}
.filter ul {
    padding-left:0px;
    text-indent:none;   
}
.filter li {
   padding: 5px 15px;
}
.filter li:before {
content:normal !important; }

.filter li a:hover {
	background-color: #fff;
}

#countryDropdown ul, #stateDropdown ul, #sprache-dropdown ul {
    padding-left:0px;
    text-indent:none;   
}
#countryDropdown li, #stateDropdown li, #sprache-dropdown li {
   padding: 5px 15px;
}
#countryDropdown li:before, #stateDropdown li:before, #sprache-dropdown li:before {
content:normal !important; }

#countryDropdown li a:hover, #stateDropdown li a:hover, #sprache-dropdown li a:hover {
	background-color: #fff;
}



.newsUl li, .dropdown-menu li {
    font-size: 1em !important;
}
.dropdown-menu {
  font-size:1em;
 }

p {
    margin: 0 0 25px;
    font-size: 1em;
    line-height: 1.8;
	text-align:left;
}


@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 1em;
        line-height: 1.8;
    }
.content-section li {
        font-size: 1em;
        line-height: 1.8;
}

}

a {
    color: #036080;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #8c8c8c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
/*   font-family: 'Stilu Light',Helvetica,Arial,sans-serif;	*/
    background-color: white;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 1em;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,1);
    background-color: transparent;
}

.navbar-custom .subnav li a:link {
	padding-top:10px;
	padding-bottom:10px;
    color: black;
}
.navbar-custom .subnav li a:hover {
    background-color:#969696;
    color: white;
}

/*.navbar-custom .subnav li a:active{
    color: white;
}*/

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: 969696;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

#logoBlau{
  margin-top: -6px;
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0 20px 0px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    #logoBlau{
      height: 60px;
      margin-top: -15px;
    }

    .navbar-custom.top-nav-collapse {
        /*padding: 0;*/
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #fff;
    }

    .navbar-custom.top-nav-collapse a{
        color: black;
    }

    .navbar-custom.top-nav-collapse a:hover{
        color: white;
    }
}

.intro, #intro-swimmingteich, #intro-livingpool,  #intro-content {
  /*  display: table;	*/
    width: 100%;
    height: auto;
    padding: 0 0;
  /*  text-align: center;	*/
    color: white;
    /*background: url(../img/slide1.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 30px;
    color: white;
    font-family: 'Stilu SemiBold',Helvetica,sans-serif;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 65px;
    height: 65px;
    margin-top: 15px;
    padding: 10px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 30px !important;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle span.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover span.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 40px;
}

.parallax-section {
    width: 100%;
    padding: 200px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.news-section {
    width: 100%;
    padding: 0px 0px 50px 0px;
    color: #000;
/*    background: url(../img/startseite/news-bg.jpg) no-repeat center center scroll;	*/
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 300px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 40px;
    }

    /*.download-section {
        padding: 150px 0;
        padding: 100px 0;
    }*/

    #map {
        height: 600px;
    }
}

.btn {
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-size:1em;
}

.btn-default {
    border: 1px solid #969696;
    color: #000;
    background-color: transparent;
	font-size:1em;
}

.btn-default:hover,
.btn-default:focus,
.btn-active {
    border: 1px solid #969696;
    outline: 0;
    color: #fff;
    background-color: #969696;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
.navbar-header { min-height:80px !important; }	

}

footer {
    padding: 40px 0px 10px 0px;	
}

footer p {
    margin: 0;
}

/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}*/

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.reference{
  padding-left: 0px;
  padding-right: 15px;
}

/*.reference:nth-child(2n){
  padding-left: 15px;
  padding-right: 15px;
}*/

.control-label {
color: #e50051 !important;
background-color:#fff;
border: 1px solid #e50051 !important;
border-radius:4px;
font-size:1em;
padding:10px;
display:block;
}
.has-error .form-control {
	border-color: #e50051 !important; }

label { font-weight: normal; }

input[type="checkbox"], input[type="radio"] {  margin: 7px 0 0; }


#thx {
	padding:20px 0px 400px 0px;
/*   font-family: 'Stilu Light',Helvetica,Arial,sans-serif;	*/
/*	font-size:30px;	*/
/*	line-height:36px;	*/
/*	color: #036080;	*/
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 35px;
}

.top15 { margin-top: 15px; }
.top5 { margin-top: 5px; }

.bordertopblack2 { border-top: 2px solid #000; }
.bordertopblack1 { border-top: 1px solid #bababa; }

.videowrap {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 */
padding-bottom: 25px; /* Platzhalter für Controls */
}

.videowrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.glyphicon { font-family: themify !important; }
.glyphicon-chevron-right::before { content: "\e649"; }
.glyphicon-chevron-left::before { content: "\e64a"; }

.ti-menu { font-size:25px; }