@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';
    font-size: 15px;
	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;
}

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;
	}

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;
	transition: transform .2s; /* Animation */
}

img {
	transition: transform .2s; /* Animation */
}

h2 { 
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
	text-align: left;	
}

p {
	text-align: justify;
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
}

img:hover {
	transform: scale(1.01);	
}

div.lijn1 {
	position: relative;
	top: 130px;
	display: flex;
	margin-bottom: 10px;
}

div.F50T50foto {
	display: flex;
	width: 50%;
	margin-right: 20px;
}

div.F50T50foto img{
	width: 50%;
	object-fit: cover;
	margin-left: 10px;
}

div.F50T50tekst {
	width: 50%;
	text-align: center;
	padding-top: 4%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

div.F50T50tekst p {
	padding-left: 10%;
	padding-right: 10%;	
	margin-top: 0px;
	margin-bottom: 0px;
}

div.F50T50tekst h2 {
	padding-left: 10%;
	padding-right: 10%;	
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 { 
	font-family: Maitree, "Maitree SemiBold";
	font-size: 17px;
	text-align: left;	
}

p {
	text-align: justify;
	font-family: Maitree, "Maitree SemiBold";
	font-size: 16px;
}
	
}

@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;
	top:0;
}

div.taaltoggle {
	position: fixed;
	right: 0;	
	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;
	float: right;
	margin-right: 40px;
	margin-top: 50px;
	}

.boven a {
	text-align: right;
	}
	
.dropdown-menu {
}

.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: 15px;
	text-align: left;	
}

p {
	text-align: justify;
	font-family: Maitree, "Maitree SemiBold";
	font-size: 15px;
}

li.bold {
	font-weight: bold;
	}

div.lijn1 {
	position: absolute;
	top: 20px;
	}
	
	
div.lijn1 p{
	margin-left: 20px;
	margin-right: 20px; 
	}

div.lijn1 h2 {
	margin-left: 20px;
	margin-right: 20px; }

div.F50T50foto {
	display: flex;
	margin-top:110px;
	margin-left: 15px;
	margin-right: 15px; }
	
div.F50T50foto img {
	width: 100%;
	height:240px;
	object-fit: cover;
	margin-left: 5px;
	margin-right: 5px; }	
	
}
	
