/*voor kleiner maken van padding bij fixed menu*/
#header-wrapper.is-fixed {
	position: sticky;
    top: 0;
    width: 100vw;
   	padding-top: 0;
	padding-bottom: 10px;
	transition: 0.3s ease;
    
}


/* logo animatie */
#logo-main img,
#logo-sub img {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center;
}

.logo-small {
  transform: scale(0.6);
}

/* sublogo initieel verborgen */
.sub-logo.inactive {
  opacity: 0;
/*  pointer-events: none;*/
}

#header-trigger{
    height: 5px;
    margin-top: -5px;
}




#home-banner-bg .slick-dots .slick-active button{
	display: inline-block;
}

#home-banner-bg .slick-dots {
    position: absolute;
    bottom: 50%;
    right: 10px;
    width: auto;
    text-align: center;
	gap: 10px;
	display: flex;
	flex-direction: column;
}
#home-banner-bg .slick-dots button{
	display: none;
	color: black;
	background: none;
	border: none;
	opacity: 0;
	transition: opacity 0.3s;
	color: #000000;
	background: none;
	border: none;
	margin-right: 20px;
	padding-left: 10px; /* ruimte voor bolletje */
	opacity: 0; /* tekst standaard onzichtbaar */
	cursor: pointer;
	transition: opacity 0.3s;
	font-size: 14px;
}

#home-banner-bg .slick-dots .slick-active button{
	opacity: 1;
}


#home-banner-bg .slick-dots li{
	position: relative;
	list-style: none;
	height: 20px;
}

#home-banner-bg .slick-dots li .slick-active button,
#home-banner-bg .slick-dots li.slick-active button{
	opacity: 1; /* enkel actieve zichtbaar */
	display: flex;
}

#home-banner-bg .slick-dots li.slick-active{
	border: rgba(128,128,128,0.5) 1px solid;
	
	background-color: rgba(256,256,256,0.7);
	padding: 0 !important;
}

/* bolletje altijd zichtbaar */
#home-banner-bg .slick-dots li::after{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	
	background: rgba(256,256,256,0.7);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
	margin-right: 5px;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;

}

.blue-text{
	color: #0077bf;
}

/*PLACEHOLDER*/
::-webkit-input-placeholder { /*/ WebKit, Blink, Edge /*/
color: #666;
} :-moz-placeholder { /*/ Mozilla Firefox 4 to 18 /*/
color: #666;
}
::-moz-placeholder { /*/ Mozilla Firefox 19+ /*/
color: #666;
} :-ms-input-placeholder { /*/ Internet Explorer 10-11 /*/
color: #666;
}

body{
	position: relative;
	min-height: 100vh;
}
/* TYPO */

h1{
	font-size: 30px;
	letter-spacing: 2px;
}

h2{
	color: #0077bf;
/*	text-transform: uppercase;*/
/*	letter-spacing: 2px;*/
	font-size: 26px;
}
h1,h3,h2{
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	margin: 0;
}

p{
	font-weight: 200;

	font-size: 16px;
	line-height: 25px;
}

ul, ol {
	font-weight: 200;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	padding-left: 15px;
}



#content td, th {
	padding: 5px 5px;
	border-bottom: 1px solid #009FBF;
	font-weight: 200;

	font-size: 16px;
	line-height: 25px;
}

#content th {
	font-weight: bold;
}

#content form{
	justify-content: flex-start;
}

#content > h2.line {
	padding-top: 50px;
}

/*IFRAME RESPONSIVE*/
.videowrapper {
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.videowrapper iframe {
  
}

/********* PROJECTSFILTER********/

#projects-filter{
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 20px;
}

.pro-cat-filter-item {
    padding: 10px;
    position: relative; /* belangrijk */
}

.pro-cat-filter-item a{
    color: #000;
	text-decoration: none;
}

body.sbj .pro-cat-filter-item a:hover, body.sbj .pro-cat-filter-item a.active{
    color: #0077bf;
}

body.op .pro-cat-filter-item a:hover, body.op .pro-cat-filter-item a.active{
    color: #0f8c44;
}


/* blauwe scheidingslijn */
body.sbj .pro-cat-filter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 1em;
    background-color: #0077bf;
}

/* OP = groene bolletjes */
body.op .pro-cat-filter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #0f8c44;
    border-radius: 50%;
}

/********* PROJECTSFILTER********/

/********* Vacaturefilter********/

/* blauwe scheidingslijn */
.office-filter-item{
    padding:10px;
    position:relative;
}

body.sbj .office-filter-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-1px;
    top:50%;
    transform:translateY(-50%);
    width:2px;
    height:1em;
    background:#0077bf;
}

body.op .office-filter-item:not(:last-child)::after{
   content:"";
    position:absolute;
    right:-6px;              /* iets meer naar buiten */
    top:50%;
    transform:translateY(-50%);
    width:6px;
    height:6px;
    background:#0f8c44;
    border-radius:50%;
}

.vac-cat-filter{
	display: flex;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: -10px;
    align-items: center;
}

.vac-cat-filter a{
    color: #000;
	text-decoration: none;
}

body.sbj .office-filter-item:hover, body.sbj .office-filter-item.active{
    color: #0077bf;
	cursor: pointer;
}

body.op .office-filter-item:hover, body.op .office-filter-item.active{
    color: #0f8c44;
	cursor: pointer;
}

/********* Vacaturefilter********/

/*LINKS*/
a {
    color: #0077bf;
	transition: 0.3s ease-in-out;
}

:hover{
	transition: 0.3s ease-in-out;
}

.fa-map-marker{
	color: #0077bf !important;
}
#map-wrapper img{
	border-radius: 0!important;
}

/* SPLITPAGE */
#splitwrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	position: relative;
	overflow: hidden;	
}
#split-left,
#split-right {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.split-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.split-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.split-link.spl-left:hover ~ .overlay-left {
  background-image: linear-gradient(to bottom right, rgba(1,78,126,0.50), rgba(1,78,126,0.40));
}
.split-link.spl-right:hover ~ .overlay-right {
  background-image: linear-gradient(to bottom right, rgba(15,140,68,0.5), rgba(15,140,68,0.4));
}

.overlay-left{
	background-image: linear-gradient(to bottom right, rgba(1,78,126,0), rgba(1,78,126,0));
}
.overlay-right{
	background-image: linear-gradient(to bottom right, rgba(15,140,68,0), rgba(15,140,68,0));
}
#split-left {
	background-image: url('../../img/split-left.jpg'); 
}
#split-right {
	background-image: url('../../img/split-right.jpg'); 
}
#split-left {
	position: relative;
	flex: 1 50%;
	height: 100vh;
	width: 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}
#split-right {
	position: relative;
	flex: 1 50%;
	height: 100vh;
	width: 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	margin-bottom: 0;
}
#split-left img{
	width: 320px;
    padding: 32px;
    margin-left: -30px;
} 
#split-right img {
	width: 360px;
    padding: 32px;
    margin-left: -30px;
} 
.split-container {
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 2;
    text-align: center;
    position: relative;
    width: 70%;
}
.sbj-split-container{
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
}
.op-split-container{
	 border-radius: 0 200px 200px 0;
}
/*SPLITPAGE BUTTONS*/
.btn-sbj,.btn-op,.btn-sbj-alt,.btn-op-alt{
	padding: 0px 12px 0px 12px;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: 35px;
	vertical-align: center;
	margin: 0 10px 10px 0;
	transition: 0.3s ease-in-out;
}
.btn-sbj{
	background-color: #0277BF; /*#0077bf;*/
	border: 1px solid #0277BF;/*#0077bf;*/	
}
.btn-sbj a {
	color: #fff ;  
}
/*
.btn-sbj:hover{
	background-color: #0077bf ;
	border: 1px solid #0077bf;
	background-color: transparent;
}
*/
.btn-sbj-alt{
	background-color: #000; /*#afd6ee;*/
	border: 1px solid #000; /*#afd6ee;*/
	color: #fff;
}
.btn-sbj-alt:hover{
	background-color: #afd6ee ;
	border: 1px solid #afd6ee;
	/*background-color: transparent;*/
}

.btn-op{
	background-color: #fff;/*#d697ff;*/
	border: 1px solid #fff;/*#d697ff;*/
	border-radius: 50%;
}
.btn-op a {
	color: #167d35 ;  
}
/*.btn-op:hover{
	background-color: #d697ff ;
	border: 1px solid #d697ff;
	background-color: transparent;
}*/
.btn-op-alt{
	background-color: #fff;/*#aae5c2;*/
	border: 1px solid #fff;/*#aae5c2;*/
	color: #084237;
}
.btn-op-alt:hover{
	background-color: #aae5c2 ;
	border: 1px solid #aae5c2;
	/*background-color: transparent;*/
}
/*.btn-rad::after,.btn-pijn::after,.btn-rad-alt::after,.btn-pijn-alt::after{
	content: '\f061';
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 19px;
	padding-left: 18px;
	position: relative;
	float: right;
}*/
.to-site{
	position: absolute;
    bottom: 50px;
    right: 60px;
    z-index: 1;
	font-size: 40px;
	padding: 4px 7px;
}
/*BUTTON*/

.btn,.btn-alt,.btn-alt-negative,.btn-pacs,.btn-pijn,.sbj-partner-btn{
	padding: 0px 12px 0px 12px;
	text-transform: none;
    font-weight: 400;
    font-size: 15px;
	text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    vertical-align: center;
    margin: 0 10px 10px 0;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}



