@charset "utf-8";
/* CSS Document */

/*@import url(nav.css);*/

:root {
    --white: #ffffff;
    --black:#000000;
    --kroeger: #f8b334;
    --ems: #006ab3;
    --am: #65b24b;
    --am-dark: #2a7052;
    --eet: #58585a;
    --vc: #e2001a;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --header-height-lg: 330px;
} 



/* navi */
  
.wrapper {
    margin: 0 auto;
    max-width: 1400px;  
}

.bg-gray {
    background-color: rgba(88, 88, 90, 0.5);
}

#navbrand {
    padding:0 10px;
    width: 24rem;

    line-height:6rem;
    float:left;
    display: block;
    
} 



.nav-color{
    background:black;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.nav-fixed{
  position:fixed;
  top:0;
  right:0;
  width:100%;
  padding: 0;
  margin: 0;
  z-index:9999;
  background-color: white;
}
/* .nav-scroll{
    max-height:100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;   
} */
  
#menu {
    margin: 0;
    padding: 0;
    border-bottom: 4px solid #65b24b;
}
#menu:after {
    content: "";
    display: table;
    clear: both;
}
#menu ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
#menu ul li {
    font-size: 1rem;
    padding:0;
    margin: 0; 
    line-height: 6rem;
    display: inline-block;
   
}
#menu ul li:last-child{border-bottom: none;}

#menu ul li a {
    display: block;
    padding: 0 15px;
    color: black;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}


@media only screen and (min-width: 1284px) and (max-width: 1442px) {

    #navbrand {
        padding:0 10px;
        width: 20rem;
    
        line-height: 6rem;
        float:left;
        display: block;
        
    } 

    #menu ul li a {
        padding: 0 10px;
        color: black;
        letter-spacing: 0.5px;
    }
}


@media only screen and (min-width: 1226px) and (max-width: 1283.99px) {

    #navbrand {
        padding:0 10px;
        width: 16rem;
    
        line-height: 6rem;
        float:left;
        display: block;
        
    } 

    #menu ul li a {
        padding: 0 5px;
        color: black;
        letter-spacing: 0px;
    }
}

@media only screen and (min-width: 1034px) and (max-width: 1225.99px) {

    #navbrand {
        padding:0 10px;
        width: 14rem;
    
        line-height: 6rem;
        float:left;
        display: block;
        
    } 

    #menu ul li a {
        padding: 0;
        color: black;
        letter-spacing: 0px;
    }
}




#menu ul li:hover > a {color: var(--am); }

#menu li a:only-child:after,
#menu ul li ul li a:only-child:after {
    content: '';
    margin-right: 1rem;
}
    
#menu ul li.active a,
#menu ul li.active:hover a,
#menu ul:hover li.active a {color: red;}
#menu ul li.active a:active {color: green;}
#menu label,#menu [id^=drop] {display: none;}
  
  
@media screen and (max-width:1033.99px) {
    .wrapper{
        width: 100%;
        padding:0;
        margin: 0 auto;
    }

    #navbrand {
        display: inline-block;
        padding: 0;
        width: 80%;
        line-height: 6rem;
        text-align: center;
    }
    #menu {
        margin: 0;
        padding: 0;
        background: none;
    }
    #menu ul {
        float: none;
        width: 100%;
        padding-top: 1.6rem;
    }
    #menu ul li {
        background-color: black;
        display: block;
        width: 100%;
        float: left;
    }

    #menu ul li {border-bottom: 1px solid #65b24b;}
    #menu ul li:first-child {border-top: 1px solid #65b24b;}
  
  
    #menu ul ul li:hover > ul,
    #menu ul li:hover > ul,.menu {display: none;}
    #menu .toggle + a {display: none!important;}
    #menu [id^=drop]:checked + ul {display: block;}
    
    #menu .toggle {
        font-size: 3rem;
        position:relative;
        padding-left: 1rem;
        width:2.4rem;
        color:black;
        display: inline-block;
        line-height: 6rem;
        cursor:pointer;
        font-family: "Montserrat",sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
    }


   

    #menu .toggle-icon{
        position:absolute;
        top:3px;
        right:0;
        width:60px;
        text-align:center;
        vertical-align:center;
        font-size:2rem;
    }

    /* #menu .toggle-name{
        position:absolute;
        top:5px;
        left:5px;
    }  */
    
    #menu ul li .toggle{
        padding: 0 0 0 15px;
        line-height: 6rem;
        /* font-size:14px;
        color:#999; */
    }

    #menu ul li:hover > .toggle{
        color:white;
    }
    
    /* #menu ul li .drop-icon{
        background:lime;
        color:#999;
        width:60px;
        position:absolute;
        top:0;
        right:0;
        font-size:20px;
        text-align:center;
        vertical-align:center;
    } */
    
    #menu ul a {
        padding: 0 0 0 15px;
        line-height: 3rem;
        font-size: 1rem;
        color: white;
    }

    #menu ul li a{
        color:white;
        display: block;
    }

    #menu ul li a:hover {
        color: var(--am);
    }
    .fa-bars:hover {
        color:var(--am);
    }
}
  

