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

html,
body {
    height: 100%;
}

header {
    position: relative;
}

a {
    color: #333;
}

a:hover {
    opacity: 0.7;
}

label {
    width: 80px;
}

/*.h3, h3 {
    font-size: 1.3;
}

.h3, h3 {
    font-size: 1.3;
}*/

.h3, h3 {
    font-size: 1.3em;
}

.logo {
    width: 100%;
}

.ref p {
    margin: 0px 0px 5px;
}

.contact-title {
    font-size: 22px;
}
/*====================================================
                    Navigation
=====================================================*/
.navbar {
position: relative;
min-height: 0px;
margin-bottom: 0px;
border: 1px solid transparent;
display: flex;
}

.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
}

.navbar-nav > li {
    padding: 0 10px;
}

@media (max-width: 991px) {
.navbar-nav > li {
    padding: 0 5px;
}
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #FFF;
    border-color: #FFF;
}

.btn-menu {
    color: #fff;
/*    background: rgba(255, 255, 255, 0.22) none repeat scroll 0% 0%;*/
    padding: 5px;
    cursor: pointer;
}

/*.btn-wrapper {
    width: 81%;
    height: 35px;
    margin-top: -25px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: -ms-linear-gradient(left, #ED5A25 0%, #124680 50%, #124680 60%, #05C724 100%);
    background-image: -moz-linear-gradient(left, #ED5A25 0%, #124680 50%, #124680 60%, #05C724 100%);
    background-image: -o-linear-gradient(left, #ED5A25 0%, #124680 50%, #124680 60%, #05C724 100%); 
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ED5A25), color-stop(50, #124680), color-stop(60, #124680), color-stop(100, #05C724));
    background-image: -webkit-linear-gradient(left, #ED5A25 0%, #124680 50%, #124680 60%, #05C724 100%);
    background-image: linear-gradient(to right, #ED5A25 0%, #124680 50%, #124680 60%, #05C724 100%);
}

.btn-wrapper a:hover {
    color: #fff;
}*/

/*#btn1 {
    bottom: 5%;
    left: 35%;
    position: absolute;
}

#btn2 {
    bottom: 5%;
    left: 44%;
    position: absolute;
}

#btn3 {
    bottom: 5%;
    left: 51%;
    position: absolute;
}*/

/*#btn4 {
    bottom: 35%;
    position: absolute;
    right: 3%;
}

#btn5 {
    bottom: 5%;
    position: absolute;
    right: 3%;
}

#btn6 {
    bottom: 65%;
    position: absolute;
    right: 3%;
}*/



/*====================================================
                    Slideshow
=====================================================*/
.carousel,
.item {
    height: 85vh;
}

.carousel-inner {
    height: 85vh;
}

