



body{

	background: black;
	color: white;

	position: relative;
}




.image{
	display: block
	width: 100%;
	height: 75vh;
	background-image: url('Disponent-gesucht.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.tel-outer{
	text-align: center;
	display: block;
	margin: 5vh 15px 7vh;
	
}
.tel-outer a{
	color: white;
	font-weight: bold;
	font-size: 4vh;
	letter-spacing: 0.1em;
	font-family: sans-serif;
	text-decoration: none;
	display: inline-block;
}

ul{
	display: flex;
	justify-content: center;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	
	
}
ul li{
	padding: 0 12px;
		
}
	
ul li a{
	color: white;
	font-weight: bold;
	font-size: 1.5vh;
	letter-spacing: 0.1em;
	font-family: sans-serif;
	text-decoration: none;
}


.clear{
	clear: both;
}

