/* [ALGEMEEN] */
body {
	background: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	line-height:1.5em;
	color: #000;
	margin: 0;
	font-weight: 300;
}

a {
	color: #ff9000;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
a:focus,
a:active {

}

h1, h2, h3, h4, h5, h6 {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

h1 {
	color: #0093e0;
	text-align: center;
	font-size: 2.7em;
	text-transform: uppercase;
}

h2 {
	
}

h3 {
	
}

h4, h5, h6 {

}

p {
	line-height: 2em;
}

.bg3 {
	background: #f9f9f9;
}

.text-left .title {
	text-align: left;
}

.carousel-inner>.item>img {
	width: 100%;
}

.adresenzo a {
	color: #fff;
}

#wrap {
	min-height: 100%;
	height: auto !important;
}

.rel {
	position: relative;
}

.spacer {
	height: 30px;
}

.spacer2 {
	height: 15px;
}

.boxshadow {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
        -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
         -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}

/* [HEADER] */
.logo{
	margin-top:15px;
	margin-bottom:15px;
	max-height: 94px;
}

/* [MENU] */
.navbar{
	margin: 36px 0;
	background: transparent;
	border: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:transparent;
	border:0;
}

.navbar-toggle {
	background-color:#FFFFFF;
	font-size:12px;
	background: #0093e0;
	margin: 18px 0 0 0;
	width: 60px;
	color: #FFF;
	padding: 12px 10px;
}

.navbar-collapse {
	max-height:none !important;	
}

.mobielmenu {
	background: #3e3e3e;
	color: #FFF;
}

.mobielmenu a {
	color: #FFF;
}

/* [CONTENT] */
section.page {
	padding: 68px 0;
}

section.grey {
	padding: 80px 0px;
	background: #EBEBEB;
}

section.white-img {
    padding: 80px 0px;
    background: #fff;
    background-image: url(img/bgimg-1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.sub-footer {
	background: #222222;
	padding: 5px;
	color: #fff;
}

.sub-footer a {
	color: #fff;
	font-weight: 600;
}

.whitebg {
    background: #fff;
    padding: 5px 18px;
    font-weight: 300;
}

.whitebg p.h2, h2 {
	color: #0093e0;
	text-transform: uppercase;
}

p.h1 {
	color: #0093e0;
	text-transform: uppercase;
	font-weight: 600;
}

.float-right {
	float: right;
}

/* [FOOTER] */
#footer {
	padding: 15px 0;
  	min-height: 150px;
  	background: #505050;
  	color: #FFF;
}

#footer  a {
	color: #FFF;
}

#footer .title {

}

/* [BUTTONS] */


/* [GOOGLEMAP] */
.gm-style-iw {
	padding: 10px;
	line-height: 22px;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.gm-style-iw h5 {
	font-family: 'Montserrat', sans-serif;
	color: #00305D;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.gm-style-iw a {
	color: #00305D;
	font-weight: 700;
	margin-left: 0 !important;
	float: unset !important;
}

.gm-style-iw a:hover,
.gm-style-iw a:focus,
.gm-style-iw a:active {
	text-decoration: none;
	color: #3FA535;
}

/* [MUI FORM] */
.mui-textfield--float-label>label {
    font-size: 14px;
}

.mui-textfield>input, 
.mui-textfield>textarea {

}

.mui-textfield>input:focus~label, 
.mui-textfield>textarea:focus~label {
    
}

.mui-textfield>input:focus, 
.mui-textfield>textarea:focus {
    
}

/* [TAAL SWITCHER] */
.taal .flag-icon {
	font-size: 20px;
	margin-left: 5px;
}

.taal dropdown {
	position: relative;
	display: inline-block;
}

.taal dropdown label, 
.taal dropdown ul li {
	display: block;
	width: 175px;
	background: #FFF;
	padding: 5px 10px;
	margin-bottom: 0;
}

.taal dropdown label:hover, 
.taal dropdown ul li:hover {
	background: #DCEFDD;
	color: #2F2F2F;
	cursor: pointer;
}

.taal dropdown label {
	color: #3E3E3E;
	border-left: 4px solid #FEDE30;
	position: relative;
	z-index: 2;
	font-weight: 400;
}

.taal dropdown label svg {
	float: right;
	font-size: 24px !important;
	padding: 5px;
}

.taal dropdown input {
	display: none;
}

.taal dropdown input ~ ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: -20px;
	z-index: 1;
	padding-left: 0;
}