.carousel-inner img {
    width: 100%;
    height: 85vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .8s; /*adjust timing here */
         -moz-transition: opacity .8s;
           -o-transition: opacity .8s;
              transition: opacity .8s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

/*====================================================
                    Carousel Caption
=====================================================*/
.carousel-container {
    position: relative;
}

.carousel-caption {
    display: none;
    right: 0%;
    left: 0%;
    background: rgba(81, 81, 81, 0.6) none repeat scroll 0% 0%;
    top: 5%;
}

@media (min-width: 992px) {
.carousel-caption {
    bottom: 10%;
}
}

@media (max-width: 991px) {
.carousel-caption {
    top: 2%;
}
}

@media (max-width: 767px) {
.carousel-caption {
    bottom: none;
}
}



/*====================================================
                    Carousel Main
=====================================================*/
.carousel-caption {
    color: #FFF;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption h2 {
    text-align: center;
    border-bottom: 2px solid rgb(255, 255, 255);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.p-padding {
    padding: 10px 0;
    text-align: center;
}

.caption-main {
    right: 10%;
    left: 10%;
/*    background: rgba(81, 81, 81, 0.6) none repeat scroll 0% 0%;*/
    top: 10%;   
    position: absolute;
    z-index: 10;
    padding-bottom: 20px;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    bottom: 10%;
}

.caption-main h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 6em;
    text-align: left;
    padding: 0 0 90px 25px;
    margin: 0;
}

.caption-img {
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(51,51,51,1);
    -moz-box-shadow: 1px 1px 2px 1px rgba(51,51,51,1);
    box-shadow: 1px 1px 2px 1px #333;
}

.caption1 {
    background: rgba(237, 90, 37, 0.5) none repeat scroll 0% 0%;
}

.caption2 {
    background: rgba(18, 70, 128, 0.50) none repeat scroll 0% 0%;
}

.caption3 {
    background: rgba(5, 199, 36, 0.50) none repeat scroll 0% 0%;
}

@media(max-width: 980px) {
  .caption-main h1 {
    font-size: 4em;
}  
}

@media(max-width: 767px) {
  .caption-main h1 {
    font-size: 2em;
}  
}
/*==========================================
                Boxen
==========================================*/
/*.box {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    margin: 10px 0;
    width: 100%;
}*/

.box-wrapper {
    margin: 25px 0;
}

.box-img {
    width: 100%;
    height: 200px;
    background-color: #000;
}

.box {
    width: 100%;
    height: 155px;
    background-size: 100%;
    background-repeat: no-repeat;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.box:hover {
    -moz-animation: mymove1 2s;
    -webkit-animation: mymove1 2s; /* Chrome, Safari, Opera */ 
    animation: mymove1 2s;
    background-size: 120%;
}

.box1 {
    background-image: url(../img/box/heizung-600x400.jpg);
}

.box2 {
    background-image: url(../img/box/sanitaer-600x400.jpg);
}

.box3 {
    background-image: url(../img/box/flachdachentwaesserung-600x400.jpg);
}

@-webkit-keyframes mymove1 {
    from {background-size: 100%;}
    to {background-size: 120%;}
}

@-moz-keyframes mymove1 {
    from {background-size: 100%;}
    to {background-size: 120%;}
}

@-keyframes mymove1 {
    from {background-size: 100%;}
    to {background-size: 120%;}
}


.box-content {
    text-align: center;
}

.box-content1 {
    background: #ED5A25;
}

.box-content2 {
    background: #124680;
}

.box-content3 {
    background: #05C724;
}

.box-content h3 {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
.box {
    height: 105px;
}
}

@media(max-width: 767px) {
.box {
    height: 140px;
}
}

/*=========================================
                Kontaktformular
=========================================*/
#contact_form label {
    width: 25%;
    margin-bottom: 10px;
    font-weight: bold;
}

.form-control {
    display: inline-block;
    margin-bottom: 10px;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

@media (max-width: 767px) {
label {
    width: 45%;
}

.form-control {
    display: inline-block;
    margin-bottom: 10px;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
}

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

/*====================================================
                    Footer
=====================================================*/
footer {
    padding: 5px 0;
    position:fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
/*    left: 12.5%;
    right: 12.5%;*/
}

.omu {
    float: right;
}

@media (max-width: 991px) {
footer {
    position:fixed;
    text-align: center;
}
.omu {
    float: none;
}
}

@media (max-width: 767px) {
footer {
    position:fixed;
    text-align: center;
}
.omu {
    float: none;
}
}

/*====================================================
                    Modal
=====================================================*/
#modal-kontakt {
    margin-top: 75px;
}

#modal-kontakt .modal-body {
    padding: 0px 15px 0px 15px;
}

#modal-kontakt .row {
    background: #124680;
    padding: 35px 0px;
}

#modal-kontakt .row .col-md-5 {
    background: white;
    margin: 126px 95px 0px 95px;
    width: 260px;
    border-radius: 10px;
}

@media (max-width: 1200px) {
#modal-kontakt .row .col-md-5 {
    margin: 126px 60px 0px 60px !important;
}
}

@media (max-width: 992px) {
#modal-kontakt .row .col-md-5 {
    width: 400px !important;
    text-align: center !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}
#modal-kontakt .row {
    padding: 0px 0px !important;
}
}

@media (max-width: 768px) {
#modal-kontakt .row .col-md-5 {
    width: 260px !important;
}
#modal-kontakt iframe {
    height: 250px !important;
}
}