@charset "utf-8";

body
{
  margin: 20mm 0mm 20mm 0mm;
  background-image: url("img/hout.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: white;
}

#frame {
	margin: auto;
    border-radius: 25px 25px 0px 25px;
    background: #FFFFFF;
    padding: 20px; 
    width: 80vw;
    height: 75vh;
	box-shadow: 5px 5px 10px #888888;
	position: relative;	
}

#titel {
	color: red;
	font-size: 8vw;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-align: center;
	top: 10vh;
}

#info {
	color: black;
	font-size: 4vw;
	font-weight: normal;
	font-family: helvetica, sans-serif;
	text-align: center;
	position: relative;
	top: 10vh;
}
	

#prijskader {
	margin: auto;
    border-radius: 30px 30px 0px 30px;
    background: #FFFF00;
    padding: 20px; 
    width: 55vw;
    height: 35vw;
	position: absolute;
	top: 48vh;
	left: 15%;
	
}

#prijs {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	color: red;
	font-size: 10vw;
	font-weight: bold;
	font-family: "DejaVu Sans Condensed", Arial, "sans-serif"
	
}

#footer {
	background-color: #006e45;
	height: 100px;
	padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
	position: fixed;
	bottom: 0;
	width: 100%;
	align-content: center
    
}

#formframe {
	margin: auto;
    border-radius: 25px 25px 0px 25px;
    background: #006e45;
    padding: 20px; 
    width: 60vw;
    height: 40vh;
	box-shadow: 5px 5px 10px #888888;
}

#formframea5_1 {
	position: fixed;
	left: 50px;
    border-radius: 25px 25px 0px 25px;
    background: #006e45;
    padding: 20px; 
    width: 40vw;
    height: 40vh;
	box-shadow: 5px 5px 10px #888888;
}

#formframea5_2 {
	position: fixed;
	right: 50px;
    border-radius: 25px 25px 0px 25px;
    background: #006e45;
    padding: 20px; 
    width: 40vw;
    height: 40vh;
	box-shadow: 5px 5px 10px #888888;
}

#formtitel {
	color: white;
	font-size: 3vw;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-align: center;
}

#formuitleg {
	color: white;
	font-size: 2vw;
	font-weight: normal;
	font-family: helvetica, sans-serif;
	text-align: center;
}

#formtitela5 {
	color: #006e45;
	font-size: 3vw;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-align: center;
}

#link {
	color: #006e45;
	margin: auto;
	font-size: 6vw;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	text-align: center;
}
a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #006e45;
}