

.verstuur{
    align-items: flex-start;
    background-color: green;
    border: 1px solid green;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    min-width: 160px;
    padding: 8px 24px 8px 32px;
    position: relative;
    text-align: center;
    transition: box-shadow .3s;
    user-select: none;
    width: 100%;
}

.closesalesmodal {
    background-color: #80808000 !important;
    position: absolute !important;
    right: 0;
    text-align: center !important;
    top: 0 !important;
    font-size: 40px !important;
    width: 18% !important;
    min-width: 3px !important;
    color: black !important;
    border: 1px solid #00800000 !important;
}

.bi-check {
    color: green;
    font-size: 27px;
    position: absolute;
    margin-left: -5%;
    margin-top: 1%;
}

.bounce{
    display: inline-block;
    position: relative;
    -moz-animation: bounce 0.5s infinite linear;
    -o-animation: bounce 0.5s infinite linear;
    -webkit-animation: bounce 0.5s infinite linear;
    animation: bounce 0.5s infinite linear;
}

.voordelen {
    list-style-type: none;
    margin-left: -10%;
    float: left;
    margin-top: -1%;
    font-size: 17px;
}


.modal-picture-header {
    margin-top: -16px;
    width: 107%;
    margin-left: -2%;
}

.modal-picture-header-image {
    width: 98%;
    border-radius: 2%;
}

.salesmodel_error {
    color: red;
    display: none;
}

.sales_step_two {
    display: none
}

.sales_step_three {
    display: none;
}

.veld {
    float: left;
    margin: 3px;
    width: 48%;
}

.veld_input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #26262647;
    height: 50px;
    background-color: white;
}

.veld_input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: black;
}


.text_select {
    width: 20%;
    text-align: center;
}

.checkbox_input {
    width: 20px;
    height: 20px;
}

.gaverder {
    width: 50%;
}

.verstuur {
    margin-top: 2% !important;
}

.checkboxes label {
    display: block;
    padding-right: 10px;
    padding-left: 22px;
    text-indent: -22px;

}

.checkboxes input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.checkboxes label span {
    vertical-align: middle;
}


.cta {

    align-items: flex-start;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    min-width: 160px;
    position: relative;
    text-align: center;
    transition: box-shadow .3s;
    user-select: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 1em;
    padding: .3em 1em;
    text-decoration: none;
    background-color: #0099FF !important;
    border: 1px solid #0099FF !important;
}

.cta:hover{
    background: #1ca7d9 !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}


.leasespecialist,
.terugbelverzoek {
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    z-index: -1;
    display: none;
}

.leasespecialist:target,
.terugbelverzoek:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
    z-index: 99999;
}

.modal {
    background-color: white;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 1em;
    color: black;
}

#workingman {
    width: 123%;
    margin-top: -11%;
    margin-left: -11%;
    border-radius: 4%;
}

@media (min-width: 60em) {
    .modal {
        margin: 5% auto;
        height: auto;
        max-width: 32em;
        width: 85%;
        border-radius: 10px;
    }
}

.terugbelverzoek_content {
    margin: 10px;
    padding-top: 10px;
}



/**
    MOBILE
 */

@media only screen and (max-width: 420px) {
    .veld {
        width: 47% !important;
    }

    .modal-picture-header {
        margin-top: -26px;
        width: 120%;
        margin-left: -10%;
    }

    .bi-check {
        position: absolute;
        margin-left: -9% !important;
        margin-top: 2% !important;
    }

    .checkboxes {
        font-size: 14px !important;
    }

    .verstuur {
        font-size: 15px !important;
    }
    .checkboxes span {
        font-size: 13px !important;
    }

    .veld_input{
        font-size: 15px;
    }
}

@media only screen and (max-width: 320px){
    .verstuur {
        font-size: 13px !important;
    }
    .checkboxes span {
        font-size: 11px !important;
    }
}

.sales_step_two {
    display: block;padding-top: 12%;padding-left: 1%;margin-left: 2%;
}

.sales_step_two h2{
    font-size: 16px;margin-top: -2%;color: green;
}

.sales_step_two h1{
    color:green;
}
.sales_step_two_footer{
    padding-right: 10%;padding-top: 3%;
}
.sales_step_two_footer a{
    align-items: flex-start;
    background-color: #ff0000;
    border: 1px solid #FF6600;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    min-width: 160px;
    padding: 8px 24px 8px 32px;
    position: relative;
    text-align: center;
    transition: box-shadow .3s;
    user-select: none;
    border-radius: 16px;
    width: 100%;
}

@media only screen and (max-width: 420px){
    .sales_step_two h2{
        font-size: 128% !important;
        margin-top: 3%  !important;
    }

    .sales_step_two h1{
        font-size: 155%  !important;
        padding:0  !important;
    }
}