.bg-lt{
    background-color: #e8f0f0;
}

.bg-dk{
    background-color: #32374c;
}

.p-xxl{
    padding: 50px;
}



.registration-form > .form-row{
    margin-bottom: 30px;
}

.registration-form input[type="text"],
.registration-form input[type="tel"],
.registration-form input[type="email"],
.registration-form input[type="submit"]{
    border-radius: 5px !important;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}

.registration-form input[type="submit"]{
    font-weight: 600;
}

.registration-form input[type="text"]::placeholder,
.registration-form input[type="tel"]::placeholder,
.registration-form input[type="email"]::placeholder{
    color: #97b1af;
    font-style: italic;
    font-weight: 1200;
}

h1{
    font-weight: 900;
    line-height: 40px;
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
}

.p-xxxl{
    padding: 100px;
}

.p-l-xxxl{
    padding-left: 100px;
}

.p-r-xxxl{
    padding-right: 100px;
}

.p-t-xxxl{
    padding-top: 100px;
}

.p-b-xxxl{
    padding-bottom: 100px;
}

.registration-form-title {
    color: white;
    font-size: 30px;
    font-weight: 600;
}



.frontpage-tiles{
    height: 590px;
    width: 610px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-items: baseline;
    justify-content: space-around;
    align-content: space-evenly;
    background-image: url('https://www.veenstate.nl.imod.dev/themes/default/images/tiles-background.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.frontpage-tiles > div{
    width: 270px;
    height: 270px;
}


.shadow{
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.07);
    text-shadow: 0px 20px 35px rgba(0, 0, 0, 0.07);
}

.bg-white {
    background-color: white;
}

.flex{
    display: flex;
}

.flex-center{
    justify-content: center;
}

hr{
    border: none;
    border-top: 1px solid #e8f0f0;
}

.bg-dk hr{
    border-top: 1px solid #576a75;
}

a.no-link-color {
    color:#32374c;
}

.flex-wrap{
    flex-wrap: wrap;
}

h2{
    font-weight: 700;
}

/*h3{*/
/*    color: #7d8993;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*}*/

.text-white{
    color: white;
}



.slider-registration .slide-content {
    padding-bottom: 100px;
    top: 0px;
    text-align: left;
}

.slider-registration .slide-content .slide-title{
    font-size: 150px;
    text-transform: none;
    font-weight: 900;
    line-height: 150px;
    width: 100%;
}

.slider-registration .slide-content .slide-description{
    padding-top: 0px;
    font-size: 50px;
    line-height: 50px;
}

.slider-registration .slide-title{
    position: relative;
    display: inline-block;
    z-index:1;
}

.slider-registration .slide-badge {
    background-color: #d68c35;
    position: absolute;
    font-size: 30px;
    font-weight: 100;
    width: 200px;
    height:200px;
    border-radius: 100%;
    right: 0px;
    top: 0px;
    z-index: -1;
    line-height: initial;
    padding:0;
    box-sizing: content-box;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*.footer a{*/
/*    color: white;*/
/*}*/

.slider-registration.slider .slide {
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center!important;
}


@keyframes thanks-popup-slide-down{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}

@keyframes thanks-popup-fade-in{
    0%{opacity: 0;}
    100%{opacity: 1;}
}


.thanks-popup{
    position: fixed;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    max-height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    overflow: hidden;
    animation: thanks-popup-fade-in .5s;
}

.thanks-popup .wrap-sm{
    height: 100%;
    animation: thanks-popup-slide-down 1s;
}

.thanks-popup:after{
    content: 'a';
    background-color: #000000b5;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index:-1;
}

.thanks-popup-close-button{
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    margin: 20px 30px;;
    background-color: #d68c35;
    border-radius: 5px;
    color: white;
}