.heizenKuehlenList{
    padding: 100px 20px 100px;
    position: relative;
    z-index: 20;
}

.heizenKuehlenList h2{
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 600;
    color: #075E5D;
}

@media all and (max-width: 768px){
    .heizenKuehlenList h2{
        font-size: 20px;
        margin: 0 0 30px;
    }
}

.heizenKuehlenList .wp-block-list{
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
}

.heizenKuehlenList .wp-block-list li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 300;
}

@media all and (max-width: 768px){
    .heizenKuehlenList .wp-block-list li{
        font-size: 14px;
        margin-bottom: 24px;
    }
}

.heizenKuehlenList .wp-block-list li:before{
    position: absolute;
    content: '';
    background-color: #48B697;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.heizenKuehlenList .wp-block-list li strong{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
}

@media all and (max-width: 768px){
    .heizenKuehlenList .wp-block-list li strong{
        font-size: 16px;
    }
}

.heizenKuehlenList .wp-block-button__link{
    font-size: 16px!important;
    padding: 10px 24px;
    font-weight: 900;
}


.fan{
    padding: 80px 20px 0;
}

.fan h2{
    font-size: 40px;
    color: #2699D6;
}

@media all and (max-width: 768px){
    .fan h2{
        font-size: 26px;
    }
}

.fan p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}


.smartKuehlen{
    position: relative;
    z-index: 5;
}

.smartKuehlen:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #45B596;
    z-index: -1;
}

.smartKuehlen:after{
    position: absolute;
    z-index: 10;
    left: 0;
    top: -200px;
    content: '';
    height: 279px;
    width: 100%;
    max-width: 1440px;
    background: url('/wp-content/themes/esi/_public/images/Waves-Left.webp') no-repeat;
}

@media all and (max-width: 768px){
    .smartKuehlen:after{
        background-size: 100%;
        width: 800px;
        top: -50px;
    }
}

.smartKuehlen{
    color: #FFF;
}

.smartKuehlen p{
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 300;
}

@media all and (max-width: 768px){
    .smartKuehlen p{
        font-size: 14px;
    }
}

.smartKuehlen .wp-block-columns .wp-block-column:first-child{
    padding: 60px 20px;
}

.smartKuehlen h4{
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 10px;
}

@media all and (max-width: 768px){
    .smartKuehlen h4{
        font-size: 18px;
    }
}

.smartKuehlen h2{
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 40px;
}

@media all and (max-width: 768px){
    .smartKuehlen h2{
        font-size: 26px;
        margin: 0 0 10px;
    }
}



.smartKuehlen .wp-block-button__link{
    margin: 10px 0 0;
    font-size: 16px!important;
    padding: 10px 24px;
    font-weight: 900;
}

.smartKuehlen .wp-block-image{
    margin: 0;
    width: 100%;
    height: 100%;
}

.smartKuehlen .wp-block-image img{
    min-height: 100%;
    min-width: 100%;
    max-width: none;
}


.kuehlenIntro{
    padding: 100px 0;
    color: #FFF;
    background-color: #2699D6;
}

@media all and (max-width: 1024px){
    .kuehlenIntro {
        /*margin-top: -100px;*/
    }
}

@media all and (max-width: 768px){
    .kuehlenIntro {
        padding: 50px 0;
    }
}

.kuehlenIntro .container{
    padding: 0 20px;
}

.kuehlenIntro h2{
    font-size: 48px;
    font-weight: 800;
    margin: 0;
}

@media all and (max-width: 1024px){
    .kuehlenIntro h2{
        font-size: 36px;
    }
}

@media all and (max-width: 768px){
    .kuehlenIntro h2{
        font-size: 30px;
    }
}

.kuehlenIntro p{
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 300;
}

@media all and (max-width: 768px){
    .kuehlenIntro p{
        font-size: 14px;
        margin-top: -20px;
    }
}