
* {
    padding: 0;
    margin: 0;
}

html {
     min-height: 100%;
}
body {
    font: normal 100.1%/110% 'Muli', sans-serif!important;
    background-color: #fff;
    color: #707070;
}



.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #58585A;
    color: #fff;
    padding: 30px 0;
    font-size: .9em;
}

.footer a {
    color: #fff;
}


.footer a:hover {
    color: #333;
}

 .text-copy {
     font-size: .8em;
 }


a {
    color:#000;
}

a:hover {
    color: #969696;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
   position: relative;
}

.footer > .container {
    padding: 0;

}

@media (max-width: 1200px) {
    .container {
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
    }

    .footer > .container {
        padding: 15px;

    }
}


h1,h2,h3,h4,h5,p,li,a {
    
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);   */
}

.btn-link,
a {
    color: #58585A;
}
.btn-link:focus,
.btn-link:hover,
a:focus,
a:hover {
    color: #333;
}


.main a {
    color:  #F07D00;
    text-decoration: underline;
}

.text-small {
    font-size: .85em;
    font-weight: normal;
}

.text-big {
     font-size: 1.2em;
     font-weight: normal;
 }

.textmarker-a {
    color: #00ADEE;
}

.bg-custom {
    background: rgb(214,124,28);
    
}

 /******  Siedebar*****/


.navbar-light {
    border-bottom: 1px solid #eee;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.sitelogo {
    position: fixed;
    top: 20px;
    left: 2vw;
    z-index: 998;
    display: none;
}

.sitelogo img {
    max-width: 250px;
}

@media (max-width: 991px) {
    .sitelogo {
        display: none!important;
    }
}


#sidebar {
    width: 300px;
    position: fixed;
    top: 30vh;

    height: 300px;
    z-index: 999;
    background-color: #848484;
    /**/background: rgba(132,132,132, .85);
    color: #fff;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

    transform:rotate(45deg);
    left: -200px;
    border-radius: 0 30px 0 0;
}

@media (max-width: 1200px) {
    #sidebar {
        left: -250px;
    }

}


#sidebar.active {
    border-radius: 0;
    top: 0;
    left: 0;
    transform:rotate(0deg);
    height: 100vh;
}



#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*background: rgba(167,206,57, .9);*/
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

#sidebar.active #dismiss {
    display: inline-block;
}

#dismiss:hover {
   
    color: #ccc;
}


#sidebarCollapse {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 998;
    display: block;
}

.bt-sidebar {
    transform:rotate(-45deg);
    margin-left: 20px;
    margin-top: 10px;
}

#sidebar.active #sidebarCollapse  {
    display: none;
}


#sidebarCollapse i {
    color: #fff;
}



#sidebar .sidebar-header {
    padding: 20px;
    
}

#sidebar ul {
    margin-top: 40px;
    display: none;
}



#sidebar.active ul {
    display: block;
}


#sidebar ul li {
    padding-left: 15px!important;
}



#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
    font-weight: bold;
}




#sidebar ul li a:hover {
    color: #eee;
    background: rgba(214,124,28, .4);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;

}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



.mobile-bar {

}

.modal-title {
     color: #D67C1C;
    font-size: 2em;
    font-weight: bold;
}

.greetings {
    color: #D67C1C;
    font-size: 1.4em;
    font-weight: bold;
}
.wrapper {
    display: block;
    position: relative;
}



/****** Sektionen *********/

.main {
      padding:0;
    margin:0;

}

.btn-link {
    white-space: normal;
}


.green {
    color: #A7CE39;
}

.orange {
    color:  #F07D00;
}


section {
    padding:0;
    margin:0;
    position: relative;
}

section#home {
    background-color: #fff;

    padding: 0;
    margin: 0;
    min-height: 100vh;
    
}

@media (max-width: 991px) {
    section#home {
        height: auto;
    }
}




section#home a {
    color:#000;
}
section#home a:hover {
    color: #6c757d;
}


.section-content {
    position: relative;
    width: 100%;
    padding: 50px 0 100px 0 !important;
}

.section-content p {
    font-size: 1.1em;
    line-height: 1.4em;
}


