/**
 * 
Colors
Primary: #10bbef grün
Secondary: #1287a8 grün dunkel

Tertiary
 */


#map {
  width: 100%;
  height: 500px;
  position: relative;
}

body, html {
    font-size: 1rem;
    line-height: 1.625;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    width: 100% !important;
    height: 100% !important;
}
h1 {
    font-weight: 700;
}
h1 strong {
    font-weight: 900;
}
h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    margin: .5rem 0 1.25rem 0;
}
h3 {
    font-size: 1.875rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    color: #555;
    margin: .5rem 0 1.25rem 0;
}
h4 {
    font-weight: 500;
    color: #555;
    font-size: 1.25rem;
    margin: .5rem 0 1.25rem 0;
}
h5 {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}
p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
}
a {
    color: #754747;
    color: #10bbef;
}
a:hover, a:focus {
    text-decoration: none;
    color: #1287a8 !important;
}
ul, ol {
    list-style: none;
    margin-bottom: 1.25rem;
}

ul.simple li {
    margin-bottom: 1rem;
}

.hilite {
    color: #e30613;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    z-index: 99999;
    height: 100%;
}
#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
}
ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
hr {
    height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #10bbef;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}
/* Navigation */
.navbar {
    display: block !important;
    position: fixed !important;
    opacity: 1 !important;
    margin-bottom: 0;
}

.simplepage .navbar {
    position: static !important;
}

.navbar-brand {
    height: auto !important;
/*    padding: 0;*/
}

.navbar-custom {
    padding: 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: #fff;
    /* Ausnahme Background */
    /* background: transparent url(../img/header-bg-100.jpg) repeat-x scroll top left;*/
    text-transform: uppercase;
    display: block !important;
    position: fixed !important;
    opacity: 1 !important;
    min-height: 100px;
}

.navbar-custom .navbar-brand {
    font-weight: 600;
}
.navbar-custom .navbar-brand i.fa,
.navbar-custom i.fa {
    color: #10bbef;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-toggle {
    display: none;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background-color: #10bbef;
    color: #ffffff !important;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom li a {
    color: #10bbef;
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 9px;
}
.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: #1287a8;
    background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #1287a8;
}
.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;
}

/* Bänder allgemein */
.band {
    padding: 60px 0;
}

.band.grau {
    background: #f6f6f6;
}

.band.weiss {
    background: #fff;
}

.band.beige {
    background: #fff4be;
}

.band.verlauf {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5b637+0,e75926+100 */
    background: #e5b637; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e5b637 0%, #10bbef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e5b637 0%,#10bbef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e5b637 0%,#10bbef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b637', endColorstr='#10bbef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

iframe {
  max-width: 100%;
}

.video {
    margin-bottom: 1rem;
    text-align: center;
}

.video {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.video iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.video.ratio4x3 {
  padding-bottom: 75%;
}

/* Home Section */
#intro {
    display: table;
    width: 100%;
    height: auto;
    height: 100%;
    padding: 120px 0;
    text-align: left;
    color: #fff;
    /*background: url(../img/intro-bg.jpg) no-repeat center center fixed;
    background-color: #fff;*/
    background: #333;
    background: #10bbef;
    margin-top: 100px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5b637+0,e75926+100 */
    background: #10bbef; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #10bbef 0%, #496b9f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #10bbef 0%, #496b9f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #10bbef 0%, #496b9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10bbef', endColorstr='#496b9f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    background-position: 0 !important;
}
#intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
#intro .intro-body h1 {
    font-size: 37px;
    font-weight: 700;
    color: rgba(255,255,255,1);
    color: #555;
    text-shadow: 1px 1px #000;
    margin-bottom: 1rem;
}
#intro .intro-body .brand-heading {
    color: #fff;
    color: #10bbef;
	font-size: 38px;
    text-shadow: 3px 3px #1287a8;
/*     text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
     text-shadow: 0 0 5px rgba(38, 77, 145, .7);*/
}
#intro .intro-body .intro-text {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 100px;
    margin-bottom: 1.5rem;
    color: #e30613;
    font-weight: 700;
}

/* Form */
#intro .formlayer {
    border-radius: 4px;
    padding: 2rem;
    background: rgba(255,255,255,.8);
}

#intro .formlayer h3 {
    color: #fff;
    color: #10bbef;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.help-block.text-danger {
  color: #a94442;
}

.text-danger ul {
  margin-bottom: 0;
}

@media(min-width:768px) {
.band {
    padding: 100px 0;
}
    
#intro {
    height: 100%;
    padding: 0;
    background: url(../img/intro-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
}

#intro .intro-body .intro-text {
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

}
.btn-default {
    color: #fff;
    background: #10bbef;
    border: 0;
    padding: 12px 24px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    background-color: #1287a8;
	color: #FFF;
}

.btn-default.mehrlesen {
    color: #10bbef;
    background: #fff;
}

.btn-color {
    color: #fff;
    background: #10bbef;
    margin-top: 1.5rem;
}

.btn-color:hover, .btn-color:active,.btn-color:focus {
    color: #fff !important;
    background: #1287a8;
    margin-top: 1.5rem;
}

.formlayer .btn-default {
    width: 100%;
    margin-bottom: 16px;
}
 

