:root{
    --main: #2a2a2a;
    --sec: #f19e25;
    --acc: #43c11a;
    --white: #fff;

    --br: 10px;

}

body, html, p, a{
    color: var(--main);
    font-size: 19px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

/* body{
    position: relative;
} */

/* body::before{
    content: '';
    background: url(media/process_kreislauf_mpty.svg) no-repeat;
    background-size: contain;
    background-size: contain;
    width: 90%;
    height: 70vh;
    background-position: center;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    opacity: .05;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
} */

/*Globals*/
.btn{
    background-color: var(--acc)!important;
    color: var(--white)!important;
    padding: 10px 30px!important;
    border-radius: var(--br)!important;
    font-weight: 700!important;
}
.btn:hover{
    background-color: var(--sec)!important;
    color: var(--white)!important;
    padding: 10px 30px!important;
    border-radius: var(--br)!important;
}

.btn.hidden{
    display: none;
}


.container{
    width: 100%;
    max-width: 1920px!important;
    margin: 0 auto!important;
}

h1{
    font-size: 200%!important;
    font-weight: 600!important;
    color: var(--acc)!important;
}

h2{
    font-size: 135%!important;
    font-weight: 600!important;
    color: var(--acc)!important;
}

.topline{
    margin-bottom: 0;
    color: var(--sec);
    font-weight: 600!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 80%;
}

ul{
    padding-left: 15px!important;
}

li::marker{
    color: var(--acc);
}

section{
    margin-top: 2.5rem;
}

/*Header-----------------------------------------*/
#page-header{
    padding: 10px 0;
}

#page-header .btn{
    align-items: center;
}

.logo{
    width: 350px;
    max-width: 100%;
}

header .button{
    justify-content: end;
}

#page-header .row{
    align-items: center;
}

/*Footer-----------------------------------------*/
footer{
    margin-top: 2rem;
}

footer *{
    font-size: 95%;
}

footer li{
    list-style: none;
}
footer a{
    color: var(--main);
    text-decoration: none;
}

footer li::marker{
    display: none;
}

footer ul{
    display: flex;
    justify-content: end;
    padding-left: 0!important;
}

section{
    margin-top: 5.5rem;
}

/*Intro*/
section.intro .row{
    align-items: center;
}

section.intro .container{
    position: relative;
}
section.intro .container::before {
	content: '';
	background: url(media/process_kreislauf_mpty.svg) no-repeat;
	background-size: contain;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: .1;
	transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(456%) hue-rotate(61deg) brightness(95%) contrast(88%);
    width: 300px;
    height: 220px;
    left: 435px;
    top: -60%;
}


/*Icons*/
section.icons .acc-icon{
    justify-content: space-between;
}
section.icons img{
    height: 130px;
    width: 130px;
    object-fit: contain;
    border-radius: 20px;
    background-color: #e4f6de !important;
    padding: 11px;
}

section.icons .icon{
    margin-bottom: 1rem;
}

section.icons .item p{
    width: 90%;
}

section.icons .accordion-button:not(.collapsed){
    background-color: var(--acc)!important;
    color: var(--white)!important;
}

section.icons .accordion-button:focus{
    box-shadow: none;
    outline: none;
}

section.icons .accordion-item{
    border: none;
    border-bottom: 1px solid var(--acc) !important;
}
section.icons .accordion-item:last-child{
    border: none;
    border-bottom: none!important;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}



/*----------------------------Responsive-------------------------------*/
@media (max-width: 2000px) {

    .container{
        max-width: 1600px!important;
    }

    section.intro .container::before {
        width: 190px;
        height: 140px;
        left: 315px;
        top: -20%;
    }


}
/*----------------------------Responsive-------------------------------*/
@media (max-width: 1580px) {
    .container{
       max-width: 1320px!important;
    }
   
   section{
       margin-top: 1.5rem;
   }
   
   body, a, p, strong, *{
       font-size: 15px;
   }

   .logo{
    width: 250px;
   }

    section.icons img {
        height: 90px;
        width: 90px;
    }

    section.intro .container::before {
    }

    .btn, .btn:hover{
        padding: 7px 25px !important;
    }

    footer {
        margin-top: 1.5rem;
    }

}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .btn.hidden{
        display: block;
        width: max-content;
        float: right;
    }
    
    section.intro .row{
        align-items: flex-start;
    }
    
    section.icons .item{
        margin-bottom: 2rem;
    }
    
    .text{
        margin-bottom: 1.5rem;
    }

    section.intro .container::before {
        width: 240px;
        height: 190px;
        left: 85px;
        top: 32%;
    }

    
}
/*----------------------------------------------------------------*/
@media (max-width: 991px) {
    footer ul{
        justify-content: start;
    }

    .btn.hidden{
        float: unset;
    }

    section.intro .container::before {
        width: 210px;
        height: 150px;
        left: 40%;
        top: -11%;
    }

}
/*----------------------------------------------------------------*/
@media (max-width: 767px) {
    section.intro .container::before {
        width: 210px;
        height: 150px;
        left: 50%;
        top: -7%;
    }

}
/*----------------------------------------------------------------*/
@media (max-width: 575px) {
    .btn, .btn:hover{
        padding: 10px 20px !important;
    }

    #page-header .btn{
        display: none;
    }

    section.intro .container::before {
        width: 35%;
        height: 100px;
        left: unset;
        top: 2%;
        right: 30px;
    }


    
}
/*----------------------------------------------------------------*/
@media (max-width: 400px) {

    .intro{
        padding-top: 40px;
    }
    
    section.intro .container::before {
        width: 120px;
        height: 80px;
        left: unset;
        top: -40px;
        right: 20px;
        opacity: 1;
    }


    
}