.taal dropdown input:checked + label {
	background: #F2F2F2;
	color: #0573AA;
	margin-bottom: 0;
}

.taal dropdown input:checked ~ ul {
	visibility: visible;
	opacity: 1;
	top: 25px;
}

.taal dropdown ul li a {
	display: block;
	color: #3E3E3E;
}

.taal dropdown ul li:hover a,
.taal dropdown ul li:focus a,
.taal dropdown ul li:active a {
	color: #FFF;
	text-decoration: none;
}

/* Nederlands */
.taal dropdown ul li:nth-child(1) {
	border-left: 4px solid #FF9A34;
}

.taal dropdown ul li:nth-child(1):hover {
	background: #FF9A34;
	color: white;
}

/* English */
.taal dropdown ul li:nth-child(2) {
	border-left: 4px solid #f00000;
}

.taal dropdown ul li:nth-child(2):hover {
  	background: #f00000;
	color: white;
}

/* Deutsch */
.taal dropdown ul li:nth-child(3) {
	border-left: 4px solid #000;
}

.taal dropdown ul li:nth-child(3):hover {
	background: #000;
	color: white;
}

.animate {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	-webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
	      backface-visibility: hidden;
}

.taal dropdown ul li .flag-icon {
	float: right;
	margin-left: 10px;
	padding: 4px;
}

/* [CAROUSEL] */
.carousel-inner> .item > img, 
.carousel-inner> .item > a > img {
	margin:auto;
}

.carousel-indicators {
	bottom: -10%;
}

.carousel:hover .carousel-indicators {
	bottom: 2%;
}

.carousel-control, .carousel-indicators {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.carousel-control.left {
	left: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.left {
	left: 0%;
	opacity: 0.5;
}

.carousel-control.right {
	right: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.right {
	right: 0%;
	opacity: 0.5;
}

.carousel {
	overflow: hidden;
}

.carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 20%;
    text-align: left;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
	    font-size: 250%;
	    display: inline-block;
	    color: #fff;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    clear: both;
	    float: left;
	}

	.carousel-caption p {
	    font-size: 200%;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    display: inline-block;
	    clear: both;
	    float: left;
	}
	.carousel-caption .btn {
		text-shadow: none;
		float: left;
		clear: both;
	}

}

.carousel.fade{
	opacity: 1
}

.fade .carousel-inner .item {
	opacity: 0;
  	transition-property: opacity;
}

.fade .carousel-inner .active {
	opacity: 1;
}

.fade .carousel-inner .active.left,
.fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.fade .carousel-inner .next.left,
.fade .carousel-inner .prev.right {
	opacity: 1;
}

.fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

    .fade .carousel-inner > .item.next,
    .fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }

    .fade .carousel-inner > .item.prev,
    .fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
    .fade .carousel-inner > .item.next.left,
    .fade .carousel-inner > .item.prev.right,
    .fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
	
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

