body {
    width: 100%;
    height: 100%;
    font: normal 100.1%/110% 'Open Sans', sans-serif!important;
    color: #000;
    background-image: url("../img/bg-site.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

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

.container {

}

section {
    background-color: transparent;
}


h1 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 2.6em;
}

h2,
h3,
 h4,
 h5,
 h6 {
     margin: 0 0 15px;
     font-weight: 700;
     letter-spacing: 1px;
    font-size: 1.5em;
 }

h2 {font-size: 2em;}


p {
    margin: 0 0 25px;
    font-size: 1.4em;
    line-height: 1.5;
    color: #000;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 1.6em;
        line-height: 1.6;
    }
}

a {
    color: #fff;
    -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: #dedee0;
}

.light {
    font-weight: 400;
}



.nav {
    font-size: 1.4em;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    padding: 5px 0;

}

.navbar-custom .collapsing,
.navbar-custom .in {
    background: #56A09A;
}


.navbar-custom.top-nav-collapse {
    background: #56A09A;

}


.navbar-brand {
    float: left;
    height: 125px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}




@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}



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

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

.navbar-custom  .navbar-toggle {
    padding: 4px 6px;
    color: #fff;
}

.navbar-custom .navbar-toggle i.fa-bars {
    font-size: 1.7em!important;

}


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

.navbar-custom .navbar-brand img.logo-default {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media(max-width:768px) {
    .navbar-custom .navbar-brand img.logo-default {
        width: 200px;
    }


}


.navbar-custom .navbar-brand img.logo-collapse {
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-custom.top-nav-collapse .navbar-brand img {
    height: 40px;
}


.navbar-custom.top-nav-collapse .navbar-brand img.logo-default {
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-custom.top-nav-collapse .navbar-brand img.logo-collapse {
    display: block;
    padding-top: 0;
    margin-top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom.top-nav-collapse .navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 15px;
}



.navbar-custom a {
    color: #5e5e5e;
}

.navbar-collapse.collapsing .nav li a,
.navbar-collapse.in .nav li a {
    font-size: 1.2em;
    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;
    font-weight: 900;

}

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

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

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

#dotnav {
     position: fixed;
     right: 2%;
     top: 40%;
 }

#dotnav li.active {
      background-color: transparent;
}

#dotnav li a {
    color:#333;
    background-color: transparent;
}

#dotnav li.active a {
    color: #56A09A;
}


#dotnav li.active a:hover {
    color: #44807B;
}

@media(max-width:997px) {


    .navbar-custom .nav li a {
        font-weight: 600;
        font-size: .7em;
    }

}

@media(min-width:768px) {
    .navbar-custom {
        background: #56A09A;
    }
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 40px 0;
        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;

    }

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

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

    .navbar-custom.top-nav-collapse .navbar-nav {
          padding: 20px 15px 0;
    }

    .navbar-custom.top-nav-collapse .navbar-brand img {
        height: 80px;
    }

    .navbar-custom.top-nav-collapse .navbar-brand img.logo-default {
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .navbar-custom.top-nav-collapse .navbar-brand img.logo-collapse {
        display: block;
        padding-top: 0;
        margin-top: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }


    .navbar-custom.top-nav-collapse  .navbar-brand {
        float: left;
        height: 80px;
        padding: 0 15px;
        font-size: 18px;
        line-height: 15px;
    }


    .navbar-custom .nav  {

        margin-top: 30px;
    }

    .navbar-custom.top-nav-collapse .nav  {
        margin-top: 0;
    }
}




/***** INTRO SECTION *******************/
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #5e5e5e;

}

.intro .container {
    /**/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .container {
    min-height: 200px;
}


.intro .intro-body .brand-heading {
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 2);

}

.intro .intro-body .intro-text {
    padding-top: 50px;
}

.intro .intro-body .intro-text p {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 2);  */
    color: #5e5e5e;
}

.intro .intro-body .intro-text a {
    border-bottom: 1px solid #5e5e5e;
    color: #5e5e5e;
}

.intro .intro-body .intro-text a:hover {
    border-bottom: 1px solid transparent;
}


.button-intro {

    text-shadow: 2px 2px 2px rgba(0, 0, 0, 2);
}


  .impressum-content {
      margin-top: 150px;
  }

.impressum-content a {
     color: #000;
     text-decoration: underline;
 }
.impressum-content hr {
    color: #000;
}


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

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


}


@media(min-width:997px) {
    .intro .intro-body .intro-text p {
        font-size: 18px;
        font-weight: 600;
    }

    .intro .intro-body .intro-text {
        padding-top: 150px;
    }
}


.text-content {
    padding: 80px 20px;
    margin: 0!important;
    position: relative;
    z-index: 1000;
    text-align: left;
}

.image-content {
    padding: 0!important;
    margin: 0!important;
    position: relative;
}

.image-content img {
    width: 100%;
}
.text-col {
    margin: 0!important;
    color: #000;
    padding: 0!important;
}


.text-content ul > li {
    display: block;
    list-style-type: square;
    line-height: 1.8em;
    font-size: 1.6em;
    text-align: left;
}


.text-bg-dark {
    background-color: rgba(0,0,0,.5);
    margin-top: 10px!important;
    color:#fff;
    padding: 20px!important;
}

