/*==================================================
  General Styles
==================================================*/

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 210px;
    min-height: 100%;
    font-family: 'Fira Sans', sans-serif;
    color: #333;
    background: url(../img/background-img.jpg) top center no-repeat #000;
    background-size: cover;
}


/*==================================================
  Algemeen
==================================================*/

/* Kleuren */
.rood{color: #ff002a;}
.blauw{color: #00A2DD;}
.grijs{color: #999 !important;}

p{
    font-size: 16px;
    line-height: 160%;
}


/*==================================================
  Header
==================================================*/

.header{
    padding: 35px 0px;
    background-color: #fff;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.header h2{
    line-height: 120%;
    font-size: 28px;
}
.header .adv{
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 12px;
    color: #666;
}
.header .adv.groot{
    font-size: 16px;
}
.header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.logo {
    width: 300px;
    max-width: 100%;
}


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

#success_message, .help-block{
    display: none !important;
}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-group{
    margin-bottom: 15px;
}
.form-control{
    height: 50px;
    padding-left: 25px;
    font-size: 16px;
    border-collapse: #ccc;
    border-radius: 5px;
}
.form-control.fl_input{
    padding: 21px 12px 4px 20px;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
}
.FlowupLabels .fl_label {
    top: 14px;
    left: 20px;
}
/* Focus & populated label styling */
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
/* and graceful degradation */
.no-js .FlowupLabels .fl_label {
    /* Can change */
    top: 7px;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
}
.has-error .fl_label{
    color: #a94442 !important;
}

select.form-control{
    padding-left: 8px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    margin-top: 5px;
    right: 10px;
}
.has-feedback label~.form-control-feedback {
    top: 4px !important;
    right: 0px !important;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    background-color: #fff;
}

.nummer-tekst {
    font-size: 12px !important;
}



/*==================================================
  Button Styles
==================================================*/

.form-btn{
    padding: 15px 25px 15px 10px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #ff7700;
}
.form-btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8em;
    position: absolute;
    top: 15px;
    right: 15px;
}
.form-btn:hover{
    background-color: #ff9900;
}
.form-btn:hover:after{
    right: 10px;
}



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

/* Bol */
.overlay-1 {
    position: absolute;
    top: -15px;
    right: 75px;
    padding: 5px;
    width: 185px;
    height: 185px;
    background-color: #39b54a;
    border-radius: 90px;
    transform: rotate(5deg);
}
.overlay-border-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 10px;
    width: 175px;
    height: 175px;
    border: 1px solid #fff;
    border-radius: 90px;
}
.overlay-1 p {
    font-size: 17px;
}
.beeld-bol {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100px;
    z-index: 1;
}
.asterisk{
/*    font-size: 12px;*/
    color: #ccc;
}
h2 sup, h3 sup{
    font-size: 14px;
}


.overlay-2{
    position: absolute;
    padding: 5px;
    width: 140px;
    height: 140px;
    border: 5px solid #FF9900;
    border-radius: 70px;   
    left: -120px;
    top: -40px;
}
.overlay-border-2{
    padding: 18px 5px;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 100%;
    background-color: #FF9900;
    border-radius: 60px;    
}
.overlay-border-2 p{
    color: #fff;
    font-size: 24px;
    line-height: 100%;
}


/* Vraag */
.antwoorden-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.antw-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 5px 10px;
    padding: 0px 10px 15px;
    position: relative;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease-in-out;
}
.antw-btn:hover {
    border-color: red;
}
.antw-btn p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 12px !important;
    line-height: 120%;
    transition: all 0.2s ease-in-out;
}


/* Top section */
.pagina-1{
    min-height: 80vh;
    padding: 20px 0px;
}
.content-holder{
    position: relative;
    margin: 0px auto 100px;;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.content-holder h4.kop{
    margin-top: 40px;
}
.content-holder .top{
    min-height: 366px;
}
.content-holder .top,
.content-holder .bedank-pagina,
.content-holder .form-pagina{
    padding: 50px;
}
.content-holder .bottom{
    padding: 25px 30px;
    background-color: #ff002a;
}
.content-holder .vraag{
    position: relative;
    margin-bottom: 20px;
}

.bol-holder{
    position: relative;
    margin: 20px auto 40px;
}
.bol-holder .overlay-1{
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0;
    transform: rotate(-5deg);
}
.bol-holder .beeld-bol {
    top: 10px;
    right: 0;
    left: 230px;
    margin-left: auto;
    margin-right: auto;
}

.bullets h4{
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 140%;
}
.bullets h4:before{
    content: "\f2f7";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1em;
    color: red;
    position: absolute;
    top: 0;
    left: 0;
}


/* Form */
#form1{
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,.1);
}
#form1 p{
    font-size: 15px;
    line-height: 140%;
}
.optin{
    font-size: 12px;
    color: #999;
}



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

.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 0px;
    background-color: #000;
}
.footer p{
    font-size: 12px;
}
.footer a{
    color: #fff;
    text-decoration: underline;
}



/*==================================================
  Media Queries
==================================================*/

@media only screen and (max-width: 1199px){    
	
    .header h2 {
        font-size: 20px;
    }
    .overlay-1{
        top: 5px;
    }
    
    .beeld-bol{
        margin-top: 20px;
    }
    .content-holder .bottom h2.korting{
        font-size: 22px;
    }
    .bol-holder .beeld-bol {
        top: 0px;
        right: -35px;
        left: auto;
    }
    
}

