body {
	/*background-color: #FFFFFF;*/
	/* The following gives the body element the max height of content and window. This will affect background layout, borders, and absolutely positioned children with 'bottom: 0px;', but will prevent 'height:100%' or 'min-height:100%' from working on any non-absolutely-positioned child elements. Note that if you want this to happen on the site-wrapper instead, you have to disable this for the body element. */
	min-height: 100%;
	height: auto;
	position: relative;
	background-image: url('../images/be/header_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	overflow-x: hidden;
	overflow-y: scroll;
}
body.dialog {
	background-image: none;
}
.sitewrapper {
	padding: 0px 0px 0px 0px;
	width:1260px;
	border:0px solid red;
}

.contentcontainer {
	position: relative;
	z-index: 0;
}

.cmsbackbutton {
	
}

.pagecontents {
	padding: 0px;
}
pre, code {
	font-family: "Courier", fixed;
}


body, body#body.mceContentBody {
	font-family: 'Lato', Courier, Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 28px;
	line-height:normal;
	color: #000000;

}
.button{
	background: #E30613;
	display: inline-block;
	height: 34px;
	border-radius: 17px;
	color: white;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding: 0px 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);	
	font-weight: 900;
}
/* ALGEMENE LIJST WEERGAVE */

.list-items > ul {
	margin-left: -30px;
}
.list-items > ul > li {
	width: 615px;
/*	height: 333px;*/
	height: 600px;
	box-sizing: border-box;
	margin: 30px 0px 0px 30px;
	float: left;
/*	background-color: #FBD4BF;
	border-top: 3px solid #D0D0D0;*/
	padding: 10px;
/*	background-image:url('../images/be/arrow_listitem.png');
	background-repeat: no-repeat;
	background-position: left 9px;	*/
}
.list-items > ul > li .content-top  {
	min-height: 20px;
/*	padding-left: 25px;*/
	margin-bottom: 5px;
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 25px;
}
.list-items > ul > li h3 {
	height: 64px;
	overflow: hidden;
	font-size: 23px;
	font-weight: bold;
	color: #1D1D1B;
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 32px;
}

.list-items > ul > li h3 a{
	text-decoration: none;
}
.list-items > ul > li h3 a:hover{
	text-decoration: underline;
}
/*
.list-items > ul > li .image-intro-container .image {
	width: 215px;
	height: 205px;
	float: left;
}
.list-items > ul > li .image-intro-container .image img {
	width: 215px;
	height: 205px;
}
.list-items > ul > li .image-intro-container .intro {
	width: 350px;
	height: 198px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 22px;
	padding-top: 0px;
}
*/
.list-items .header, .search.show-item .title { 
	font-weight:bold;
}
.list-items .prev-next-container a:hover {
	text-decoration:underline;
}

.list-items.list-3-col > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	margin: 30px 0px;
}
.list-items.list-3-col > ul > li {
	width: 400px;
/*	overflow: hidden;*/
	float: none;
	margin: 0px;	
	padding-bottom: 35px;
	border-bottom: 1px solid black;	
	height: auto;
	padding-top: 35px;	
}
.list-items.list-3-col > ul > li:nth-child(-n+3) {
	border-top: 1px solid black;
}/*
.content-bottom{
	height: 486px;
	overflow: hidden;
}*/
.list-items.list-3-col > ul > li h3{
	margin: 0px;
	font-size: 28px;
	font-weight: 900;
	height: auto;
}
.list-items.list-3-col > ul > li .content-bottom{
	max-height: 400px;
}
.list-items.list-3-col > ul > li .image{
	width: 100%;
	line-height: 0px;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);	
}
.list-items.list-3-col > ul > li .image img{
	width: 100%;
}


/* 2025 2 ool opzet */

.list-items.list-2-col > ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 30px;
	margin: 30px 0px;
}
.list-items.list-2-col > ul > li {
	width: 615px;
/*	overflow: hidden;*/
	float: none;
	margin: 0px;	
	padding-bottom: 35px;
	border-bottom: 1px solid black;	
	height: auto;
	padding-top: 35px;	
}
.list-items.list-2-col > ul > li:nth-child(-n+2) {
	border-top: 1px solid black;
}/*
.content-bottom{
	height: 486px;
	overflow: hidden;
}*/
.list-items.list-2-col > ul > li h3{
	margin: 0px;
	font-size: 28px;
	font-weight: 900;
	height: auto;
}
.list-items.list-2-col > ul > li .content-bottom{
	margin-top: 15px;
/*	max-height: 400px;*/
}
.list-items.list-2-col > ul > li .image{
	width: 100%;
	line-height: 0px;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.35);	
}
.list-items.list-2-col > ul > li .image img{
	width: 100%;
}


