@charset "UTF-8";
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	font-family: "TheMix-Plain";
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	font-variant: normal;
	color:#222;
	display: flex;
	flex-direction: column;
	height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
	background-color: #f8ebf4;
}

h1, h2 {
	font-family: "TheMix-ExtraBoldPlain";
	font-family: "TheMix-BoldPlain";
	color: #4a3577;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
}
h2 {
	font-size: 24px;
	line-height: 26px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
p {
	padding-bottom: 20px;
}
a {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 25px;
	}
}

#container-home-images {
	background-color: cornflowerblue;
	width: 100%;
	flex-direction: column;
	height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}
.section-anker {
	position: absolute;
	position: relative;
	width: 20px;
	height: 20px;
	top: -20px;
	//background-color: aquamarine;
}
/* INTRODUCTIE */
#introductie {
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 35px;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
	#introductie {
		padding-top: 80px;
	}
}
/* VOOR WIE */
section ul {
	-moz-column-count: 1; /* Fx */
	-webkit-column-count: 1; /* Ch, Saf, And, BB  */
	column-count: 1; /* IE 10, Op 11.1+ */
	-moz-column-gap: 0px; /* Fx */
	-webkit-column-gap: 0px; /* Ch, Saf, And, BB  */
	column-gap: 0px; /* IE 10, Op 11.1+ */
	padding: 20px;
	margin-bottom: 30px;
}
@media only screen and (min-width: 625px) {
	section ul {
		-moz-column-count: 2; /* Fx */
		-webkit-column-count: 2; /* Ch, Saf, And, BB  */
		column-count: 2; /* IE 10, Op 11.1+ */
		-moz-column-gap: 10px; /* Fx */
		-webkit-column-gap: 10px; /* Ch, Saf, And, BB  */
		column-gap: 10px; /* IE 10, Op 11.1+ */
		padding: 40px;
	}
}
section ul li {
	position: relative;
	font-family: "TheMix-PlainItalic";
	margin-bottom: 5px;
	line-height: 30px;
	list-style: none;
	padding-left: 20px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
section ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	font-weight: bold; /* If you want it to be bold */
	font-size: 20px;
	color: #ff3300;
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/* OVER ANNEMIEK */
.foto-over-annemieke {
	position: relative;
}
.foto-over-annemieke h2 {
	position: absolute;
	top: 60px;
	top: 20%;
	right: 15%;
	z-index: 3;
	text-align: left;
}
.foto-over-annemieke h2 span {
	padding-left: 25px;
}
video {
	width: 100%;
	display:block;
}
.foto-over-annemieke #vidHome {
	padding:0;
	margin:0;
	z-index: 2;
}
@media only screen and (min-width: 768px) {
	.foto-over-annemieke h2 {
		font-size: 28px;
		line-height: 30px;
		right: 25%;
	}
}
@media only screen and (min-width: 1024px) {
	.foto-over-annemieke h2 {
		right: 35%;
	}
}
@media only screen and (min-width: 1280px) {
	.foto-over-annemieke h2 {
		font-size: 33px;
		line-height: 38px;
		right: 35%;
	}
}
@media only screen and (min-width: 1600px) {
	.foto-over-annemieke h2 {
		right: 40%;
	}
}
/* paarse blok met tekst */
#over-annemieke-introductie {
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 35px;
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
	#over-annemieke-introductie {
		padding-top: 50px;
		padding-bottom: 40px;
	}
}
/* foto ijsberg */
.over img {
	position: relative;
	width: 90%;
	display: block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}
/* PRAKTISCHE INFO */
.praktische-info-container {
	padding-bottom: 50px;
	padding-left: 10%;
}
.praktische-info {
	padding-bottom: 20px;
}
.praktische-info .kolom-links,
.praktische-info .kolom-rechts {
	padding-bottom: 20px;
}
.praktische-info .kolom-links {
	font-family: "TheMix-BoldPlain";
	clear: left;
	float: left;
	width: 110px;
}
.praktische-info .kolom-rechts {
	font-family: "TheMix-Plain";
	font-weight: 400;
	overflow:hidden;
}
@media only screen and (min-width: 625px) {
	.praktische-info-container {
		padding-left: 5%;
	}
	.praktische-info .kolom-links {
		width: 150px;
	}
}
/*
KLEUREN
*/
.bg-roze {
	background-color: #f9ecf5;
}
.bg-paars {
	background-color: #4a3577; /* paars */
	background-color: #312f63; /* paars */
}
.bg-licht-paars {
	background-color: #c5abd0;
}
.bg-grijs {
	background-color: #dcd3da;
}
.bg-licht-grijs {
	background-color:#e6e1e1;
}
.bg-rood {
	background-color: #da622f	;
}
.bg-oranje {
	background-color: #ebac3e;
}
.bg-geel {
	background-color: #f0e85c;
}
.bg-groen {
	background-color: #acc938;
}
.bg-blauw {
	background-color: #4496de;
}
.bg-aqua {
	background-color: #a5cfbf;
}
.bg-wit {
	background-color:#ffffff;
}
.bg-zwart {
	background-color:#000;
}
.txt-paars {
	color: #4a3577;
}
.txt-blauw {
	color: #4064ad;
}
.txt-roze {
	color:#f9ecf5; /* txt roze */
}
.txt-wit {
	color:#fff;
}
/*
IMAGES
*/
main img {
	width: 100%;
}
.image {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 100vh;
	vertical-align:top;/* fix om 4 pixels margin bottom weg te halen */
}
.image.max-height-500 {
	max-height: 500px;
}
.image.max-height-750 {
	max-height: 750px;
}
.img-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.img-container .featured-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.custom-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
}
.custom-object-fit .featured-image {
	opacity: 0;
}
.img-container.custom-object-fit {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/*
BASICS
*/
.rounded-corners, .rounded-corners a {border-radius: 7px}

.bold, strong { font-family: "TheMix-BoldPlain"}
em, .italic{font-style: italic}
section, article{position:relative}

.clear-left {clear: left}
.clear-right {clear: right}
.clear-both {clear: both}

.float-left{ float:left}
.float-right{ float:right}
.float-none{ float:none}

.txt-align-left { text-align:left}
.txt-align-right { text-align:right}
.txt-align-center { text-align:center}
.inline-block { display:inline-block}
.block { display: block}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table }
.clearfix:after { clear: both }
.clearfix { zoom: 1 }