.sbj-partner-btn{
	margin: 0;
}
.btn::after,.btn-alt::after,.btn-alt-negative::after,.btn-pijn::after{
	content: '\f061';
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 19px;
	padding-left: 18px;
	position: relative;
    text-align: left;
}

#pro-img-header .btn{
	margin-bottom: 50px;
}

#pro-img-header .btn::after{
	content: '\f061';
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 19px;
	padding-left: 18px;
	position: relative;
	float: left;
	transform: rotate(180deg);
}


.btn,.sbj-partner-btn{
    background-color: #0077bf;
    border: 1px solid #0077bf;
    color: #fff;  
}
.btn:hover{
	color: #0077bf ;
	background-color: transparent;
}

.sbj-partner-btn:hover{
	border: 1px solid #000;
	background-color: #000;
}
.btn-alt{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.btn-alt:hover{
	color: #000 ;
	background-color: transparent;
}
.btn-alt-negative{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.btn-alt-negative:hover{
	background-color: #000;
	color: #fff;
}
.btn-pacs{
    background-color: #afd6ee;
    border: 1px solid #afd6ee;
    color: #0077bf;
}
.btn-pacs:hover{
	color: #afd6ee ;
	background-color: transparent;
}

#banner-content .btn:hover{
	color: #009FBF;
	background-color: #fff;
}
.btn-alt-small::before{
	content: '\f061';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 29px;
	padding-right: 18px;
	position: relative;
	top: 4px;
}

.btn-alt-small:hover{
	color: #fff;
	background-color: #009FBF;
}




#banner-content .btn-alt {
	background-color: #FFFFFF;
	color: #009FBF;
}

#banner-content .btn-alt:hover {
	background-color: #009FBF;
	color: #FFFFFF;
}

.btn.validate-coupon {
	line-height: 10px;
	margin-left: 10px;
	background-color: #0F5199
;
}

.btn.validate-coupon:hover{
	background-color: #009FBF;
	color: #FFFFFF;
} 

.btn.subscribe {
	margin-top: 20px;
}

.btn.subscribe:hover {
	background-color: #0F5199
;	
	color: #fff;
} 

.btn.orange {
	background-color: #c48070;
}

.btn.orange:hover {
	background-color: #CB8E80;
	color: #fff;
}

.btn.lightgreen {
	background-color: #c1c170;
}

.btn.lightgreen:hover {
	background-color: #d8d69c;
}

.btn.green {
	background-color: #7cc170;
}

.btn.green:hover {
	background-color: #98d38c;
}

.dialog-btn {
	transition: 0.3s ease-in-out;
}

.dialog-btn:hover {
	background-color: #0F5199
;
	transition: 0.3s ease-in-out;
	color: #FFF;
}

.dialog-pager {
	padding-top:25px;
}

/* Header line */
.line {
  overflow: hidden;
}

.line:after {
  left: 0.5em;
  margin-right: -50%;
}

/* TOPMENU */

#topmenu-wrapper {
    background-color: transparent;
}

#topmenu {
   
}

#topmenu #language-wrapper {
	
}

#top-menu{
	height: 60px;
}



#top-menu-left{
	float: right;
}

#user-buttons{
	float: right;
}

#topmenu #language-wrapper .language-item{
    margin: 10px 5px;
    cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	padding: 3px 0;
	font-size: 15px;
	text-transform: uppercase;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 17px;
}

#topmenu .language-item.active {
	background-color: #CCC;
}
#topmenu .language-item:hover {
	background-color: #CCC;
}

#icon-wrapper {
	cursor: pointer ;
	font-size: 14px;
	float: right;
	width: 25%;
	display: flex;
	position: relative;
    top: 0;
    right: 0;
	height: fit-content;
	flex-wrap: wrap;
	justify-content: flex-end;

}


#default-nav #icon-wrapper .icon {
    margin: 10px;
    color: #333;
}
#icon-wrapper .btn-pacs{
	margin: 0 0 10px 10px;
}
#icon-wrapper .btn{
	margin: 0 0 10px 0;
}

#default-nav #icon-wrapper .icon:hover {
   
}

#top-nav{
	background-color: #0F5199
;
	margin-top: 0;
	float: left;
	padding: 0;
	height: 60px;
}

#top-nav li{
	display: inline;
	float: left;
	height: 60px;
}

#top-nav li a{
	text-decoration: none;
	color: #FFF;
	padding: 10px 30px;
	padding-top: 0px;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 60px;
	height: 60px;
}

#top-nav li a:hover {
	
	background-color: #009FBF;
}

#top-nav:last-child a{
	padding-right: 8px;
}

#account{
	float: left;
	color: #FFF !important;
	padding-right: 30px;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	background-color: #0F5199
;
	padding: 20px;
	height: 60px;
}

#account span{
	text-decoration: none;
    color: #FFF;
    padding: 10px 30px;
	padding-right: 0;
    padding-top: 14px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
}

#profile{
	float: left;
	color: #FFF !important;
	padding-right: 30px;
	font-size: 12px;
	position: relative;
	cursor: pointer;
	/*bottom: -1.5px;*/
	padding-top: 20px;
    padding-bottom: 19px;
	margin: 0px;
	background-color: #009FBF;
	padding-left: 30px;
	height: 60px;
}

#profile span{
	text-decoration: none;
    color: #FFF;
    /*padding: 10px 30px;*/
	padding-right: 0;
    padding-top: 14px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
}

#account:hover, #account:hover span{
	color: #fff !important;
	background-color: #009FBF;
}

#delete{
    background-color: #bc515b;
    color: #FFFFFF;
    margin: 0;
	cursor: pointer;
	height: 60px;
}
#delete:hover{
	background-color: #de737d;
}

#logout{
	float: right;
    padding: 19px;
    background-color: #bc515b;
    color: #FFFFFF;
    margin: 0;
	cursor: pointer;
	height: 60px;
}

#logout:hover{
	background-color: #de737d;
}

#search, #cart{
	margin-right: 0 !important;
	/*position: relative;
	top: 29px;*/
	color: #000000 !important;
}

#search{
	margin-top: 0px;
	float: right;
	padding-left: 0px;
}

#cart{
	 float: right;
}

#cartmarker {
    position: absolute;
    margin: -8px 18px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    background-color: #e1062a;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
	padding-top: 1.5px;

}
#vacmarker {
	position: absolute;
    margin: -8px 18px;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    background-color: #e1062a;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    right: -18px;
    top: 4px;
    line-height: 17px;
}
.vachide{
	display: none;
}

#edit-profile {
    float: right;
	cursor: pointer;
}


/* HEADER */
#header-wrapper {
	position: sticky;
    top: 0;
    width: 100vw;
   	padding-top: 24px;
	padding-bottom: 46px;
	background-color: #fff;
}

#header {
	display: flex;
	justify-content: space-between;
/*	border-bottom: 4px solid #0077bf;*/
}

ul.main-nav{
    padding-left: 0;
}

#default-nav ul.main-nav > li.menuitem.active > a{
	color: #000;
/*	border-bottom: 5px solid #0F5199*/
;
}

.menuitem:not(:last-of-type) a::after {
    content: "";
    
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 1em;
    background-color: #0077bf;
}

/* Geen streepje bij de overgang van Contact naar Partners */
.menuitem a[href*="contact"]::after {
    content: none;
}

/*LOGO*/
.logo-wrapper {
	display: flex;
	padding: 10px 0 0 0;
    position: relative;
/*    bottom: 23px;*/
	max-width: auto;
	gap: 30px;
}

div#header-wrapper.is-fixed .logo-wrapper {
    gap: 0px;
}

.main-logo img{
	/*max-width: 100%;*/
}
.sub-logo.inactive {
    opacity: 0.5;
}
.sub-logo.inactive:hover {
    opacity: 1;
}


/* SEARCH */
#search:hover{
	cursor: pointer;
}

.js .search-box::before{
	background-color: rgba(0, 119, 191, 0.8);
}

.search-result{
	margin-bottom: 35px;
}

.search-result a{
	text-decoration: none;
}

.search-result-title .readMore{
	font-size: 22px !important;
	
	color: #0277BF;
}

.search-result-title{
	margin-bottom: 10px !important;
}

.search-result-content{
	margin-bottom: 15px;
}

a.readMore{
	font-size: 28px;
	color: #0277BF;
}

/* NAV */

#default-nav {
	display: flex;
	align-items: center;
    justify-content: flex-end;
	float: right;
	width: 100%;
	margin-right: 0px;
}


#default-nav .main-nav{
	display: flex !important;
	float: right;
	align-items: center;
    justify-content: flex-end;
    padding-left: 0;
}

#header #default-nav .main-nav{
	display: flex !important;
	float: right;
	align-items: center;
	gap:20px;
	/*justify-content: normal !important;*/
	
	flex-wrap: wrap;
}

#footer .menuitem:not(:last-child) a::after {
display: none;
}

#default-nav li.menuitem a {
	position: relative;
	font-weight: 200;
	font-size: 15px;
	color: #000;
}

#default-nav ul.main-nav li.menuitem:hover > a{
	color: #0077bf !important;
}

#default-nav li.menuitem.sbj-partner-btn a {
	color: #fff;
}

#default-nav ul.main-nav li.menuitem.sbj-partner-btn:hover > a{
	color: #fff !important;
}

/*#default-nav li.menuitem a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  width: 0;
  height: 1px; 
  background-color: #000; 
  transition: width 0.3s ease;
}

#default-nav ul.main-nav li.menuitem:hover > a:after {
  width: 100%;
}*/


