.elementor-12315 .elementor-element.elementor-element-cc0b85b{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:16px;--padding-right:16px;}.elementor-12315 .elementor-element.elementor-element-bca735c{--display:flex;}body.elementor-page-12315:not(.elementor-motion-effects-element-type-background), body.elementor-page-12315 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-12315 .elementor-element.elementor-element-cc0b85b{--content-width:620px;}}/* Start custom CSS for html, class: .elementor-element-e257449 *//*Knop*/
.prev-btn {
    background-color: transparent !important;
    color:  #2D2D2D !important;
}

.prev-btn:hover {
    background-color: #2D2D2D !important;
    color: white !important;
}

/*Basis*/
.step {
    display: none;
    flex-direction: column;
}

.step.active {
    display: flex;
}

.step p {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    font-family: Maison Neue;
    margin-bottom: 20px;
    line-height: 36px;
}


/*Radio buttons*/
.step label {
    margin-bottom: 10px;
    padding: 10px 20px;
    padding-left: 70px;
    color: #2D2D2D;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.4em;
    font-family: Maison Neue;
}

.step input {
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}

.step input:before {
    content: "";
    visibility: visible;
    position: absolute;
    height: 18px;
    width: 18px;
    background: white;
    left: -66px;
    top: 3px;
    border-radius: 200px;
    transition: 0.3s;
    z-index: 99;
    
}

.step input:checked:before {
    opacity: 1;
    left: -44px;
}



.step input:after {
    content: "";
    visibility: visible;
    height: 24px;
    width: 47px;
    background: #dadada;
    position: absolute;
    left: -70px;
    top: 0px;
    border-radius: 200px;
    transition: 0.3s;
    z-index: 0;
}

.step input:checked:after {
    background: #2D2D29;
}

.step button {
    width: max-content;
    margin-top: 20px;
    background: #2D2D29;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-family: Maison Neue;
}

.step button:hover {
    background: #D85612;
}

/*Error*/
#errormelding {
    background-color: rgba(225,20,29,.1);
    color: #7f2320;
    border-left-color: #e1141d;
    border-left: 10px solid #e1141d;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 3px;
    display: none
}/* End custom CSS */