.text-bg-lightgrey {
    background-color: rgba(248,248,248,.3);
    margin: 0!important;
    color: #333;
    padding: 0!important;
}


.text-bg-leistungen {
    background-color: rgba(172,173,168,.5);
    margin-top: 10px!important;
    color:#fff;
    padding: 20px!important;
}

/********* Aktionen SECTION **************/

section {
    margin-bottom: 40px;
}

section.referenzen-section,
section.bodenbelaege-section,
section.tueren-section,
section.fenster-section,
section.wir-section {

    margin-bottom: 20px;
}

.content-section {
    display: table;
    width: 100%;
    height: auto;
    padding: 0 0;
    text-align: center;
    color: #000;

}

.content-section .container {
    background-color: rgba(248,248,248,.6);
}



.anfahrt-section {
    width: 100%;
    height: 450px!important;
    padding: 0 0;
    background-color: #fff;
}

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

}


.btn-circle {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    padding: 13px 10px;
    border: 4px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    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 i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.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;
}


.btn-close {
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding: 1px 5px;
    border: 4px solid #fff;
    border-radius: 100%!important;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: absolute;
    right: 2%;
    top: 2%;
}

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

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

.btn-close:hover i.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: 100px;*/

}


.content-section .container {
    /*padding-top: 250px;*/
    position: relative;
    overflow: hidden;
    background-image: none;

}

.content-section .text-container-heading {

    position: relative;
    top: 45%;
    left: 0;
    z-index:100;
    margin: 0;
    width: 100%;
    background-color: #56A09A;
    background-color: rgba(86,160,154,1);
    color: #fff;
    padding: 10px;
    font-size: 2.5em;
    line-height: 2em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    padding-left: 20px;

}


@media(max-width: 1170px) {


    .content-section .text-container-heading {
        font-size: 1.5em;
        line-height: 1.5em;
    }

}


@media(max-width:768px) {


    .content-section .text-container-heading {
        font-size: 1.5em;
        line-height: 1.5em;
    }

}

.content-section .text-container-heading.heading-bottom {
    top: auto;
    bottom: 7%;
}

.content-section .text-container {
    width: 100%;
    background-color: rgba(248,248,248,.9);
    margin: 0!important;
    color: #333;
    padding: 20px 20px;
    font-size: .85em;
    line-height: 1.2em;
    text-align: left;
    min-height: 200px;
    position: relative;
    z-index:100;
}

#team.content-section .text-container {
     padding-top: 10px;
}

#team.content-section .text-container p {
    margin: 10px;
}


.content-section .text-content {
    width: 100%;
    margin: 0!important;
    color: #333;
    padding: 10px;
    font-size: .85em;
    line-height: 1.2em;
    text-align: left;
    min-height: 200px;
    position: relative;
    z-index:100;

}
.content-section .text-content a {
    color: #5e5e5e;
}

#team.content-section .text-content {
    font-weight: 600;
}

.content-section.content-right .text-container {

}


#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/

    }

    .content-section .container {
        /*padding-top: 250px;*/
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-attachment: scroll;
        background-position: bottom center;
        min-height: 500px;
    }

    .content-section .text-container {
        width: 30%;
        background-color: rgba(248,248,248,.8);
        margin: 0!important;
        color: #333;
        padding: 60px 20px;
        font-size: .9em;
        line-height: 1.5em;
        text-align: left;
        min-height: 500px;
    }


    .content-section .text-content {
        /*background-color: rgba(248,248,248,.8); */
        margin: 0!important;
        color: #333;
        padding: 40px 20px;
        font-size: .9em;

        text-align: left;
        min-height: 500px;
    }

    .content-section .text-content p {
        padding:0;
        line-height: 1.4em;
    }


    .content-section.content-right .text-container {
        left: 70%;
    }

    .content-section .text-container-heading {

        position: absolute;
        top: 10%;
        left: 30%;
        width: 70%;
        background-color: #56A09A;
        background-color: rgba(86,160,154,.8);
        color: #fff;
        padding: 10px;
        font-size: 2.5em;
        line-height: 2em;
        text-transform: uppercase;
        font-weight: normal;
        text-align: left;
        padding-left: 20px;

    }

    .content-section.content-right .text-container-heading {
        left: auto;
        right: 30%;
        width: 70%;
        text-align: right;
        padding-right: 20px;
    }

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

    #map {
        height: 400px;
        margin-top: 250px;
    }
}


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

footer {
    padding: 50px 0;
    background-color: #0c0c0c;
    color: #fff;
}

footer p {
    margin: 0;
    color: #fff;
}

#collapseImpressum {
    margin-bottom: 100px;
}




footer .impressum {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #0c0c0c;
    position: relative;
    bottom: 0;
    text-align: left;
}

.cc-link {
 
}

::-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);
}


.textmarker {
    color: #5e5e5e;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.textmarker2 {
    color: #5e5e5e;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
}

.text-zitat {
    color: #5e5e5e;
    text-align: left;
    font-style: italic;
}


/*** Iframe Videos usw. responsive ***/

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

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

/*------------------------------------------------------------------
[ Back to Top / #back-to-top ]
*/
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    display: block;
    background: #aaa;
    background: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#back-to-top:hover {
    text-decoration: none;
    background-color: #90AED6;
    background: rgba(0, 0, 0, 0.5);
}
#back-to-top i {
    color: #fff;
}