#default-nav ul.main-nav li.menuitem{
	text-transform: none;
}

#default-nav .subnav .menuitem{
	margin-bottom: 10px;
}

#default-nav ul.sub-nav {
	padding: 0 20px 20px 20px;
	padding-bottom: 8px;
	margin-left: -30px;
}

#default-nav ul.sub-nav, 
#default-nav ul.sub-nav-spacer{
	
}

#default-nav ul.sub-nav li.menuitem,
#default-nav ul.sub-nav-spacer li.menuitem{
	
}

#default-nav ul.sub-nav li.menuitem a{
	
}


/* BANNER */
#ajax-banner{
		position: relative;
	display: flex;
/*	justify-content: center;*/
/*	align-items: center;*/
	    align-items: flex-end;
	/*min-height: 70vh;*/
	height: 0;
/*    margin-bottom: 50px;*/
	overflow: visible;
}

#banner-overlay{
		position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background-image: linear-gradient(to bottom right, rgba(24,51,58,0.8), rgba(24,51,58,0.4));*/

	
}

#banner-content{
	position: relative;
	overflow: hidden;
	align-items: flex-start;
    width: 100%;
	height: auto;
	min-height: 300px;
    z-index: 1;
	margin-bottom: -50px;
	display: block;
    --cut: 71%;
}
#banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;  /* same as in updatePolygon() banner.outerWidth() * 0.50;*/
  height: 100%;
  background-color: #0277BF;
  clip-path: polygon(0 0, var(--cut) 0, 100% 100%, 0 100%);
  z-index: -1;                 /* behind content */
}

#banner-content-inside {
	padding: 20px 0;
}

#banner-content p{
    color: #FFF
}

#banner-content h1{
/*	margin-left: -1%;*/
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
}

#banner-content .btn, #banner-content .btn-alt{
	float: left;
	margin: 0 15px 25px 0;
}

#banner-content p{
	max-width: 60%;
	padding-right: 25px;
}

#banner-bg{
	position: absolute !important;
	width: 100% !important;
	z-index: -1;
}
/*HOME BANNER*/
#home-banner{
	position: relative;
	display: flex;
/*	justify-content: center;*/
/*	align-items: center;*/
	    align-items: flex-start;
	/*min-height: 70vh;*/
	height: auto;
    margin-top: 200px;
	z-index: 1;
}

#home-banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
/*	background-image: linear-gradient(to bottom right, rgba(24,51,58,0.8), rgba(24,51,58,0.4));*/
}

#home-banner-content{
	position: relative;
	overflow: hidden;
	align-items: flex-start;
    width: 100%;
	height: auto;
	min-height: 300px;
    z-index: 1;
	margin-top: -170px;

}
#home-banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70vw;                 /* blue area = 70% of screen */
  height: 100%;
  background-color: #0277BF;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  z-index: -1;                 /* behind content */
}
#hb-content-inner,#b-content-inner{
	max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	padding: 55px 20px;
}
#hb-inner-left,#b-inner-left{
	width: 54%;
}
#hb-inner-right,#b-inner-right{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	width: 46%;
/*	justify-content: flex-end;*/
}



#home-banner-bg{
	position: absolute !important;
	width: 100% !important;
	z-index: -1;
}

#home-banner-bg .image-container{
	background-position: center center;
}

#home-banner-content h1{
	display: inline;
    color: #fff;
    font-size: 48px;
	font-weight: 800;
    letter-spacing: 0px;
    margin: 0 0 25px 0;
    text-transform: none;
}
#home-banner-content h2{
	display: inline;
    color: #0077bf;
    font-size: 45px;
    letter-spacing: 0px;
    margin: 0 0 25px 0;
    text-transform: none;
}

#home-banner-content .btn, #home-banner-content .btn-alt{
	float: left;
	margin: 0 15px 25px 0;
}

#home-banner-content p{
    font-size: 15px;
    line-height: 22px;
    color: #fff;
	padding: 18px 25px 0 0;
}

#content::after {
  content: "";
  display: block;
  clear: both;
}

/* COURSE DETAIL */

.session_info{
	display: flex;
	position: relative;
	align-items: stretch;
	margin-bottom: 25px;
}

.session_info_color{
	max-width: 10px;
	min-width: 10px;
	background-color: #c48070;
	margin-right: 5px;
}

.session_info_color.orange {
	background-color: #c48070;
}

.session_info_color.lightgreen {
	background-color: #c1c170;
}

.session_info_color.green {
	background-color: #7cc170;
}

.session_info_date{
	font-size: 14px;
	line-height: 15px;
	padding-bottom: 4px;
}

.session_info_course_type{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 15px;
}

.accreditatie{
	font-size: 13px;
	font-style: italic;
	margin-bottom: 25px;
}

.partner-image-right{
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
}

.partner-image-right img{
	width: 80%;
}

#content-right.white{
	background-color: #FFFFFF !important;
	color: #333333;
	width: 30%;
	padding: 20px;
	text-align: center;
}

#content-right.white h3{
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 50px;
}

#speakers-wrapper{
	width: 100%;
	background-color: #eaedee;
	padding-top: 50px;
	padding-bottom: 25px;
}

#speakers{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#speakers-grid{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.speaker-item{
	cursor: pointer;
	width: 50%;
	margin-bottom: 80px;
}

.speaker-item-left{
	width: 25%;
	float: left;
	margin-right: 30px;
}

.speaker-item-left img{
	width: 100%;
}

.speaker-info{
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.speaker-info-left{
	width: 40%;
	
}
.speaker-info-right{
	
	padding-left: 25px;
}

.speaker-info-left img{
	width: 100%;
	height: auto;
}

.employee-title{
	margin-top: 0;
	color: #0F5199
;
	font-size: 18px;
}

/* COURSES GRID */

#courses-wrapper, #shop-wrapper,#home-block-wrapper{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}


#shop-wrapper{
	background-color: #eaedee;
}

#courses, #shop, #home-block{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}


.page-block-img img{
	width: 100%;
	height: auto;
}

#courses h2, #shop-wrapper h2{
	margin-left: 15px;
}

#shop-wrapper #content-left h2{
	margin-left: 0px;
}

#content-left h2, #block-content-wrapper h2{
	margin-bottom: 20px;
}


.grid{
	display: grid;
	justify-content: start;
	flex-wrap: wrap;
	margin: 0px;
	gap: 20px;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
}

.tile{
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.cat-tile {
    padding: 25px;
}

/*tile-info{
	margin-bottom: 25px;
}*/

.collapsible.tile:not(.open) .cat-tile{
    height: 100%;
}


.cat-tile .inner{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cat-tile .tile-arrow-link{
	width: 100%;
    text-align: end;
	color: #fff;
	position: absolute;
    bottom: 10px;
    right: 10px;
}

/*.open .cat-tile{}*/

.cat-tile-buttons {
  position: absolute;
  top: 25px;
  right: 10px;
  text-align: right;
}

.cat-tile-buttons{
 z-index: 99;
}

.tile-arrow-link{
	display: flex;
	justify-content: flex-end;
	width: 20% !important;
	align-items: center;
	
}

.news-tile .tile-arrow-link, .news-item .tile-arrow-link{
	display: flex;
	justify-content: flex-start;
	width: 100% !important;
	align-items: center;
	
}

.news-tile a, .news-item a{
    color: #000 !important;
    text-decoration: none;
}

.news-tile a:hover .tile-arrow-link, .news-item a:hover .tile-arrow-link{
    color: #0077bf;
    text-decoration: none;
}

.tile-arrow-link .svg-inline--fa.fa-arrow-right{
    padding-left: 5px;
}

.cat-tile h2{
	color: #fff;
	
}
/*
.tile:hover{
	background-color: #eaedee;
}
*/

.tile-location{
	
	max-width: 90%;
	text-align: left;
}

#shop-wrapper .tile:hover{
	background-color: #FFFFFF;
}

.tile-color{
	background-color: #0077bf;
}

.tile-color:hover{
	background-color: #000;
}

.subpage-tile-content:hover {
    background-color: #000;
}



.tile-color.lightgreen{
	background-color: #c1c170;
}

.tile-color.green{
	background-color: #7cc170;
}

.tile-date{
	font-weight: 200px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: normal;
}

.tile-type{
	font-weight: 400;
	text-transform: uppercase;

	font-size: 14px;
	line-height: 14px;
}

.tile-top{
	margin-bottom: 10px;
}

.tile-image{
	background-position: center;
	background-size: cover;
	position: relative;
	/*margin-bottom: 20px;*/
	padding-bottom: 65%;
}
.project-tile-info{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.price-info{
	background-color: #c48070;
	position: absolute;
	padding: 8px 10px;
	bottom: 0;
	right: 0;
	color: #FFF;
	font-weight: 200;
	font-weight: 14px;
}

.price-info.orange{
	background-color: #c48070;
}

.price-info.lightgreen{
	background-color: #c1c170;
}

.price-info.green{
	background-color: #7cc170;
}

.tile .title{
	color: #009FBF;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
}

.tile .trainers p{
	color: #0F5199;
	font-size: 14px;
	line-height: 18px;
}

.tile-arrow-link{
	
	font-size: 16px;
	color: #000;
	font-weight: 200;
	
}
.tile-arrow-link a{
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.tile-arrow-link a:hover{

	color: #0077bf;
}

.tile-arrow-link.orange{
	color: #c48070;
}

.tile-arrow-link.lightgreen{
	color: #c1c170;
}

.tile-arrow-link.green{
	color: #7cc170;
}

/* PROFILE PAGE */

#content-right.profile-right{
	width: 30%;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 100 !important;
}

#content-right.profile-right p{
	font-weight: 100 !important;
	line-height: 19px;
}

#content-right.profile-right h2{
	color: #FFFFFF;
	font-size: 19px;

}

