/*==================================================
 Main
==================================================*/

html{
    height: 100%;
    font-size: 16px;
}
body{
    position: relative;
/*    padding-bottom: 52.39px;*/
    padding-bottom: 80px;
	min-height: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #303030;
    background-color: #fdf8ed;
    overflow-y: scroll;
}



/*==================================================
 Form
==================================================*/

form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 20px;
}
.has-feedback .form-control {
    padding-right: 35px !important;
}
i.form-control-feedback.glyphicon{
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.form-control{
    height: 58px;
    border-radius: 12px;
    padding: 11px 10px;
    border-color: #aaa;
    background-color: #fff;
    font-size: 18px;
    color: #303030;
}
.form-control.fl_input{
    padding: 22px 12px 6px 15px;
}
.FlowupLabels .fl_label {
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    font-size: 16px;
    color: #808080;    
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 30%;
    font-size: 14px !important;
    font-weight: 300;
    color: #bbb;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    color: #909090;
}

.has-feedback .checkbox label~.form-control-feedback {
    top: 22px !important;
    left: -1px;
}

#success_message,
.help-block{
    display: none !important;
}

.checkbox-inline+.checkbox-inline {
    margin-left: 0px;
}
.checkbox-inline{
    margin-right: 10px;
}
.checkbox-inline label{
    font-weight: 500;
}

.form-horizontal .checkbox-inline {
    padding-top: 0px;
}
.has-feedback .checkbox-inline .form-control-feedback {
    top: 30px !important;
    left: -10px !important;
    right: auto;
}
.has-success .checkbox-inline{
    color: #303030;
}



/*==================================================
 Campagne
==================================================*/

/* Kleuren */
.groen{color: #1ca48d;}
.blauw{color: #1374b3;}

/* Tekst */
h1{
    font-size: clamp(1.125rem, 1.065rem + 0.258vw, 1.375rem);
/*
    font-family: "cuisine", sans-serif;
    font-weight: 500;
    font-style: normal;
*/
/*
    margin-bottom: 25px;
    font-size: clamp(1.75rem, 1.565rem + 0.779vw, 2.5rem);
*/
}
h2{
    font-size: 32px;
    font-size: clamp(1.625rem, 1.535rem + 0.387vw, 2rem);
}
h3{
    font-size: 24px;
    font-size: clamp(1.25rem, 1.19rem + 0.258vw, 1.5rem);
}
p{
/*    font-size: 20px;*/
    font-size: clamp(1rem, 0.94rem + 0.258vw, 1.25rem);
    line-height: 160%;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-22{
    font-size: 22px;
}
.text-lines{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-lines span.line{
    flex-grow: 1;
    height: 1px;
/*    background-color: #fff;*/
    background-color: #bca976;
}
.text-lines > span:not(.line){
    margin: 0 10px;
}


/* Buttons */
.camp-btn{
    width: 300px;
    max-width: 100%;
    padding: 18px 20px;
	color: #fff;
    font-size: 22px;
    font-size: clamp(1.125rem, 1.065rem + 0.258vw, 1.375rem);
	font-weight: 700;
    border-radius: 28px;
    background-color: #ff6600;
}
.camp-btn:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 28px;
}
.start-btn:after{
    content: '\f178';
    content: '\f0d0';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.antw-btn{
    margin: 0;
    min-width: 250px;
    padding: 16px 18px;
    font-size: 18px;
}
.form-btn{
    width: 100%;
}
.camp-btn:hover{
    letter-spacing: 1.5px;
    background-color: #ff7700;
}
.start-btn:hover:after{
    letter-spacing: normal;
    animation: arrowBounce .65s ease-in-out infinite;
}

@keyframes arrowBounce {
    0% {
/*        right: 30px*/
        transform: translateY(-50%) rotate(0deg);
    }
    50% {
/*        right: 15px*/
        transform: translateY(-50%) rotate(20deg);
    }
    100% {
/*        right: 30px*/
        transform: translateY(-50%) rotate(0deg);
    }
}



/* Header */
header{
    padding: 40px 0 35px;
}
header .adv {
    position: absolute;
    right: 5px;
    top: -15px;
    font-size: 12px;
    color: #bbb;
}


/* General */
.position-relative{
    position: relative;
}
.d-flex{
    display: flex;
}
.opacity-0{
    opacity: 0;
/*    transition: all 250ms ease;*/
}



/*==================================================
 Pagina-1
==================================================*/

.background-container{
    position: relative;
    margin: 0 auto 70px;
/*
    width: calc(100vw - 40px);
    min-width: 1170px;
*/
    width: calc(100vw - 30px);
    border-radius: 20px;
    background: url(../img/background-img2.jpg) center bottom no-repeat;
    background-size: cover;
    
/*
    width: 0px;
    animation: width 1.5s ease-out forwards;
    overflow: hidden;
*/
    
/*
    height: auto;
    transition: all .5s ease-out;
*/
}
.background-container:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 3px solid #fdf8ed;
    border-radius: 15px;
}
.content-container{
/*    opacity: 0;*/
    
/*    min-height: 620px;*/
/*    padding: 50px 0 70px;*/
/*    padding: 0px 0 70px;*/
    padding: 0px 15px 70px;
    
/*    transition: all .5s ease-in;*/
    margin-left: 0;
}
.content-container.flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.fade-out{
    margin-left: -100vw;
    opacity: 0;
}

@keyframes width{
    0%{
        width: 0px;
        min-width: 0px;
    }
    100%{
        width: calc(100vw - 40px);
        min-width: 1170px;
    }
}

.content-container p{
    font-weight: 500;
}
p.gezocht{
/*    display: inline-block;*/
    margin-top: 50px;
    margin-bottom: -20px;
/*    padding: 2px 20px;*/
/*    color: #1374B3;*/
    color: #fff;
    font-weight: 600;
/*    line-height: 120%;*/
    letter-spacing: 2px;
/*    border-radius: 100px;*/
/*    background-color: #fdf8ed;*/
/*    box-shadow: 5px 5px 5px rgba(0, 0, 0, .08);*/
}
.logo {
    position: relative;
/*    margin-bottom: 50px;*/
    margin: 50px auto;
    left: -.7em;
    width: fit-content;
/*    max-width: 100%;*/
    font-family: "cuisine", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    font-size: clamp(2.5rem, 2.052rem + 1.935vw, 4.375rem);
    line-height: 1.2;
    color: #eff9fe;
    transition: all 500ms ease;
}
.logo.sml{
/*
    margin: 0 auto;
    width: fit-content;
*/
    margin-bottom: 60px;
    font-size: 40px;
    font-size: clamp(1.875rem, 1.726rem + 0.645vw, 2.5rem);
}
.beschikbaarheid{
    position: absolute;
    bottom: -1.2em;
    right: -7em;
    display: inline-block;
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: .2em;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #4EB748;
    z-index: 10;
    transform: rotate(-10deg);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .08);
}
.logo.sml .beschikbaarheid {
    bottom: -1.7em;
    font-size: .3em;
}

.meer-info{
    position: absolute;
    bottom: -15px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    
    font-size: 20px;
    color: #1374b3;
    
    border-radius: 50%;
/*    border: 1px solid #1374b3;*/
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,.2);
    cursor: pointer;
}

.word {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.word.delayed {
    transform: translate(.55em, -.2em);
}
.icon {
    opacity: 0;
    display: inline-block;
    transition: opacity 1s ease;
    font-size: 0.6em;
    line-height: 1;
    color: #eff9fe;
    vertical-align: middle;
/*    animation: glow 1.5s ease-in-out infinite alternate;*/
    text-shadow: 0 0 0.29em rgba(255,255,255,0.7),
                 0 0 0.36em #1274B3;
}
.icon.moon {
    margin-left: 0.3em;
    animation: float 6s ease-in-out infinite;
}
.icon.stars {
    animation: floatStars 6s ease-in-out infinite;
    animation-delay: 0.75s;
    transform: translate(.75em, -.6em); /* startpositie voor animation */
}

/* Intro letter animatie */
.fade-letter {
    opacity: 0;
    transform: scale(0.5);
    display: inline-block;
    z-index: 1;
    transition: color .5s ease;
    user-select: none;
}
.fade-letter:hover{
    color: lightyellow;
}
.fade-in {
    opacity: 1;
    transform: scale(1);
    animation: fadeBounce 0.4s ease-out forwards;
}

@keyframes fadeBounce {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    40% { opacity: 0.2; }
    50% {
        opacity: 0.7;
        transform: scale(1.8);
    }
    90% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

/* Glow effect */
.word::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255,255,255,0);
    text-shadow: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 2.5s ease;
    white-space: nowrap;
    z-index: -2;
}
.word.glow-active::after {
    opacity: 1;
    text-shadow: 0 0 0.29em rgba(255,255,255,0.7),
                 0 0 0.36em #1274B3;
/*
    animation: glow 1.5s ease-in-out infinite alternate;
    animation-delay: 2s;
*/
}

/*
@keyframes glow {
    from {
        text-shadow: 0 0 20px rgba(255,255,255,0.7),
                     0 0 25px #1274B3;
    }
    to {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.7),
                     0 0 25px #1274B3;
        
    }
}
*/

/* Animaties icons*/
@keyframes float {
    0%   { transform: translateY(0) rotate(15deg); }
    50%  { transform: translateY(-0.2em) rotate(5deg); }
    100% { transform: translateY(0) rotate(15deg); }
}
@keyframes floatStars {
    0%   { transform: translate(.75em, -.5em); }
    50%  { transform: translate(.75em, -.7em); }
    100% { transform: translate(.75em, -.5em); }
}

/* Herhalende letteranimatie */
.pulse-letter {
    animation: softPulse 3s ease-in-out infinite;
}

@keyframes softPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.075);
    }
}


