/*Helpers*/

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background-color: #fff!important;
    padding-top: 0px!important;
	font-size: 15px!important;
}

h1 {
    font-size: 22px!important;
	color: #014189!important;
    font-weight: 600!important;
}

h2 {
    font-size: 20px!important;
    color: #014189!important;
    font-weight: 600!important;
}

h3 {
    font-size: 16px!important;
    color: #014189!important;
    font-weight: 600!important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}

label {
	color: #09468c!important;
	font-size: 15px!important;
}
p {
    color: #09468c;
    line-height: 30px;
}
.portlet {
	min-height: 480px !important;
    float: left;
}

.news .text {
	padding-left: 10px !important;
}
.mb-50{
    margin-bottom: 50px;
}

.container{
    max-width: 1199px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.row{
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
}

.page-content {
	max-width: 1200px!important;
}
.spacer {
	height: 10px;
}

.clearfix {
    clear: both;
}

.rel {
    position: relative;
}

ul {
    list-style: none;
    padding: 0;
}

.content ul li:before {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 10px;
    color: #3adb76;
    margin-left: -18px;
    width: 18px;
}

#cms li:before {
    content: "";
    display: block;
}

#cms {
    margin-bottom: 100px;
}


/*Navigation*/

.header{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff;   
    /*margin-bottom: 7%;*/
}
.header .container{
    max-width: 1280px;
}

.main-nav {
    z-index: 2;
    font-size: 14px;
    right:0;
    padding: 0px;
    left:0;
    position: relative;
}
.main-nav:before{
    background-color: #b2fed7;
    position: absolute;
    width: 100vw;
    height: 100%;
    content: "";
    left: -10%;
    top: 0;
    
}


.hoek {
    position: absolute;
    z-index: -1;
    max-width: 30%;
    margin: auto;
    right: 0;
    left: -10%;
    top: 0px;
}

.logo{
    max-width: 90%;
    margin: 15px 0;
}

.main-nav ul li {
    float: left;
    list-style-type: none!important;
    position: relative;
    text-align: center;

}

.main-nav ul {
    float: right;
    margin: 0;
}

.main-nav ul li:before {
    content: ""; /* FontAwesome Unicode */
    padding: unset!important;
    display: block;
    margin-left: 0px;


}

.main-nav ul li a {
    color: #1468a0 !important;
    font-weight: 500;
    padding: 20px 25px;
    background: #b2fed7 !important;
}

.main-nav ul li a:hover {
    color: #fff!important;
    background: #01bdff!important;
}

.main-nav ul li a:focus {
    color: #ddd6d6;
}

.pushy-content .menu .active > a {
    background: unset!important;
    color: #fefefe;
}

.hamburger {
    position: absolute;
    right: 0;
    z-index: 2;
    margin: 43px 50px;
    background: #004188;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

/*Main content*/

.content ul{
    margin: 0 0 0 14px;
}

.image-text{
    padding: 29px 30px;
    background: #e9eef4;
}

.image-text li{
    padding-left: 5px;
    margin-bottom: 10px;
}

.bg-blue-over p {
    margin-bottom: 10px;
}
.info p{
    margin-top: 15px;
    color: #1468a0!important;
    float: right;

}

/*Footer*/

footer {
    color: #6e88b0;
    font-weight: 500;
    font-size: 15px;
    padding: 20px 0px 0px 0px;
    position: relative;
}


footer{
	
    margin-top: 25px;
    background: #0D4389;
}

footer li {
	color: #fff;
    margin-bottom: 10px;
    list-style: none!important;
}

footer li a { color: #fff; }

footer li:before {
    content: ""; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.footer-logo {
    filter: grayscale(100%);
}

.footer-logo1 {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    left: -127px;
}

.copyright {
    font-weight: 200;
    margin-top: 15px;
}

.copyright, .copyright a {  color: #fff; }

.cookie-consent {
    text-align: center;
    padding: 10px 15px!important;
}
.cookie-consent button {
    margin-left: 0px!important;
    outline: none;
}
    

.image-content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.image-content > div{
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;  
}

.image-content img{
	max-width: 200px !important;
	max-height: 200px !important;
}



.image-content2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.image-content2 img{
	max-width: 200px !important;
	max-height: 200px !important;
}


.image-bg{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.cookie-consent { 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed; 
    width: 100%; 
    bottom: 0; 
    color: #636b6f;
    align-items: center; 
    -webkit-align-items: center; 
    justify-content: center; 
    -webkit-justify-content: center; 
    background: rgba(238, 238, 238, 0.75); 
    padding: 10px 0;
}
.cookie-consent button { 
    margin: 0; 
    margin-left: 30px; 
    padding: 10px 20px; 
}

.page-outer{
    padding-top: 230px;
}

.header, .header .logo, .main-nav ul li a{
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.header-fixed{
    -webkit-box-shadow: 1px 0 6px 2px rgba(0,0,0,0.05);
    box-shadow: 1px 0 6px 2px rgba(0,0,0,0.05);
}
.header-fixed .logo{
    max-width: 200px;
}
.header-fixed .info p{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
}
.header-fixed .main-nav ul li a{
    padding: 14px 16px;
    background-color: transparent !important;
}
.header-fixed .main-nav ul li a:hover{
    color: #00bdff !important;
}
.hoek, .main-nav:before{
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    opacity: 1;
    visibility: visible;
}
.header-fixed .hoek, .header-fixed .main-nav:before{
    visibility: hidden;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    .image-content2 {
        display: unset;
    }
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 10055 !important;
}

