@charset "utf-8";
/* CSS Document */

@media (min-width: 1036px) {
body,td,th {
    color: #011627;
	}

body {
    background-color: #FCF8F2;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	}

li {
	display: inline;
	}

div.taaltoggle {
	background-color: #FCF8F2; 
	width: 100%;
	position: fixed;
	z-index: 2;
	margin-right: 60px;
	margin-top: 10px;
	right: 0;
	top:0px;
}

div.taaltoggle a {
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	text-decoration: none;
	float: right;
	margin-left: 20px;
	color: #f0899a;
}

a.taal {
	font-weight: bold;
}

div.header {
	background-color: #fcf8f2; 
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 1;
	top:0px;
	}


div.logo img {
	/* position: fixed; */
	margin-left: 6%;
	float: left; /* ik weet niet of dit commando nog iets doet door de margin-left (nuttig??) */
	height: 150px;
	transition: transform .2s; /* Animation */
	}

div.logo img:hover {
	transform: scale(1.03);	
}

 div.boven a{
	float: right;
	margin-right: 60px;
	margin-top: 50px;
	text-decoration: none;
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	color: #011627;	
	} 

li.bold {
	font-weight: bold;
}

div.boven ul {
	display: flex;
	flex-direction: row;
	position: fixed;
	right: 0;
	}

div.boven a.menu {
	display: none;
	}

a:hover {
	font-weight: bold;
}

img {
	transition: transform .2s; /* Animation */
}



h2 { 
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	text-align: left;
	margin: 0;

}

p {
	text-align: justify;
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	margin: 0;
}

	div.socialmedia {
		position: fixed;
		top:150px;
		right: 60px;
		display: flex;


	}
	div.socialmedia img {
		height: 30px;
		object-fit: cover;
		padding-left: 5px;
	}
div.lijn1 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;

}
	
	div.lijn2 img {
		height: 320px;
		width: 100%;
		object-fit: contain; 
	}

div.lijn2 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;	
	}
	
div.lijn3 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
	}
	
	
div.lijn4 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
	}
/* div.lijn4 {
	position: relative;
	display: flex;
	top: 140px;
	padding-left: 130px; 
	padding-right: 60px;
	padding-top: 50px;

}

div.rechts {
	margin-left: auto;
}
*/
div.lijn5 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
	}
	
div.lijn5 img{
	height: 400px;
	width: 100%;
	object-fit: cover;
	/* top: 125px; */
	position: relative;
}
}

@media (max-width: 1036px) {
body,td,th {
    color: #011627;
	}

body {
    background-color: #FCF8F2;
	margin: 0;
	padding: 0;
	font-family: Maitree, 'Maitree SemiBold';
    font-size: 16px;
	}
	
img {
	transition: transform .2s; /* Animation */
}
img:hover {
	transform: scale(1.01);	
	
	}
	
div.header {
	background-color: #FCF8F2; 
	height: 110px;
	width: 100%;
	position: fixed;
	display: flex;
	z-index: 1;
}

div.taaltoggle {
	position: fixed;
	right: 0;	
	/*padding-right: 20px;
	top:30px;*/
	margin-right: 60px;
	margin-top: 10px;
	display: flex;
	flex-direction: row-reverse;
	}

div.taaltoggle a {
	text-decoration: none;
	color: #f0899a;
	margin-left: 20px;

	}

a.taal {
	font-weight: bold;
}

	
div.logo img {
	height: 150px;
	position: absolute;
	left:8%;
	transition: transform .2s; /* Animation */
	}
	
div.logo img:hover {
	transform: scale(1.03);	
}
	
div.boven{
	position: fixed;
	right: 0;
	/*top:45px;*/
	float: right;
	margin-right: 40px;
	margin-top: 50px;
	}

.boven a {
	text-align: right;
	}
	

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown-menu li a {
	padding-left: 115px;
	padding-right: 20px;
	}
	
.dropdown-menu li {
  position: relative;
  display: inline-block;
}

.dropdown-menu li a {
  display: block;
  /*padding: 10px;*/
  color: #011627;
  text-decoration: none;
}

.dropdown-menu li:hover > ul {
  display: block;
}

.dropdown-menu ul {
  display: none;
  position: absolute;
  background-color: #f0899a;
  min-width: 100%;
  max-width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}

.dropdown-menu ul li {
  display: block;
}

.dropdown-menu ul li a {
  padding: 10px 20px;
  color: #FCF8F2;
  text-decoration: none;
}

.dropdown-menu ul li a:hover {
  background-color: #F6BCC6;
}

h2 { 
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	text-align: left;
	margin: 0;

}

p {
	text-align: left;
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	margin: 0;
}

div.socialmedia {
		position: fixed;
		top:150px;
		right: 60px;
	display: flex;
	}
	div.socialmedia img {
		height: 30px;
		object-fit: cover;
			padding-left: 5px;

	}


div.lijn1 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;

}
	
	div.lijn2 img {
		height: 320px;
		width: 100%;
		object-fit: contain; 
	}

div.lijn2 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;	
	}
	
div.lijn3 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
	}
	
	
div.lijn4 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
	}
/* div.lijn4 {
	position: relative;
	display: flex;
	top: 140px;
	padding-left: 130px; 
	padding-right: 60px;
	padding-top: 50px;

}

div.rechts {
	margin-left: auto;
}
*/
div.lijn5 {
	position: relative;
	top: 160px;
	margin-left: 25%;
	margin-right: 25%;
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
	}
	
div.lijn5 img{
	height: 400px;
	width: 100%;
	object-fit: cover;
	/* top: 125px; */
	position: relative;
}
	
	
	
}