@media only screen and (min-width: 638px) and (max-width: 1033.99px) {
    #menu .toggle {
        font-size: 3rem;
        position:relative;
        padding-left: 1rem;
        padding-top: 2rem;
        width:2.4rem;
        color:black;
        display: inline-block;
        cursor:pointer;
        font-family: sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
    }

}
 


/* ENDE navi */

#butttop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: white;
    background-color: #2e2e2f;
}


#display_01,
#display_01_mobile {
    color: var(--color);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    background-image: url("../img/titelbild_baustelle.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; 
}

#display_02 {
    color: var(--color);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    background-image: url("../img/titelbild_zaun.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; 
}

.inhalt {
    padding-top: 10vh;
}

.intro {
    margin-bottom: 0;
    padding-top: 30vh;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-container .item {
    height: 330px;
    display: flex;
    align-items: center;
    word-break: break-all;
}

@media (max-width: 768px) {

    .flex-container {
        flex-direction: column;
    }

    .flex-container .item {
        width: 100%;
        height: auto;
    }

    .item.place2,
    .item.place3 {
        height: 330px;
    }         
    
}

@media only screen and (min-width: 350px) and (max-width: 1199px) {
    .flex-container .item {
        min-height: 230px;
        height: 230px;
        max-height: 460px;
        display: flex;
        align-items: center;
        flex: 0 1 auto;
    }

    .placea, 
    .placeb,
    .place1,
    .place2,
    .place3,
    .place4 {width: 50%;}

    .desktop {
        display: none;
        visibility: hidden;
    }

    .mobile {
        visibility: visible;
    }

    .mobilex {
        display: none;
        visibility: visible;
    }
}

.placea, 
.place1,
.place2,
.place3 {width: 25%; display: inline-block;}

.placeb,
.place4 {width: 50%;}

.place1,
.place3 {
    background-color: #2e2e2f;
    color: #ffffff;
}

.place2 {
    background-image: url("../img/absperrung-1sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.place3 {
    background-image: url("../img/miettoiletten-2sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.place4 {
    background-image: url("../img/bagger-2sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-green {
    background-color: var(--am-dark);
}

.bg-green-light {
    background-color: var(--am);
}




.place1 {
    padding: 0 1rem;
}

.headline {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 3rem;
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .headline {
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 2rem;
    }

    
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .headline {
        text-transform: uppercase;
        font-size: 1.2rem;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 3rem;
    }    
}

@media only screen and (min-width: 1200px) {
    .mobile {
        display: none;
        visibility: hidden;
    }
}


.h2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6rem;
    color: var(--am);
    text-transform: uppercase;
}

.h4x {
    font-size: 1.2rem;
    color: var(--am);
    font-weight: 500;
    text-transform: uppercase;
}

.p {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.6rem;
    color: var(--black);
}

.text-darkgreen {
    color: var(--am-dark);
    font-weight: 600;
}

.flex-container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.itemx {
    flex-direction: column;
    display: flex;
    min-width: 23%;
    max-width: 23%;
    width: auto;
    flex: auto;
    background-color: #ffffff;
    margin: 0 1rem;
    align-self: stretch;
}


@media (max-width: 767px) {
    .itemx {
        flex-direction: column;
        display: flex;
        min-width: 95%;
        max-width: 95%;
        width: auto;
        flex: auto;
        background-color: #ffffff;
        margin: 0 1rem;
        align-self: stretch;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .itemx {
        flex-direction: column;
        display: flex;
        min-width: 45%;
        max-width: 45%;
        width: auto;
        flex: auto;
        background-color: #ffffff;
        margin: 0 1rem;
        align-self: stretch;
    }
}




.itemx div:nth-child(3) {
    padding: 1rem;
}

.itemx div:nth-child(1) {
    padding: 1rem 1rem 0rem 1rem;
}

.itemx div:nth-child(2) {
    padding: 1rem 0rem 0.5rem 0rem;
}

.itemx div:nth-child(4) {
    padding: 1rem;
}

.itemx div:nth-child(4) img {
    width: 4rem;
    height: auto;
}

.itemx div:nth-child(4) a {
    padding: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--black);
}

.itemx div:nth-child(4) a:hover {
    padding: 1rem;
    color: var(--am);
}

@media (max-width: 767px) {
    .flex-container2 {
        flex-wrap: wrap;
    }
    .flex-container2 .itemx {
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flex-container2 {
        flex-wrap: wrap;
    }

    .flex-container2 .itemx {
        width: 45%;
        margin-top: 1rem;
    }
}



.inhalt-04-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.inhalt-04-flex .iitem {
    flex: 0 1 auto;
}

.inhalt-04-flex .iitem:nth-child(1) {
    align-self:  flex-start;
    flex-direction: column;
    width: 25%;
}



.inhalt-04-flex .iitem:nth-child(3) {
    align-self: flex-end;
    flex-direction: column;
    width: 25%;
    padding-left: 1rem;
}



.inhalt-04-flex h4 {
    text-transform: uppercase;
}

#round {
    width: 80px;
    height: 80px;
    background:var(--am);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    text-align: center;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

#round .fa-wrench,
#round .fa-cog {
   padding-top: 28%;
   color: white;
   font-size: 2rem;
}




#footer {
    border-top: 4px solid var(--am);
    margin-top: 8rem;
}

#footer a,
#footer a:hover {
    text-decoration: none;
}

#footer a {
    color: var(--am);
    font-weight: 600;
}

