@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

h1, #Kop1 {
    font-family: 'Inter', sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
    word-wrap: break-word;
    color: #ff5100;
    letter-spacing: 0.5px;    
}

h2, #Kop2, p {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    word-break: break-word;
    word-wrap: break-word;
    color: rgb(113, 99, 90);
    letter-spacing: 0.5px;    
}

.Label {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    color: rgb(113, 99, 90);
    letter-spacing: 0.5px;
    margin-bottom: 10px;    
}

.Label a {
    color: #ff5100;
    text-decoration: underline;
}

input {
    font-family: 'Inter', sans-serif;
    width: 400px !important;
    max-width: 90%;
    padding: 8px 8px;
    font-size: 1.1rem;
    font-family: 'Inter', sans-serif; 
    border-radius: 4px;
    border-color: rgb(113, 99, 90) !important;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;       
}

#txtOpmerkingen {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    word-break: break-word;
    word-wrap: break-word;
    color: rgb(113, 99, 90);
    letter-spacing: 0.5px;
    padding: 8px 8px;
    width: 400px !important;
    max-width: 90%;    
    border-radius: 4px;
    border-color: rgb(113, 99, 90) !important;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
}

input::placeholder, #txtOpmerkingen::placeholder {
    color: rgb(150, 150, 150 );
}

.dxeEditArea.dxeEditAreaSys, #ASPxCaptcha1_TB_I {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    word-break: break-word;
    word-wrap: break-word;
    color: rgb(113, 99, 90);
    letter-spacing: 0.5px;
    padding: 8px 8px;    
    width: 150px !important; 
}

input#chkAkkoord {
    width: auto !important;
}

.Knop {
    font-family: 'Inter', sans-serif;
    background-color: #ff5100 !important;
    border-color: #ff5100 !important;
    color: #fff !important;
    box-shadow: none;
    padding: .5rem 2rem;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    font-style: normal;
    margin: .6rem;
    white-space: normal;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: none;    
    font-size: 1.2rem !important;
}

#divInhoud > div:nth-child(17) > div:nth-child(2),
#divInhoud > div:nth-child(19) > div:nth-child(2),
#divInhoud > div:nth-child(21) > div:nth-child(2) {
    display: block !important;
}

.modal {
    display: none; /*Verborgen standaard*/
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.VerborgenDiv {display: none;}

.VerborgenFul{display:none;}

/* responsive */
@media screen and (max-width: 576px) {
    h1, #Kop1 {
        font-size: 28px;
        line-height: 140%;
    }

    h2, #Kop2 {    
        font-size: 1.3rem;    
    }

    .Label {
        line-height: 1.25;
    }

    input, textarea {
        font-size: 1rem;
    }

    td, th {
        padding: 0;
       display: block;
        margin-bottom: 10px;
    }

    .dxcaTextBoxCellNoIndent {
        padding-left: 0px !important;
    }

    #ASPxCaptcha1_TB_CC {
        padding-bottom: 0px !important;
    }
}