#fotodialog {
    iframe {
        border: 0px;
        width:100%;
        height: 100%;
    }
    width: 100%;
    height: 100%;
    margin: 20px;
    padding: 0px;
    overflow: hidden;
}
.holder-form {
    padding: 24px;
    background-color: #F0F0F0;
    margin-bottom: 20px;
    border-radius: 16px;
}
.form-row {
    margin-bottom: 12px;
}
.form-description {
    color: var(--sl-blue-m2);
    font-size: smaller;
    font-style: italic;
}
label.required::after {
    content: " *";
    color: red; /* Optioneel: kleur het sterretje rood */
}
.radioList {
    width: 2em;
    height: 2rem;
    accent-color: var(--sl-orange);
}
.radioLabel {
    position: relative;
    top: -10px;
    padding-left: 0.5em;
    cursor: pointer;
    display: inline;
}
.txtAndersVeld {
    width: 50%;
    display: inline-block;
    margin-left: 10px;
    top: -10px;
    position: relative;
}
.txtAndersVeld:not([required]) {
  background-color: #E0E0E0;
}

@media only screen and (min-width: 992px) {
    .formOnlyMobile {
        display:none;
    }
    .formOnlyPC {
        display: block;
    }
    .well-custom0{
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 350px;
        background-image: url("../assets/images/v3/studenten.webp");
        min-height: 285px !important;
        padding-right: 335px;
    }

    .well-custom1{

        .well-text{
            background-position: right 20px bottom;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("../assets/images/v3/student2.webp");
            min-height: 285px !important;
            padding-right: 270px;
            width:100%;
            max-width: 100% !important;
        }
        .well-back{
            background-color: var(--sl-green);
        }
    }
    .well-custom2{
        

        .well-text{
            background-position: left 20px bottom;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("../assets/images/v3/student3.webp");
            min-height: 285px !important;
            padding-left: 370px;
            width:100%;
            max-width: 100% !important;
        }
        .well-back{
            background-color: var(--sl-red);

        }
    }

    
}
@media only screen and (max-width: 992px) {
    .formOnlyMobile {
        display:block;
        align-content: center;
        width: 100%;
    }
    .formOnlyPC {
        display: none;
    }
    .radioCheckList {
        text-align: left !important;
    }
    .container {
        text-align: center;
    }
    .text-primary {
        color: var(--sl-blue-m2) !important;
    }
    .txtAndersVeld {
        top: 0px;
        padding-left: 0px;
        margin-left: 0px !important;
        width: 100% !important;
    }
    .holder-v3 {
        display: flex !important;
    }
    .well-custom0 {
        padding-top:60px !important;
    }
    .well-custom1, .well-custom2 {
        margin-bottom: 0px !important;
        padding-bottom: 10px;
        .well-back{
            top: 0px !important;
            height: calc(100% - 20px) !important;
        }
    }
    .well-custom1 {
        .well-back{
            background-color: var(--sl-green);
        }
    } 
    .well-custom2{
        .well-back{
            background-color: var(--sl-red);
        }
    }
    .highlight-error {
        background-color: yellow;
        
    }
}