@font-face { font-family: 'digital-serial-bold';
             src: url('/font/Digital-Serial-Bold.ttf') format('truetype'); }
@font-face { font-family: 'digital-serial-regular';
             src: url('/font/Digital-Serial-Regular.ttf') format('truetype'); }


body{
	font-size: 75%;
	background-color: #963c48;
}

.zentriert {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.background {
  background:url(/images/background.jpg) no-repeat;
	/*background-size:100% auto;*/
	background-size:cover;
}
.container {
	width: 100%;
	display: block;
	text-align: center;
	align-content: center;
 }
#inhalte-werden-zentriert {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kontakt{
	margin-top: 40px;
	width: 700px;
	height: 145px;
	float: none;
}



h1 {
  font-family: digital-serial-bold;
  color: #FFFFFF;
  font-size: 96px;
  text-align: center;
}
h2 {
  font-family: digital-serial-regular;
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
  font-family: digital-serial-regular;
  color: #FFFFFF;
  font-size: 48px;
  text-align: left;
}
a{text-decoration: none; outline: none;}
a:link { color: #ffffff; }
a:visited { color: #ffffff; }

.download a{text-decoration: none; outline: none;}
.download a:link { color: #ffffff; }
.download a:visited { color: #ffffff; }
