section#reviews h2{
    margin-bottom: 20px;
    margin: 0;
    position: relative;
}

section#reviews .eapps-number-counter-58fc8a24-67d3-4222-9b3b-0ac6e24810c3-custom-css-root .Main__Component-sc-4ed38b18-0{
    background: none!important;
    padding: 0!important;
}

section#reviews .eapps-google-reviews-abf429b0-750d-464c-adab-4c8c2e27c450-custom-css-root .bQEMjL{
    background: #3d263c;
}

section#reviews .lighthouse{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

section#reviews .foto p{
    margin-top: 0;
}

section#reviews .lighthouse .lighthousewrap{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section#reviews .lighthouse .lighthousewrap img{
    position: absolute;
    left: -200px;
    height: 100%;
    width: 800px;
    object-fit: contain;
    object-position: top;
    opacity: 0.1;
}

section#reviews .gridwrapper{
    display: grid;
    grid-template-columns: 1fr 500px;
    column-gap: 60px;
    position: relative;
}

section#reviews .gridwrapper .foto{
    right: 0;
    width: 500px;
    height: 100%;
}

section#reviews .gridwrapper .foto img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}

section#reviews{
    padding: 80px 0;
    position: relative;
}

#reviews .es-header-container{
    box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {

    section#reviews .gridwrapper{
        grid-template-columns: 1fr;
        row-gap: 20px;
        margin-top: 20px;
    }

    section#reviews .gridwrapper .foto{
        width: 100%;
    }

    section#reviews h2{
        line-height: 40px;
        font-size: 35px;
    }
  
    section#reviews .container > h3{
        font-size: 22px;
        line-height: 26px;
        margin: 0 !important;
    }

    section#reviews .eapps-number-counter-58fc8a24-67d3-4222-9b3b-0ac6e24810c3-custom-css-root .GridProvider__Component-sc-72f02c24-0 .Card__Component-sc-b48da2bf-5{
        flex: 1;
    }
}

@media only screen and (max-width: 500px) {
    section#social .container .titelsection{
        flex-wrap: wrap;
    }

    section#social .container .titelsection .titel{
        flex: 0 0 100%;
    }

    section#social .container .titelsection .socialicons{
        margin-left: 0;
        margin-top: 10px;
    }
}