:root {
    --yellow: #F8B133;
    --pink: #D60B51;
    --width-content: 1350px
}

html {
    font-family: Prompt, sans-serif
}

.text-pink {
    color: var(--pink)
}

.text-pink:hover {
    color: var(--pink)
}

.text-black {
    color: #000
}

.text-black a {
    color: #000
}

.text-white {
    color: #fff
}

.text-white:hover {
    color: #fff
}

.text-yellow {
    color: var(--yellow)
}

.text-yellow:hover {
    color: var(--yellow)
}

body, html {
    overflow-x: hidden
}

.back-yellow {
    background-color: var(--yellow);
    background-size: cover
}

.back-pink {
    background-color: var(--pink)
}

@media screen and (min-width: 1800px) {
    .middle {
        width: 1800px;
        margin: auto
    }

    .middle2 {
        width: 1700px;
        margin: auto
    }
}

.header-back {
    position: absolute;
    background: url(../images/Boog_hoaloha.svg) no-repeat center;
    background-size: cover;
    top: 3.6%;
    left: -50%;
    height: 100px;
    width: 200%
}

.header2 {
    padding-bottom: 0
}

.header2 .middle {
    background: url(../images/header2-background.webp) no-repeat center;
    padding-bottom: 48px
}

@media screen and (max-width: 1250px) {
    .header2 {
        padding: 0
    }

    .header2 .middle {
        background-image: url(../images/header2-background-mobile.webp);
        padding-bottom: 500px
    }
}

.miljoenen {
    text-align: center;
    margin: auto;
    width: 1200px
}

@media screen and (max-width: 1217px) {
    .miljoenen {
        width: 100%
    }
}

.width-18 {
    width: 18rem
}

.header-title h1 {
    margin-bottom: 1.5rem
}

.header-text {
    width: 20rem
}

@media screen and (max-width: 768px) {
    .header-title, .header-title2 {
        margin: auto
    }

    .header-text, .header-text2 {
        margin: auto
    }

    .header-title2 {
        margin-top: 1.5rem
    }
}

@media screen and (min-width: 768px) {
    .columnRight {
        margin-right: 4.4rem
    }

    .header-title {
        margin-left: auto
    }

    .header-text {
        margin-left: auto
    }
}

.header-title2 {
    width: 20rem
}

.header-title2 h1 {
    margin-bottom: 1.5rem
}

.header-text2 {
    width: 20rem
}

.link {
    text-decoration: underline;
    justify-content: space-between
}

.right {
    margin-left: auto;
    margin-top: 5px;
    color: var(--yellow)
}

.form {
    margin: auto;
    width: 450px;
    text-align: center;
    border-radius: 90px/100px
}

.fbut, .fbut:focus, .fbut:hover {
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 2rem
}

.finput {
    font-family: Prompt, sans-serif;
    border-radius: 25px;
    padding: 1rem
}

figure.is-rounded {
    margin: 0;
    border-radius: 999px
}

.woman-picture img {
    position: relative;
    top: 1px
}

.woman2-picture img {
    position: relative;
    top: 1px
}

@media screen and (max-width: 1000px) {
    .break {
        margin-top: 6rem
    }

    .break2 {
        margin-top: 12rem
    }

    .break3 {
        margin-top: 7rem
    }

    .align-image {
        display: flex;
        justify-content: center
    }

    .woman-picture {
        position: absolute
    }

    .woman-picture figure {
        position: relative;
        top: -12.5rem
    }

    .woman-picture img {
        position: relative;
        top: 1px
    }

    .dis-block {
        display: block !important
    }

    .go-100 {
        width: 100% !important
    }

    .hidden-1390 {
        display: none
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .width-100-tablet {
        width: 100% !important
    }
}

@media screen and (min-width: 1000px) {
    .woman-picture {
        width: 22rem
    }

    .woman2-picture {
        width: 22rem
    }

    .shown-1390 {
        display: none
    }
}

@media screen and (min-width: 1799px) {
    .woman2-picture {
        margin-left: 13rem
    }
}

@media screen and (max-width: 1799px) {
    .woman2-picture {
        margin-left: auto;
        margin-right: 1.5rem
    }
}

.bor-top {
    border-top: 2px solid var(--pink)
}

.item-list div {
    border-bottom: 2px solid var(--pink)
}

.next {
    padding: .5rem;
    display: flex
}

.next i {
    transform-origin: center 20px
}

.borderBotR {
    border-bottom: none !important
}

.nextInfo {
    padding: .5rem;
    display: flex
}

@media screen and (max-width: 768px) {
    .gestelde-vragen {
        padding-right: 0;
        padding-left: 0
    }

    .next {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .nextInfo {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.arrow1 {
    animation: mymove .4s;
    animation-fill-mode: forwards
}

.arrow2 {
    animation: mymove2 .4s;
    animation-fill-mode: forwards
}

@keyframes mymove {
    100% {
        transform: rotate(180deg)
    }
}

@keyframes mymove2 {
    0% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(0)
    }
}

.footer {
    padding-bottom: 3rem
}