/*
.list-items.list-3-col > ul > li .intro-text{
	height: 400px;
	overflow: hidden;
	line-height: 32px;
}*/
/*
.list-items.list-3-col > ul > li .image {
	display: none;
}

.list-items.list-3-col >  ul > li .intro {
	margin-left: 0px;
	height: 176px
}
*/
/* document item (zowel zoek als eventueel list) */

/*
.list-items > ul > li.document-item{
	position: relative;
}

.list-items > ul > li.document-item .image-intro-container .image {
	width: 190px;
	height: 280px;
	float: left;
}
.list-items > ul > li.document-item .image-intro-container .image img {
	width: 190px;
	height: 280px;
}

.list-items > ul > li.document-item:not(.brief-item) .image-intro-container h3 {
	width: 375px;
	min-height: 200px;
	max-height: 280px;
	overflow: hidden;
	float: right;
}
.list-items > ul > li.document-item .image-intro-container .document-image-link{
	height: 200px;
}
.list-items > ul > li.document-item .image-intro-container .download-link {
	position: absolute;
	right: 10px;
	top: 0px;
}
.list-items > ul > li.document-item .image-intro-container .download-link img{
	max-width: 100px;
}
.list-3-col.list-items > ul > li.document-item .image-intro-container h3 {
	width: auto;

	overflow: hidden;
	float: none;
}
.list-3-col.list-items > ul > li.document-item .image-intro-container .image {
	width: 120px;
	height: 180px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.list-3-col.list-items > ul > li.document-item .image-intro-container .image img{
	width: 120px;
	height: 180px;
}
.list-items.list-3-col > ul > li.document-item .image {
	display: block;
}
*/
.list-3-col.list-items > ul > li.document-item{
	display: flex;
	flex-direction: column;
}
.list-3-col.list-items > ul > li.document-item .image-intro-container,
.list-items > ul > li.document-item .image-intro-container .document-image-link{
	display: contents;
}
.list-3-col.list-items > ul > li.document-item .image-intro-container .image{
	order: -1;
}
.list-3-col.list-items > ul > li.document-item .image-intro-container .image img{
	width: 400px;
	height: 250px;
	object-fit: cover;
	object-position: center top;
	
}
.list-items > ul > li.document-item .image-intro-container .document-image-link .download-link{
	margin-top: 10px;
	text-align: right;
}
/* ALGEMENE ITEM DETAILWEERGAVE */
.side-column{
	width: 330px;
	float: left;
	box-sizing: border-box;	
}
.side-column .image-container{
	margin-bottom: 30px;
}
.side-column .side-column-text ul {
	margin-bottom: 12px;
	padding-left: 20px;
	list-style: disc outside none;
}

.side-column .side-column-text li {
	margin-top: 6px;
}

.side-column .side-column-text ol {
	margin-bottom: 12px;
	padding-left: 20px;
	list-style:decimal outside none;
}
.image-container .slideshow .cycle-slideshow{
	width: 330px;
/*	height: 270px;*/
	height: 236px;
	position: relative;
}
.image-container .slideshow .cycle-slideshow .lightbox-indicator{
	width: 55px;
	height: 55px;
	position: absolute;
/*	top: 107.5px;
	left: 137.5px;*/
	right: 5px;
	bottom: 5px;
}

