/* #Site Styles */
html{
    height: 100%;
}
body{
    overflow-y:scroll;
    min-height: 100%;
/*    padding-bottom: 30px;*/
/*    font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Montserrat', sans-serif;
    color: #3e3d40;
    font-weight: 400;

    background: url(../img/achtergrond.png) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: #f6f7f8;
}

.mar-10{margin-bottom: 10px;}
.mar-15 {margin-bottom: 15px;}
.mar-25 {margin-bottom: 25px;}
.mar-50 {margin-bottom: 50px;}
img {margin: 0px auto;}

.well {background-color: #fff !important;}
.alert{margin-bottom: 10px !important;}



span.line-break, span.line-break-sml {  
    display: block;
}
span.line-break:after, span.line-break-sml:after {  
    content: none;
}

/* Use this class to prevent unwanted wrappings */
span.inline{
    display: inline-block;
}

.visible-xxs-block {
    display: none !important;
}

.modal-body {
    font-size: 11px;
}

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

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;
}
.radio label, .checkbox label {
    text-align: left;
    font-size: 12px;
}

.form-group{
        margin-bottom: 10px;
    }
.form-control{
    height: 50px;
    padding: 20px 15px 5px;    
    padding-right: 25px !important;
/*    border: 1px solid #2e5aef;*/
/*    border: 1px solid #abbdf9;*/
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
    border-radius: 0px;
}
select.form-control{
    padding: 6px 20px;
}
select.unselected, option disabled{
    color: #666666;
}
option{
    color: #000;
}
.has-error .form-control, .has-success .form-control {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}
i.form-control-feedback.glyphicon.glyphicon-remove, i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 0px !important;
    top: 10px !important;
    font-size: 14px;
}
select~ i.form-control-feedback.glyphicon.glyphicon-remove,
select~ i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 15px !important;
}
.FlowupLabels .fl_label {
    font-size: 16px;
    color: #666;
    top: 15px;
    left: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: text;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome and Opera */
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 8px;
    font-size: 12px !important;
/*    color: #ccc !important;*/
}
.FlowupLabels .fl_wrap.focused .fl_label{
    top: 6px;
    font-size: 14px !important;
    color: #bab9b9 !important;
}
.hlabel{
    margin-bottom: 20px;
    width: 100%;
    font-size: 44px;
    font-weight: 400;
}


