html{
    height: 100%;
}
body{
	min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #564e4e;
	background-color: #ededed;
}


/*==================================================
 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;*/
    right: 0px !important;
    top: 4px !important;
}
select~ i.form-control-feedback.glyphicon.glyphicon-refresh,
select~i.form-control-feedback.glyphicon.glyphicon-remove,
select~i.form-control-feedback.glyphicon.glyphicon-ok {
    right:10px !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;
}
*/
.form-control.fl_input {padding: 17px 12px 3px 16px;}
.FlowupLabels .fl_label {
    top: 12px;
    left: 18px;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 5px;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 4px;
}
#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: 44px;
}



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

/* Kleuren */
.groen{color: #78c6bd; /* titel */}
.grijs{color: #564e4e; /* tekst */}
.lichtgrijs{color: #ddd; /* footer tekst */}
.paars{color: #7f4e77;} 
.rood{color: #e76863; /* logo kleur */}
.grijsgeel{color: #dddac6; /* logo kleur */}


/* Tekst */
h1.titel{
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 140%;
}
h2.subtitel{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
p.tekst{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 175%;
}
p.tekst-klein{    
    font-size: 12px;
    line-height: 140%;
}


/* Links */
a, a:link, a:visited, a:active, a:focus{
    color: #000;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
.scrollto{
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
a:hover, .scrollto:hover{
    color: #78c6bd;
}


/* Buttons */
.def-btn{
    width: 300px;
    max-width: 100%;
	padding: 20px;	
	font-size: 24px;
	font-weight: 700;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0px;
    background-color: #e76863;
    background-color: #ff6c00;
}
.def-btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 22px;
    right: 50px;
}
.def-btn:hover{
	background-color: #c83934;
	background-color: #fe842b;
}
.def-btn:hover:after{
    right: 35px;
}



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

.header{
    margin-bottom: 30px;
}
.header-inner{
    padding: 30px;
    background-color: #fff;
}
.header p.advertorial{
    position: absolute;
    top: -20px;
    right: 5px;
}


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

/* Content */
.content-container{
    padding: 20px 30px 60px;
	background-color: #fff;    
}

.gepubliceerd{
    margin-bottom: 25px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}
.flex-container {
    display:flex;
    height: 26px;
    align-items: center; /* Vertical center alignment */
    justify-content: left; /* Horizontal center alignment */
}


/* Social shares */
.jssocials-shares{
    margin: 0 !important;
    text-align: right;
}
.jssocials-share {
/*    margin: 0 !important;*/
    margin-right: 5px !important;
    display: inline-block;
    vertical-align: top;
}
.jssocials-share:last-child {
    margin: 0 !important;
}
.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 14px !important;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link{
    display: inline-block;    
    padding: .45em .5em !important;
    width: 28px;
    height: 28px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #fff !important;
    
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
    color: #fff;
}
.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998; }
        .jssocials-share-facebook .jssocials-share-link:hover {
            background: #6c77aa; }
.jssocials-share-twitter .jssocials-share-link {
    background: #00aced; }
        .jssocials-share-twitter .jssocials-share-link:hover {
            background: #67b7ef; }
.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6; }
        .jssocials-share-linkedin .jssocials-share-link:hover {
            background: #5191c2; }
.jssocials-share-email .jssocials-share-link {
    background: #000000; }
        .jssocials-share-email .jssocials-share-link:hover {
            background: #333333; }
.jssocials-share-whatsapp .jssocials-share-link {
    background: #25D366;
}


.header-beeld{
    margin-bottom: 30px;
}
.border-hr{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.mar-top-5{
    margin-top: 5px;
}


/* Form */
.form-container{
    margin: 0 auto;
    width: 540px;
    max-width: 100%;
}
.form-header{
    position: relative;
    padding: 20px 40px;
    border-bottom: 2px solid #fff;
    border-radius: 5px 5px 0 0;
    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: 17px;
	margin-left: -17px;
}
.form-header h2{
    font-size: 22px;
}
.form-header h5{
    line-height: 140%;
}
.form-content{
	padding: 35px 50px 30px;
    background-color:#e0e0e0;
}



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

.pagina-2 .content-container{
    padding-bottom: 30px;
}



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

.footer{
	margin-top: 30px;
}
.footer-inner{
    padding: 30px;
    background-color: #282a2b;
}
.voorwaarden-row{
    margin-top: 20px;
}
.voorwaarden-row a,
.voorwaarden-row a:link,
.voorwaarden-row a:visited,
.voorwaarden-row a:hover,
.voorwaarden-row a:active,
.voorwaarden-row a:focus{
    color: #ddd;
    text-decoration: underline;
}



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


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

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

}

@media only screen and (max-width: 767px) {
	
    .header-inner{
        padding: 30px;
    }
    .logo{
        width: 350px;
    }
    .form-header {
        padding: 20px;
    }
    .form-header h2 {
        font-size: 20px;
    }
    .form-content {
        padding: 35px 30px 30px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .header {
        margin-bottom: 15px;
    }
    .header-inner {
        padding: 15px;
    }
    .header p.advertorial{
        position: relative;
        top: -5px;
        right: 0px;
    }
    .content-container {
        padding: 10px 10px 20px;
    }
    h1.titel {
        font-size: 20px;
    }
    .gepubliceerd, .header-beeld {
        margin-bottom: 15px;
    }
    .flex-container {
        height: 25px;
    }
    .gepubliceerd .flex-container p{
        font-size: 11px;
        line-height: 120%;
    }
    .jssocials-share-link {
        width: 25px;
        height: 25px;
        padding: .35em .45em !important;
    }
    .jssocials-share-logo {
        font-size: 13px !important;
    }
    p.tekst, h2.subtitel {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .border-hr {
        margin-bottom: 20px;
    }
    .form-header {
        padding: 15px 10px;
    }
    .form-header h2 {
        font-size: 16px;
    }
    .form-header h5 {
        font-size: 14px;
    }
    .form-content {
        padding: 25px 10px 20px;
    }
    .def-btn {
        font-size: 20px;
    }
    .def-btn:after {
        font-size: 14px;
    }
    .footer-inner {
        padding: 15px;
    }
    
    .pagina-2 .content-container{
        padding-bottom: 10px;
    }    
    
}