/* Pagina 1 bottom section */

p.bullet{
    position: relative;
/*    display: inline-block;*/
    width: fit-content;
    margin: 0 auto;
    padding-left: 35px;
}
p.bullet span{
    color: #1374b3;
}
p.bullet:before{
    content: '\f336';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.2em;
    font-weight: 900;
    color: #4EB748;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.content-bottom img{
    position: absolute;
    left: 10px;
    width: 200px;
    border-radius: 10px;
    transform: rotate(-10deg);
    z-index: 10;
}
.content-bottom img.img-right{
    left: auto;
    right: 10px;
    transform: rotate(10deg);
}
.color-container{
    margin: 40px 0;
    padding: 40px 30px 50px;
    border-radius: 20px;
    background-color: rgba(0,0,0,.03);
}


/* Vragen */
#questions-page .logo{
    margin-bottom: 70px;
}
.vraag-nr{
    margin: 0 auto 50px;
    width: 500px;
    max-width: 100%;
    font-weight: 600;
}
.vraag-nr .totaal{
    opacity: .6;
}
.antwoorden-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.loader-container i{
    font-size: 60px;
}


/* Form & bedankt page */
/*
#form-page,
#bedankt-page{
    padding: 120px 0 100px;
}
*/
.form-container{
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
}

#bedankt-page h3{
    font-family: "cuisine", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 56px;
    font-size: clamp(2.25rem, 1.952rem + 1.29vw, 3.5rem);
}
#bedankt-page p{
    font-size: 24px;
    font-size: clamp(1rem, 0.881rem + 0.516vw, 1.5rem);
}


