html { 
  background: url("Vorschaltseite_HG_hoch.jpg") no-repeat right bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font: normal 14px / 1.0 'MagistralCond-Light';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	color: #a8a7aa;
}

.container {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -45%);
  width: 75%;
	box-sizing: border-box;
}

.container-heading {
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
}

.container-logo {
	display: block;
  justify-content: center;
}

.tile {
	background-color: rgba(0, 0, 0, 0.54);
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	margin-left: auto;
  margin-right: auto;
	height: auto;
	padding: 10% 15%;
  -webkit-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;	
}

.container-logo > a:first-child > .tile {
		margin-bottom: 30px;
}	

.tile:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.tile a {
	display: block;
}

.tile img {
	transition: transform 0.5s;
}

.tile:hover img {
	transform: scale(1.1);
}

a {
	color: #a8a7aa;
	text-decoration: none; 
}

a:hover {
  color: #fff;
}

.links {
	bottom: 0%;
  left: 0%;
  position: fixed;
  padding: 5px;
	background-color: rgba(0, 0, 0, 0.54); 
}

.links-divider {
	padding-left: 10px;
}

.language {
  left: unset;
	right: 0%;
}

.language-divider img {
	height: 14px;
}

@media (min-width: 400px) {
	.tile {
		padding: 30px 45px;
	}	
}

@media (min-width: 500px) {
	.container-heading {
		font-size: 32px;
	}		
}

@media (min-width: 576px) {
	.links {
		font-size: 16px;
		padding: 6px;
	}
	
	.language-divider img {
		height: 16px;
	}
}

@media (min-width: 768px) {
	.container-heading {
		font-size: 36px;
	}	
	
	.container-logo {
		display: flex;
		justify-content: center;
	}	
	
	.container-logo > a:first-child {
		margin-right: 30px;
		margin-bottom: 0;		
	}	

	.container {	
		width: auto;
	}
	
	.tile {
		width: 300px;
		padding: 40px 50px;
	}
	
	.links {
		font-size: 18px;
		padding: 7px;
	}	
	
	.language-divider img {
		height: 18px;
	}	
}

@media (min-width: 1024px) {
	.container-heading {
		font-size: 40px;
	}		
	
	.container-logo > a:first-child {
		margin-right: 40px;
	}	
	
	.tile {
		width: 370px;
		padding: 50px 60px;
	}	
	
	.links {
		font-size: 20px;
		padding: 8px;		
	}
	
	.language-divider img {
		height: 20px;
	}
}

/* Schrift einbinden */
@font-face {
    font-family: "MagistralCond-Light";
    src: url("MGS470.eot"); /* IE9 Compat Modes */
    src: url("MGS470.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("MGS470.otf") format("opentype"), /* Open Type Font */
        url("MGS470.svg") format("svg"), /* Legacy iOS */
        url("MGS470.ttf") format("truetype"), /* Safari, Android, iOS */
        url("MGS470.woff") format("woff"), /* Modern Browsers */
        url("MGS470.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}