.contenthead {
    text-transform: uppercase;
    position: absolute;
    top: -50px;
    z-index: 100;

}
.contenthead h1 {
    font-size: 3em;
    color:#fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

@media (max-width: 1200px) {


    .contenthead {
        top: -50px;

    }

    .contenthead h1{
        font-size: 2em;
    }
}

@media (max-width: 991px) {


    .contenthead {
        top: -50px;

    }

    .contenthead h1{
        font-size: 2.2em;
    }
}


@media (max-width: 767px) {


    .contenthead {
        top: -25px;

    }

    .contenthead h1{
        font-size: 1.2em;
    }
}


 .scrolldown i {
      color: #BFBFBF;
 }

.section-content ul {
    margin:0;
    padding: 0 15px 15px 15px;
}


.section-content li {
    padding: 0;
    list-style: none;
}


.section-image {

    backface-visibility: hidden;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: transparent;
    height: 100vh;
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}


@media (max-width: 1024px) {
    .section-image {
        background-attachment: scroll!important;
    }
}

.section-image.sec-downloads {
    background-image: url(../img/nachhaltigkeit.jpg);
    background-position: center top;
    height: 40vh;
}



.section-image.sec-nachhaltigkeit {
    /*background-image: url(../img/nachhaltigkeit.jpg);*/
    background-position: center top;
    height: 40vh;
}

.section-image.sec-start {
    /*background-image: url(../img/planung.jpg);*/
    background-position: top center;
    height: 40vh;
    background-size: auto;
    background-attachment: scroll;
}


.section-image.sec-planung {
    /*background-image: url(../img/planung.jpg);*/
    background-position: top center;
    height: 40vh;
    background-size: auto;
    background-attachment: scroll;
}

.section-image.sec-demontage {
    /*background-image: url(../img/abbruch.jpg);*/
    background-position: center top;
    height: 40vh;
    background-size: auto;
    background-attachment: scroll;
}


.section-image.sec-sortierung {
    /*background-image: url(../img/sortierung.jpg); */
    background-position: center top;
    height: 40vh;
}

.section-image.sec-schadstoffsanierung {
    /*background-image: url(../img/schadstoffsanierung.jpg);*/
    background-position: center top;
    height: 40vh;
    background-attachment: scroll;
}

.section-image.sec-baustoffrecycling {
    /*background-image: url(../img/betonrecycling.jpg);*/
    background-position: center top;
    height: 50vh;
}


.section-image.sec-containerdienst {
    /*background-image: url(../img/containerdienst.jpg);*/
    background-position: left bottom;
    height: 50vh;
}



.section-image.sec-referenzen  {
   /* background-image: url(../img/test-2.jpg);*/
    background-position: center top;
    height: 40vh;
}

.section-image.sec-karriere  {
    /*background-image: url(../img/karriere.jpg);*/
    background-position: left top;
    background-attachment: scroll;
    height: 50vh;

}

.section-image.sec-kontakt {
    background-position: center top;
    background-size: auto;
    background-attachment: scroll;
    height: 40vh;
}







@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .section-image {
      height: 150px;
    }
}






@media (max-width: 991px) {



    .section-content {
        padding: 20px 0!important;
    }

    .card-body h5 {
        padding-top: 20px;
    }

    .button-bewerb {
        position: static;

    }
}






.infobox {
    width: 300px;
    position: fixed;
    top: 30vh;
    height: 400px;
    z-index: 999;
    background-color: #D67C1C;
    /**/background: rgba(214,124,28, .85);
    color: #fff;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
    transform:rotate(-45deg);
    right: -280px;
    border-radius: 30px 0 0 0;
}



.bt-infobox {
    transform:rotate(45deg);
    margin-left: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 3em;
}


@media (max-width: 767px) {
    .infobox {
        width: 150px;
        position: fixed;
        top: 20vh;
        height: 150px;
        right: -120px;
      
    }

    .bt-infobox {
        font-size: 1.5em;
        margin-left: 10px;
        margin-top: 10px;
    }

}



.infobox.active {
    border-radius: 0 0 0 30px;
    top: 0;
    right: 0;
    transform:rotate(0deg);
    height: 400px;
}

.infobox.active {
    right: 0;
}


.infobox .infotrigger {
    display: block;
}

.infobox.active .infotrigger {
    display: none;
}


.infobox .infobox-content {
    display: none;
    padding: 40px;
}




.infobox.active .infobox-content {
    display: block;
}


@media (max-width: 767px) {
    .infobox.active .infobox-content {
        overflow: scroll;
    }

}