#content-right.profile-right a{
	color: #FFFFFF;
}



/* GRID TEGELS */

.tile-overlay {
  position:absolute;
  left:0; top:0; bottom:0; right:0;
	z-index: 2;
}

.tile .inner {
  position:relative;
/*  pointer-events: none;*/
  z-index: 1;
    height: 100%;
}

.tile .inner a {
  pointer-events: all;
}

/* AGENDA */

#agenda-wrapper{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#agenda{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#calendar{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#calendar table{
	border: none !important;
	
}

th.fc-col-header-cell.fc-day.fc-day-mon{
	border-left: 0 !important;
}

th.fc-col-header-cell.fc-day.fc-day-sun{
	border-right: 0 !important;
}

td.fc-daygrid-day.fc-day.fc-day-sun{
	border-right: 0 !important;
}

td.fc-daygrid-day.fc-day.fc-day-mon{
	border-left: 0 !important;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid > td{
	background-color: transparent !important;
	/*border: 0px solid #FFFFFF !important;*/
}

#calendar td, #calendar th{
	background-color: #d8dcdc !important;
	margin: 0 !important;
}

#calendar th{
	background-color: #bdc8c9 !important;
}

.fc-theme-standard td, .fc-theme-standard th{
	border: 2px solid #fff !important;
}

.fc-theme-standard th{
	border-bottom: 0 !important;
}

.fc-scrollgrid-section.fc-scrollgrid-section-header > td{
	border: 0 !important;
}

#calendar a{
	color: #333;
}

.fc-toolbar{
	background-color: #009FBF;
	box-sizing: content-box !important;
	margin: 0 !important;
}

.fc-toolbar-title{
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 18px !important;
	float: left;
	line-height: 38px;
	font-weight: 500;
}

.fc-button{
	background-color: #009FBF !important;
	border: 0 !important;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
}

.fc-col-header-cell-cushion{
	text-transform: uppercase !important;
}

.fc-scrollgrid-sync-inner{
	text-align: left !important;
	padding-left: 5px;
}

/* SPLIT CONTENT HOMEPAGE */

#split-wrapper{
	width: 100%;
	display: flex;
	color: #FFF;
	
}

#split-wrapper h2, #split-wrapper a{
	color: #FFF;
	font-weight: 500;
}

#split-content-left-wrapper{
	width: 50%;
	background-color: #0F5199
;
	padding-top: 50px;
	padding-bottom: 50px;
}

#split-content-right-wrapper{
	width: 50%;
	background-color: #009FBF;
	padding-top: 50px;
	padding-bottom: 75px;
}

#split-content-left{
	width: 100%;
	max-width: 640px;
	float: right;
}

#split-content-right{
	width: 100%;
	max-width: 640px;
	float: right;
}

#split-content-right #saveForm{
	margin-top: 40px;
}

#split-content-left > *{
	max-width: 80%;
}

#split-content-right > *{
	max-width: 80%;
}

#split-content-left > h2{
	margin-bottom: 40px;
}

#split-content-left h1{
	color: #FFF;
    font-weight: 500;
	text-transform: uppercase;

    font-size: 19px;
}

#split-content-right h2{
	margin-bottom: 40px;
}

/*QUOTE/TESTIMONIAL*/
#testimonial-wrapper{
	background-color: #CDE4F3;
/*     margin-bottom: -50px;*/
    
}
#testimonial-banner{
	max-width: 1280px;
	margin: 0 auto;
    
}
.testimonial-item{
    padding: 80px 0 80px;
    display: flex !important;
	align-items: center;
}
.testimonial-content{
	position: relative;
/*    margin-top: 20px;*/
    padding-left: 50px;
    color: #000;
	width: 65%;
	
}
.testimonial-icon{
	position: absolute;
    top: -92px;
    left: -22px;
    font-weight: 500;
    font-size: 17rem !important;
    color: #0077bf;
    z-index: 2;
}
.testimonial-content p{
	position: relative;
	z-index: 3;
/*    font-size: 24px;*/
}
.testimonial-img {
 	width: 30%;
	position: relative;
	z-index: 1;
	aspect-ratio: 1 / 1;
}
.testimonial-img img{
	max-width: 100%;
	height: 100%;
	display: block;
}




/*NEWS / PROJECT-CATEGORIES */
#courses, #shop, #news-header, #news,#pro-cat-header,#pro-cat,#pro-img-header,#pro-img,#home-block{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.news-date{
	/*margin-top: 20px;*/
	font-size: 20px;
	font-weight: 300;
}

#news-wrapper,#pro-cat-wrapper,#pro-img-wrapper{
	overflow: hidden;
/*    background-color: #eaeeee;*/
    padding: 34px 0 0 0; 
}

#pro-img-header-content, #pro-cat-header-content,#news-header-content{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
	margin-bottom: 30px;
    align-items: center;
}

#news,#pro-cat,#pro-img{
	overflow: visible; /* allow slides to stick out */
    position: relative;
}
.pro-cat-btn-wrapper{
	padding: 50px 0 0;
}
#news-carousel .slick-list,#pro-cat-carousel .slick-list,#pro-img-carousel .slick-list {
    overflow: visible !important; /* crucial */
}

#news-carousel .slick-slide,#pro-cat-carousel .slick-slide,#pro-img-carousel .slick-slide {
    transition: transform 0.3s ease;
}
.news-image img{
	width: 100%;
}
.news-inner{
	padding: 0 15px;
}
.carousel-btns{
	display: flex;
    align-items: center;
	justify-content: flex-end;
}
.news-left,.news-right,.pro-cat-left,.pro-cat-right,.pro-img-left,.pro-img-right{
/*	padding: 0px 12px 0px 12px;*/
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: 35px;
	vertical-align: center;
	margin: 0 10px 0 0;
	transition: 0.3s ease-in-out;
	color: #fff;
	background-color: #000;
	font-size: 26px;
   	padding: 0px 6px;
}
.news-btn-wrapper{
/*    text-align: center;*/
}

#n-content .popupbanner-item {
    position: relative;
	display: flex;
	justify-content: center;
}

.popupbanner-item p{
	font-size: 14px;
}

.popupbanner-item .btn-alt{
	font-size: 14px;
	margin: 0;
	margin-left: 10px;
}
.popupbanner-item .btn{

	margin: 0;
}

body.op #popupbanner-wrapper{
	background-color: #0f8c44;
	color: white;
	padding: 20px;
}

body.sbj #popupbanner-wrapper{
	background-color: #0077bf;
	color: white;
	padding: 20px;
}
/*#n-content .news-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}*/

.close-popup{
	border: none;
	background: none;
	font-size: 35px;
	position: absolute;
	top: 15px;
	right: 30px;
	color: #fff;
	z-index: 6;
}

.news-item{
	margin-bottom: 50px;
}

.news-item h2{
	margin-bottom: 15px;
}

#pro-cat-carousel .slick-track {
  display: flex !important;
}

#pro-cat-carousel .slick-slide {
  height: auto;
  display: flex;
}

#pro-cat-carousel .slick-slide > div {
  display: flex;
  flex: 1;
}

#pro-img-carousel{
/*	height: 60vh;
	width: 1180px;*/
}


#pro-img-carousel .image-container{
	width: 98% !important;
}
#pro-img-carousel .image-container a{
	display: block;
	height: 100%;
	width: 100%;
}
#pro-img-mask{
	position: absolute;
    top: 0;
    bottom: 0;
    left: -1120px;
    right: 1303px;
    background-color: #fff;
    z-index: 1;
}
#split-wrapper a{
	font-size: 28px;
	line-height: 36px;
	margin-top: 15px;
	display: inline-block;
}

#split-wrapper a:hover{
	font-size: 34px;
}

#split-content-right input{
	border: 2px solid #FFFFFF;
	background-color: #009FBF;
	color: #FFFFFF;
	font-weight: 200;
}

#split-content-right label{
	padding-bottom: 8px;
}

#split-content-right #subscribe-next{
	width: 100%;
	text-align: center;
	font-weight: 200;
	background-color: #FFF;
	color: #009FBF;
	border: 1px solid #FFF;
	margin-bottom: 50px;
}

#split-content-right #subscribe-next:hover{
	color: #FFF;
	background-color: #009FBF;
}

#split-content-right #subscribe-next::before{
	content: '';
}

#split-content-right input::placeholder{
	color: #FFF;
	font-weight: 200;

}

#split-content-right input[type="checkbox"] + label:hover:before, #split-content-right input[type="checkbox"] + label:before{
	border: none;
}

#sm-icons{
	margin-top: -30px;
	height: 92px;
	line-height: 92px;
}

/* PARTNERS */

#partner-wrapper{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#partners{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#partner-carousel{
	width: 100%;
	display: flex;
	align-content: center;
}

.carousel-previous-btn i{
	font-size: 60px;
}

.carousel-previous-btn, .carousel-next-btn{
	display: flex;
	align-items: center;
	cursor:pointer;
}

#partner-carousel .slick-slide{
	margin-left: 50px;
	margin-right: 50px;
}

#partner-grid, #partner-grid-main{
	width: 100%;
	justify-content: space-around;
	margin-left: 0;
}