.side-column .slideshow .item-markers{
	margin-top: 20px;
}
.side-column .bottom-row .bg{
	display: none;
}
.side-column .slideshow .pager span, .slideshow .startpause span{
	width: 13px;
	height: 13px;
	margin: 0px 6px;
}
.side-column .sidebar-container ul.themes li{
	width: 260px;
	height: 260px;
	margin-bottom: 25px;
	padding-left: 0px;
	background-image: none;
}
.side-column .sidebar-container .themes li img{
	width: 260px;
	height: 260px;
	margin-left: -20px;
}
.side-column h3, .content-column h3{
	font-size: 23px;
	color: #E63312;
	margin-bottom: 10px;
}
.side-column .sidebar-container{
	margin-bottom: 40px;
}
.side-column .sidebar-container ul li{
	padding-left: 20px;
	background-image: url(../images/be/arrow_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
}
.side-column .sidebar-container ul li a{
	text-decoration: none;
}
.side-column .sidebar-container.country-container{
	margin-bottom: 20px;
}
.side-column .sidebar-container ul li.display-if-open-buttons {
	padding-left: 0px;
	background-image: none;
}



.side-column.side-column-left{
	margin-right: 30px;
}
.side-column.side-column-right{
	margin-left: 30px;
	float: right;	
}
.side-column .sidebar-container ul{
	margin-bottom: 10px;
}
.side-column .sidebar-container .open-button, .side-column .sidebar-container .close-button {
	float: left;
}


.content-column{
	width: 900px;
	float: right;
	box-sizing: border-box;
}
.content-column .cmstext h2, .content-column .cmstext h3, .content-column .cmstext h4{
	margin-top: 20px;
}
.content-column.side-column-right{
	float: left;
}
.content-column .content-grey-bg{
	padding: 12px 35px 20px;	
	background-color: #F6F6F6;
}

.content-column .content-top{
	font-size: 13px;
	text-transform: uppercase;
	/*margin-bottom: 80px;*/
	margin-bottom: 40px;
}

.content-column .content-top .content-top-type-date{
	float: left;	
}
.content-top .content-top-type{
	color: #000000;
}
.content-top .content-top-date{
	color: #E30613;
}
.content-column .content-social{
	float: right;
}
.content-column .content-social a{
	line-height: 0px;
}
.content-column .content-social a img{
	vertical-align: bottom;
}
.content-column .content-bottom{
	height: 50px;
	padding-top: 18px;
	box-sizing: border-box;
}
.content-column .employee-container{
	margin-top: 40px;
}
.content-column .employee-container ul li{
	display: inline-block;
	font-size: 18px;
	margin-top: 0px;
}
.content-column .employee-container ul li a{
	text-decoration: none;
}
.content-column .tags-container{
	margin-top: 30px;
}
.content-column .tags-container ul li{
	display: inline-block;
	height: 56px;
	padding: 12px 10px;
	border: 1px solid #7B7B7B;
	font-size: 21px;
	box-sizing: border-box;
	margin-top: 0px;	
}
.content-column .tags-container ul, .content-column .tags-container ul li a{
	color: #7B7B7B;
	text-decoration: none;
}
.content-column .tags-container ul li a:hover{
	text-decoration: underline;	
}
.open-button, .close-button {
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	height: 43px;
	padding: 0px;
}
.open-button img, .close-button img {
	width: 43px;
	height: 43px;
}
a {
	color: #1D1D1B;
	outline:none;
}

h1 {
	font-weight: 900;
	font-size: 62px;
	color: #E63312;
	margin-top: 20px;
	margin-bottom: 30px;
	text-decoration: uppercase;
}

h2{
	/*font-weight: 100; */
	font-weight: 900; 
	font-size: 62px;
	color: #E63312;
	text-decoration: uppercase;	
}
h3 {
	font-size: 23px;
	font-weight: bold;
	color: #E63312;	
}


.cmstext, .cmstext p, body.mceContentBody, body.mceContentBody p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
.cmstext p:first-child, body.mceContentBody p:first-child {
	margin-top: 0px;
}
.cmstext p:last-child, body.mceContentBody p:last-child {
	margin-bottom: 0px;
}

.cmstext, body.mceContentBody {
	max-width: 820px;
}
.intro, .cmstext.intro{
	margin: 0px;
}
.intro h3{
	margin-bottom: 20px;
	color: #1d1d1b;
	margin-top: 0px;
}

.labeltextarea {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
}

input[type=submit], .submitbutton{
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 2px ridge #DDDDDD;
}

.submission-in-progress {
	cursor: progress;
}
.submission-in-progress input[type="submit"],
.submission-in-progress .submitbutton {
	color: #AAAAAA;
}



li {
	margin-top: 1ex;
}

/*
.myavenueclass1 {
	color: red;
}
*/

.list-items {
	/* margin-top:20px;*/
}

.list-items .item {
	margin-top:5px;
}

.prev-next-container {
	text-align:center;
	height: 30px;
	box-sizing: border-box;
	line-height: 30px;
	white-space: nowrap;
	margin-top: 30px;
}

.prev-next-container a, .prev-next-container span {
	display: inline-block;
	text-decoration: none;
}

.prev-next-container .paged-navigation .selected {
	font-weight: bold;
}

.prev-button-container, .next-button-container {
	width: 80px;
}
.prev-button-container {
	float: left;
	text-align: left;
	margin-top: 0px;
}
.paged-navigation {
	float: right;
}
.next-button-container {
	float: right;
	text-align: right;
	margin-top: 0px;
}
.sharebuttons-container {
	margin-right: -10px;
}
.sharebuttons-container div {
	float:left;
	margin-right:10px;
}
#breadcrumbs-list {
	margin:25px 0px;
	padding-left: 20px;
}
.breadcrumb {
	font-size:14px;
}
.breadcrumb a {
	text-decoration: none;
	text-transform: lowercase;
}
.breadcrumb a:hover {
	text-decoration: underline;
}	
div.breadcrumb {
	display:inline;
}