.infobox-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*background: rgba(167,206,57, .9);*/
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.infobox {
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.infobox.active .infobox-close {
    display: inline-block;
}

.infobox.active {
    width: 600px;
    height: auto;
}


@media (max-width: 767px) {

    .infobox.active {
        top: 60px;
        width: 100%;
    }
}


section.active > .infobox {
    display: block;
}

/*
#infobox2.active {
    width: 600px;
    height: auto;
}

#demontage #infobox2{
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#demontage.active > #infobox2{
    display: block;
}

*/

section ul {
    padding:0;
    margin: 30px 0;
}

section ul li {
    list-style: none;
    padding: 5px 15px;
    margin: 0;
    position: relative;
    line-height: 1.6em;
}

section ul li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    top: 0;
    left: -10px;
    color: #969696;
    font-size: 1em;
}



ul.list-inline {
    padding:0;
    margin: 30px 0;
}

ul.list-inline li {
    list-style: none;
    padding: 3px 5px;
    margin: 0;
    position: relative;
    line-height: 1.6em;
    width: auto;
}



ul.list-inline li:before {
    content: "";
}


ul.list-inline li:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f111";
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: -8px;
    color: #000;
    font-size: .3em;
    display: inline-block;
}


ul.list-inline li.nolipoint:after {
    content: "";
}


@media (max-width: 767px) {
    ul.list-inline li:after {
        content: "";
    }
}


ul.list-references > li {
    display: none;
}

ul.list-references > li.show-ref-on,
ul.list-references > li.show-ref {
    display: inline-block;
}


ul.list-references > li.active {

    -webkit-transition: all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: inline-block;
}

ul.list-references > li.active.show-ref-on {
    display: none;
}



 ul.checks {
    padding:0;
    margin: 30px 0;
}
ul.checks li {
    list-style: none;
    padding: 5px 15px;
    margin: 0 10px;
    position: relative;
}

ul.checks li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: -10px;
    color: #1c7430;
    font-size: 1.1em;
}

ul.downloads li {
    list-style: none;
    padding: 5px 15px;
    margin: 0 10px;
    position: relative;
}


ul.downloads li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c1";
    position: absolute;
    top: 5px;
    left: -10px;
    color: #F07D00;
    font-size: 1.3em;
}


.collapse-item {
    
}


.collapse-trigger {
    color: #444!important;
    display: block;
    padding: 15px 25px;
}

.collapse-trigger.collapsed {
    color: #000!important;
}



.collapse-trigger.collapsed:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f055";
    position: absolute;
    color: #000;
    left: 0px;
}

.collapse-trigger:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f056";
    position: absolute;
    left: 0px;
    color: #444;
}



/*****
     Tabs
************ */

.nav-tabs {
    margin:0!important;
    padding: 0!important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-item {
    margin:0;
    padding:0;
    line-height: normal;
}

.nav-item:before {
         content: '';
}

.tab-content {
    padding: 30px 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #eee;
    border-color: #dee2e6 #dee2e6 #fff;
    text-decoration: none;
}

.nav-tabs .nav-link {
    color: #555;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    text-decoration: none;
    font-size: 1.2em;
}


.honig {
    position: fixed;
    left: -100000px;
}


.red {
    color: #FF2116;
}

/*****
     Formular
************ */

.has-error,
.has-danger {
    color: red;

}

.has-error input,
.has-error select,
.has-danger input,
.has-danger select{
    border: 1px solid red;

}


    /*------------------------------------------------------------------
    [ Back to Top / #back-to-top ]
    */
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100;
    width: 45px;
    height: 45px;
    display: block;
    background: #D67C1C;
    background: rgba(214,124,28, .7);
    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: #EAA75E;
    background: rgba(214,124,28, .8);
}
#back-to-top i {
    color: #fff;
    padding-top: 5px;
}


/*------------------------------------------------------------------
 rotating text
 */

.rt-text {

}

.rt-text h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}


.word {
    position: absolute;
    width: 600px;
    opacity: 0;
}

@media (max-width: 991px) {
    .word {
        width: 400px;
    }

}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.btn-custom {
    color: #fff;
    background-color: rgba(240,125,0, 1);
    border-color:  rgba(210,125,0, 1);
}

.btn-warning:hover {
    color: #ffff;
    background-color: rgba(210,125,0, 1);
    border-color: rgba(220,125,0, 1);
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(240,125,0, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: rgba(210,125,0, 1);
    border-color: rgba(200,125,0, 1);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: rgba(210,125,0, 1);
    border-color: rgba(230,125,0, 1);
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(240,125,0, .7);
}