

body {	
 	font: 18px proxima-nova, Arial, Helvetica, sans-serif;
	color: #333;
    min-height: 100%;
    background-color: #adbeb2;
  margin: 0;
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: env(safe-area-inset-top);
}

img { 
	max-width: 100%;
}
map {
    display: inline;
}
a:link {
	text-decoration:none;
}

a:visited {
	color:black
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:silver
}

a:active {
	color:silver
	text-decoration:none;
}

h1 {
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:40px;
	line-height:1.2;
	color:#0b3b47;
	padding: 0 0 1% 0;
}

h2 {
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	color:#6357A1;
	padding: 25px 0 5px 0;
	font-size:24px;
	line-height:1.2;
	font-weight: 700;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h3 {
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height:100%;
	padding: 25px 0 0 0;
	font-weight: 700;
	line-height: 135%;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p {
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:1.6;
		color: #333;
	padding: 0 0 0 0;
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  }
 
.link {
	color:#999999;
	font-weight: bold	
}

.hidden {
	display:none;
}

/* Kleuren
-------------------------------------------------------------------------------*/

.kleur1 {
	color:#00716D;
} 
.kleur2 {
	color:#86AB7A;
} 
.kleur3 {
	color:#6357A1;
} 
.kleur4 {
	color:#55A2CA;
}
.kleur5 {
	color:#C21E33;
} 
.kleur6 {
	color:#ED791C;
} 
.kleur7 {
	color:#ffc433;
} 
.faq {
	color:#ED791C;
	font-weight: 600;
} 
.grijs {
	color:#999999;
} 
.silver {
	color:silver;
} 
.stap {
	color:#cb005c;
} 
.blauw {
	color:#4660a8;
} 
.groen {
	color:#339999;
} 
.lichtblauw {
	color:#539CD5;
} 
.paars {
	color:#908DC4;
} 
.rood {
	color:#CC5100;
} 
.grijs {
	color:#999999;
} 
.silver {
	color:silver;
} 
.frood {
	color:#c11e33;
} 
.foranje {
	color:#ec6806;
} 

.linkje {
	font-weight: 700;
	text-decoration:none;
	color: #91a797;
}

.blogstreamer  {
	color:#A8B8BC !important;
	margin: 25px 5% 45px 10%;
	line-height:1.4;
}


	
#page-wrap {
	max-width:800px;
	width: 100%;
	height:100%;
	margin: 0 auto;
	position:relative;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header {
	max-width:800px;
	width: 100%;
	position:relative;
	float:left;
	display: block;
}
#head {
	width: 100%;
	max-width:800px;
	position: fixed;
  	top: 0;
 	display: block;
  	height: 80px;
	background-color: white !important;
	padding-top: 20px;
	z-index:999;
}
#logo {
    display: flex; /* Activeert flexbox */
    justify-content: space-between; /* Zet het eerste item links en de rest rechts */
    align-items: center; /* Zorgt dat ze verticaal netjes in het midden staan */
    width: 100%;
    padding: 0 5%; /* Geeft een beetje ruimte aan de zijkanten */
    box-sizing: border-box; /* Zorgt dat de padding de breedte niet verpest */
}

/* Om de laatste twee logo's samen aan de rechterkant te houden, 
   moeten we een trucje toepassen op het tweede logo */
#logo a:nth-child(2) {
    margin-left: auto; /* Duwt zichzelf en alles daarna naar rechts */
}

#logo img {
    width: auto;
    height: 60px;
    margin: 0px 5px 5px 5px;
}

#main-content {
	width: 100%;
	max-width:800px;
	padding-top: 140px;
	padding-bottom: 165px;
	background-image: url('images/spiralsgrijs.jpg');
  	background-repeat: repeat;
 	display: block;
	margin: 0 auto;
  	height: 100%;
	min-height: 100vh;
  	overflow: hidden;
 	position:relative;
 }
#main-content ol {
 	list-style-type: 1;
	font-size: 14px;
	line-height:1.6;
    padding-left: 16px; 
}
#main-content ul {
    list-style: none;
 	font-size: 14px;
	line-height:1.6;
	padding:0;
    margin:0;
}
#main-content li { 
    padding-left: 16px; 
    text-indent: -12px;
}
#main-content li:before {
    content: "• ";
	font-size: 14px;
 	line-height:0.5;
	color: #5A55A6; 
	position: relative;
	top: 0;
	right: 4px;
}
#footer {
	width:100%;
	max-width:800px;
	float:left;
	display: block;
	background-color: white;
	color: #707070;
	position: fixed;
  	bottom: 0;
  	text-align: center;
	z-index:998;
	padding-top: 20px;
	padding-bottom: 20px;
}

.button {
  background-color: #EEEEEE;
  border: none;
  color: #91a797;
	text-align: center;
  text-decoration: none;
  display: inline-block;
	font-family: proxima-nova,Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight: 600;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 15px;
	margin-top: 15px;
  cursor: pointer;
	border-top-left-radius:35px;  
	border-top-right-radius:35px;  
	border-bottom-right-radius:35px;  
	border-bottom-left-radius:35px; 
}
.button:hover {
  box-shadow: inset -3px -3px 0 rgb(0 0 0 / 10%), inset 0 -3px 6px rgb(0 0 0 / 7%);
}
.button1 {
	background-color: #00716D;
	color: white;
}
.button2 {
	background-color: #86AB7A;
	color: white;
}
.button3 {
	background-color: #6357A1;
	color: white;
}
.button4 {
	background-color: #55A2CA;
	color: white;
}
.button5 {
	background-color: #C21E33;
	color: white;
}
.button6 {
	background-color: #ED791C;
	color: white;
}
.button7 {
  background-color: Transparent;
	color: white;
}

#opsom ul {
  list-style: none;
 	font-size: 17px;
	color: #333;
	line-height:1.6;
	padding:0;
  margin: 0 10%;
}
#opsom ul ul {
    text-indent: -12px;
  margin: 0 0 0 17px;
}

#opsom li { 
    padding-left: 17px; 
    text-indent: -12px;
}
#opsom ul li:before {
    content: "• ";
	font-size: 20px;
 	line-height:0.5;
 	color: #6C9E83; 
	position: relative;
	top: 0;
	right: 4px;
	Z-index:1;
}

#opsom ul ul li:before {
  	color: #DB4C4F; 
	Z-index:1;
}

/* Media queries
-------------------------------------------------------------------------------*/

/* Large screen mobiles */
@media only screen and (max-width: 800px) {

#spread2 {
	display: block;
}
#spread1 {
	display: none;
} 
#page-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
 	background-color: white;
}
#main-content {
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	width: 100vw;
	min-height: 100%;
	padding-top: 120px;
	padding-bottom: 0;

}
#footer {
	position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  width: 100vw;
}
a.anchor {
  position: relative;
  top: -150px;
}

} 
/* END media only screen and (max-width: 800px)




