#header {
	float: top;
	margin-top:-400px;
	margin-left: -10px;
	z-index:5;
}

#balk {
    min-width: 100%;
	height: 40px;
	background-color:#292929;
	margin-top: -10px;
	margin-left: -10px;
	position: fixed;
	z-index: 1;
}

#navi {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left:50px;
	width: 800px;
	height: 40px;
	margin-top: 0px;
	margin-left: 55px;
	position: fixed;
	z-index: 2;
}

#logo {
		width: 300px;
		height: 127px;
        float: left;
		float: top;
        margin-left: 30px;
        margin-top: 50px;
		position: absolute;
		z-index: 1;
    }

#payoff {
		display: flex;
  		justify-content: center;
  		align-items: center;
  		text-align: center;
  		min-height: 10vh;
		z-index: 10;
    }

#buttons {
		display: flex;
  		justify-content: center;
  		align-items: center;
  		text-align: center;
  		min-height: 10vh;
		z-index: 1;
    }


#blok-1 {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  		margin: auto;
		min-height: 20vh;
  		width: 50%;
  		padding: 30px;
		margin-top: -50px;
		z-index: 1;
}

.blok-2 {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		text-align: center;
		margin: auto;
		min-height: 30vh;
  		width: 50%;
  		padding: 30px;
		margin-top: -50px;
		z-index: 1;
}

#blok-3 {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  		margin: auto;
		min-height: 40vh;
  		width: 50%;
  		padding: 0px;
		margin-top: 50px;
		z-index: 1;
}

#blok-4 {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  		margin: auto;
		min-height: 50vh;
  		width: 50%;
  		padding: 30px;
		margin-top: 50px;
		z-index: 1;
}


#werk {
		width: 650px;
		height: 1200;
	    float: left;
		float: top;
        margin-left: 150px;
        margin-top: 650px;
		position: absolute;
		z-index: 1;
}

#slider {
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		text-align: center;
		margin: auto;
		min-height: 30vh;
  		width: 80%;
  		padding: 10px;
		margin-top: 50px;
		z-index: 1;
}

#footer {

	  		display: flex;
  		justify-content: center;
  		align-items: center;
  		text-align: center;
		z-index: 1;
	background-color: #292929;
	background-position: 0;
	width:100%;
	height:20%;


}



a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000000;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #000;
}

h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 70px;
	color: #FFFFFF;
}
