body, table, tr, td {
	border: 0;
	padding: 0;
	margin: 0;
}

ul {
  list-style-type: none;
  margin-left: -15%;
}

li {
  line-height: 90%;
  font-size: 14px;
}

h2 {
	line-height: 125%;
}

.PCwrapper {
	overflow: hidden;
  position: relative;
	margin: auto;
}

.nieuw {
	color: #BD4306;
	font-weight: 700;
}	

.inlogscherm {
  position: absolute;
  padding: 1%;
  width: 30%;
  height: 18%;
  top: 4%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  left: 6%;
  border: 1px solid #000000;
  background-color: #9AB7B7;
  z-index: +1;
}

.fixed-input {
  width: 150px;	
}

.verzendknop {
  background-color: #9AB7B7;  	
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
	margin-top: 2%;
}

.foutmelding {
  text-align: center;
//  font-size: calc(8px + 1vw);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
}

.flexcontainer {
  display: flex;
	height: 63vh;
}

.container {
  width: 30vw;
	height: 100%;
  align-items: left;
  justify-content: left;
  font-family: Arial, Helvetica, sans-serif;
	padding-left: 3%;
	background-color: #FDF2AA;
}

.fotocontainer {
	width: 40vw;
//	height: 100vh;
}

.header{
  width: 100vw;
	height: 5vh;
  background-color: #BD4306;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding: 2% 0;
}

.footer { 
  width: 100vw;
	height: 16vh;
  background-color: #BD4306;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
	padding: 2% 0;
}

.center {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	margin: auto;
}​

.knop {
	display: inline-block;
  background-color: #FDF2AA;
  font-family: Arial, Helvetica, sans-serif;
//  cursor: hand;
//  cursor: pointer;
}