/* Bootstrap */
.container{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/* colomun paddings */
.col-pad-0{ padding-left: 0px; padding-right: 0px;}
.col-pad-5{ padding-left: 5px; padding-right: 5px;}
.col-pad-10{ padding-left: 10px; padding-right: 10px;}
.col-pad-15{ padding-left: 15px; padding-right: 15px;}
/* negative row margins */
.row-mar-0{ margin-left: 0px; margin-right: 0px;}
.row-mar-5{ margin-left: -5px; margin-right: -5px;}
.row-mar-10{ margin-left: -10px; margin-right: -10px;}
.row-mar-15{ margin-left: -15px; margin-right: -15px;}

/* bottom margins */
.mar-bot-0{ margin-bottom: 0px !important;}
.mar-bot-5{ margin-bottom: 5px !important;}
.mar-bot-10{ margin-bottom: 10px !important;}
.mar-bot-15{ margin-bottom: 15px !important;}
.mar-bot-20{ margin-bottom: 20px !important;}
.mar-bot-25{ margin-bottom: 25px !important;}
.mar-bot-30{ margin-bottom: 30px !important;}
.mar-bot-40{ margin-bottom: 40px !important;}
.mar-bot-50{ margin-bottom: 50px !important;}
.mar-bot-60{ margin-bottom: 60px !important;}
.mar-bot-70{ margin-bottom: 70px !important;}
.mar-bot-80{ margin-bottom: 80px !important;}
.mar-bot-90{ margin-bottom: 90px !important;}
.mar-bot-100{ margin-bottom: 100px !important;}

.no-pad{
    padding-left: 0px;
    padding-right: 0px;
}
.top-bot-mar{
    margin-top: 35px;
    margin-bottom: 55px;
}

h1,h2,h3,h4,h5,h6,p{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 120%;
}
h5{
    font-size: 16px;
}

/* #Text */
p{ font-size: 14px;}
.text-300, .text-light{ font-weight: 300 !important;}
.text-400{ font-weight: 400 !important;}
.text-600, .text-semi-bold{ font-weight: 600 !important;}
.text-700, .text-bold{ font-weight: 700 !important;}
.text-900, .text-extra-bold{ font-weight: 900 !important;}
.text-italic{ font-style: italic !important;}
.text-underline{ text-decoration: underline !important;}
.text-right{ text-align: right !important;}
.text-uppercase{ text-transform: uppercase !important;}

/* #Glyphicon */
span.glyphicon.glyphicon-chevron-right {
    float: right;
    padding-top: 4px;
}



/*==================================================
  Campaign Styles
==================================================*/

.JQtest{
    height: 0px;
}

/* Kleuren */
.zwart{
    color: #000;
}
.wit{
    color: #fff;
}
.grijs{
    color: #7f8187;
}
.rood{
    color: #e9342c;
}



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

.header{
    padding: 20px 0px;
    background-color: #f6f7f8;
}
.header .logo{
    margin-top: 10px;
}
.header .logo img{
    margin-top: -10px;
    margin-right: 10px;
}
.header p{
    margin-top: 15px;
}
.header p.adv{
    position: absolute;
    top: -25px;
    right: 5px;
    font-size: 12px;
}


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

.row-1, .row-2, .row-3, .row-4, .row-5 {
    margin-top: 35px;
}
.vraag-holder{
    padding: 50px 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}
.vraag-holder .line{
    margin-top: 10px;
    width: 48px;
    height: 4px;
    background-color: #515151;
}
.vraag-holder h5{
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 140%;
}
.vraag-holder h4 span{
    font-size: 14px;
    font-weight: 600;
    color: #4e4f53;
}

.antw-btn{
    padding: 10px 0px;
    color: #ebebeb;
    background-color: #b3b0b0;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
    
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome and Opera */
    cursor: pointer;
}
.antw-btn:hover{
    background-color: #c7c4c4;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
}
.antw-btn:hover h3, .antw-btn:hover p{
    color: #fff !important;
}
.antw-btn:hover img{
    opacity: 1;
}
.antw-btn h3{
    margin-top: 38px;
}
.antw-btn img{
    margin-top: 20px;
    opacity: 0.75;
}
.selected{
    color: #fff !important;
    background-color: #056ec0;
}
.selected h3{
    color: #fff !important;
}
.antw-btn.selected img{
    opacity: 1;
}
.antw-btn.selected:hover{
    background-color: #056ec0;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
    cursor: inherit;
}

.row-1 .antw-btn{
    height: 280px;
}

.row-2 .antw-btn{
    height: 122px;
}
.row-2 .antw-btn h3{
    color: #ebebeb;
}

.row-3 .btn-header{
    height: 72px;
}
.bg-licht, .bg-donker{
    padding: 10px 5px;
}
.bg-licht{
    background-color: #989393;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
.bg-donker{
    background-color: #858181;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
.row-3 .antw-btn:hover .bg-licht{
    background-color: #a5a1a1;
}
.row-3 .antw-btn:hover .bg-donker{
    background-color: #9c9898;
}
.row-3 .antw-btn.selected .bg-licht{
    background-color: #4f81a9;
}
.row-3 .antw-btn.selected .bg-donker{
    background-color: #4578a0;
}

.kosten-holder{
    position: relative;
    padding: 45px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}
.kosten-holder:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.right-border{
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #000;
}
.bedrag-holder{
    padding: 40px 10px;
    border-radius: 10px;
    background-color: #056ec0;
}
.bedrag-holder h1{
    font-size: 80px;
}
.kosten-holder .right-border img{
    margin: 15px auto;
}
.kosten-col .row{
    margin-bottom: 30px;
}
.kosten-col .row:last-child{
    margin-bottom: 0px;
}

.verzekeraar-holder{
    padding: 30px 45px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
}
.verzekeraar-holder img{
    margin-bottom: 10px;
}
.verzekeraar-holder .sterren{
    font-size: 20px;
    color: #ffda44;
}
.disclaimer-holder{
    padding: 30px 45px;
    background-color: #056ec0;
    border-radius: 10px 10px 0px 0px;  
}
.sterren i.full:before{
/*    background: -webkit-gradient(linear, left top, right bottom, from(#ffda44), to(#ffcd00));*/
    background: -webkit-linear-gradient(left, #ffda44 0%,#ffda44 50%,#f6c601 51%,#f6c601 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/*    display: initial;*/
}
.empty-holder{
    position: relative;
}
.fa-star-half{
    position: absolute;
    top: 2px;
    left: 0;
    color: #ffda44;
    z-index: 10;
}
.sterren i.empty:before{
    color: #969184;
}
.verzekeraar-holder a:hover, .verzekeraar-holder a:active, .verzekeraar-holder a:focus{
    text-decoration: none;
}
.verz-btn{
    position: relative;
    margin: 10px auto;
    padding: 15px 10px 13px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
/*    background-color: #056ec0;*/
    background-color: #ff7200;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome and Opera */
}
.verz-btn:after{
    content: '\f054';
    position: absolute;
    right: 25px;
    top: 19px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.verz-btn:hover{
    background-color: #ff8b2d;
}
.verz-btn:hover:after{
    right: 15px;
}
.verzekeraar-holder p{
    padding: 5px 10px;
    background-color: #999;
    color: #fff;
    border-radius: 10px;
}

.footer{
    margin-top: 20px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.75);
}
.footer .border{
    height: 40px;
    border-bottom: 1px solid #000;
}
.footer p{
    margin: 25px auto;
    font-size: 12px;
}



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

@media only screen and (max-width: 1199px){
    
    .vraag-holder h3, .antw-btn h3{
        font-size: 22px;
    }
    .antw-btn h3 {
        margin-top: 43px;
    }
    .row-1 .antw-btn {
        height: 300px;
    }
    .row-2 .antw-btn {
        height: 143px;
    }
    .row-3 .btn-header {
        height: 91px;
    }
    .frisdrank{
        height: 52px;
    }
    .bedrag-holder h1 {
        font-size: 60px;
    }
    .verz-btn {
        padding: 15px 25px 13px 0px;
    }
    .verz-btn:after {
        right: 20px;
    }
    
}


@media only screen and (max-width: 991px) {
    
    .vraag-holder h3, .antw-btn h3 {
        font-size: 16px;
    }
    .vraag-holder h4{
        font-size: 16px;
    }
    
    .row-2 .antw-btn {
        height: 139px;
    }
    .row-3 .btn-header {
        height: 87px;
    }
    .rouwauto{
        height: 52px;
    }
    .kosten-holder h3,
    .disclaimer-holder h3{
        font-size: 20px;
    }
    .bedrag-holder h1 {
        font-size: 36px;
    }
    .verz-btn:after {
        top: 27px;
    }
    .verzekeraar-holder {
        padding: 20px 25px;
    }
    
}


@media only screen and (max-width: 767px) {
    
    .row-1, .row-2, .row-3, .row-4, .row-5 {
        margin-top: 25px;
    }
    .vraag-holder {
        margin-bottom: 15px;
        padding: 20px;
    }
    .antw-btn{
        margin-bottom: 5px;
    }
    .antw-btn h3 {
        margin-top: 0px;
    }
    .antw-btn img {
        margin-top: 10px;
        width: 100px;
    }
    .row-1 .antw-btn, .row-2 .antw-btn, .row-3 .btn-header{
        height: auto;
    }
    .row-1 .antw-btn, .row-2 .antw-btn{
        padding: 10px;
    }
    .btn-header{
        padding-bottom: 10px;
    }
    .frisdrank, .rouwauto{
        height: auto;
    }
    .right-border {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }
    .kosten-holder {
        padding: 25px;
    }
    .kosten-holder h3 ,
    .disclaimer-holder h3 {
        font-size: 18px;
    }
    .kosten-col{
        margin-top: 20px;
    }
    .bedrag-holder {
        padding: 20px 10px;
    }
    .kosten-col .col-xs-4 h3 {
        text-align: right;
    }
    .verzekeraar-holder {
        margin-bottom: 5px;
    }
    .verz-btn:after {
        top: 19px;
    }
    
    .opties-sober, .opties-normaal, .opties-uitgebreid{
        display: block;
    }
    
    
    /* Change the line-break into a space */
    span.line-break {  
        display: inline;
    }
    span.line-break:after {  
        content: ' ';
    }
    
}


@media only screen and (max-width: 479px) {
    
    .JQtest{
        height: 10px;
    }
    
    .header {
        padding: 10px 0px;
    }
    .header .logo img {
        width: 40px;
    }
    .header h3{
        font-size: 16px;
    }
    .header p.adv{
        top: -15px;
        font-size: 11px;
    }
    .header .col-sm-2{
        display: none;
    }
    
    .row-1, .row-2, .row-3, .row-4, .row-5 {
        margin-top: 10px;
    }
    h5 {
        font-size: 14px;
    }
    
    .tekst{
        
    }
    
    .vraag-holder {
        margin-bottom: 5px;
        padding: 15px;
    }
    .vraag-holder h3, .antw-btn h3 {
        font-size: 15px;
    }
    .vraag-holder h4{
        font-size: 14px;
    }
    .vraag-holder h5 {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 140%;
    }
    .antw-btn img{
        display: none;
    }
    .tekst{
        display: none;
    }
    .vraag-holder .line {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .opties-sober, .opties-normaal, .opties-uitgebreid{
        display: none;
    }
    .kosten-holder:after {
        border-width: 10px;
        margin-left: -10px;
    }
    .kosten-col .row {
        margin-bottom: 5px;
    }
    
    
    /* Change the line-break into a space */
    span.line-break-sml {  
        display: inline;
    }
    span.line-break-sml:after {  
        content: ' ';
    }
    
    /* Bootstrap adjustments */
    .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;
    }
    .hidden-xxs{
        display: none !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    
}