/* #Site Styles */
html{
    height: 100%;
}
body{
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 175px;
    font-family: 'Open Sans', sans-serif !important;
    color: #333;
    background: url(../img/inbreker-bg.png) bottom right no-repeat fixed #f6f9fc;
    background-size: 700px;    
    background-position-x: calc(50% + 540px);
}



/*==================================================
  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: 10px;
}
.form-control{
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
    top: 50% !important;
    transform: translateY(-50%);
}



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

.btn-groen{
    position: relative;
    height: 50px;
    color: #fff;
    border-radius: 5px;    
    background-color: #1dc30c;
}
.btn-groen:hover{
    background-color: #32d920;
}
.btn-groen:after{
    content: '\f054';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: .8em;
}
.btn-groen:hover:after{
    right: 15px;
}



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

/* Kleuren */
.wit{color: #fff;}
.zwart{color: #000;}
.grijs{color: #aaa;}
.rood{color: #dc0000;}
.blauw{color: #00A1DD;}


/* Header */
.header{
    position: relative;
    
    position: sticky;
    top: 0;
    
    margin-bottom: 30px;
    padding: 15px 0px;
    background-color: #fff;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    
    z-index: 999;
}
.header p.adv{
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 12px;
}
.header .flex{
    display: flex;
    align-items: center;
}
.header .flex div:first-child{
    padding-right: 50px;
}
.header .flex-tekst{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header .logo{
    min-width: 161px;
}
.header h1{
/*    margin-top: 10px;*/
    font-size: 34px;
}
.header h2{
/*    margin-top: 10px;*/
    font-size: 18px;
}
.header .quest-progress{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background-color: #00A1DD;
    
    -webkit-transition: width 500ms ease-out;
    -moz-transition: width 500ms ease-out;
    -o-transition: width 500ms ease-out;
    -ms-transition: width 500ms ease-out;
    transition: width 500ms ease-out;
}



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

.pagina-1{
/*    padding: 30px 0;*/
}

.vraag-holder{
    margin-bottom: 10px;
    padding: 20px;
/*    border-radius: 10px;*/
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.pagina-1 .vraag-holder{
    display: none;
}
h3.vraag{
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 18px;
}
h3.vraag:before{
    position: absolute;
    content: attr(data-number);
    left: 0;
    top: 0;
    color: #00a0dc;
    font-weight: 900;
}
.answer-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    position: relative;
    height: 50px;
    padding: 0px 15px;
    
    font-size: 18px;
    line-height: 110%;
    color: #fff;
    border-radius: 5px;
    border-bottom: 0px solid #00719b;
    background-color: #00719b;
    cursor: pointer;
    
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
.answer-btn:hover{
    border-bottom: 4px solid #00719b;
    background-color: #1d8eb8;
}


#vraag1 .answer-btn{
    float: left;
    width: calc(20% - 4 * 10px/5);
    height: 100px;
    padding: 20px 10px;
}
#vraag1 .answer-btn:not(:first-child){
    margin-left: 10px;
}
#vraag1 .answer-btn img{
    width: 60px;
    max-width: 100%;
}
#vraag1 .answer-btn p{
    margin-top: 5px;
    font-size: 16px;
}


#vraag9{
    margin-bottom: 20px;
}
#vraag9 .question-holder{
    margin-bottom: 15px;
}
#vraag9 .answer-btn{
/*    padding: 40px 20px 0px;*/
}
#vraag9 .answer-btn:hover{
    background-color: #fff;
}
#vraag9 .form-control{
    border: 2px solid #00719b;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#vraag9 .has-error .form-control {
    border-color: #a94442;
}
#vr9-antw1{
    margin-left: 0px;
}


/* Pagina 1 a */
.pagina-1a .vraag-holder{
/*    margin-top: 50px;*/
    padding: 50px 20px;
/*    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);*/
}



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

.pagina-2 div.titel{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
/*    border-radius: 10px;*/
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.pagina-2 div.titel:after {
	top: 100%;
	left: 75%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.hoog-risico {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    padding: 15px 10px;
/*    border-radius: 10px 0 0 10px;*/
    background-color: #dc0000;
}
.hoog-risico:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(220, 0, 0, 0);
	border-left-color: #dc0000;
	border-width: 10px;
	margin-top: -10px;
}
.hoog-risico i{
    font-size: 40px;
}
.hoog-risico h3{
    font-size: 16px;
    margin-top: 10px;
}
.pagina-2 div.titel h2{
    padding: 10px 20px;
    font-size: 28px;
    font-weight: 600;
}

.maps-holder{
    margin-bottom: 25px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.maps-holder p{
    font-size: 18px;
    line-height: 140%;
}
#googleMaps{
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
    border: 2px solid #00719b;
    cursor: default !important;
}
#googleMaps > div{
    height: 110% !important;
}


