@charset "utf-8";
/* CSS Document */

*
{
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body, html
{
	height:100%;
	font-family: 'Open Sans', sans-serif;
}

.container
{
	height:100%;
	width:100%;
}

.header
{
	height:50%;
	width:100%;
	background-color: #000;
	background-image:url(../images/handshake.jpg);
	background-size: cover;
    background-position: center;
}

.page
{
	min-height:40%;
	width:100%;
	background-color: #ffb54e;
	position: relative;
	float:left;
}

.page h1
{
	position: relative;
	margin-top:120px;
	font-size:2em;
	text-align: center;
	background-color: #ffb54e;
}

.pagetekst
{
	width:70%;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1em;
}

.pagetekst p, .pagetekst ul li
{
	line-height: 2em;
	text-align: center;
	font-size: 0.9em;
}

.pagetekst ul
{
	margin-top: 1em;
}

.pagetekst ul li
{
	list-style-position: inside;
	list-style-type: disc;
}

.titel
{
	position: relative;
	display: inline-block;
	background-color: #ffb54e;
	padding-left: 2em;
	padding-right: 2em;
	text-transform: uppercase;
}

.line
{
	position: absolute;
	background-color: #000;
	width:100%;
	height:2px;
	left:0;
	top:50%;
}

.logo
{
	position: absolute;
	top:-100px;
	left:50%;
	margin-left:-100px;
}

.footer
{
	float:left;
	height:10%;
	width:100%;
	background-color:#7c3a00;
	padding-top:1em;
}

.footer h2
{
	font-size:1.25em;
	text-align: center;
	text-transform: uppercase;
}

.footer h2, .footer p, .footer td, .footer a
{
	color:#fff;
}

.footer a
{
	text-decoration: underline;
}

.footer table
{
	margin-top:1em;
	width:15%;
	margin-left:auto;
	margin-right:auto;
}

.footer td
{
	font-size:0.9em;
}

.footer td:nth-child(2)
{
	text-align: right;
}