@media (min-width:1200px) { 

	.carousel.vertical .carousel-inner {
		height: 100%;
		width: auto;
	}

	.carousel.vertical .carousel-inner > .item {
		width: auto;
		padding-right: 0px;
		-webkit-transition: 0.6s ease-in-out top;
		        transition: 0.6s ease-in-out top;
	}

	@media all and (transform-3d), (-webkit-transform-3d) {

		.carousel.vertical .carousel-inner > .item {
			-webkit-transition: 0.6s ease-in-out;
			        transition: 0.6s ease-in-out;
		}
		.carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
			-webkit-transform: translate3d(0, 100%, 0);
			        transform: translate3d(0, 100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
			-webkit-transform: translate3d(0, -100%, 0);
			    	transform: translate3d(0, -100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
			-webkit-transform: translate3d(0, 0, 0);
			    	transform: translate3d(0, 0, 0);
			top: 0;
		}

	}

	.carousel.vertical .carousel-inner > .active,
	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		display: block;
	}

	.carousel.vertical .carousel-inner > .active {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		position: absolute;
	  	top: 0;
	 	width: 100%;
	}

	.carousel.vertical .carousel-inner > .next {
		top: 100%;
	}

	.carousel.vertical .carousel-inner > .prev {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .next.left,
	.carousel.vertical .carousel-inner > .prev.right {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .active.left {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .active.right {
		top: 100%;
	}

	.carousel.vertical .carousel-control {
		left: auto;
	  	width: 50px;
	}

	.carousel.vertical .carousel-control.up {
		top: 0;
	  	right: 0;
	  	bottom: 50%;
	}

	.carousel.vertical .carousel-control.down {
		top: 50%;
		right: 0;
		bottom: 0;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-up,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .glyphicon-chevron-up {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-up,
	.carousel.vertical .carousel-control .icon-down {
		width: 20px;
		height: 20px;
		line-height: 1;
		font-family: serif;
	}

	.carousel.vertical .carousel-control .icon-prev:before {
		content: '\2039';
	}

	.carousel.vertical .carousel-control .icon-next:before {
		content: '\203a';
	}

}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* [ADMIN] */
.modal-content {
    border-radius: 0px;
}

.modal-header .close {
    margin-top: -12px;
}

.close {
    font-size: 40px;
    font-weight: 400;
    color: #2F2F2F;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* [LOGIN] */
.fancybox-skin {
    position: relative;
    background: #FFF !important;
    color: #2F2F2F;
    text-shadow: none;
    -webkit-border-top-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
}

.fancybox-skin h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fancybox-skin .control-label {
	font-size: 14px;
}

.fancybox-skin .form-control {
    font-size: 14px;
    color: #2F2F2F;
    background-color: #FFF;
    border: 1px solid #1f5081;
    border-radius: 0px;
    outline: none;
}

.fancybox-skin .form-control:hover,
.fancybox-skin .form-control:focus,
.fancybox-skin .form-control:active {
	border: 1px solid #FEDE30;
}

.fancybox-skin .form .showAjax {
	font-size: 14px;
}

.fancybox-skin .form .mui-btn {
	font-weight: 400 !important;
}

/* [RESPONSIVE] */
@media (max-width: 768px) {

	#wrap {
		overflow-x: hidden;
	}

}

@media (max-width: 414px) {

	

}

.header-static .toprow {
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    line-height: 38px;
    height: 38px;
}

.header-static .bottomrow {
    background: #ffffff;
    color: #2b2b2b;
    /* height: 75px; */
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
}

a.fb {
	color: #0093E0;
}

.social {
    clear: both;
    position: relative;
    min-height: 5px;
    padding: 5px;
    background: #0093e0;
    height: 38px;
    width: 41px;
    color: #fff;
}

.tophead {
	font-size: 4em;
    font-weight: 700;
    width: 56%;
    line-height: 1em;
    text-transform: uppercase;
}

.bottomhead {
    font-weight: 600;
    font-size: 1.6em;
    padding-top: 7px;
    text-transform: uppercase;
}

.fadehead {
	position: relative;
}

.header-btns {
    position: absolute;
    bottom: 95px;
    left: 11%;
}

.navbar-nav a {
	border-bottom: 6px solid #fff;
}

.navbar-nav a.active {
	border-bottom: 6px solid #0093e0;
}

.navbar-nav a#m8 {
	background: #0093e0;
	color: #fff;
	font-weight: 600;
	border-color: #0093e0;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 10px;
}

@media (max-width: 1200px) {
	.navbar {
		margin: 3px 0;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 1.9em;
	}

	.carousel-caption {
	    left: 10%;
	    right: 10%;
	    bottom: -6%;
	    text-align: left;
	    font-size: 41%;
	}

	.header-btns {
	    position: absolute;
	    bottom: -61px;
	    font-size: 8px!important;
	}

	.header-btns .btn {
	    padding: 8px 45px;
	    border-radius: 0px;
	    font-weight: 700;
	    padding: 5px 11px;
	}

	.col-sm-4 .imgs img {
		width: 100%;
		margin-top: 5px;
	}

	section.page, section.grey {
	    padding: 23px 0;
	}

	section.white-img {
	    padding: 23px 0px;
	    background: #4c4c4c;
	    color: #fff;
	    background-image: none;
	    background-repeat: no-repeat;
	    background-position: left;
	    background-size: contain;
	}

	.mob-beller {
		margin-right: 9px;
	    padding: 10px 12px;
	    background: #6ab92a;
	}

	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.navbar-nav a {
	    border-bottom: 1px solid #fff;
	}

	.spacer3 {
		height: 6px;
	}

}


/* fix */

.blogitem .afbeelding img 
{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);*/
}

.afbeelding img{
	margin:0 auto;
}

.imagetitle2 {
	padding: 0 15px;
	background: #74c044;
	color: #fff;
}

.afbeelding {
	position: relative;
}

.imagetitle2 h1 img {
    margin: -15px 0;
}

.blogitem .icon {
	position: absolute;
	left: 15px;
	bottom: 0px;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
}

.blogitem .icon img {
	margin-left: 15px;
	margin-bottom: 15px;
}

.imagetitle2 h1 {
	margin: 15px 0;
}

.imageholder {
    background: #3E3D42;
}

/* Title/hover effects */

.introtekst {
    float: right;
    width: 50%;
    padding-left: 15px;
}

.blogitem .afbeelding .imagetitle
{
	width: 100%;
    display: block;
	
}

.blogitem a.imagetitle, .blogitem a.imagetitle h3
{
	  color: #0093e0;
	  font-size: 110%;
	  margin-top: 30px;
}

.blogitem .content {
    padding: 0px;
}

.imagetitle2 h1{
	font-size:150%;
}

.blogitem .afbeelding .imagetitle h2 
{
	
}



.blogitem:hover .imagetitle
{

}

.noimage {
	opacity: 0.4;
}

.fbthumb
{
	position: relative;
	float: left;
	margin: 5px 10px 10px 0px;
	max-width: 150px;
}

.blogitem .fbimage {
	width: 100%;
}

.btn.btn-default.fbreadmore
{
	background:none;
	background-color:#3a5795;
	color:#FFFFFF !important;
}

.btn.btn-default.fbreadmore i 
{
	font-weight: bold;
	font-size: 18px;
	margin-right: 15px;
}

.btn.btn-default.fbreadmore:hover
{
	background-color:#5370AD;
} 


/* Main css */
.blogitem
{
	    position: relative;
    
}
.blogitem .imageoverflow img.blogimage {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
	.blogitem .imageoverflow img.blogimage {
		width: auto !important;
	}
}

@supports (-ms-accelerator:true) {
	.blogitem .imageoverflow img.blogimage {
		width: auto !important;
	}
}
@supports (-ms-ime-align:auto) {
.blogitem .imageoverflow img.blogimage {
		width: auto !important;
	}
}

.blogitem .afbeelding
{
	position:relative;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 0px;
}

.blogitem .content 
{
	
}

.blogbtn
{
}

article h1 {
    color: #707070;
    text-align: left;
}

.well.blogitem h2
{
	margin:0;
}

.well.blogitem .blogbtn
{
	margin-right:0px;
	margin-bottom:0px;
}

a.btn-pill {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.45);
    
    right:50px;
    display: table;
    position: absolute;
    top: -20px;
   
    color: #5b5b5b;
    padding: 0px;
    border: 0px;
    line-height: 40px;
    width: 40px;
    font-size: 22px;
}

a.btn-pill svg{
	color: #6ab92a;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius:0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}