/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('localfonts/didact-gothic-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('localfonts/didact-gothic-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('localfonts/didact-gothic-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('localfonts/didact-gothic-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('localfonts/didact-gothic-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('localfonts/didact-gothic-v19-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}


body {
	margin: auto;
	padding: auto;
	top: 0px;
	
	background-color: rgb(19, 22, 23);
	background-color: rgba(19, 22, 23, 1)!important;
	background: #131617;
	background-color: #131617;
	background-image: url("bgr-LK16.png") center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 400;
	color: #ccc;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.7em;
}














#Block-Logo {
	display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
	width: 100%;
	height: 100vh;
	text-align: center;
	margin: auto;
}
.Logo {
	max-width: 260px;
}
.scrollicon-container {
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	margin: -160px 0px 0px 0px;
}






.haken {
    width: 24px;
    height: auto;
	padding: 0px 0px 0px 5px;
}
.trennstrich{
    letter-spacing: -3px;
	padding: 120px 0px 70px 0px;
}
.content {
	position: absolute;
    display: block;
    top: 0px;
    left: 10%;
    right: 10%;
    margin: auto;
    width: 80%;
	max-width: 700px;
}








#Headblock {
	padding: 0% 17% 0% 17%;
	width: auto;
}


#containervdo {
	position: fixed;
	padding: 0% 50% 0% 50%;
	overflow: hidden;
	object-fit: cover;
	image-fit: cover;
	height: 100%;
	pointer-events: none;
	opacity: 0.5;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
#myVideo {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; 
  animation: fadeIn 8s;
}





h1, h2, h3, h4 {
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
	line-height: 1.7em;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	padding: 60px 0px 0px 0px;
}
h1 {
	padding: 0px 0px 0px 0px;
}
h3, h4 {
	font-size: 1.1em;
	line-height: 0.1em;
	padding: 50px 0px 0px 0px;
}
a:link, a:visited, a:hover, a:active { 
	text-decoration: underline;
	color: #ccc;
}






@media (min-width: 601px) and (max-width: 1200px) {	
.Logo {
	width: 30%;
}
}
@media (min-width: 1px) and (max-width: 600px) {	
.Logo {
	width: 40%;
}
}