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

html{
    height: 100%;
}
body{
    position: relative;
    padding-bottom: 170px;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif !important;
    color: #333;
}


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

#success_message, .help-block{ 
    display: none !important;
}
.mar-0{margin-bottom: 0px;}
.mar-10{margin-bottom: 10px;}
.mar-15 {margin-bottom: 15px;}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-group{
    position: relative;
    margin-bottom: 15px;
}
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;
}
.has-feedback .form-control {
    padding-right: 10px !important;
}
i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 10px !important;
    top: 3px !important;
}
label i.form-control-feedback.glyphicon.glyphicon-remove, label i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 40px !important;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    left: 10px !important;
}
.form-control{
    height: 40px;
    font-size: 14px;
    color: #6d6054;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
select {
    box-shadow: none;
    border: medium none;
    outline: medium none;
    display: inline-block;
    -moz-appearance: none;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label {
    display: block;
    margin-bottom: 0px;
    font-weight: normal;
}

label.selectlabel:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    pointer-events: none;
    background-color: #ff002a;
}
label.selectlabel:after {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 8px;
    color: #fff;
    pointer-events: none;
}


/* #Button */
button {
    white-space: inherit !important;
}
.btn-primary {
    font-weight: 700;
    color: #FFF;
    background-color: #ff8400;
    border: 0px;
    border-radius: 0px;
}
.btn-primary:hover,.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus {
    color: #FFF;
    background-color: #ff9422;
    border: 0px;
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#ff9422;
    border-color:#204d74
}
.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{
    color:#fff;
    background-color:#ff9422;
    border-color:#122b40
}
.btn.btn-default {
    text-align: center;
    line-height: 35px;
    font-size: 18px !important;
    font-weight: 700;
    font-family: 'Oswald', sans-serif !important;
    display: inline-block;
    background-color: #84d241 !important;
    width: 100% !important;
    border-bottom: 4px solid #657F4E !important;
    outline: none !important;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    padding: 10px !important;
    height: 35px !important;
    float: left;
}
.btn {
    border: none;
    white-space: nowrap;
    padding: 0px;
    border-radius: 0px;
}


/*==================================================
  Campaign styles
==================================================*/

/* kleur */
.rood{color: #ff002a;}
.grijs{color: #999;}
.blauw{color: #0d578a;}


/* Algemeen */
.header{
    position: relative;
    padding: 15px 0px;    
    letter-spacing: 1px;    
    background-color: #fff;
    border-bottom: 1px solid #ff002a;
}
/*
.header:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(188, 191, 0, 0);
	border-top-color: #ff002a;
	border-width: 20px;
	margin-left: -20px;
}
*/
.header-bol{
    position: absolute;
    z-index: 1;
}
.adv{
    margin-top: 5px;
    position: absolute;
    z-index:100;
	right: 5px;
    font-size: 12px;
    color: #bbb;
}
.optin p{
    font-size: 12px; 
}

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

.pagina-1 .header-beeld-holder{
    position: relative;
    margin-bottom: 30px;
}
.pagina-1 .header-beeld-holder .overlay {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px;
    background-color: #E62017;
    border-radius: 38px;
}
.pagina-1 .header-beeld-holder .overlay-border {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 33px;
}
.pagina-1 .header-beeld-holder .overlay h1 {
    font-size: 30px;
}
.pagina-1 .header-systeem{
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 400px;
    max-width: 100%;
}
.pagina-1 .content-section h2.koptekst{
    margin: 15px auto 10px;
    letter-spacing: 1px;    
}
.pagina-1 .content-section h3.koptekst{
    margin: 45px auto 30px;
    font-size: 22px;
    letter-spacing: 1px;
}
.vragen-holder{
    margin: 0 auto 40px;
    padding: 6px 0px 0px;
    width: 850px;
    max-width: 100%;
/*    border-radius: 18px 18px 0px 0px;*/
    border-radius: 20px;
    background-color: #94c120;
    background-color: #eee;
/*    background-color: #999;*/
}
.vraag-row{
    padding: 18px 0px;
}
.vragen-holder .donker{
    background-color: #ccc;
/*    background-color: #666;*/
}
.vraag-row h4{
/*    margin-top: 10px;*/
/*    margin-left: 35px;*/
}

.vraag-holder{
/*    min-height: 42px;*/
    height: 42px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
h4[class^="vraag-"], h4[class*=" vraag-"] {
    position: relative;
    padding-left: 45px;
}
h4[class^="vraag-"]:before, h4[class*=" vraag-"]:before {
    content: url('../img/bol-1.png');
    position: absolute;
    left: 0;
    top: -5px;
    top: calc(50% - 16px);
}
h4.vraag-2:before{
    content: url('../img/bol-2.png');
}
h4.vraag-3:before{
    content: url('../img/bol-3.png');
}
h4.vraag-4:before{
    content: url('../img/bol-4.png');
}

.nr-bol{
    margin-top: -2px;
    margin-right: 20px;
}
.dropdown-col{
/*    padding: 0px 60px 0px 50px;*/
    padding: 0px 35px 0px 0px;
}
.pagina-1 .form-group{
    margin: 0;
}
.pag1-btn{
    display: block;
    margin: 25px auto;
    width: 310px;
    height: 53px;
    max-width: 100%;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    background-color: #95c81d;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    
    -moz-transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.pag1-btn:hover{
    background-color: #a6d556;
}
.pag1-btn:hover .glyph-holder{
    background-color: #9fc75a;
}
.pag1-btn .glyph-holder{
    float: left;
    padding: 14px 17px;
    font-size: 18px;
    background-color: #8bb627;
    -moz-transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.pag1-btn .glyph-holder .glyphicon{
    color: #000;
}
.pag1-btn h3{
    padding-top: 12px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}
.bottom-tekst{
    margin: 30px auto 0px;
    width: 760px;
    max-width: 100%;
    line-height: 140%;
}
.review{
    letter-spacing: 0px;
}
.post{
    margin-top: 2px;
}
.pag1 .bullets{
    margin-top: 45px;
    display: flex;
    justify-content: space-evenly;
}
.pag1 .bullets h6{
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 140%;
}
.pag1 .bullets h6:before{
    content: "\f2f7";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1em;
    color: red;
    position: absolute;
    top: 0;
    left: 0;
}

p.korting{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 200px;
    padding: 5px 10px;
    color: #fff;
    background-color: #ff002a;
}



/*==================================================
  Pagina 1a - gegevens controleren
==================================================*/

.pagina-1a h3{
    margin: 80px auto 10px;
}
.pagina-1a h2.loader{
    margin: 50px auto 100px;
}



/*==================================================
  Pagina 2
==================================================*/

.pagina-2 .header h1{
    font-size: 38px;
    line-height: 100%;
}
.pagina-2 .header h3{
    font-size: 22px;
}
.pagina-2 .content-section h4.koptekst-top{
    margin: 15px auto 0px;
    font-size: 18px;
    letter-spacing: 1px;
}
.pagina-2 .content-section h3.koptekst-bottom{
    margin: 10px auto 30px;
    font-size: 22px;
    letter-spacing: 1px;
}

.pag2-holder{
    margin: 0 auto 40px;
    width: 850px;
    max-width: 100%;
/*    border-radius: 18px 18px 0px 0px;*/
    border-radius: 20px;
    background-color: #eee;
}
.pag2-links{
    padding: 50px 20px 20px 65px;
}
.pag2-links h4{
    margin-bottom: 20px;
}
.pag2-links .bullets h4{
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 140%;
}
.pag2-links .bullets h4:before{
    content: "\f2f7";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1em;
    color: red;
    position: absolute;
    top: 0;
    left: 0;
}

.pag2-rechts{
    padding: 0px 50px 15px;
    border-radius: 0px 20px 20px 0px;
    background-color: #ccc;
}
.form-col{
    padding-top: 30px;
}
.pag2-btn{
    margin-top: 0px;
    width: 100%;
}
.cta-text{
    font-size: 14px;
    margin-bottom: 10px;
}
.ssl-logo{
    max-width: 100px;
    margin-bottom: 25px;
}

span.inline.small {
    font-size: 15px;
}

/*==================================================
  Pagina 3
==================================================*/

.pagina-3 .header h1{
    margin: 10px auto;
}
.pagina-3 h2{
    margin: 90px auto 10px;
    font-size: 26px;
}
.pagina-3 h4{
    margin: 0px auto 40px;
}



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

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ff002a;
}
.footer p:first-child{
    margin: 20px auto 10px;
}
.footer p:last-child{
    margin: 0px auto 20px;
    font-size: 12px;
}



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

@media only screen and (max-width: 1199px){
    
    .header h3{
        font-size: 22px;
    }
    .header h2{
        font-size: 26px;
    }
    .pagina-1 .header-systeem {
        width: 320px;
    }
    .pagina-1 .header h3 {
        font-size: 18px;
    }
    .header-bol{
        right: -15px;
        width: 120px;
    }
    
    .pagina-1 .content-section h3.koptekst {
        font-size: 20px;
    }
    .vraag-row h4 {
        font-size: 16px;
    }
    
    .pag2-links {
        padding: 50px 20px 20px 40px;
    }
    
}


@media only screen and (max-width: 991px) {
    
    .header-bol-mob .row{
        padding: 5px 0px;
    }
    .header-bol-mob.top-row{
        background-color: #e72584;
    }
    .header-bol-mob.bottom-row{
        background-color: #004e82;
    }
    
    .header .adv{
        top: -10px;
        margin-top: 0px;
    }
    .header-logo {
        margin-top: 0px;
    }
    .header h2 {
/*        font-size: 18px;*/
    }
    .header h3 {
        font-size: 18px;
    }
    
    .pagina-1 .header-beeld-holder .overlay h1 {
        font-size: 26px;
    }
    .pagina-1 .content-section h3.koptekst {
        font-size: 20px;
    }
    .nr-bol {
        margin-top: -2px;
        margin-right: 10px;
    }
    .vraag-row h4 {
/*        margin-top: 10px;*/
/*        margin-left: 20px;*/
    }
    .vraag-holder{
        padding-left: 20px;
    }
    .dropdown-col {
        padding-right: 20px;
    }
    .bottom-tekst {
        font-size: 16px;
        width: 680px;
    }
    
    .pag2-links {
        padding: 50px 10px 20px 25px;
    }
    .bullets h4{
        font-size: 16px;
    }
    .pagina-2 .content-section h3.koptekst-bottom {
        font-size: 20px;
    }
    .pagina-2 .content-section h4.koptekst-top {
        font-size: 16px;
    }
    
    .pagina-3 h4 {
        font-size: 16px;
    }
    .pag1 .bullets{
        display: block;
        margin-top: 0px;
    }
    .laatste-donker{
        border-radius: 0px 0px 20px 20px;
        background-color: #ccc;
    }
    .laatste-donker .pag1{
        padding-left: 20px;
    }
    
}


@media only screen and (max-width: 767px) {
    
    .header-logo {
        width: 100px;
        max-width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .header h2 {
/*        font-size: 20px;*/
    }
    .header h3 {
        font-size: 18px;
    }
    
    .pagina-1 .header-beeld-holder {
        position: relative;
        margin: 10px auto;
    }
    .pagina-1 .header-beeld-holder .overlay {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto -30px;
    }
    .pagina-1 .header-systeem {
        position: relative;
        display: block;
        margin: -60px 0 0 auto;
        bottom: 0;
        right: 0;        
    }
    
    .vraag-row h4 {
        margin-bottom: 10px;
/*        margin-left: 45px;*/
    }
    .dropdown-col,
    .vraag-holder,
    .laatste-donker .pag1{
        padding: 0px 45px;
    }
    
    .controle-holder h3 {
        margin: 60px auto 10px;
        font-size: 20px;
    }
    .controle-holder .loading {
        width: 200px;
        margin: 0px auto 20px;
    }
    
    .trust-sterren{
        width: 140px;
    }
    .review-col{
        margin-bottom: 40px;
    }
    
    .pagina-2 .header h1 {
        font-size: 30px;
    }
    .pagina-2 .header h3 {
        font-size: 14px;
    }
    .pag2-links {
        padding: 15px 50px;
    }
    .pag2-links h4 {
        margin-top: 15px;
        font-size: 16px;
    }
    .pag2-rechts {
        border-radius: 20px 20px 0px 0px;
    }
    
    .pagina-3 .header h1 {
        margin: 0px auto;
    }
    .pagina-3 h2 {
        margin: 70px auto 10px;
        font-size: 20px;
    }
    
    
    /* Do not remove */
    span.line-break {  
        display: inline;
    }
    span.line-break:after {  
        content: ' ';
    }
    
}


@media only screen and (max-width: 479px) {
    
    .header-bol-mob .row {
        padding: 3px 0px 2px;;
    }
    .header-bol-mob h4{
        font-size: 16px;
    }
    .header-bol-mob h5{
        font-size: 12px;
    }
    
    .header .adv{
        top: -5px;
    }
    .header {
        padding: 10px 0px;
    }
    .header:after {
        border-width: 15px;
        margin-left: -15px;
    }
    .header h2 {
        font-size: 18px;
    }
    
    .pagina-1 .header-beeld-holder .overlay h1 {
        font-size: 18px;
    }
    .pagina-1 .header-systeem {
        width: 270px;
        margin: -35px 0 0 auto;
    }
    
    .pagina-1 .content-section h3.koptekst {
        margin: 30px auto 20px;
        font-size: 14px;
    }
    .vraag-row h4 {
        margin-top: 0px;
/*        margin-left: 10px;*/
        font-size: 14px;
    }
    .nr-bol {
        width: 20px;
        margin-right: 5px;
    }
    .vraag-holder,
    .dropdown-col,
    .laatste-donker .pag1{
        padding: 0px 15px;
    }
    .pag1-btn {
        width: 250px;
    }
    .bottom-tekst {
        font-size: 14px;
        width: 100%;
    }
    
    p.korting {
        bottom: -20px;
    }
    
    .controle-holder h3 {
        margin: 30px auto 10px;
        font-size: 16px;
    }
    .controle-holder .loading {
        width: 150px;
        margin: 0px auto;
    }
    
    .pagina-2 .content-section h4.koptekst-top,
    .pagina-2 .content-section h3.koptekst-bottom {
        margin-top: 20px;
        font-size: 14px;
    }
    .pag2-links {
        padding: 15px;
    }
    .check-icon {
        margin-top: -8px;
        margin-right: 5px;
        width: 15px;
    }
    .pag2-links h4 {
        margin-top: 15px;
        font-size: 14px;
    }
    .pag2-rechts {
        padding: 0px 15px 15px;
    }
    .form-col {
        padding-top: 15px;
    }
    .pag2-btn {
        width: 100%;
    }
    
    .pagina-3 .header h1 {
        font-size: 30px;
    }
    
    
    /* Do not remove */
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .col-pad-15{ 
        padding-left: 10px; padding-right: 10px;
    }
    .row-mar-15{ 
        margin-left: -10px; margin-right: -10px;
    }
    
    span.line-break-sml {  
        display: inline;
    }
    span.line-break-sml:after {  
        content: ' ';
    }

}