#footer a:hover {
    color: var(--black);
}

#footer .fa-phone {
    padding-right: 16px;
}

#footer .fa-envelope-o {
    padding-right: 12px;
}

.kontakt p {
    padding-left: 4rem;
}

.abstfoot {
    padding: 0 2rem;
}

.copy {
    min-height:4rem;
    height: auto;
    max-height: 8rem;
    color: white;
}

.copy a {
    color: var(--white);
    text-decoration: none;
}

.copy a:hover {
    color: var(--black);
}

@media (max-width: 992px) {
    .kontakt p {
        padding-left: 0rem;
    }
}

@media (max-width: 574px) {
    .kontakt p,
    .imp-dat p {
        padding-left: 1rem;
    }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    .kontakt p {
        padding-left: 2rem;
    }
}

.text-right {
    text-align: right;
    margin-right: 1rem;
    margin-bottom: 2rem;
}

.bottom-03 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .bottom-03 {
        margin-bottom: 2rem;
    }
    .bottom-03 p {
        line-height: 1.4rem;
        font-size: 1rem;
        margin-top: 1rem;
    }
}

.bottom-03 p {
    line-height: 1.1rem;
    font-size: 0.9rem;
}

.bottom-03 p a {
    text-decoration: none;
    color: var(--am);
    line-height: 1.6rem;
}

.bottom-03 p a:hover {
    color: var(--black);
}

.display-03-btn {
    width: 12rem;
    background-color: var(--am);    
    font-size: 1rem;
    border: 0;
    padding: 5px;
}

.display-03-btn a {
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
}

.display-03-btn a:hover {
    color: #ffffff;
    text-decoration: none;
}


#display-03 .display-02-light {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: var(--black);
    font-weight: 200;
}

#display-03 h4 {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--am);
}

#display-03 h4 .display-02-light {    
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 200;
    color: #000000;
}



#inhalt-01,
#inhalt-02,
#inhalt-03 {
    margin-top: 8rem;
}

#inhalt-02 {
    margin-top: 5rem;
    text-align: center;
}

#inhalt-02 .fa-thumbs-o-up,
#inhalt-02 .fa-wrench,
#inhalt-02 .fa-leaf {
    font-size: 3rem;
    color: var(--am);
    padding-bottom: 1rem;
    font-weight: 600;
}

.fa-arrow-circle-o-right {
    color: var(--am);
}

.column-count-2 {
    column-count: 2;
    /* text-align: justify; */
    column-gap: 2rem;
  }

@media (max-width: 479px) {}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 992px) and (max-width: 1399px) {}
@media only screen and (min-width: 1400px) {}


/* animateded */ 

