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

html{
    height: 100%;
}
body{
	min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
	background-color: #f5f5f5;
}
img { margin: 0 auto;}

/* Bootstrap adjustments */
.container{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
h1,h2,h3,h4,h5,h6,p{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 120%;
}
h5{font-size: 16px;}
p.text-klein{font-size: 12px;}

/* colomun paddings */
/* use equivalent negative row margin class on the parent row for correct alignment */
.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;}

/* Use <span class="line-break"></span> around a sentence if you need a <br> after the sentence wich should turn into a space on mobile devices */
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;
}

.text-300, .text-light{ font-weight: 300 !important;}
.text-400, .text-regular{ 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;}


/** remove dotted link border **/
a:hover, 
a:active, 
a:focus, 
a:link, 
a:visited {
	outline: 0;
	outline: 0 !important;
	color:#0000ef;
	text-decoration: underline;
}
button, object, embed { 
	outline: 0;
}



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

.has-feedback .form-control {
    padding-right: 5px !important;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 15px !important;
    top: 4px !important;
}
.gender.has-feedback.has-success, .gender.has-feedback.has-error{
    padding-left: 30px;
}
.gender i.form-control-feedback.glyphicon.glyphicon-remove, 
.gender i.form-control-feedback.glyphicon.glyphicon-ok{
    top: 0px !important;
    left: 0 !important;
}
.modal-body {
    font-size: 11px;
}
.form-control.fl_input {padding: 16px 12px 4px 10px;}
#success_message, .help-block{ display: none !important;}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 12px;
}
.form-control {
	border-radius: 0px;
	height: 40px;
}



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

/* Kleuren */
.zwart{color: #000;}
.wit{color: #fff;}
.grijs{color: #999;}
.paars{color: #7f4e77;}
.groen{color: #6dc6cd;}
.groenblauw{color: #6bb4bc;}


/* Font awesome */
.fa, .fas, .far{
    font-weight: 900;
}



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

/* Header */
.header{
    padding: 15px 0px 10px;
	background-color:#fff;
	border-bottom:solid 2px #eeeeee;
}
.header p{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}


/* Content */
.content-container{
	background-color:#fff;
    padding: 20px 50px;
}
.content-container h2{
	line-height: 140%;
}
.header-beeld{
    margin-bottom: 10px;
}
.lijn{
	border-top: solid 1px #dedede;
}
.content-container h5{
    line-height: 160%;
}
.btn0{
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}
.scrollto{
/*    color: #0000ef;*/
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}
.scrollto.blauw{
    color: #0000ef;
}
.btn0.scrollto{
    color: #fff;
    text-decoration: none;
}


/* Form */
.form-container{
    border: 50px solid #fff;
    border-top: none;
    border-bottom-width: 20px;
    background-color:#6dc6cd;
}
.form-header{
    position: relative;
/*    padding: 15px 20px 10px;*/
    padding: 15px 50px 10px;
    border-bottom: 1px solid #fff;
    background-color: #6bb4bc;
}
.form-header:after, .form-header:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.form-header:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #6bb4bc;
	border-width: 15px;
	margin-left: -15px;
}
.form-header:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
.form-header h1{
	margin-bottom: 5px;
}
.form-content{
/*	padding: 25px 20px 20px;*/
	padding: 25px 50px 20px;
}
.btn0, .btn1{
    margin: 10px auto 0px;
	padding: 20px;
	
	font-size: 20px;
	font-weight: 500;
    color: #fff;
    
    border-radius: 35px;
    background-color: #ff6c00;
    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;
}
.btn0 i, .btn1 i{
    margin-left: 20px;
	font-size:16px;
}
.btn0:hover, .btn1:hover{
	background-color:#ff8b19;
}
p.sociaal-budget {
    margin: 5px auto !important;
    font-size: 14px;
}

/* Footer */
.footer{
	padding: 20px 0px;	
	background-color:#222323;
    font-size: 12px;
	font-weight: 500;
	color: #fff;
}
.voorwaarden{
    margin-top: 10px;
}
.voorwaarden a, .footer a:hover{
	color: #fff;
}



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

.pagina-2 h5{
    margin-bottom: 150px;
}



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


@media only screen and (max-width: 1199px){    
	
    .content-container h2 {
        font-size: 28px;
    }
		
}

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

}

@media only screen and (max-width: 767px) {
	
    .content-container {
        padding: 10px 20px 30px;
    }
    .content-container h2{
        font-size: 21px;
    }
    .form-container{
        border: 0px solid #fff;
        border-top: none;
    }
    .form-header h1{
        font-size: 28px;
    }
    
    
    /* Change the line-break into a space */
    span.line-break {  
        display: inline;
    }
    span.line-break:after {  
        content: ' ';
    }
    
}

@media only screen and (max-width: 479px) {
    
    body{
        background-color: #fff;
    }
    
    .header p{
        top: -10px;
        font-size: 11px;
/*        position: relative;*/
    }
    
    .content-container {
/*        padding: 10px 15px 10px;*/
        padding: 20px 15px 0px;
    }
    .content-container h2 {
        font-size: 18px;
    }
    .lijn.mar-bot-25, h5.mar-bot-25, ul.mar-bot-25{
        margin-bottom: 20px !important;
    }
    .content-container h5{
        font-size: 14px;
    }
    .btn0{
        font-size: 15px;
    }
    .form-header {
        padding: 15px 15px 10px;
    }
    .form-header h1{
        font-size: 20px;
    }
    .form-header h5{
        font-size: 14px;
    }
    .form-content {
        padding: 25px 15px 20px;
    }
    .btn1 {
        padding: 20px 10px;
        font-size: 16px;
    }
    .btn1 i {
        font-size: 14px;
    }
    
    
    /* 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;
    }
    
}