html,body{
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans', serif;
	overflow-y: hidden;
}

.row{
	width: 98%;
	margin: auto;
}

header, footer{
	padding: 1%;
	background: rgba(0,0,0, 0.7);
	z-index: 100;
}

header #logo{
	display: inline-block;
	width: 2.5em;
}

header #logo img{
	width: 9em;
}

header #contact{
	position: absolute;
	top: 0;
	right: 2%;
}

header #contact a{
	text-decoration: none;
}

header #contact #backeurop{
	position: relative;
	top: 0;
	font-size: 0.65em;
	color: #a7b1b9;
}

a {
	text-decoration: none;
	color: #fff;
}

#slider{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: url('../img/slider/1.jpg');
	background-size: cover;
}

section{
	position: absolute;
	text-align: center;
	bottom: -15em;
	height: 370px;
	width:100%;
}

section article{
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 200px;
	margin-left: 1%;
	margin-right: 1%;
	top: 0;
	transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

section article:hover{
	top: -6em;
	transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

section article img{
	width: 100%;
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	z-index: 15;
}
section article a{
	text-decoration: none
}

section article .title{
	position: relative;
	text-align: left;
	background: rgba(0,0,0, 0.8);
	color: #fff;
	padding: 10px;
	top: 2em;
	z-index: 20;
	text-transform: uppercase;
	overflow:hidden;
	text-overflow:ellipsis;
}

#content_img {
	height: 75%;
	max-height: 75%;
	overflow-y: auto;
}

.content_img {
	color: #000;
	width: 80%;
	padding: 1%;
	margin: 2% auto;
}

div.content_img .split {
	text-align: center;
}

div.content_img .split .left {
	float: left;
	text-align: left;
	width: 45%;
}

div.content_img .split .right {
	float: right;
	width: 45%;
}

div.content_img .split .right img {
	width: 100%;
}

div.content_img .btn {
	display: inline-block;
	box-shadow: 2px 2px 0px #a3a3a3;
	width: 20%;
	margin: 5px;
	padding: 2px;
	text-align: center;
	cursor: pointer;
}

div.content_img h2{
	font-size: 1.5rem;
	color: #717171;
	margin-bottom: 20px;
}

#content {
	height: 75%;
	max-height: 75%;
	overflow-y: auto;
}

.content {
	background: rgba(0,0,0, 0.8);
	color: #fff;
	width: 80%;
	padding: 1%;
	margin: 2% auto;
}
div.content .split {
	text-align: center;
}

div.content .split .left {
	float: left;
	text-align: left;
	width: 45%;
}

div.content .split .right {
	float: right;
	width: 45%;
}

div.content .split .right img {
	width: 100%;
}

div.content .btn {
	display: inline-block;
	box-shadow: 2px 2px 0px #a3a3a3;
	width: 20%;
	margin: 5px;
	padding: 2px;
	text-align: center;
	cursor: pointer;
}

div.content h2{
	font-size: 1.5rem;
	color: #717171;
	margin-bottom: 20px;
}

.row {
	width: 100%;
	margin-bottom: 1%;
}
.field {
	float: left;
	width: 50%;
}
.field > label {
	margin-bottom: 5px;
}

.row label {
	display: block;
	padding-left: 2%;
}
.clear {
	clear: both;
}

.row input, .row select {
	display: block;
	margin-left: 2%;
	width: 80%;
}
.row input[type=radio] {
	width: auto;
}

.inline input {
	width: auto;
	display: inline-block;
}

.submit {
	width: 100%;
	text-align: center;
}
button {
	width: 10%;
}

footer{
	position: absolute;
	padding: 0.7%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}

footer > .row {
	margin-bottom: 0;
}

footer a{
	color: #929292;
}

.content b {
	font-weight: bold;
	font-size: 18px;
}
h1.content b {
	font-size: 24px
}

.content i {
	font-style: italic;
}