﻿@import url('https://fonts.googleapis.com/css?family=Amaranth:400,400i|Fira+Sans:400,500,700');

/*font-family: 'Fira Sans', sans-serif;
font-family: 'Amaranth', sans-serif;*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
font-family: 'Fira Sans', sans-serif;    
	font-size: 14px;
    line-height: 20px;
	color: #6a6a6a;
}
h1 {
	font-size: 23px; 
    line-height: 36px;
    color: #1E3A49;
    
    font-weight: 500;
}
h2 {
	font-size: 23px; 
    line-height: 30px;
    
    font-weight: 500;
}
h3 {
	font-size: 22px;   
    line-height: 27px;
    
}
h4 {
	font-size: 20px; 
    line-height: 26px;
    
}
h5 {
	font-size: 18px; 
    line-height: 24px;
    
}
h6 {
	font-size: 16px; 
    line-height: 22px;
    
}
p {	
    line-height: 26px;
    padding: 0 0 22px;
}
a {
    text-decoration: underline;
    color:#008fbf;
    -webkit-transition: all 500ms ease-in 0s;
    -moz-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}
a:hover {
	text-decoration: underline;
    color: darkslateblue;
}
strong {
	font-weight: bold;
}


img {
	max-width: 100%;
	outline: none;
}
input{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
   -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #1E3A49 !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #1E3A49!important;
    opacity: 1;
}

::-moz-placeholder {
    color: #1E3A49!important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #1E3A49!important;
    opacity: 1;
}


.wrapper {
	
    width: 100%;
    max-width: 1078px; 
    min-width: 296px;
    margin: 0px auto;
}

.main-outer{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.header{
    width: 100%;
    float: left;
    background: #fff;
}
.header-top{
    width: 100%;
    float: left;
}
.header-top-inner{
    width: 100%;
    padding: 4px 10px 0px 17px;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.logo {
    width: 278px;
    float: left;
}
.contact-info {
    padding: 22px 0 0;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex;  
}
.contact-info a {
    font-size: 19px;
    
    font-weight: 700;
    color: #37505d;
    margin: 0 0 0 32px;
    position: relative;
    padding: 0 0 0 41px;
    text-decoration:none;
}
.contact-info a:hover {
    color: #008fbf;
}

.contact-info a:first-child{
    margin: 0;
}
.contact-info a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;   
}
.contact-info a:first-child:before{
    margin: 0;
    background: url('../images/ico_phone.png') no-repeat;    
    top: -3px;
}
.contact-info a:last-child:before{
    margin: 0;
    background: url('../images/ico_email.png') no-repeat;    
    top: -4px;
}
.header-menu{
    width: 100%;
    float: left;
    margin: -40px 0 0;
    padding: 0 0 17px;
    border-bottom: 7px solid #003a8a;
}
.menu-outer {
    width: 100%;
    float: left;
}
.menu-outer ul {
    width: 100%;
    float: left;
}
.menu-outer ul  li{
    float: left;
    list-style: none;
    padding: 0 0 0 50px;
}
.menu-outer ul li a {
    font-size: 16px;
    font-weight: 500;
    /* z-index: 1; */
    position: relative;
    color: #37505d;
    text-decoration:none;
    text-transform: capitalize;
}
.menu-outer ul li a:hover{
    color: #008fbf;
}




.content {
    width: 100%;
    float: left;
}
.banner-container{
    width: 100%;
    float: left;
    position: relative;
}

.banner-image{
    width: 100%;
    float: left;
    height: 430px;
}

