body {
	background: url("bg.png");
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: local('Orbitron Regular'), local('Orbitron-Regular'), url(orbitron.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.home-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

.home-title .inner {
    display: table;
    max-width: 70%;
    height: 100%;
    margin: 0 auto;
}

.home-title .inner .text {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.address {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0px;
    margin-top: -1.35em;
	margin-bottom: 10px;
}

h1 {
	color: #CC0000;
	font-family: Orbitron, Arial, Sans-Serif;
	font-size: 2em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
 
    font-size: 112px;
    line-height: .9em;

	text-shadow: 1px 1px 2px black;
}

h2 {
	color: #000000;
	text-shadow: 1px 1px 2px black;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2em;
}

#office {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 279px;
	filter: drop-shadow(5px 5px 5px #222); 
	max-width: 25%; 
	opacity: 0.5; 
	margin: 1%;
	background-image: url("office.png");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}


.absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}



#impressum {
	display: block;
	position: relative;

	z-index: 12;
	margin: 20px;
	padding: 10px;
	border: 1px solid black;
	background: #ffffff;
	
	margin-top: 100vh;
}

#impressum a.close {
	position: absolute;
	top: 5px;
	right: 5px;
}	

@media screen and (max-width: 500px) {
	h1 {	 
		font-size: 80px;
		line-height: .9em;
	}

	h2 {
		font-size: 1.8em;
	}
}




