html {
scroll-behavior: smooth;
}
body { 
margin: 0; 
font-family: 'Open Sans', sans-serif; 
background-color:#fff;
margin: 0;
padding: 0;
word-wrap: break-word !important;
}
@media (max-width: 200px){
	* {display: none;}
}

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix { clear: both; 
}
#pagina {
max-width: 1220px;
width: 100%;
margin: auto;
border: 0px solid #ff0000;
}

div.sticky {
position: -webkit-sticky;
position: sticky;
top: 0px;
height: 100px;
max-width: 1200px;
margin: auto;
background-color: #fff;
padding: 0;
z-index: 1;
}
@media (max-width: 1200px) {
	div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	height: 100px;
	z-index: 1;
	}
}
@media (min-width: 1201px) {
	div.sticky {
	position: relative;
	z-index: 1;
	}
}
nav {
  text-align: right;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 50px;
}

nav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  list-style-type: none;
}

nav ul li { display: inline-block; }

nav ul li a {
  color: #4c0a64;
  font-weight: normal;
  text-decoration: none;
  margin: auto;
  display: inline-block;
  min-width: 40px;
  padding: 1em 1em;
  box-sizing: border-box;
  border-radius: 25px;
  border: 0px solid transparent;
}
@media (min-width: 1201px) {
	nav ul li a {
	text-align: center;
	}
}

nav ul li a:hover { 
border-radius: 25px;
border: 0px solid #000;
}

#menu_button_wrapper { display: none; }

.hidden { display: none; }

/* Responsive for smaller screens */

@media (max-width: 1200px) {
	nav {
  	padding-top: 1px;
	padding-left: 10px;
	text-align: left;
	}
	#menu_button_wrapper {
	display: block;
	padding: 1em;
	color: #4c0a64;
	-webkit-box-shadow: 0 0px 0 rgba(255,255,255,.1);
	box-shadow: 0 0px 0 rgba(255,255,255,.1);
	margin-bottom: .5em;
	}

	#menu_button {
  	box-sizing: border-box;
  	float: right;
	min-width: 140px;
  	margin-top: 60px;
  	padding: 1em 1em;
	border-radius: 25px;
	color: #fff;
	font-weight: bold;
	background-color: #8f98cd;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	}

	#menu_button:hover {
  	cursor: pointer;
  	background-color: #43a9dd;
  	color: #fff;
	}

	#hamburger {
  	float: right;
  	padding-top: .15em;
	}

	#menu_button span {
  	display: block;
  	background-color: #4c0a64;
  	width: 1.2em;
  	height: .15em;
  	border-radius: 1px;
  	margin-bottom: .2em;
	}
	nav ul {
  	width: 100%;
  	margin: 0 auto;
  	padding: 0;
  	box-sizing: border-box;
	}
	nav ul li { display: block; }
	nav ul li a { min-width: 40px; }
}

img.logo_placeholder {

width: 100%;
display: block;
}
.aho {
background-color: #fff;
color: #4c0a64;
font-size: 36px;
padding: 10px 12px;
text-align: center;
transition: all 0.3s ease;
}
.aho:hover {
color: #d88b11;
}
@media (max-width: 1200px){ 
	.home {
	display: none;
	}
}
.home_oha {
background-color: #fff;
color: #4c0a64;
font-size: 36px;
padding: 12px;
text-align: center;
transition: all 0.3s ease;
z-index: 2;	
}
.home_oha:hover {
color: #d88b11;
}
@media (min-width: 1201px){ 
	.home_oha {
	display: none;
	}
}
#container {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding: 0;	
}
@media (max-width: 1200px){ 
	#container {
 	margin-top: 60px;	
	}
}
.oha_onder {
padding: 5px 20px;
line-height: 1.8;
background-color: #4c0a64;
border-radius: 0 0 15px 15px;
border-bottom: 0px solid #3458a8;
border-left: 0px solid #3458a8;
border-right: 0px solid #3458a8; 
}
.picturecard {
padding: 10px 20px;
border-radius: 0px;
}
@media screen and (max-width: 760px) {
	.picturecard {
	padding: 10px 5px;
	}
}
.picturecard a {
color: #000;
}
.picturecard img {
margin: auto;
width: 100%;
display: block;
}
/* plaatsbepalingen horizontaal */
.centraal { margin: auto;
width: 100%;
text-align: center;
}
/* Float 2 columns 50% side by side */
.column {
  float: left;
  width: 50%;
  padding: 0;
}
.column img {
	width: 100%;
	margin-top: 25px;
	margin-left: 10px;
    margin-right: 10px;
}
/* Float 3 columns side by side */
.column_3 {
  float: left;
  width: 33.33%;
  padding: 0;
}
.column_3 img {
	width: 100%;
	margin-top: 25px;
	margin-left: 10px;
    margin-right: 10px;
}
/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */

@media screen and (max-width: 760px) {
	.column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  	}
    .column img {
	margin-top: 0;
	margin-left: 0;
	}
	.column_3 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	}
	.column_3 img {
	margin-top: 0;
	margin-left: 0;
	}
}
.oha_text {
padding: 20px 30px;
background-color: #fefbf6;
}
.oha_text h2 {
color: #000;
font-size: 22px ;
}
.oha_text h3 {
font-size: 22px;
color: #8f98cd;
font-style: normal;
}
.oha_text p {
font-size: 18px;
}
.oha_text ul {
font-size: 18px;
}
.oha_text ol {
font-size: 18px;
}
.oha_boven {
padding: 5px 20px;
line-height: 1.8;
background-color: #3458a8; 
}
.oha_boven h1 {
color: #463062;
font-size: 24px;
}
.oha_boven h2 {
color: #ffffff;
font-size: 21px;
}
@media screen and (max-width: 760px) {
    .oha_boven h1 {
    font-size: 28px;}    
}
.schuin {
font-style: italic;
}
.nadruk {
font-weight: bold;
color: #463062;
}
p.onderschrift {
font-size: 16px;
font-style: italic;
}
#TopBtn {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	font-size: 30px;
	line-height: 40px;
	border: none;
	outline: none;
	background-color: rgb(255,255,255, 0.3);
	color: #4c0a64;
	cursor: pointer;
	padding: 6px 15px;
	border-radius: 50%;
  } 
  #TopBtn:hover {
	background-color: #d88b11;
	color: #fff;
  }
.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}
.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{opacity:.8;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;border-radius: 25px;white-space:nowrap}
.cc-banner .cc-btn:last-child{min-width:140px}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>
.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{-ms-flex:1;flex:1}
.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}

@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){
	.cc-btn{white-space:normal}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
	.cc-window.cc-top{top:0}
	.cc-window.cc-bottom{bottom:0}
	.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
	.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}
	.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}
	.cc-window.cc-floating{max-width:none}
	.cc-window .cc-message{margin-bottom:1em}
	.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}
}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}



/* Responsive*/
.current_page {
  display: none;
}


@media (min-width: 1024px) {
  .current_page {
    display: inline-block; 
  }
}

 