section#content .container{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    overflow: visible;
    align-items: center;
}

section#content .container .contentgalerij{
    display: flex;
    gap: 2%;
    margin-top: 80px;
}

section#content .container .contentgalerij > div{
    flex: 0 0 32%;
}

section#content .container .contentgalerij > div .singleimg:nth-child(n+2){
    margin-top: 20px;
}

section#content .container .contentgalerij > div.galerijkolom2 .singleimg:nth-child(1){
    height: 250px;
}

section#content .container .contentgalerij > div .singleimg{
    border-radius: 20px;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

section#content .container .contentgalerij > div .singleimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#content .bigcircle1{
    position: absolute;
    right: 20px;
    opacity: 0.04;
    height: 900px;
    width: 900px;
    top: 80px;
    z-index: -1;
    border: 20px solid white;
    box-sizing: border-box;
    border-radius: 100%;
}

section#content .boekwidgethome{
    padding: 20px 60px!important;
    position: absolute;
    top: -45px;
    height: 90px;
    left: 10%;
    font-size: 25px;
    z-index: 2;
    width: 80%;
    background: #726467; 
    color: black;
    border-radius: 10px;
    box-sizing: border-box;
}

section#content .bigcircle2{
    position: absolute;
    left: 20px;
    height: 900px;
    width: 900px;
    bottom: -40%;
    border: 20px solid white;
    z-index: -2;
    box-sizing: border-box;
    border-radius: 100%;
    opacity: 0.1;
}

section#content .innercircle{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#content .smallcircle{
    height: 800px;
    width: 800px;
    box-sizing: border-box;
    border: 10px solid white;
    border-radius: 100%;
}

section#content .container .contentitemimgfloating{
    position: absolute;
    width: 500px;
    bottom: -250px;
    right: 35%;
}

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

section#content .container .leftsidecontent{
    flex: 0 0 25%;
}

section#content .container .imagewrapper{
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

section#content .container .imagewrapper .bolletje{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    position: absolute;
    
}

section#content .container .imagewrapper .bolletje.green{
    background: #ae0018;
    left: -17px;
    bottom: 50px;
}

section#content .container .imagewrapper .bolletje.grey{
    background: #616163;
    left: -17px;
    bottom: 100px;
}

section#content .container .leftsidecontent p{
    margin-top: 0;
}

section#content .container .leftsidecontent h2{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

section#content .container .leftsidecontent h3{
    margin-bottom: 0;
}

section#content .container .rightsidecontent{
    flex: 0 0 100%;
    overflow: hidden;
    position: relative;
}

section#content .container .rightsidecontent h2{
    margin-top: 0;
}

section#content .container .rightsidecontent .contentitemimg{
    width: 100%;
    height: 100%;
} 

section#content .container .rightsidecontent .contentitemimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#content .container .rightsidecontent .contentitem{
    flex: 0 0 47.5%;
    text-align: center;
}

section#content .container .rightsidecontent .contentitem .contentitemimg{
    height: 600px;
    width: 100%;
}

section#content .container .rightsidecontent .contentitem .contentitemimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hoteliers-book-form{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.hoteliers-book-form .boekingskolom label{
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

.hoteliers-book-form .divider{
    width: 1px;
    background: black;
}

.hoteliers-book-form .boekingskolom input{
    background: transparent;
    color: black;
    font-size: 16px;
    line-height: 19px;
    width: 100px;
}

.hoteliers-book-form .boekingskolom input:focus-visible{
    outline: none!important;
}

.hoteliers-book-form .boekingskolom input::placeholder{
    color: black;
}

@media screen and (max-width: 1000px) {
    section#content .bigcircle2{
        display: none;
    }

    section#content .bigcircle1{
        display: none;
    }
}


@media screen and (max-width: 1250px) {
    section#content .container .leftsidecontent{
        flex: 0 0 100%;
    }

    section#content .boekwidgethome{
        height: unset;
        position: relative;
        margin-top: -100px;
    }

    section#content .boekwidgethome .boekingskolom{
        flex: 0 0 100%;
    }

    section#content .boekwidgethome .divider{
        flex: 0 0 100%;
        height: 1px;
    }

    .hoteliers-book-form{
        gap: 20px;
    }

    section#content .container .rightsidecontent{
        flex: 0 0 100%;
        
    }

    section#content .container{
        padding: 0;
    }

    body section#content .container .contentitemimgfloating{
        position: static!important;
        width: 100%;
        margin-top: 40px;
    }

    body section#content .bigbox1, body section#content .bigbox2{
        height: 300px;
        width: 300px;
    }

    section#content .container .contentgalerij > div{
        flex: 0 0 100%;
    }

    section#content .container .contentgalerij > div .singleimg{
        height: 300px!important;
    }

    section#content .container .contentgalerij{
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .galerijkolom1, .galerijkolom2{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    section#content .container .rightsidecontent .contentitem{
        flex: 0 0 100%;
    }
    section#content .container .rightsidecontent .contentitem:nth-child(n+2){
        margin-top: 40px;
    }

    body section#content .bigbox1{
        right: 0;
        left: unset;
    }

    body section#content .bigbox2{
        left: 0;
        right: unset;
    }
}