.form-holder {
    padding: 20px 25px;
    background-color: #00719b;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.form-holder h4{
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 140%;
}
.form-holder p{
    font-size: 16px;
}
.form-holder form{
    margin: 0 auto;
    width: 350px;
    max-width: 100%;
}
.form-holder p.optin{
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}



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

.pagina-3 .vraag-holder{
    padding: 50px 20px;
}
.pagina-3 .vraag-holder p{
    font-size: 16px;
    line-height: 140%;
}



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

.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 50px;
    padding: 25px 0px;
}
.footer p, .footer a{
    font-size: 12px;
}
.footer a, .footer a:hover{
    color: #000;
    text-decoration: underline;
}
.footer p.ster{
    margin-top: 20px;
}



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

@media only screen and (max-width: 1199px){
    
    body {
        background-size: 700px;
        background-position-x: calc(50% + 440px);
    }
    
    .header h1 {
        font-size: 28px;
    }
    
    /* Pagina 1 */
    h3.vraag{
        font-size: 20px;
    }
    
    
    /* Pagina 2 */
    .pagina-2 div.titel h2 {
        font-size: 26px;
    }
    
    
}

@media only screen and (max-width: 991px) {    
	
    body {
        background-size: 550px;
        background-position-x: calc(50% + 340px);
    }
    
    .header h1 {
/*        margin-top: -6px;*/
        font-size: 30px;
    }
    
    
    /* Pagina 1 */
    #vraag1 .answer-btn p{
        font-size: 14px;
    }
    #vraag9 .form-control {
        font-size: 14px;
    }
    
    
    /* Pagina 2 */
    
    
}


@media only screen and (max-width: 767px) {
    
    body {
        background-size: 500px;
        background-position: bottom right -220px;
    }
    
    .header{
        margin-bottom: 20px;
    }
    .header .flex div:first-child {
        padding-right: 20px;
    }
    .header .logo {
        min-width: 120px;
    }
    .header h1{
        font-size: 24px;
    }
    .header h2 {
        font-size: 14px;
    }
    
    /* Pagina 1 */
    .answer-btn {
        margin-left: 0px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    #vraag1 .flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #vraag1 .answer-btn{
        float: none;
        margin: 0 0 10px !important;
        width: calc(50% - 5px);
        height: 50px;
    }
    #vraag1 .answer-btn div:first-child{
        display: none;
    }
    #vraag1 .answer-btn p{
        font-size: 16px;
    }
    
    #vraag9 .form-group{
        margin-bottom: 10px;
    }
    #vraag9 .form-control,
    #vraag9 .btn-groen{
        margin-left: 0px;
        width: calc(50% - 5px);
        min-width: 250px;
    }
    #vraag9 .form-control{
        font-size: 16px;
    }
        
    
    /* Pagina 2 */
    .pagina-2 div.titel{
        flex-direction: column;
    }
    .pagina-2 div.titel h2 {
        font-size: 20px;
        text-align: center;
    }
    .hoog-risico:after {
        left: 50%;
        top: 100%;
        border: solid transparent;
        border-color: rgba(220, 0, 0, 0);
        border-top-color: #dc0000;
        border-width: 10px;
        margin-top: 0px;
        margin-left: -10px;
    }
    .pagina-2 div.titel:after {
        top: 100%;
        left: 50%;
        border-width: 10px;
        margin-left: -10px;
    }
    .form-holder h4 {
        font-size: 18px;
    }
    .form-holder p.korting{
        padding: 10px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        line-height: 140%;
    }
    
}


@media only screen and (max-width: 479px) {    
	
    body{
        padding-bottom: 200px;
    }
    
    .header{
        margin-bottom: 10px;
        padding: 10px 0px;
    }
    .header .logo{
        width: 120px;
    }
    .header h1{
        font-size: 20px;
    }
    
    
    /* Pagina 1 */
    h3.vraag{
        font-size: 16px;
    }
    #vraag9 .form-control,
    #vraag9 .btn-groen{
        width: 100%;
    }
    
    .pagina-1a h3 {
        font-size: 20px;
    }
    
    
    /* Pagina 2 */
    .pagina-2 div.titel {
        margin-bottom: 15px;
    }
    .hoog-risico {
        padding: 15px 10px 10px;
    }
    .hoog-risico i {
        font-size: 30px;
    }
    .pagina-2 div.titel h2 {
        padding: 10px;
        font-size: 18px;
    }
    .form-holder {
        padding: 15px 20px;
    }
    
}