section#reviews h2{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    color: #022f57;
    position: relative;
}

section#reviews h3{
    margin: 0;
}

section#reviews .lighthouse{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    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;
    margin-top: 40px;
    position: relative;
}

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

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

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

#reviews .es-header-container{
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}

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


    section#reviews{
        padding-bottom: 40px;
    }

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

    section#reviews .gridwrapper .foto{
        display: none;
    }


}

@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;
    }
}