@charset "utf-8";
/* CSS Document */


@media (min-width: 1036px) {
body,td,th {
    color: #011627;
	}

body {
    background-color: #FCF8F2;
	margin: 0;
	padding: 0;
	font-family: Maitree, 'Maitree SemiBold';
	}

li {
	display: inline;
	}

div.taaltoggle {
	background-color: #FCF8F2; 
	width: 100%;
	position: fixed;
	z-index: 2;
	margin-right: 60px;
	margin-top: 10px;
	right: 0;
}

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 {
	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 {
	position: relative;
}

 div.boven a{
	float: right;
	margin-right: 60px;
	margin-top: 50px;
	text-decoration: none;
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	color: #011627;	
	/*position: absolute;*/
	} 

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;
	transition: transform .2s; /* Animation */
}

img {
	transition: transform .2s;
	}

img:hover{
	transform: scale(1.01);
	}


div.review {
	font-family: Maitree;
	position: relative;
	top: 150px;
	margin-left: 25%;
	margin-right: 25%;
	text-align: justify;
	background-color: white;
	/*padding: 15px;*/
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right:30px;
	margin-bottom: 10px;
}

div.tekst {
	font-size: 15px;
	/*padding-right: 10px;*/
}

div.naam {
	font-size: 16px;
	font-weight: bold;
	color: #f0899a;
}

div.datum {
	font-size: 15px;
	font-weight: lighter;
	margin-top: -20px;
	color: #f0899a;
	/*margin-bottom: 70px;*/
	
}

div.artikel{
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	font-family: Maitree;
	text-align: justify;
	background-color: white;
	margin-top: 160px;
	margin-bottom: -140px;
	flex-wrap: nowrap;
	}

div.artikelfoto{
	display: flex;
	flex-direction: row;
	}

div.artikel img {
	heigt:100px;
	width: 50%;
	object-fit: cover;
	/*margin-top: 150px;
	margin-bottom: -140px;*/
	background-color: #FCF8F2;
	padding: 0px;
}

	
div.artikeltekst {
	padding: 15px;
}		
	
}

@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: #d1c600;
}

div.review {
	font-family: Maitree;
	position: relative;
	top: 150px;
	margin-left: 25%;
	margin-right: 25%;
	text-align: justify;
	background-color: white;
	/*padding: 15px;*/
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right:30px;

}

div.tekst {
	font-size: 15px;
	/*padding-right: 10px;*/
}

div.naam {
	font-size: 16px;
	font-weight: bold;
	color: #f0899a;
}

	div.datum {
		font-size: 15px;
		font-weight: lighter;
		margin-top: -20px;
		color: #f0899a;
		/*margin-bottom: 70px;*/
	}

	div.artikel {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 160px;
		background-color: #FCF8F2;
		/*padding: 15px;*/
		margin-bottom: -140px;
	}
	
	div.artikelfoto {
		object-fit: cover;
	}

	div.artikel img {
		width: 100%;
	}
	
	div.artikeltekst {
		padding-left: 15px;
		padding-bottom: 15px;
	}
	
}