.prev-next-container {
	background-color: #E30613;
	max-width: 400px;
	font-weight: 300;
	text-align: center;
	display: block;
	margin: 0px auto;
	
}
.prev-next-container .prev-button-container,
.prev-next-container .next-button-container,
.prev-next-container .paged-navigation {
	float: none;
	display: inline-block;
	width: auto;
	vertical-align: bottom;
}
.prev-next-container .prev-button-container{
	padding: 0px 5px 0px 10px;
	font-size: 30px;
}
.prev-next-container .next-button-container{
	padding: 0px 10px 0px 5px;
	font-size: 30px;
}
.prev-next-container .paged-navigation a{
	display: inline-block;
	padding: 0px 5px 0px 0px;
	line-height: 30px;
	vertical-align: bottom;
}
.prev-next-container .paged-navigation .selected {
	color: white;
}
.image-container{
	line-height: 0px;
	/*text-align: center;*/
}

/* Containers with content initially hidden */

.has-display-if-open .display-if-open,
.has-display-if-open .display-if-open-buttons .close-button,
.has-display-if-open.is-open .display-if-open-buttons .open-button {
	display: none;
}
.has-display-if-open.is-open .display-if-open,
.has-display-if-open.is-open .display-if-open-buttons .close-button {
	display: initial;
}
.has-display-if-open.is-open li.display-if-open {
   display: list-item;
}


/* mediaitem lightbox */
#body #cboxPrevious {
	bottom: auto;
	top: 50%;
	left: -79px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: url('../images/jquery_cycle2/slideshow_prev.png');
	background-size: 50px 50px;
	background-position: 0px 0px;
}

#body #cboxNext {
	bottom: auto;
	top: 50%;
	left: auto;
	right: -79px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: url('../images/jquery_cycle2/slideshow_next.png');
	background-size: 50px 50px;
	background-position: 0px 0px;
}
#body #cboxClose {
	bottom: auto;
	top: -14px;
	left: auto;
	right: -74px;
	width: 45px;
	height: 45px;
	background-image: url('../images/be/search_close.svg');
	background-size: 45px 45px;
	background-position: 0px 0px;
}
#body #cboxTitle {
	bottom: -83px; /* increase by -50 and -8 */
	height: 83px;
	left: -5px;
	right: -5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	text-align: left;
	white-space: normal;
}
#body #cboxMiddleLeft,
#body #cboxMiddleRight {
	padding-bottom: 50px;
}
#body #cboxBottomCenter {
	height: 93px; /* need to set this because it is used by the jquery_colorbox plugin for total-height calculations */
	margin-top: -50px;
}
#body #colorbox,
#body #cboxWrapper {
	overflow: visible;
}

#body #cboxTitle a {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 27px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 0px; /* hide link text */
	color: transparent;
}
#body #cboxTitle a:after { /* link icon */
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 27px;
	background-image: url('../images/be/mediaitem_url.png');
}


/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing.
   IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
	body {
		visibility: hidden;
	}
	div.printcontents {
		visibility: visible;
		position: relative;
		left: -320px;
		margin-top: -170px;
		width: 700px;
	}
	.browserMSIE div.printcontents {
		top: -170px;
		margin-top: 0px;
	}
	img#printbutton, input[type=submit], .noprint {
		visibility: hidden;
	}
	option {
		visibility: hidden;
		color: white;
	}
	select {
		color: white;
		height: 2ex;
	}
}
*/