.section-title.center {
    padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-title h3, .section-title.center h3 {
    margin-bottom: 30px;
}
/* Section Text-Bild */

.text-bild-section .text {
    margin-left: 10px;
}

.checklist li {
    margin-bottom: .75rem;
    list-style: none;
    padding: 0;
}
.checklist li:before {
    content: "✓";
    font-weight: 600;
    padding-right: 10px;
    color: #10bbef;
}
.text-bild-section i.fa {
    float: left;
    display: block;
    margin-right: 15px;
    color: #fff;
    font-size: 44px;
    text-shadow: 0 0 1px #666;
}
.text-bild-section img {
/*    margin-top: 20px;*/
}
.text-bild-section p {
    margin-bottom: 10px;
}

/* Video Section */

.video {
    text-align: center;
    margin: 0 auto;
    position: static; 
    padding-bottom: 0;
    height: 315px; 
    overflow: hidden; 
    width: 560px;
}
.video iframe {
    position: static; 
    height: 315px; 
    width: 560px;
}
/* ratio 4x3 */
.video.ratio4x3 {
    padding-bottom: 0;
}

/* Services Section */
#services {
    padding: 140px 0;
    background: url(../img/services-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#services .service {
    padding: 20px 10px;
}
#services h2 {
    font-size: 20px;
    font-weight: 600;
    color: #f6f6f6;
}
#services h3 {
    color: #f6f6f6;
}
#services p {
    color: rgba(255,255,255,0.7);
}
.space {
    margin-top: 40px;
}
#services i.fa {
    font-size: 36px;
    color: #10bbef;
    transition: all 0.5s;
}
/* Referenzen Galerie Section */
#referenzen {

}
.categories {
    padding-bottom: 30px;
    text-align: center;
}
ul.cat li {
    display: inline-block;
}
ol.type li {
    display: inline-block;
    margin-left: 20px;
}
ol.type li a {
    color: #777;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
ol.type li a.active {
    color: #f6f6f6;
    border: 1px solid #fed200;
    background: #fed200;
}
ol.type li a:hover {
    color: #f6f6f6;
    border: 1px solid #fed200;
    background: #1287a8;
}
.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    z-index: 1
}
.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item {
    margin-bottom: 30px;
}
.portfolio-item .hover-bg {
    max-height: 190px;
    overflow: hidden;
    position: relative;
}
.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: rgba(255,255,255,0.6);
    background: rgba(0, 0, 0, 0.66);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg .hover-text>p {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg .hover-text>i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.hover-bg:hover .hover-text {
    opacity: 1;
}
#referenzen i.fa {
    font-size: 20px;
    padding: 5px;
    color: #F4D03F;
}
/* Team Section */
img.img-thumbnail.team-img {
    width: 200px;
    height: 200px;
    border: 0;
    border-radius: 0;
    background-color: #f6f6f6;
}
#team .thumbnail {
    background: transparent;
    border: 0;
}
#team .thumbnail .caption {
    padding: 9px;
    color: #777;
}
/* Testimonials Section */
#testimonials {
    background: url(../img/testimonials-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #ddd;
/*    padding: 140px 0;*/
}
#testimonials h2 {
    color: #f6f6f6;
}
#testimonials blockquote {
    position: relative;
    margin-top: 20px;
    border: 0;
    text-align: center;
    color: rgba(255,255,255,0.8);
}
#testimonials i {
    font-size: 24px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 14px;
}
#testimonials .clients-name {
    display: inline-block;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 20px 0;
    margin-top: 10px;
}
/* Contact Section */
#contact .contact-item {
    padding: 10px;
    margin: 10px;
    height: 100px;
    border-radius: 4px;
}
#contact h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}
#contact form {
    padding: 30px 0;
}
#contact i.fa {
    font-size: 22px;
    color: #10bbef;
    margin-bottom: 10px;
}
#contact .text-danger {
    color: #ff3333;
    text-align: left;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
#contact .btn-default {
    background: #fed200;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #f6f6f6;
    margin-top: 15px;
    font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
    color: #f6f6f6;
    background: #1287a8;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}
#contact .social ul {
    margin-top: 30px;
}
#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}
#contact .social i.fa {
    font-size: 24px;
    padding-top: 8px;
    color: #fed200;
    border-radius: 4px;
    transition: all 0.3s;
}
#contact .social i.fa:hover {
    color: #1287a8;
}
/* Footer Section*/
#footer {
    background: #333;
    color: #777;
    padding: 20px 0;
    text-align: center;
}
#footer a {
    color: #999999;
}
#footer a:hover, a:focus {
    color: #ffffff;
}
#footer p {
    font-size: 13px;
    margin-top: 10px;
}


@media (min-width: 769px) {
    .navbar-right {
        margin-top: 2.5rem;
    }
}

@media (max-width: 991.5px) {
    
    /* Abstand für linearisierte Spalten */
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-bottom: 3rem;
    }

}

@media (max-width: 768px) {
    #intro {
        background-position: 0 !important;
    }
    
    .hover-bg .hover-text {
        padding: 20%;
    }
    
    .navbar-right {
        margin-top: .5rem;
    }
    
    .navbar {
        display: inline-block;
        text-align: center;
        width: auto;
    }
    
    .navbar-brand {
        width: 100%;
    }
    
    .navbar img {
        display: inline-block;
        margin: 10px auto;
    }
    
    .navbar-right a {
        text-align: center;
    }   
        
    #intro .intro-body h1 {
        font-size: 25px;
        line-height: 45px;
		text-shadow: 0px 0px;
    }
    
}

@media (max-width: 640px) {
    
    .navbar-right {
        margin-top: .5rem;
		margin-bottom: -13px;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}



@media (max-width: 430px) {
  .band {
    padding: 210px 0 10 0;
  }
  .section-title.center {
    padding: 115px 0 0 0;
  }
  .section-title h3, .section-title.center h3 {
    margin-bottom: 30px;
    margin-top: 120px;
	}
  .help-block.text-danger {
  color: #a94442;
  }

  .container {
  margin-bottom: 15px;
  }
}