#partner-grid .partner-item{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 28%;
}

#partner-grid-main .partner-item{ 
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 45%;
}

.partner-item-background{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 100%;
}

.partner-carousel-link{
	width: 100%;
	height: 200px;
	display: inline-block;
}

/* CONTENT */
#ajax-content{
	background-image: url("../../img/achtergrond_boven.svg");
	background-repeat: no-repeat;
    background-position: top right;
	background-size: 122%;
    background-color: #FFF;
	padding: 80px 0;
}

.content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	padding: 0 20px;
}
#color-content-wrapper{
	background-color: #0077bf;
}
#color-content{
	padding: 50px 0;
	color: #fff;
	display: flex;
    width: 100%;
}
#cc-left h2{
	color: #fff !important;
}
#cc-left{
	width: 30%;
    
}
#cc-right{
	width: 70%;
}
#content ul:not(.options) {
	
	margin-left:0px;
	list-style:disc;
	
}

#content li:not(.opt){
	 padding-left: 1em; 
 	 text-indent: -.7em;
}

/*#content li:not(.opt)::before {
  content: "•   ";
  color: #a2415fd6ee; /* or whatever color you prefer 
}*/

#content{
	padding: 0 20px;
}

#home-content-left {
    width: 50%;/*
    padding: 0 20px 0 0 ;*/
    margin:20px 0;
    float: left;
}
#content-left {
    width: 100%;
    padding: 0 25px 0 0;
    margin: 40px 0;
}
#content-right {
    width: 100%;
	padding: 0 25px 0 0;
    margin: 0 0 40px 0;
    float: right;
	font-size: 21px;
	font-weight: normal;
	position: relative;
}
#thirty-left {
    width: 30%;
    padding: 0 25px 0 0;
    margin:40px 0;
    float: left;
}
#seventy-right {
    width: 70%;
	padding: 0 25px 0 0;
    margin:40px 0;
    float: right;
	font-size: 21px;
	font-weight: normal;
	position: relative;
}
#home-content-right {
    width: calc(50% - 10px);
    /*padding: 0px 20px;*/
    margin:20px 0;
    float: right;
	font-size: 21px;
	font-weight: normal;
	position: relative;
}
#home-content-left p { 
   /* margin-left:40px;*/
}
#page-content-wrapper{
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#page-content{
	width: 100%;
    display: inline-block;
	padding: 0 20px;
}

#home-content-right img,#content-right img{
	border-radius: 50%;
}

.consult-left p{
	margin-left: 0 !important;
}



/*.collapsible-title.open::after{
	content: '\f176';
	font-weight: 300;
	transform: rotate(45deg);
}

.collapsible-title::after{
	content: '\f175';
	font-weight: 300;
	transform: rotate(-45deg);
}*/

/*.collapsible-title:hover, .subpage-tile-content:hover{
  background-color: #000;
	transition: 0.3s ease;
	cursor: pointer;
}*/



.collapsible.tile:hover .tile-location{
	color: #0077bf;
}

.subpage-tile-content:hover .btn-alt{
	background-color: #0077bf;
}

.collapsible{
	/*background-color: transparent;*/
	padding: 0;
	will-change: transform;
	transform-origin: top left;
}
.collapsible.open{
	grid-column: 1 / -1;
	background-color: #CDE4F3;
}
body.sbj .collapsible.open .tile-info h2{
	color: #000;
}
body.sbj .collapsible.open .subpage-tile-img img{
	filter: brightness(100) invert(1); /* maakt afbeelding zwart */
}
.collapsible.open .tile-location{
	display: none;
}

.collapsible.open .collapsible-title {
    background-color: #CDE4F3;
}

.collapsible.open .collapsible-title:hover{
    /*opacity: 0.6;*/
}

.collapsible-title p{
	font-weight: 700 !important;
}
.cat-tile .tile-arrow-link .fa-arrow-right{
	transform: rotate(-45deg) ;
}

.arrow-bottom .fa-arrow-right{
	transform: rotate(-135deg) ;
    color: #000;
    
}

.arrow-bottom{
    cursor: pointer;
    padding: 20px 0 0 0 !important;
}

.cat-tile .tile-arrow-link .fa-arrow-right.rotated{
	transform: rotate(45deg) ;
}
.cat-tile .vac-tile-arrow-link .fa-arrow-right{
	transform: rotate(45deg) ;
}
.cat-tile .vac-tile-arrow-link .fa-arrow-right.rotated{
	transform: rotate(45deg) ;
}
.collapsible-content{
	padding: 0 25px 25px;
}
.col-container{
	display: flex;
	margin-bottom: 30px;
}
.col-left{
	width: 30%;
	padding: 0 25px 0 0;
}
.col-right,.col-right-white{
	margin: 0 25px;
	width: 70%;
}
.col-right-white{
	background-color: #fff;
	padding: 10px 25px;
}
.col-left h2{
	margin: 0
}






h1:first-child { 
    margin-top: 0px; 
}

.thumb{
    margin: 10px 0 0;
}


#content .projects, 
#content .news,
#content .courses,
#content .impressions {
    display: flex;
    flex-flow: row wrap;
    clear: both;
    /*margin: 10px 0px;*/
	margin: 50px 20px 50px 30px;
}
.projects{
	margin: 0px 0px 50px 0px !important;
}

#projects .tile:hover .project-tile-info h3 {
    color: #0077bf;
}

#projects .tile .project-tile-info svg {
    color: #0077bf;
}

#projects .tile:hover .project-tile-info svg {
    color: #000;
}


#content .projects .project-tile,
#content .news .news-tile,
#content .courses .course-tile,
#content .impressions .tile{
    flex: 33.33%;
    max-width: 33.33%;
    padding: 10px;
}

#content .projects .project-tile .project-tile-image, 
#content .news .news-tile .news-tile-image {
  
}

#content .courses .course-tile:hover{
	background-color: #EEE;
}

.news-tile a{
	text-decoration: none;
	
}
.news-tile a:hover{
	color: #0077bf;
	
}
.news-tile .inner div{
/*	padding: 10px 0 5px 0;*/
}

.news-tile-text{
	padding: 40px 0;
}

.news-tile-top{
	/*padding-bottom: 40px;*/
}

.news-tile-top h3{
    padding-bottom: 5px;
}

.news-tile-mid{
	padding-bottom: 30px;
	padding-top: 30px;
}

body.op .vac-tile-arrow-link{
	color: #58595B;
}

.vac-tile-arrow-link{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100% !important;
	padding: 0;
	align-items: center;
}

.vac-tile-arrow-link{
	margin-top: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: 200;/*
	position: absolute;*/
	/*bottom: 10px;
	right: 10px;*/
    
    padding-top: 10px;
    
    height: 100%;
  text-align: ;
  display: flex;
  /*justify-content: flex-start;*/
  align-items: flex-end;
	
}

.vac-tile-arrow-link a{
	text-decoration: none;
	color: #000;
}
.vac-tile-arrow-link a:hover{

	color: #0077bf;
}

.tile.open .vac-tile-arrow-link:not(.arrow-bottom){
    display: none;
}


.course-tile{
	text-decoration: none;
}

.course-tile p{
	color: #000;
	text-decoration: none !important;
}

#ajax-content li{
	font-weight: 200;

	font-size: 15px;
	line-height: 32px;
}

/* FOOTER SPACER */

#footer-spacer{
	width: 100%;
	position: absolute;
	bottom: 0;
}

#footer-spacer-placeholder{
	visibility: hidden;
	position: relative;
	left: 0;
}

/* FOOTER */
#footer-wrapper {
    background-color: #fff;
	padding-top: 50px;
	padding-bottom: 25px;
/*	    margin-top: -20px;*/
}

#footer {
	display: flex;
	justify-content: space-between;
	color: #000;
}

.footer-contact-bottom{
	margin-top: 20px;
}

#contact{
	line-height: 30px;
	font-weight: 200;
}

#contact p:not(.footer-title){
	padding: 0 0 5px 0;
}

#contact a{
	padding: 0 !important;
}

#contact h3{
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}

#footer a {
    color: #000;
	text-decoration: none;
	font-weight: 200;
/*	padding: 8px 0;*/
	display: inline-block;
	
	position: relative;
}

#footer a:hover{
	text-decoration: none !important;
	color: #0077bf;
}

#footer .sm-item:hover{
	color: gray !important;
	transition: 0s;
}

#footer a:not(.footer-logo-link):hover::after {
  width: 100%;
}

#footer-logo{
	display: flex;
    gap: 35px;
    padding: 10px;
    flex-direction: column;
}

#footer-menu{
	padding: 10px 0 0 0;
}

#footer-menu a{
	padding-left: 0;
}

#footer ul li{
	list-style-type: none !important;
}

.copyright{
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px;
}

#footer ul.main-nav li.menuitem{
	float:none;
	list-style:none;
	padding: 0px 0px;
	
}
/*
#footer ul.main-nav li.menuitem:hover{
	text-decoration:underline;	
}
*/
.footer-title{
	color: #000;
	margin-bottom: 15px;
	font-weight: bolder;
}

#contact{
	float: right;
    padding: 0 10px;
}

body.op .sm-item{
	padding:5px;	
	font-size: 20px;
	color: #0f8c44 !important;
}

body.sbj .sm-item{
	padding:5px;	
	font-size: 20px;
	color: #0077bf !important;
}

#footer-backToTop{
	padding-top: 10px;
