section#content{
    position: relative;
    margin: 60px 0;
}

body.home section#content{
    background: #F9F7F3;
    border-radius: 10px;
    padding: 30px 0;
}

body section#content .container .generalsection{
    margin-bottom: 240px;
}

section#content .container{
    overflow: visible;
}

section#content .container .topsection{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 40px;
}

section#content .container .topsection h2{
    color: #262626;
    font-size: 70px;
    line-height: 75px;
    margin: 0;
}

section#content .container .bottomsection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
}

section#content .container .bottomsection a:before{
    content: '\f086';
}

section#content .container .bottomsection p{
    margin: 0;
}

section#content .container .generalsection{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

section#content .container .generalsection .left h3{
    color: #FF6C6C;
    font-weight: 100;
    margin: 0;
}

section#content .container .generalsection .left .pluspunten .pluspunt:nth-child(n+2){
    margin-top: 30px;
}

section#content .container .generalsection .left .streep{
    width: 100%;
    height: 1px;
    background: #ADADAD;
    margin: 40px 0;
}

section#content .container .generalsection .left .pluspunten{
    margin-bottom: 40px;
}

section#content .container .generalsection .left .pluspunten .pluspunt h2{
    color: #262626;
    font-size: 60px;
    line-height: 70px;
    margin: 0;
    transition: 0.2s all ease-in-out;
}

section#content .container .generalsection .left .pluspunten .pluspunt p{
    display: none;
}

section#content .container .generalsection .right{
    position: relative;
}

section#content .container .generalsection .right .spreekuur{
    position: absolute;
    bottom: -120px;
    left: -60px;
    background: #C02033;
    color: white;
    border-radius: 10px;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
}

section#content .container .generalsection .right .spreekuur a.button{
    background: white!important;
}

section#content .container .generalsection .right .spreekuur a.button:before{
    content: '\f073';
}

section#content .container .generalsection .right .spreekuur h3{
    color: white;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}

section#content .container .generalsection .right .spreekuur p{
    color: white;
}

section#content .container .generalsection .right img{
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) {
    section#content .container .generalsection .left .pluspunten .pluspunt{
        position: relative;
        display: flex;
        align-items: center;
    }
    section#content .container .generalsection .left .pluspunten .pluspunt:before{
        content: '\f04b';
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-sharp-solid);
        font-size: 28px;
        color: #C02033;
        position: absolute;
        left: 0px;
        z-index: 1;
        margin-top: 12px;
        opacity: 0;
        transition: 0.2s all ease-in-out;
    }

    section#content .container .generalsection .left .pluspunten .pluspunt.active:before{
        opacity: 1;
    }

    section#content .container .generalsection .left .pluspunten .pluspunt.active h2{
        color: #C02033;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    section#content .container .topsection{
        grid-template-columns: 1fr;
        gap: 0;
    }

    section#content .container .generalsection .left .pluspunten .pluspunt p{
        display: block;
    }

    section#content .container .changeabletext{
        display: none;
    }

    section#content .container .generalsection{
        grid-template-columns: 1fr;
        gap: 0;
    }

    section#content .container .generalsection .left .streep{
        margin: 20px 0;
    }

    section#content .container .generalsection .right img{
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    section#content .container .generalsection .right .spreekuur{
        position: unset!important;
        width: 100%!important;
        margin-top: 20px;
    }

    body section#content .container .generalsection{
        margin-bottom: 40px;
    }

    section#content .container .topsection h2{
        font-size: 40px;
        line-height: 40px;
    }

    section#content .container .generalsection .left .pluspunten .pluspunt h2{
        font-size: 35px;
        line-height: 35px;
    }

    section#content .container .generalsection .left h3{
        font-size: 22px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 600px) {
    section#content .container .bottomsection{
        display: block;
    }

    section#content .container .bottomsection a.button{
        margin-top: 10px;
    }
}