.banner-content {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1078px;
    margin: 0 auto;
}
.overlay-div {
    position: absolute;
    bottom: 63px;
    min-width: 450px;
}
.overlay-div h3{
    font-style: italic;
    color: #1e3a49;
    position: absolute;
    bottom: 11px;
    left: 50px;
    font-family: 'Amaranth', sans-serif;
}
.overlay-div span{
    color: #007297;
    font-size: 40px;
    font-family: 'Amaranth', sans-serif;
    position: absolute;
    bottom: -22px;
    left: 80px;
}
.form-blk {
   z-index:1;
   position: absolute;
   background: #008fbf;
   width: 327px;
   padding: 19px 25px 56px 23px;
   right:0px;
   bottom: -105px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
.select-outer {
    margin: 0 0 9px;
}

.form-blk span {
    font-size: 40px;
    color: #fff;
    float: right;
    line-height: 33px;
}
.form-blk span i {
    color: #1e3a49;
    font-size: 12px;
    font-weight: 500;
    float: right;
}
.form-blk span i img {
    vertical-align: middle;
    margin: 0 0 2px 5px;
    cursor:pointer;
}
.single-row {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.single-row label{
    padding:  0 0 4px;
    display: block;
    font-weight: 700;
    color: #1E3A49;
    
}
.single-row input {
    width: 100%;
    height: 34px;
    border: none;
    
    background: #96e6f1;
    font-size: 16px;
    color: #1E3A49;
    padding: 8px 12px 5px 27px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.input-outer {
    position: relative;
    width: 100%;
    float: left;
}
.input-outer-txt input {
    padding: 8px 12px 5px 10px;
}
.input-outer:before{
    position: absolute;
    content: "€";
    left: 10px;
    top: 8px;
    font-size: 18px;
    color: #1E3A49;
}

/*--select--*/
.sbHolder{
	font-size: 18px;
	color: #ffffff;
	height: 38px;
	position: relative;
	width: 100%;
    border: none;
    background: #96e6f1;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 38px;
	left: 0;
	line-height: 39px;
    
	outline: none;
	overflow: hidden;
    color: #1E3A49 !important;
	position: absolute;
	text-indent: 13px;
	top: 0;
	/*width: 315px;*/
	font-size: 17px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height:38px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}
.sbToggle:after{
    width: 11px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 12px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDYgMTg4LjciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMDUyMjM2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+ZG93bi1hcnc8L3RpdGxlPjxnIGlkPSJleHBhbmQtbW9yZSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI3MC4zIDAgMTUzIDExNy4zIDM1LjcgMCAwIDM1LjcgMTUzIDE4OC43IDMwNiAzNS43IDI3MC4zIDAiLz48L2c+PC9zdmc+) !important;
    background-size: 11px 11px;
    background-repeat: no-repeat;
    
}
.sbToggleOpen:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDYgMTg4LjciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMDUyMjM2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+dXAtYXJ3PC90aXRsZT48ZyBpZD0iZXhwYW5kLW1vcmUiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMDYgMTUzIDE1MyAwIDAgMTUzIDM1LjcgMTg4LjcgMTUzIDcxLjQgMjcwLjMgMTg4LjcgMzA2IDE1MyIvPjwvZz48L3N2Zz4=) !important;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}