/*	display: flex;*/
/*    align-items: flex-end;*/
}
#footer-backToTop .btn-arrow{
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: 35px;
	vertical-align: center;
	margin: 0 10px 10px 0;
	transition: 0.3s ease-in-out;
	color: #fff;
	background-color: #000;
	font-size: 26px;
   	padding: 4px 10px;
}
/* PRIVACY */

#privacy-wrapper{
/*	padding: 10px 0;*/
	text-align: center;
	background-color: #000;
}
#privacy-wrapper a{
	text-decoration: none;
	color: #fff;	
}
#privacy-wrapper a:hover{
	text-decoration: underline;

}
#privacy-wrapper .main-nav{
	margin: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}
#privacy-wrapper .menuitem{
	display: block;
}
#privacy-wrapper ul.main-nav li.menuitem:not(:last-child):after {
    content: '-';
    color: #fff;
}
#privacy-wrapper ul.main-nav li.menuitem a {
    padding: 0px 5px;
}

/* PAGER */

#pager, #shop-pager{
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}

.pager a, .pager span {
	font-size: 20px;
	/*color: #3275A0 !important;*/
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	transition: background-color ease-in-out 0.4s, color ease-in-out 0.4s;
	border: none !important;
	padding: 10px 20px !important;
    text-decoration: none;
}

.pager .current {
	background:none !important;
	/*color: #b32126 !important;*/
}

.pager a:hover {
	background:none !important;
	/*color: #b32126 !important;*/
}

.pager .disabled {
border-color: #fff !important;
color: #CBCBCB !important;
}

/* LOADER */

#shop-loader{
	width: 100%;
	padding: 50px 0px;
	text-align: center;
}

/* PROFILE PAGE */

#registration_list{
	margin-top: 50px;
}

#registration_list .session_info{
	float: left;
	margin-right: 25px;
	margin-bottom: 0;
}

#registration_list_past{
	margin-top: 50px;
}

#registration_list_past .session_info{
	float: left;
	margin-right: 25px;
	margin-bottom: 0;
}

.registration_list_item h3{
	font-size: 22px;
	color: #009FBF;
	margin: 0;
	font-weight: 400;
}

.registration_item_title{
	float: left;
}

.registration_item_link{
	float: right;
	margin-top: 6px;
	min-width: 60px;
	text-align: right;
}

.registration_list_item{
	padding: 30px 15px;
	margin-bottom: 5px;
/*	display: flex;*/
}

.registration_list_item:hover{
	background-color: #eaedee;
}


/* REVIEWS */
#reviews {
	width: 70%;
}

.review {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 20px;
}

.review-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#newsletter-dialog-form .form-left, #newsletter-dialog-form .form-right {
	width: 100%;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
	display: block;
	padding-bottom: 20px;
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
	top: 1px;
}

	#header, #topmenu, #agenda, #shop, #courses, #partners, #footer, #speakers,#home-block {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	

/* IMPRESSIONS */

#content-grid {
	width: 100%;
/*    display: flex;*/
    align-items: flex-start;
    flex-wrap: wrap;
	flex-direction: row;
	display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  gap: 10px;
}
.content-grid-images {
	flex: 1 31.32%;
    max-width: 31.5%;
    position: relative;
    cursor: pointer;
    margin: 1%;
}
.content-grid-box{
	width: 100%;
    display: block;
    overflow: hidden;
}

.info-banner{
	padding: 50px 0;
    background-image: linear-gradient(to right, rgba(175,214,238,1) 0%, rgba(175,214,238,1) 72%, rgba(236,96,68,1) 100%);
}
#info-banner-content{
	max-width: 1280px;
    width: 100%;
    margin: 0 auto;
	padding: 0 60px;
}
#info-banner-content h2{
	color: #0077bf; 
}
#info-banner-content p{
	font-size: 20px; 
}
.highlight {
	display: inline-block;
    /* margin-top: 50px; */
    margin-bottom: 50px;
    position: relative;
    padding: 10px 50px 50px 40px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
    background-color: #0077bf;
    color: #afd6ee;
}
.highlight h2{

	color: #0077bf;
}
.highlight li,.highlight ul,.highlight p{
	color: #afd6ee;
}
.hl-content{
	display: flex;
	column-gap: 20px;
}
.hl-block{
	width: 48%;
	
}
/*SUBPAGE MENU (in page content)*/
#subpages-wrapper{
    background-color: #0077bf;
    width: 100%;
    margin: 0 auto;
    margin-top: -110px;
    z-index: 5;
    position: relative;
/*
	padding-top: 50px;
	padding-bottom: 50px;
*/
}
#subpages{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}


/*
#subpage-items{
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start; 
}

#subpage-items .subpage-tile{
    display: flex;
    border-left: 1px solid #afd6ee;
    padding: 0 15px 0px 15px;
    width: 20%;
    text-decoration: none;
    position: relative;
    flex-direction: column;
   justify-content: space-between;
}
*/

#subpage-items {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* Specifieke kolomverdeling vanaf 6 tegels */
#subpage-items:is(.subpage-count-6) {
  grid-template-columns: repeat(3, 1fr);
}
#subpage-items:is(.subpage-count-7, .subpage-count-8) {
  grid-template-columns: repeat(4, 1fr);
}
#subpage-items:is(.subpage-count-9, .subpage-count-10) {
  grid-template-columns: repeat(5, 1fr);
}

/* Basisstijl voor tegels */
#subpage-items .subpage-tile {
  border-left: 1px solid #afd6ee;
  box-sizing: border-box;
  padding-left: 15px;

  display: flex;
  flex-direction: column;
  justify-content: space-between; /* duwt knop naar onderkant */
  height: 100%; /* nodig zodat de tegel de volle hoogte benut */
}

/* Verwijder border voor eerste tegel per rij — per kolomtelling */
/*
#subpage-items.subpage-count-6  .subpage-tile:nth-child(3n+1),
#subpage-items.subpage-count-7  .subpage-tile:nth-child(4n+1),
#subpage-items.subpage-count-8  .subpage-tile:nth-child(4n+1),
#subpage-items.subpage-count-9  .subpage-tile:nth-child(3n+1),
#subpage-items.subpage-count-10 .subpage-tile:nth-child(5n+1),
#subpage-items:is(.subpage-count-1, .subpage-count-2, .subpage-count-3, .subpage-count-4, .subpage-count-5) .subpage-tile:first-child {
  border-left: none;
  padding-left: 0;
}
*/


.subpage-tile-title{
    font-weight: 600;
    font-size: 22px;
}
.subpage-tile-content h2{
    font-size: 30px;
    color: #afd6ee;
    margin: 0;
}
.subpage-tile-content h3{
    font-size: 25px;
    color: #fff;
    margin: 0;
}
.subpage-tile-content {
    color:  #fff;
}
.subpage-tile-content{
    padding: 20px;
    flex-grow: 1; /* neemt alle ruimte boven de knop */
	background-color: #0077bf;
	margin: 0 20px 0 0;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	gap: 20px;
}

.subpage-tile-content > * {
    flex: 0;
}

.subpage-tile-content .subpage-tile-inner{
    flex: 1;
}


#subpage-items .arrow{
    position: absolute;
    bottom: 0;
    color: #afd6ee;
    font-size: 25px; 
}
#subpage-items .arrow img{
    height: 30px; 
}
.subpage-tile:has(.btn-alt:hover) .subpage-tile-content {
    background-color: #000;
	color: #fff;
    transition: 0.3s ease-in-out;
}
.subpage-tile .btn-alt:hover{
	background-color: #0077bf;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.subpage-tile-link{
	text-decoration: none;
}

.subpage-tile-img img{
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
}

#home-block-grid.grid{
	grid-template-columns: repeat(2, 1fr);
}



/* MEDIA QUERIES SCREEN */

@media only screen and (min-width: 1500px){
    #home-banner-content::before{
        width: 60vw;
    }
    
}

    
    
@media only screen and (min-width: 1279px){
/*	.cat-tile h2{
		padding-bottom: 30px;
	}*/
	
	/*.vac-tile-arrow-link{
		padding: 0 0 0 40px;
	}*/
	
	#header #default-nav .main-nav {
		flex-wrap: nowrap;
	}
}

@media only screen and (max-width: 1400px){
    
    #default-nav{
		margin-right: 0; 
		width: 100%;
	}
	
	#default-nav ul.main-nav li.menuitem a{
		padding: 7px;
	}
    
}