/* bevestigd.php */
#bevestigd-page{
    padding: 50px 0;
}
#bevestigd-page h1{
    font-family: "cuisine", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 56px;
    font-size: clamp(2.875rem, 2.726rem + 0.645vw, 3.5rem);
}
#bevestigd-page h2{
    font-size: 28px;
    font-size: clamp(1.375rem, 1.285rem + 0.387vw, 1.75rem);
}
#bevestigd-page .actie-holder{
    position: relative;
    margin-top: 80px;
    padding: 50px 30px 35px;
    border-radius: 20px;
    background-color: #f47c2a;
}
#bevestigd-page .actie-holder p{
    display: inline-block;
    width: fit-content;
    padding: 5px 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 5px 4px 10px rgba(0,0,0,.15)
}
#bevestigd-page .actie-holder p:first-child{
    top: 0;
    transform: translateY(-50%);
    color: #f47c2a;
    background-color: #fdf8ed;
}
#bevestigd-page .actie-holder p:last-child{
    bottom: 0;
    transform: translateY(+50%);
    color: #fff;
    background-color: #00c124;
    cursor: pointer;
}



/*==================================================
 Footer
==================================================*/

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0px;
    z-index: 10;
}
.footer p{
    font-size: 14px;
    color: #464646;
}
.footer a{
    color: #464646;
    text-decoration: none;
}
.footer a:hover,
.footer a:focus{
    text-decoration: underline;
}



/*==================================================
 Media queries
==================================================*/

@media only screen and (max-width: 1199px){    
    
    
    
}


@media only screen and (max-width: 991px) {
    
    .content-bottom img {
        margin-bottom: 20px;
        width: 150px;
    }
    p.bullet {
        padding-left: 20px;
    }
    p.bullet:before {
        font-size: 1em;
        left: -5px;
    }
    
}


@media only screen and (max-width: 767px) {
    
    header {
        padding: 30px 0 25px;
    }
    
    .background-container {
        margin-bottom: 50px;
    }
    .content-bottom p:not(.bullet){
        margin-bottom: 40px !important;
    }
    .content-bottom img{
        position: relative;
    }
    p.bullet {
        padding-left: 25px;
    }
    p.bullet:before {
        left: 0px;
    }
    
    .footer p{
        text-align: center !important;
    }
    
}


@media only screen and (max-width: 479px) {
    
    header {
        padding: 20px 0 15px;
    }
    header .logo-cc{
        width: 220px;
    }
    
    .background-container {
        margin-bottom: 40px;
    }
    
    .footer p{
        font-size: 12px;
    }
    
}