.desktop .animate-down {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    transform: translate(0, -100px)
}
.desktop .animate-down.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 600ms ease-out 500ms;
    -moz-transition: all 600ms ease-out 500ms;
    transition: all 600ms ease-out 500ms
}
.desktop .animate-up {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 400px);
    -moz-transform: translate(0, 400px);
    transform: translate(0, 400px);
    -ms-transform: translate(0, 400px);
    -o-transform: translate(0, 400px);
}
.desktop .animate-up.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    -moz-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    -ms-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    -o-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
}
.desktop .animate-right {
    opacity: 0;
    visibility: hidden;
    transform: translate(-800px, 0);
    -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    -ms-transform: translate(-800px, 0);
    -o-transform: translate(-800px, 0);
}
.desktop .animate-right.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -moz-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -ms-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -o-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
}
.desktop .animate-left {
    opacity: 0;
    visibility: hidden;
    transform: translate(800px, 0);
    -webkit-transform: translate(800px, 0);
    -moz-transform: translate(800px, 0);
    -ms-transform: translate(800px, 0);
    -o-transform: translate(800px, 0);
}
.desktop .animate-left.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -moz-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -ms-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -o-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
}


/*  Inhalt ################################################### */


.flex-container-inhalt {
    margin-top: 8rem;
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    gap: 2rem;
    columns: black;
    width: 100%;
}

.flex-container-inhalt .item:nth-child(1) {
    width: 58%;
    order: 1;
}

.flex-container-inhalt .item:nth-child(2) {
    width: 58%;
    order: 3;
}

.flex-container-inhalt .item:nth-child(3) {
    width: 38%;
    order: 4;
}

.flex-container-inhalt .item:nth-child(3) p {
    padding: 0 2rem 0 0;
    margin-right: 10rem;
}

.flex-container-inhalt .item:nth-child(4) {
    width: 58%;
    order: 5;
}

.flex-container-inhalt .item:nth-child(5) {
    width: 38%;
    order: 2;
}

.flex-container-inhalt .item:nth-child(5) img {
    width: 16rem;
    height: auto;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .flex-container-inhalt .item:nth-child(3) p {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .flex-container-inhalt {
        margin-top: 12rem;
    }
    .flex-container-inhalt .item:nth-child(1) {
        width: 100%;
    } 
    .flex-container-inhalt .item:nth-child(2) {
        width: 100%;
    } 
    .flex-container-inhalt .item:nth-child(3) {
        width: 100%;
    } 
    .flex-container-inhalt .item:nth-child(3) p {
        margin: 0;
        padding: 0;
    }

    .flex-container-inhalt .item:nth-child(4) {
        width: 100%;
    } 
    .flex-container-inhalt .item:nth-child(5) {
        width: 100%;
        order:5;
    } 
}

.lh-2 {
    line-height: 2rem;
}

.img-right {
    text-align: right;
}

.flex-container-inhalt h2 {
    color:var(--am-dark);
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
}

.flex-container-inhalt h4 {
    color: black;
    font-size: 1.4rem;
    line-height: 2rem;
}

.flex-container-inhalt h3 {
    color: var(--am);
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}

.btn-inhalt {
    background-color: var(--am);
    width: 16rem;
    padding: 6px;
    border: 0;
}

.btn-inhalt a {
    text-decoration: none;
    font-weight: 500;
    color: white;
}

.btn-inhalt a:hover {
    color: black;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-row a {color:var(--am-dark); font-weight: 600; text-decoration: none;}

.flex-row a:hover {color:var(--am);}

.flex-row .item-row {
    width: 48%;
}


@media (max-width: 991px) {
    .flex-row .item-row {
        width: 100%;
    }
    .img-right {
        text-align: left;
    }

}


.psmall {font-size: 10px; font-weight: 200; font-style: italic;}


.xcv {
    margin-top: 8rem;
}

.xcvv {
    margin-top: 12rem;
}


.la a {
    color: var(--am-dark);
    text-decoration: none;
    font-weight: 600;
}

.la a:hover {
    color: var(--am);
}


ol {
    counter-reset: item;
}

#agb li {
    display: block;
    color: #000000;
}

ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

ol li ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.olfirst {
    font-weight: 600;
    margin-top: 1rem;
    text-indent: -1rem;
}

ol li ol li {
    font-weight: normal;
    text-indent: -28px;
}



















/*  ################################################### ENDE Inhalt*/