@media only screen and (max-width: 1279px) {
	#header, #topmenu, #agenda, #shop, #courses, #partners, #footer, #speakers,#home-block {
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	#content-left {
		padding: 0 30px 0 30px;
	}
	
	#content-right {
		padding: 0 30px 0 30px;
	}
    
    #hb-inner-left, #b-inner-left {
        padding: 0 30px;
	}
	
	#split-content-left{
		padding-left: 50px;
		float: left;
	}

	#split-content-right{
		padding-right: 50px;
		padding-left: 50px;
		width: 100%;
		float: right;
	}
	
	#newsletter-dialog-form{
		padding-left: 0;
		padding-right: 0;
	}
	
	.tile{
/*		width: 50%;*/
		margin-bottom: 20px;
		/*padding: 25px;*/
	}
	
	.main-logo{
		max-width: 190px;
		bottom: 20px;
	}
	
	.main-logo img{
		/*width: 100%;*/
		width: 190px;
	}
	
	#search, #cart{
		top: 70px;
	}
	
	#cart{
		margin-right: 10px !important;
	}
	

	
	#content-right.profile-right{
		padding: 40px;	
	}
	
	#content > h2.line {
		padding-left: 20px;
		padding-top: 50px;
	}
	#news-wrapper, #pro-cat-wrapper, #pro-img-wrapper {
		padding: 34px 20px;
	}
	
	#projects-filter{
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1050px){
	.grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1150px) {
    
    
    h1{
	font-size: 26px;
    }
    
    #banner-content h1{
        font-size: 36px;
    }

    h2{
        font-size: 22px;
    }
    
    .logo-small {
      transform: scale(0.8);
    }

	
	/* BANNER */
	
	#banner-content{
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	#header-wrapper {
		
		padding-top: 0px;
		padding-bottom: 10px;
		
	}
    
     #banner-content {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
      }
    
    #content .projects, #content .news, #content .courses, #content .impressions {
        margin: 0 -10px;
    }
    
    #hb-inner-left, #b-inner-left {
        padding:  0;
	}
	
	
	/**************************************************************
	*                                       START MOBILE MENU                                        *
	**************************************************************/
	
	#logo-main img,
	#logo-sub img {
	  max-height: 68px;
      max-width: 90px;
      transform: scale(0.8);
	}
    
    .logo-wrapper {
      gap: 0px;
    }
	
	.is-fixed .hamburger {
		top: 10px;
	}
	
	.is-fixed #search {
		top: 32px;
        position: fixed;
	}
    
    /*.logo-wrapper{
        padding: 0;
    }
*/
	/* DEFAULT NAV */
	
	#header #default-nav .main-nav {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        height: 100%;
        flex-wrap: nowrap;
        gap: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    

	#default-nav {
		display:none;	
		float:none;
		width: 100%;
		left: 0;
		position: absolute;
		background-color: #0077bf;
		height: calc(100vh);
		
        overflow: scroll;
	/*    min-height: 100%;*/
	/*    box-shadow:  0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)*/
	}
	
	.menuitem + .menuitem a::before {
        display: none;
    }
    
    #default-nav ul.main-nav li.menuitem > a{
        font-size: 22px;
        font-weight: 400;
    }
    
    #default-nav ul.main-nav li.menuitem:hover > a {
      color: #fff !important;
    }
	
	#topmenu-wrapper{
		z-index: 91;
	}

	#banner-content .btn, #banner-content .btn-alt {
      float: left;
      margin: 0 10px 20px 0;
    }

	#default-nav ul.main-nav .submenu-toggle {

		display: inline-block;
		height: 39px;
		position: relative;
		top: -10px;
		width: 40px;
		z-index: 9999;
	}

	#default-nav ul.main-nav .submenu-toggle .fa {
		padding-top:10px;
	}

	#default-nav ul.main-nav .menuitem .submenu-toggle .fa-caret-down {
		display:none;
	}

	#default-nav ul.main-nav .menuitem.open .submenu-toggle {

	}

	#default-nav ul.main-nav .menuitem.open .submenu-toggle .fa-caret-down {
		display:block;
	}

	#default-nav ul.main-nav .menuitem.open .submenu-toggle .fa-caret-right {
		display:none;
	}

	#default-nav ul.main-nav li.menuitem.active i {
		color:#ffffff;
	}

	#default-nav ul.main-nav li.menuitem {
		list-style:none;
		text-align: center;
		/*padding: 10px 0 0 0;*/
		cursor:pointer;
		font-size: 19px;
		color: #444;
		text-transform:none;
		text-decoration:none;
		float:none;
		display:block;
		width:100%;
		min-height:28px;
		position: relative;
	}

	#default-nav ul.main-nav li.menuitem.menuitem-parent:before {
	/*
		content:" — — ";
		opacity:0;
	*/
	}

	#default-nav ul.main-nav li.menuitem.menuitem-parent span.submenu-toggle {
	/*
		float:right;
		padding-left:0;
		display:inline-block;
	*/
		position: absolute;
		right: 0;
		border: 0;
		top: 0px;
		display:none;
	}

	#default-nav ul.sub-nav{
		margin: 0;
		margin-top: 8px;	
		/*display:none;*/
		display:block !important;
		width:100%;
		position:relative;
	}

	#default-nav .menuitem.open ul.sub-nav{
		margin:0;	
		display:block !important;
		width:100%;
		position:relative;
		padding-top:10px;
		background-color:rgba(0, 0, 0, 0);
	}

	#default-nav ul.sub-nav li.menuitem {
		border:0;
		font-size:15px;
		float:none;
		display:block !important;
		/*background-color:#999;*/
		text-transform:capitalize;
	}

	#default-nav ul.sub-nav li.menuitem:last-child{
		padding-bottom:15px;
	}

	#default-nav ul.main-nav li.menuitem:hover>a{
		color:#009FBF;
	}

	#default-nav ul.main-nav li.menuitem.active {
		background-color:transparent;
	}

	#default-nav ul.main-nav li.menuitem.active ul.sub-nav {
		background-color:#EEE;
		color:#666;
	}

	#default-nav ul.main-nav li.menuitem.active ul.sub-nav li.menuitem {
		background-color:#EEE;
	}

	#default-nav ul.main-nav li.menuitem.active ul.sub-nav li.menuitem.active {
		background-color:#EEE;
		color:#666;
	}

	#default-nav ul.main-nav li.menuitem.active ul.sub-nav li.menuitem:hover a{
		/*color:#FFF !important;*/
		color:#009FBF;
	}

	#default-nav ul.sub-nav li.menuitem:hover a, #default-nav ul.sub-nav li.menuitem.active  {
		text-decoration:none;
		border:none;
		/*background-color:#444;
		color: #FFF!important*/
	}

	#default-nav ul.main-nav .menuitem.menuitem-parent.open {
		background-color:#444;
	}

	#default-nav ul.sub-nav li.menuitem.active::before {
		content:"– "
	}

	#default-nav ul.sub-nav li.menuitem.active::after {
		content:" –"
	}

	/* HAMBURGER ICON */

	* {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-tap-highlight-color: transparent;
	}

	.hamburger{
		display:block;
		cursor: pointer;
		float: right;
		height: 36px;
		margin: 20px 0 0;
		outline: medium none;
		position: absolute;
		right: 20px;
		top: 10px;
		width: 36px;
		z-index: 95;
		
	}

	.top-animate {  
		background: #afd6ee
 !important;
		top: 13px !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mid-animate {
		opacity: 0;
	}

	.bottom-animate {
		background: #afd6ee
 !important;
		top: 13px !important;
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}

	.top-menu {
		top: 0px;
		width: 26px;
		height: 2px;
	}

	.mid-menu {
		top: 10px;
		width: 26px;
		height: 2px;
	}

	.bottom-menu {
		top: 21px;
		width: 26px;
		height: 2px;
	}

	.menui {
		background-color: #0077bf;
;
		transition: 0.6s ease;
		transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
		position: absolute;
	}


	.noscroll{
		position:fixed;
		width: 100%;
		height: 100%;
		overflow:hidden;

	}
	
	/**************************************************************
	*                                        END MOBILE MENU                                          *
	**************************************************************/
	
	#icon-wrapper{
		width: 50%;
		top: 6px;
		left: 20px;
	}
	
	#search, #cart{
		        position: absolute;
        top: 113px;
        right: 75px;
    }
	
	.tile{
/*		width: 50%;*/
	}
	
	#partner-carousel .slick-slide{
		margin-left: 25px;
		margin-right: 25px;
	}
	
   #subpage-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* OVERSCHRIJF ALLE border-left regels expliciet */
  #subpage-items .subpage-tile {
    border-left: 1px solid #afd6ee !important;
    padding-left: 15px !important;
  }

  /* Eerste kolom van elke rij (2 kolommen): border weg */
  #subpage-items .subpage-tile:nth-child(2n+1) {
    border-left: none !important;
    padding-left: 0 !important;
  }

	#splitwrapper {
		display: flex;
		flex-direction: column;
		/*height: auto;*/
	}
	#split-left {
		width: 100%;
		max-width: 100%;
	}
	#split-right {
   		width: 100%;
		max-width: 100%;
  	}

	#splitwrapper-left,
	#splitwrapper-right {
		width: 100%;
		max-width: 100%;
	}
	#splitwrapper-right {
		margin-bottom: 20px;
	}
	.grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
	
}
@media only screen and (min-width: 768px) and (max-width: 907px) {
	/*#content-right {
		padding: 35px 40px 35px 40px;
	}*/
}