@media only screen and (max-width: 991px) {    	
		
    .header h2{
        font-size: 18px;
    }
    
    .content-holder .top,
    .content-holder .bottom,
    .content-holder .bedank-pagina,
    .content-holder .form-pagina {
        padding: 30px 25px;
    }
    .antwoorden-holder {
        justify-content: flex-start;
    }
    .pagina-1 .antw-btn{ 
        margin-bottom: 15px;
		padding: 5px;
        height: 82px;
		width: 48%;
        width: calc(50% - 10px);
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
	}
    .antw-btn p {
        position: relative;
        margin-left: 20px;
        font-size: 18px !important;
        line-height: 120%;
    }
    .overlay-2{
        position: relative;
        height: auto;
        width: auto;
        top: auto;
        left: auto;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .overlay-border-2{
        height: auto;
        width: auto;
        padding: 10px;
        border-radius: 5px;
    }
    
    .bullet-holder h4{
        font-size: 16px;
    }
    .bullets h4 {
        margin-bottom: 15px;
    }
    
}


@media only screen and (max-width: 767px) {
    
    .page-vragen-pagina .header h2{
        display: none !important;
    }
    .page-vragen-pagina .footer{
        padding: 30px 0px;
        border-top: 1px solid #999;
    }
    .page-vragen-pagina .footer p,
    .page-vragen-pagina .footer a{
        color: #999 !important;
    }
    
    
    .header {
        padding: 20px 0px;
    }
    .header-flex{
        gap: 0;
    }
    .header div{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header .logo {
        margin-left: auto;
        width: 200px;
    }
    .header h2 {
        margin-top: 15px;
        text-align: center !important;
    }
    .header .adv{
        top: -15px;
    }
    
    
    .pagina-1{
        padding: 25px 0px;
    }
    .content-holder .start-pagina .top,
    .content-holder .start-pagina .bottom,
    .content-holder .vragen-pagina .top,
    .content-holder .bedank-pagina{
        padding: 30px 20px;
    }
    .content-holder h4.kop{
        margin-top: auto;
    }
    .content-holder h3.kop{
        font-size: 20px;
    }
    .content-holder h2{
        font-size: 22px;
    }
    .content-holder .antw-btn{
        width: 100%;
    }
    .content-holder .antw-btn,
    .content-holder .bedank-pagina h3{
        font-size: 18px;
    }
    .content-holder .vraag{
        margin-bottom: 10px;
        min-height: 42px;
        font-size: 20px;
    }
    .content-holder .actie{
        padding: 15px 20px;
        background-color: #ff002a;
    }
    .content-holder .actie h2,
    .content-holder .actie p{
        padding-right: 90px;
    }
    .content-holder .actie .overlay-2 {
        margin-bottom: 10px;
    }
    .content-holder .actie-deurbel{
        position: absolute;
        top: -30px;
        right: 0px;
        width: 80px;
    }
        
    .content-holder .start-pagina .bottom .korting{
        margin-top: 10px;
        text-align: center;
    }
    
    .overlay-1{
        position: relative;
        height: auto;
        width: auto;
        transform: none;
        left: auto;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .overlay-border-1{
        padding: 5px;
        height: auto;
        width: auto;
        border-radius: 5px;
    }
    .overlay-1 p{
        padding: 0;
    }
    .beeld-bol{
        position: relative;
        margin: auto;
    }
    .vragen-pagina .beeld-bol {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .vragen-pagina .actie {
        margin: -20px -25px 20px;
    }
}


@media only screen and (max-width: 479px) {    
	
    p{
        font-size: 14px;
        line-height: 150%;
    }
    
    .header {
        padding: 15px 0px 10px;
    }
    .header h2 {
        margin-top: 10px;
        font-size: 16px;
    }
    
    .header .adv{
        top: -10px;
    }
    .header .adv.groot{
        font-size: 14px;
    }
    
    .content-holder .start-pagina .top,
    .content-holder .start-pagina .bottom,
    .content-holder .vragen-pagina .top,
    .content-holder .bedank-pagina {
        padding: 20px 15px;
    }
    
    
    .pagina-1 {
        padding: 15px 0px;
    }
    .start-pagina .top h3{
        font-size: 20px;
    }
    .start-pagina .top p:nth-child(2){
        margin-bottom: 0px !important;
        font-size: 16px;
    }
    .content-holder h3.kop{
        font-size: 18px;
    }
    .content-holder p.mar-bot-30{
        margin-bottom: 20px !important;
    }
    .content-holder .vraag {
        font-size: 18px;
    }
    .form-btn{
        font-size: 16px;
    }
    
    .content-holder .antw-btn{
        height: 60px;
    }
    img.img-responsive.antw-btn-img {
        width: 65px;
    }
    .content-holder .antw-btn p{
        font-size: 16px !important;
    }    
    
    .content-holder .actie {
        padding: 15px;
    }
    .content-holder .actie h2{
        font-size: 16px;
    }
    .content-holder .actie p {
        font-size: 20px !important;
    }
    .content-holder .actie h2,
    .content-holder .actie p {
        padding-right: 35px;
    }
    .content-holder .actie-deurbel {
        top: -20px;
        right: -5px;
        width: 60px;
    }
    .vragen-pagina .actie {
        margin: -15px -20px 20px;
    }
    
    .vraag-naam h3{
        font-size: 20px;
    }
    .vraag-naam h4{
        margin-bottom: 20px !important;
    }
    #form1 {
        padding: 15px;
    }
    .form-btn{
        font-size: 18px;
    }
    
}