.sbOptions{
	background-color: #96e6f1;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px !important;
	width: 400px;
	z-index: 9;
	overflow-y: auto;
    width: 100% !important;    
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.sbOptions li{
	padding: 0px!important;
}
.sbOptions a{
	border-top: 1px dashed #fff;
	display: block;
	outline: none;
	padding: 7px 12px;
    
	font-size: 17px;
	color: #000;
	text-decoration: none;
    color: #1E3A49
}
.sbOptions li:first-child a{
	border: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #008fbf;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/*--select--*/
.inner-content {
    width: 100%;
    float: left;
    padding: 60px 0 34px;
    position: relative;
}
.ad-blk {
z-index:1;
    position: absolute;
    top: 0;
    height: 66px;
}
.ad-blk:after{
    position: absolute;
    top: 0;
    right: -240px;
    background: #ff8000;
    width: 240px;
    content: "";
    height: 100%;
}
.ad-blk:before{
    position: absolute;
    top: 0;
    right: -278px;
    content: "";
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-left: 38px  solid #ff8000;
    border-bottom: 33px solid transparent;
}
.button {
    position: absolute;
    top: 0;
    color: #fff;
    right: -230px;
    cursor: pointer;
    font-size: 16px;
    min-height: 37px;
    font-weight: 700;
    line-height: 36px;
    z-index: 1;
    min-width: 225px;
    background: #1e3a49;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.button:hover,.butvervolg:hover {
    text-decoration: none;
    background: #003a8a;
    color:#fff;
}
.button.vervolg {
    position: absolute;
    top: inherit;
    right: inherit;
    margin: 332px 0 0 -279px;
    font-size:15px;
    line-height: 28px;
    min-width: 120px;
    padding: 8px;
}

.left-content {
    width: 73.3%;
    float: left;
    padding: 0 57px 0 20px;
}
.left-content h1, .left-content-vervolg  h1 {
    padding: 0 0 19px;
}

.left-content-vervolg {
    width: 66%;
    float: left;
    padding: 40px 30px 25px 40px;
    margin:-425px 60px 0 0;
    min-height:500px;
    background-color: #fff;
    opacity: 0.9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.left-content-vervolg p {
    color:#444444;
}

.left-content-vervolg b {
    font-weight: bold;
}

.left-content-vervolg i {
    font-style:italic;
}

.left-content-vervolg ul {
    padding-left:20px;
    line-height:26px;
}

.left-content-vervolg h2, .left-content-vervolg h3 {
    padding: 0 0 19px;
    font-size: 18px;
    font-weight:bold;
    color:#1E3A49;
}



.right-content {
    width: 26.7%;
    float: left;
    padding: 10px 26px 0 0;
    line-height: 24px;
}
.right-content ul{
    width:100%;
    float: left;
    padding: 32px 0 0;
}
.right-content ul li{
    width:100%;
    float: left;
    list-style: none;
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 0 47px;
    font-size: 12px;
    color: #151515;
}

.right-content ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    background: url('../images/img_vink.png') no-repeat;
    width: 31px;
    height: 30px;
}

.service-content {
    float: left;
    width: 100%;
}
.service-list {
    width: 100%;
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex; 
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
}
.single-service {
    padding: 30px 39px 0 0;
    width: 25%;
    float: left;
}
.single-service h3{
    font-size: 23px;
    padding: 6px 0 17px;
    position: relative;
    margin: 0 0 18px;
    font-weight: 700;
}
.single-service h3 a {
    color: #1E3A49;
    text-decoration:none;
}
.single-service h3 a:hover{
    color: #008fbf;
}
.single-service h3:after{
    width: 135px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #ff8000;
    height: 4px;
}
.single-service p{
    line-height: 26px;
}

/* blog */
ul.blog li {
    margin-bottom: 14px;
    font-size:110%;
}
ul.blog span {
    font-size: 85%;
}
ul.blog span a {
    color:#ff8000;
}
.blogdatum {
    margin: 20px 0 5px 0;
}


/*--content--*/

/*--footer--*/
.footer {
    width: 100%;
    float: left;
    background: #d9d9d9;
    padding: 28px 0 26px;
    border-bottom: 28px solid #fff;
}
.footer-inner {
    width: 100%;    
    display: -webkit-box;     
    display: -moz-box;         
    display: -ms-flexbox;     
    display: -webkit-flex;    
    display: flex; 
}
.footer-single {
    width: 25%;
}

.footer-single h6{
    font-size: 14px;
    font-weight: 500;
    color: #1E3A49;
}
.footer-single p{
    padding: 18px 0 0;
    color: #1E3A49;
    font-size: 13px;
    line-height: 24px;
}
.footer-single p a {
    color: #008fbf;
    margin: 0 0 0 4px;
}
.footer-single p a:hover{
    color: darkslateblue;
}
.footer-single:first-child p{
    padding: 0;
}
.footer-single ul {
    list-style: none;
    padding: 18px 0 0;
    float: left;
}
.footer-single ul li{
    /*
    float: left;
    padding: 0 0 0 43px;
        */
}
.footer-single ul li a{
    color: #008fbf;
    font-size: 13px;
}
.footer-single ul li a:hover{
    color: darkslateblue;
}
.footer-single ul li:first-child{
    /* padding: 0; */
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    right: 30px;
    width: 210px;
}




/* ------------ FORM FIELDS --------------*/
input.formfield, select.formfield, textarea.formfield {
    border: 1px solid #008fbf;
    background-color: #fff;
    padding: 6px 8px;
    margin: 5px 0;
    
    font-size: 14px;
    border-radius: 3px;
}

textarea.formfield {
    line-height: 20px;
}

select.formfield {
    padding: 6px 4px;
}

input.formfield:focus, select.formfield:focus, textarea.formfield:focus {
    background-color: #99f3ff;
    border: 1px solid #008fbf;
}

input.button-big {
    border: 0px solid #fff;
    color: #fff;
    font-size: 16px;
    min-height: 37px;
    font-weight: 700;
    line-height: 36px;
    min-width: 225px;
    background: #1e3a49;
    margin:0;
    padding:0;
    text-decoration: none;
    transform: translateY(50%);
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}

input.button-big:hover {
    text-decoration: none;
    background: #003a8a;
    color: #fff;
}



/* COOKIE MELDING */
#cookiemelding {
    position: relative;
    width: 100%;
    padding: 12px 0;
    background: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(217,217,217,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(217,217,217,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(217,217,217,1) 100%);
}
#cookiemelding p {
    text-align: center;
    padding:0;
}
a#closecookie {
    float: right;
    text-align: right;
    margin-top:-32px;
    color: black;
    font-size: 24px;
    padding: 8px;
    text-decoration:none;
    width: 5%;
}

 .scrollbar {
height:330px;
overflow-y:auto;
padding-right:20px;
}

 
/* editor */
div.pnleditor {
    position: fixed;
    top: 0;
    right: 60px;
    background: #f1f1f1;
    border-radius: 0 0 12px 12px;
    padding: 10px 30px 0;
}

.note-modal-content {
    margin-left:300px !important;
    z-index:99999 !important;
}

.note-modal-footer .note-btn {
    margin-top: -25px;
}

.note-modal-backdrop {
    display:none !important;
}

.editbutton {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 20px;
    min-height: 37px;
    font-weight: 700;
    line-height: 36px;
    background: #3a3489;
    text-decoration: none;
    transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

        .form-blk {
            position:relative;
            height:600px;
            margin-left:5px;
            margin-top:5px;
            bottom:-10px;
            left:5px;
            right:20px;
        }
        .content{
	width:100%;
        }
        .inner-content {padding: 5px 0 16px; }