/*https://fonts.googleapis.com/css?family=Poppins:light,medium,semibold&subset=latin*/
 

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}    

@font-face {
    font-family: 'Century Gothic';
    src: url('/style/webfont/CenturyGothic.woff2') format('woff2'),
        url('/style/webfont/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/style/webfont/CenturyGothic-Bold.woff2') format('woff2'),
        url('/style/webfont/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/style/webfont/icomoon.eot?4qeif4');
  src:  url('/style/webfont/icomoon.eot?4qeif4#iefix') format('embedded-opentype'),
    url('/style/webfont/icomoon.ttf?4qeif4') format('truetype'),
    url('/style/webfont/icomoon.woff?4qeif4') format('woff'),
    url('/style/webfont/icomoon.svg?4qeif4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}




html {
	min-height: 100vh;
} 
body {               
	overflow-y: scroll;   
	overflow-x: auto;   
	position: relative;       
  line-height: 160%; 
  min-height: 100vh;   
  background: #efe8c5;
  color: #747430;
 	font-family: 'Century Gothic'; 
  background-size: cover;
}    
  
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: #efe8c5 url(/images/bgdesktop.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

 
/*===============
GENERAL STYLES
===============*/
  
h1,h2,h3,h4,h5,h6 {        
	font-weight: bold;
}
h1{
	font-size: 28px;
	color: #1c6131;
	margin: 0 0 25px;
} 
h1.streep{
	font-weight: normal;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
h1.streep:before,
h1.streep:after {
    content: '';
    border-top: 1px solid #747430;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
} 
h1.streep:after {
    margin: 0 0 0 20px;
}
h2{
	font-size: 20px;
	color: #1c6131;
	margin: 0 0 25px;
} 
h3{
	font-size: 20px;
	text-transform: uppercase;
	color: #1c6131;
	margin: 0 0 15px;
} 
p{
}
p em {
	font-style: italic;
} 
    
table {
	font-size: 13px;
}

a { 
  color: #747430;
} 
a:hover,
a:focus{ 
	color: #1c6131;
	text-decoration: none
} 
  
::selection {
	background: rgb(0, 131, 202);
	color: #fff;
}
::-moz-selection {
	background: rgb(0, 131, 202);
	color: #fff;
}
   
.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;    
	background: black ;
} 
.video-container iframe, 
.video-container object, 
.video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;  
	border: 0; 
} 


.videowrapper { 
	overflow: hidden;  
	cursor: pointer;
	position: relative;  
	
} 

div.videowrapper:after {
	content:'';
	position:absolute;
	left: 50%;
	top: 50%;
	width: 110px;
	height: 110px;
	margin-left: -55px;
	margin-top: -55px;  
  display: inline-block;  
  transition: opacity 0.1s ease-out;
  cursor: pointer;
  background:  url(/images/play.svg) no-repeat center center;
	opacity: 0.8;
}
div.videowrapper:hover:after {
	opacity: 1; 
  transition: opacity 0.1s ease-out;
}
div.videowrapper img {
  cursor: pointer;  
} 
@media(max-width: 767px){
	div.videowrapper img { 
		margin-bottom: 0;
		margin-top: 0;
	}
}

div.videowrapper.playing:after {
	display: none;
}

@media(max-width: 768px){	

	.videowrapper {  
	}

	div.videowrapper:after {
		width: 120px;
		height: 120px;
 		font-size: 120px;
		margin-left: -60px;
		margin-top: -60px;
	}
}
@media(max-width: 550px){	
	div.videowrapper:after {
		width: 80px;
		height: 80px;
 		font-size: 80px;
		margin-left: -40px;
		margin-top: -40px;
	}
}
/*=============
BOOTSTRAP MODIFICATIONS AND ADD ONS
=============*/

article {	min-height: 20px;	position: relative;}   
.over {	cursor: pointer;}
.relative {	position: relative;} 
textarea.form-control {  outline: none;  resize: none;  overflow: auto; }
.container-non-responsive{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:970px}
.btn-labeled{padding-top:0;padding-bottom:0}.btn-label{position:relative;background:0 0;background:rgba(255,255,255,.2);display:inline-block;padding:8px 12px;left:-12px;border-radius:3px 0 0 3px}.btn-label.btn-label-right{left:auto;right:-12px;border-radius:0 3px 3px 0}.btn-lg .btn-label{padding:10px 16px;left:-16px;border-radius:5px 0 0 5px}.btn-lg .btn-label.btn-label-right{left:auto;right:-16px;border-radius:0 5px 5px 0}.btn-sm .btn-label{padding:5px 10px;left:-10px;border-radius:2px 0 0 2px}.btn-sm .btn-label.btn-label-right{left:auto;right:-10px;border-radius:0 2px 2px 0}.btn-xs .btn-label{padding:1px 5px;left:-5px;border-radius:2px 0 0 2px}.btn-xs .btn-label.btn-label-right{left:auto;right:-5px;border-radius:0 2px 2px 0}
.btn-custom {         
	font-weight: bold;
	color: #f5f2dd !important;  
	display: inline-block; 
	text-decoration: none !important;    
  transition: all 0.2s ease-out;  
  border-radius: 0;
  background: #1c6131;
} 
.btn-custom:hover,.btn-custom:focus,.btn-custom:active,.btn-custom:active:focus, .btn-custom.active ,.btn-custom.focus, .open > .dropdown-toggle.btn-warning { 
  border-color: transparent;  
	border-bottom: 1px dotted #0083CA !important;
  transition: all 0.2s ease-out;
	color: #fff !important; 
	opacity: 0.9;
	text-decoration:none;
	outline:none; 
}  
.btn-custom:hover:before,.btn-custom:focus:before,.btn-custom:active:before,.btn-custom:active:focus:before, .btn-custom.active:before ,.btn-custom.focus:before, .open > .dropdown-toggle.btn-warning { 
	left: 11px;
	margin-top:-4px;
	width: 8px;
	height: 8px; 
	transition: all 0.1s ease-in;
}  
.btn-custom-inv {      
	font-size: 15px; 
	font-weight: normal;
	color: #000 !important; 
	background:#d1d3d4;   
}
.btn-custom-inv:hover,.btn-custom-inv:focus,.btn-custom-inv:active,.btn-custom-inv:active:focus, .btn-custom-inv.active ,.btn-custom-inv.focus { 
	background:#aaa; 
	color: #000; 
	outline: none;
}  
.btn-custom-inv.btn-nohover:hover,
.btn-custom-inv.btn-nohover:focus{
	color: #000 !important; 
	background:#d1d3d4;   
	outline: none;
	box-shadow: none;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover {
	background: rgba(255, 255, 255,0.5); 
	color: black;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #747339;
	border-color: #747339;
	color: white;
} 
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus { 
	background: #e6dfc2;
	border-color: #e6dfc2;
	color:  #747339;
	text-decoration: none;
	transition: all 0.2s ease-in;
}
.pagination > li > a, .pagination > li > span {
	background: #e6dfc2;
	border-color: #e6dfc2;
	color: #1c6131;
	text-decoration: none;
	transition: all 0.2s ease-in;
}
.pagination-sm > li:last-child > a,.pagination-sm > li:first-child > a {
	border-radius:0;
}  
@media(max-width: 767px){	.hidden-sm-inline{	display: none;	}}  
abbr {	border-bottom: 1px dotted #777;	cursor: help; } 
 
.ytp-spinner{position:absolute;left:45%;top:45%;width:10%;height:10%;z-index:1}.ytp-spinner-message{position:absolute;left:50%;top:100%;width:300px;font-size:127%;line-height:182%;margin-left:-150px;display:none;text-align:center;background-color:#000;opacity:.5}@keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}@-moz-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}@-webkit-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}.ytp-spinner-dot{-moz-animation:ytp-spinner-dot-fade .8s ease infinite;-webkit-animation:ytp-spinner-dot-fade .8s ease infinite;animation:ytp-spinner-dot-fade .8s ease infinite;opacity:0;fill:#ccc;-moz-transform-origin:4px 4px;-ms-transform-origin:4px 4px;-webkit-transform-origin:4px 4px;transform-origin:4px 4px}.ytp-spinner-dot-1{-moz-animation-delay:.1s;-webkit-animation-delay:.1s;animation-delay:.1s}.ytp-spinner-dot-2{-moz-animation-delay:.2s;-webkit-animation-delay:.2s;animation-delay:.2s}.ytp-spinner-dot-3{-moz-animation-delay:.3s;-webkit-animation-delay:.3s;animation-delay:.3s}.ytp-spinner-dot-4{-moz-animation-delay:.4s;-webkit-animation-delay:.4s;animation-delay:.4s}.ytp-spinner-dot-5{-moz-animation-delay:.5s;-webkit-animation-delay:.5s;animation-delay:.5s}.ytp-spinner-dot-6{-moz-animation-delay:.6s;-webkit-animation-delay:.6s;animation-delay:.6s}.ytp-spinner-dot-7{-moz-animation-delay:.7s;-webkit-animation-delay:.7s;animation-delay:.7s}

.extramargin {
	margin-bottom: 40px;
}
.ui-datepicker { z-index: 10000 !important; }

.has-float-label{display:block;position:relative}.has-float-label label,.has-float-label>span{position:absolute;cursor:text;font-size:75%;opacity:1;-webkit-transition:all .2s;transition:all .2s;top:-.5em;left:12px;z-index:3;line-height:1;padding:0 1px}.has-float-label label::after,.has-float-label>span::after{content:" ";display:block;position:absolute;background:#F6F2DE;height:2px;top:50%;left:-.2em;right:-.2em;z-index:-1}.has-float-label .form-control::-webkit-input-placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}.has-float-label .form-control::-moz-placeholder{opacity:1;transition:all .2s}.has-float-label .form-control:-ms-input-placeholder{opacity:1;transition:all .2s}.has-float-label .form-control::placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)+*{font-size:100%;opacity:.5;top:1em;font-weight:400}.input-group .has-float-label{display:table-cell}.input-group .has-float-label .form-control{border-radius:4px}.input-group .has-float-label:not(:last-child) .form-control{border-bottom-right-radius:0;border-top-right-radius:0}.input-group .has-float-label:not(:first-child) .form-control{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px} /*https://github.com/tonystar/bootstrap-float-label/tree/v3-dev*/
 
 
.has-float-label .form-control,
.has-float-label .form-control:focus {
	background: none;
	border-radius:0;
	border:0;
	border: 1px solid #747430;
	box-shadow: none;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 
  -webkit-text-fill-color:  #18344A;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

/*=============
NAVIGATION STYLES
=============*/
 
header {       
}     
footer{
	position:relative;
	margin-bottom: 25px;
}
footer:after{
	content:'';
	display: block;
	width: 100%;
	height: 25px;
	background: url(/images/groenwitrood.svg) no-repeat top center;
	background-size: 165px 100%;
	position: absolute;
	bottom: -25px;
}

.greenbg{ 
	position: relative; 
	border:15px solid #1c6131;
	background: #1c6131; 
	padding-top: 25px;
}
.greenbg p{ 
	margin-bottom:0;
	color: #f5f2dd;
	font-weight: bold;
	font-size: 13px;
}
.greenbg a{  
	color: #f5f2dd;
	text-transform:uppercase;
}

.navbar-toggle{   
	position: absolute;
	right:0;
	top:0px;
	margin-right: 5px;
	z-index:100;  
} 
.navbar-toggle .icon-bar{  
	height: 5px;
  background: #fff; 
  display: block;
  width: 42px;
} 
.navbar-toggle .icon-bar:first-child{
  background: #2B825E; 
}
.navbar-toggle .icon-bar:last-child{
  background: #C9353E; 
}  

.navbar-brand {
	z-index:100;
	height: 160px;
	width: 390px;
	display: block;
	margin-top: 5px;	
	margin-left: 30px !important;  
	background-size: contain;  
	display: inline-block;
}        
.navbar-collapse { 
	box-shadow: none;    
} 
.navbar {
	position:relative;    
	margin-bottom: 0px;  
	border:0;
	border-radius: 0;
} 

.navbar .container{  
} 
.navbar-nav>li>a{      
	color: #232818;
	text-transform: uppercase;
	font-size: 16px;
	transition: color 0.2s ease-in;   
	padding: 15px 10px;
	font-weight: bold;
}     
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus{    
	transition: color 0.2s ease-in, border 0.2s ease-in;
	background: none;
	color: #747430;
}    
.navbar-nav>li.active>a{    
	transition: color 0.2s ease-in, border 0.2s ease-in;
	background: none;
	color: #747430;
}    
@media(max-width: 991px){	
	.navbar-nav{    
		margin:0;
		margin-top: 50px;
	}  
}   

.navbar-nav.social{
	margin-right: 170px;
}
@media(min-width: 992px) AND (max-width: 1199px){
	.navbar-nav>li>a{      
		color: #232818;
		text-transform: uppercase;
		font-size: 15px;
		transition: color 0.2s ease-in;   
		padding: 15px 10px;
		font-weight: bold;
	}     
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
  .navbar-right{
  	float: left;
  	display: inline-block;
  }
  .navbar-right>li{
  	float: left;
  }
}
/*=============
LAYOUT STYLES
=============*/   
 
.cookieaccept {
	font-size: 10px;
	background: black;
}
.cookieaccept nav{
	border-top: 2px solid white;
	padding-top: 5px;
}

.container { 
	position: relative; 
}     
.balance-text {
    text-wrap: balanced;   /* Apply (proposed) CSS style */
}   
.marginbelow{
	margin-bottom: 30px;
} 
.margintop{
	margin-top: 30px;
} 
.paddingbelow{
	padding-bottom: 30px;
} 
  
  
.credits{
	color: #fff; 
	text-transform: uppercase;
	font-size: 9px;	
	opacity: 0.4; 
	font-weight: normal !important;
}
.credits a{
	color: #fff;
	transition: all 0.2s ease-in;
	opacity: 0.4;
}
.credits a:hover,
.credits a:focus{
	color: #fff;
	transition: all 0.2s ease-in;
	text-decoration: none;
	opacity: 0.8;
}
 

#swipebox-overlay {
	background: rgba(0,0,0,0.8) !important;
}	

a.swipebox{
	position: relative;
	display: block;
}
a.swipebox:hover:after{
	content:"\e015";
	position: absolute;
	font-size: 16px;
  top: 10px; 
  right: 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  opacity: 0.5;
  color :white;
} 


.lightbg{ 
	position: relative; 
	border:15px solid #F7F3DE;
	background: #F7F3DE; 
}
.lightbg.fullheight{ 
	min-height: calc(100vh - 75px); 
}
.header{
	margin-bottom: 50px;
}
.header:after{
	content:'';
	display: block;
	width: 100%;
	height: 10px;
	//background: url(/images/groenwitrood.svg) no-repeat top center;
	background-size: 165px 100%; 
}

.lead {
	font-size: 15px;
	font-weight: bold;
	color: #747430;
	margin:0;
}

.borderdark{
	border:6px solid #e8debd;
}

.bordertopbottom{
	border-top: 1px solid #747430;
	border-bottom: 1px solid #747430;
	padding: 15px 0;
	min-height: 200px;
	margin-bottom: 15px;
}

.d-flex{
	display: flex;
}
@media(min-width: 992px){
		
	.d-md-flex{
		display: flex;
	}
}
.flexcenter{
	display: flex;
	align-items: center; 
	align-content: stretch;
}
.flexcol{
	flex-direction: col;
}
.h-100{
	height: 100%;
}

.scheurdown,
.scheurup {  
	position: relative;
}
.scheurdown {  
	margin-bottom: 60px;
}
.scheurup {  
	margin-top: 60px;
}
.scheurdown:after{
	content:'';
	display: block;
	width: calc(100% + 30px);
	height:35px;
	background: url(/images/scheurdown.svg) no-repeat top center;
	background-size: cover;
	position:absolute;
	left:-15px;
	bottom: -40px;
}
.scheurup:after{
	content:'';
	display: block;
	width: calc(100% + 30px);
	height: 35px;
	background: url(/images/scheurup.svg) no-repeat top center;
	background-size: cover;
	position:absolute;
	left:-15px;
	top: -40px;
}



.dottedtopbottom{
	border-top: 5px dotted #1c6131;
	border-bottom: 5px dotted #1c6131;
	padding: 15px 0; 
	margin-bottom: 15px;
}
.dottedtopbottom h2{
	margin:0;
	font-weight: bold;
} 
.squarelink {
  width: 100%; 
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border: 6px solid #f5f2dd;
}
.squarelink.noborder{
	border:0;
}
.squarelink:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.squarelink>div {
  position: absolute;
  width: 100%;
  height: 110%;
}

.linkinfo{
	background: #f5f2dd;
	color: #1c6131;
  width: 100%; 
  height: 100%;
  position: absolute;
  top: 100%;
  padding: 10px;
	transition: top 0.6s cubic-bezier(.87,0,.19,1.44);
} 

.squarelink:hover .linkinfo {
	top:40%;
	transition: top 0.6s cubic-bezier(.87,0,.19,1.44);
}
.squarelink h2{
	margin-top:5px;
} 

.linkinfo p{
	opacity:0;
	transition opacity 0.01s ease-in;
  transition-delay: 0.5s;
}
.squarelink:hover .linkinfo p{
	opacity: 100;
	transition opacity 0.01s ease-in;
  transition-delay: 0.01s;
}

.partners{
	border-top: 1px solid #747430;
	padding-top: 20px;
	margin-top: 20px;
}

.thin{
	font-weight: normal;
}

.toc a {
	display: block;
	transition: all 0.3s ease-out;
	height: 290px; 
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
} 
@media(max-width: 991px){ 
	.toc a { 
		height: auto;  
	}
} 
.toc a h3{
	color: #1c6131;
	margin-bottom: 5px;
}
.toc a p{
	color: #747430;
	font-weight: bold;
}
.toc a:hover,
.toc a:focus{
	text-decoration: none;
	background: #e6dfc2;
	-webkit-box-shadow: 0px 0px 0px 8px #e6dfc2;
	-moz-box-shadow: 0px 0px 0px 8px #e6dfc2;
	box-shadow: 0px 0px 0px 8px #e6dfc2;
	transition: all 0.3s ease-out;
}

.toc a.verborgen{
	opacity: 0.4;
}
ul.filter{
	padding:0;
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}
ul.filter>li{
	display: inline;
}
	
ul.filter a{
	display: inline-block;
	font-size: 18px;
	padding: 5px 10px;
	margin: 5px;
	border: 1px solid #1c6131;
	color: #1c6131;
  transition: all 0.2s ease-out;  
}
ul.filter a.active,
ul.filter a:hover,
ul.filter a:focus{
	text-decoration: none;
	background:  #1c6131;
	color: #f5f2dd;
  transition: all 0.2s ease-out;  
}

ul.filtersmall a{
	font-size: 13px;
	padding: 4px 5px;
	margin: 2px;
	line-height: 100%;
}

a.tickets{
	display:none;
}
@media(min-width:768px){
	a.tickets{
		display: inline-block;
		position: absolute;
		top:0;
		right: 90px;
		width: 165px;
		height: 125px;
		background:url(/images/ticketsbg.svg) no-repeat top center;
		background-size: contain;
		z-index: 100;
		text-align: center;
		text-transform: uppercase;
		font-size: 26px;
		padding-top: 50px;
		color: #F7F3DE;
		transition: all 0.2s ease-in;
	}
	a.tickets:hover{
		text-decoration: none;
		color: white;
		transition: all 0.2s ease-in;
	}
}
body.cmsmode a.tickets{
	display:none;
}

hr{
	border-top: 1px solid #747430;
	margin: 40px 0;
}

@media(max-width: 767px){
	.programmathemas{
		display: none;
	}
}

ul.subsponsors{
	padding:0;
	list-style: none;
	text-align: center;
	margin-top: 20px;
}
ul.subsponsors>li{
	display: inline-block;
	padding: 0 5px;
}
ul.subsponsors>li img{
	height: 20px;
}
@media(max-width: 768px){
	ul.subsponsors>li img{
		height: calc(100vw / 20);
	}
}


ul.hoofdsponsors{
	padding:0;
	list-style: none;
	text-align: center;
	margin-top: 20px;
}
ul.hoofdsponsors>li{
	display: inline-block;
	padding: 0 5px;
}
ul.hoofdsponsors>li img{
	height: 55px;
}
@media(max-width: 768px){
	ul.hoofdsponsors>li img{
		height: calc(100vw / 10);
	}
}

.smaakstijlbadge {
	display: none !important;
}