/* Tablet Portrait size to standard 960 (devices and browsers) iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    #content-inner{
        flex-direction: column;
        gap: 0;
    }
    
    #news-wrapper, #pro-cat-wrapper, #pro-img-wrapper {
    padding: 20px 20px;
    }
    
    #home-banner-content h1{
        font-size: 38px;
    }
    
    #banner-content .btn, #banner-content .btn-alt {
      float: left;
    }
    
    #home-banner-content .btn, #home-banner-content .btn-alt {
      margin: 10px 10px 20px 0;
    }
    
	#home-banner {
		min-height: 450px;
		height: auto;
		margin-top: 0px; 
		flex-direction: column;
        padding-bottom: 0 !important;
	}
    
	#home-banner-bg {
		position: relative !important;
		height: 450px;
	}
	#home-banner-content {
		 margin-top: 0px; 
        min-height: auto;

	}
	#home-banner-content::before {
		width: 100vw;
		height: 0%;
		background-color: #0277BF;
		clip-path: none;
	}
	#ajax-banner{
		/*flex-direction: column;*/
	}
	#banner {
		/*min-height: 70vh;*/
		height: auto;
		margin-top: 0px; 
		flex-direction: column;
	}
	/*#banner-bg {
		position: relative !important;
	}*/
	#banner-content {
		 margin-bottom: 0px; 

	}
	#banner-content::before {
		width: 100vw;
		height: 100%;
		background-color: #0277BF;
		clip-path: none;
	}
	#home-banner-content p {
		padding: 0;
        width: 100%;
	}
	#hb-content-inner, #b-content-inner {
		padding: 0;
		flex-direction: column;
		gap: 10px;
	}
	
	#hb-inner-left, #b-inner-left {
		width: 100%;
		padding: 0px;
        background-color: #0077bf;
        padding: 20px;
	}
	#hb-inner-right, #b-inner-right {
		width: 100%;
		padding: 0px 20px;
	}
	
	#home-block-grid.grid {
        margin-top: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	#home-block{
		padding: 20px;
	}
	#header, #topmenu, #agenda, #shop, #courses, #partners, #footer, #speakers,#home-block {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#content-left {
		padding: 0;
		margin: 10px 0;
	}
	
	#content-right {
		padding: 0;
		margin: 10px 0;
	}
	#color-content {
		padding: 25px 0;
		flex-direction: column;
	}
	#cc-left {
		padding: 0;
		margin: 10px 0;
		width: 100%;
	}
	
	#cc-right {
		padding: 20px 20px 20px 20px;
		margin: 10px 0;
		width: 100%;
	}
	#thirty-left {
		padding: 0 20px 0 20px;
		margin: 10px 0;
		float: none;
		width: 100%;
	}
	
	#seventy-right {
		padding: 20px 20px 20px 20px;
		margin: 10px 0;
		float: none;
		width: 100%;
	}
	
	.content-grid-images {
		flex: 1 48%;
		max-width: 48%;
		position: relative;
		cursor: pointer;
		margin: 1%;
	}
	
	#profile span{
		display: none;
	}
	
	#partner-grid{
		justify-content: center;
	}
	
	.partner-item{
		width: 51%;
	}
	
	#profile{
		padding: 20px;
	}
	
	#search, #cart{
		position: absolute;
       top: 145px;
        right: 80px;
        float: right;
	}
	
	
	
	#default-nav ul.sub-nav, #default-nav ul.sub-nav-spacer{
		background-color: transparent;
	}
	
	.main-logo{
		top: -10px;
	}
	#home-content-left,#home-content-right{
		width: 100%;
		/*padding: 0 20px 0 20px;*/
	}
	#content-left {
		/*padding: 0 20px 0 20px;*/
	}
	
	#content-right {
		/*padding: 0 20px 0 20px;*/
	}
	#home-content-left p {
		margin-left:0px;
	}

	.tile{
		width: 100%;
	}
	
	
    
    #content .projects .project-tile,
        #content .news .news-tile,
		#content .impressions .tile{
        flex: 50%;
        max-width: 50%;
        padding: 10px;
    }
	
	#top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	
	#top-nav.loggedin{
		width: 80%;
	}
	
	#user-buttons{
		width: 10%;
	}
	
	#user-buttons #account{
		width: 100%;
	}
	
	#user-buttons.loggedin{
		width: 20%;
	}
	
	#user-buttons.loggedin #profile, #user-buttons.loggedin #logout{
		width: 50%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	
	.hamburger{
		top: 10px;
	}

	
	#top-nav li{
		margin-right: 0;
	}
	
	#top-nav li a{
		padding: 5px !important;
		font-size: 12px;
	}
	
	
	#top-menu-left{
		width: 100%;
		/*display: flex;*/
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	/*#top-nav{
		width: auto;
	}*/
	
	#banner-content p{
		max-width: 100%;
        padding: 0;
	}
	
	#banner-content h1{
		margin-bottom: 0;
		font-size: 24px;
	}
	
	#split-wrapper{
		flex-wrap: wrap;
	}
	
	#split-content-left-wrapper, #split-content-right-wrapper{
		width: 100%;
	}
	
	#footer{
		display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
	}
    
    
    #footer-backToTop .btn-arrow {
        position: absolute;
        right: 10px;
        bottom: 60px;
    }
	
	#footer-main-menu, #footer-top-menu, #footer-menu, #contact, #footer-logo, #footer-sm {
        
        text-align: center!important;
		/*width: 40% !important;
		*/
	}
    
    /*#footer-logo{
        width: 100% !important;
    }*/
    
    
   /* 
    footer-logo
    
    contact
    
    footer-main-menu
    
    footer-sm*/
	
/*
	#ajax-banner{
		height: 70vh;
	}
*/
	
	.speaker-item{
		width: 100%;
	}
	
	#profile, #logout {
		margin-bottom: -9px;
	}
	
	#split-left {
		background-position: center;
		flex-direction: column-reverse;	
	}
	#split-right {
    	background-position: center;
		flex-direction: column;
  	}
	#split-left .split-container{
		bottom: 5%;
		clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
	}
	#split-right .split-container{
		top: 5%;
		border-radius: 0 0 200px 200px;
	}
	.split-container{
		width: 65%;
		display: flex;
		height: 60%;
		justify-content: center;
	}
	.sbj-split-container{
		align-items: flex-end;
	}
	.op-split-container{
		align-items: flex-start;
	}
	#split-left img, #split-right img {
		 margin-left: 0px; 
	}
	.btn-sbj.to-site{
		top: 35px;
		bottom: auto;
	}
	.to-site{
		bottom: 25px;
		right: 25px;
		font-size: 26px;
    	padding: 0px 6px;
	}
	
	
	
}

@media only screen and (max-width: 700px){
	.grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) iPhone Landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
@media (max-width: 600px) {
	.col-container {
		flex-direction: column;
	}
	.col-left {
		width: 100%;
		padding: 0 0 25px 0;
	}
	.col-right, .col-right-white {
		margin: 0;
		width: 100%;
	}
	.grid {
    	grid-template-columns: 1fr;
 	}
	
	
/*	.vac-tile-arrow-link{
		padding: 0 0 0 65px;
	}*/
	
	#search{
		        top: 105px;
	}
    
    .is-fixed #search {
		top: 32px;
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) iPhone Portrait*/
@media only screen and (max-width: 479px) {
    
    #footer{
		display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
	}
    

	#ajax-content{
		padding: 20px 0;
	}
	
	#n-content .popupbanner-item {
		width: 95%
	}
	
	#search{
		        top: 102px;
	}
    
    
	
/*	#pro-img-carousel{
		height: 30vh;
		width: 375px;
	}*/
	
	.testimonial-item {
		padding: 40px 0 40px;
		flex-direction: column;
	}
	.testimonial-content {
		padding-left: 0px;
	}

	/*#home-banner-bg {
        position: relative !important;
        height: 30vh;
    }*/
	
	.popupbanner-item .btn-alt{
		font-size: 14px;
		margin: 0;
		margin-top: 10px;
		margin-left: 0px;
	}
	
	.close-popup{
		top: 10px;
	}

	
	#header, #topmenu, #agenda, #shop, #courses, #partners, #footer, #speakers,#home-block {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	#header{
		flex-direction: column;
	}
	.hamburger{
		top: 10px;
	}
	#icon-wrapper{
		width: 100%;
		top: 0;
		left: 0;
		justify-content: center;
	}
	#icon-wrapper .btn,#icon-wrapper .btn-pacs {
		width: auto !important;
	}
	#account {
		padding: 15px;
		padding-top: 25px;
	}
	
	#subpages-wrapper {
		margin-top: -70px;
	}
	
	.content-grid-images {
		flex: 1 80%;
		max-width: 80%;
		position: relative;
		cursor: pointer;
		margin-left: 10%;
	}
	
	.partner-item{
		width: 80%;
	}
	
/*	.vac-tile-arrow-link{
		padding: 0 0 0 65px;
	}*/
	
    /*BUTTON*/

    .btn-alt{
      margin: 20px 0px 0px 0px;
    }
	.btn-alt-small{
		margin: 0px 0px 0px 0px;
	}
	.btn, .btn-alt, .btn-pacs{
		width: 100%;
        margin: 10px 0;
	}
    
    #topmenu #icon-wrapper .icon {
        margin: 10px 7px;
        color: #333;
    }
	
	#dialog{
        padding: 50px 50px 50px 40px;
        overflow-y: auto;
    }

 
    /* LOGO */
    .main-logo img {
       width: 250px !important;
    }

    #content .projects .project-tile,
    #content .news .news-tile,
	#content .impressions .tile{
        flex: 100%;
        max-width: 100%;
        padding: 10px;
    }
	#footer{
		padding-left: 40px;
		padding-right: 40px; 
	}
	#footer-menu, #contact, #footer-logo, #footer-main-menu, #footer-sm {
		width: 100% !important;
		text-align: center !important;
		padding-bottom: 25px; 
	}
	#footer-backToTop {
		text-align: end;
		width: 100%;
	}
	#subpage-items {
		grid-template-columns: 1fr !important;
	}

	#subpage-items .subpage-tile {
		border-left: none !important;
		padding-left: 0 !important;
	}
	#split-left img, #split-right img {
		width: 250px;
		padding: 20px;
	}
    
    #home-banner-content .btn, #home-banner-content .btn-alt {
      margin: 10px 0 20px 0;
    }
    
    .btn::after,.btn-alt::after,.btn-alt-negative::after,.btn-pijn::after{
        float: right;
    }

}



