@charset "UTF-8";

html {
/*	height: 100%; */	
	background-color: #eee;
	scroll-behavior: smooth;
}




body {
	font-size: calc(0.9em + 0.8vw);
	line-height: calc(0.9em + 0.6vw);
	font-family: 'Questrial', sans-serif;
	font-family: 'Questrial', sans-serif;
    font-family: 'Barlow', sans-serif;
    font-family: 'Dosis', sans-serif;
	color: #2b353f;
	
}


/*  -----------------  Video mit Javascript  ----------*/

.masthead {
	position: relative;
	min-width: 720px;
}
.masthead-video {
	z-index: 0;
}
.masthead-overlay {
	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	width: 100%;
	height: 100%;
}
.masthead-video-credit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	opacity: 0.6;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.02em;
	padding-right: 10px;
	bottom: 10px;
	text-decoration: none;
	text-align: right;
	line-height: 1.5;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
.masthead-video-credit span {
	display: block;
}
.masthead-video-credit:hover {
	opacity: 1;
}


.masthead-arrow {
	position: absolute;
	bottom: 4em;
	left: 0;
	right: 0;
	margin: auto;
	width: 8em;
	height: 2em;
	/*opacity: 0.7;*/
	border: solid 0.15em #fff;
	background-color: rgba(255,255,255, 0.7);
	text-align: center;
	padding-top: 0.5em;

}


.masthead-arrow:hover {
	transform: scale(1.2) ;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2) ;
	-ms-transform: scale(1.2) ;
	-o-transform: scale(1.2);	
	transition: transform 0.5s;
	-webkit-transition: transform 0.3s ease-in-out;
    -moz-transition:transform 0.3s ease-in-out;
    -ms-transition:transform 0.3s ease-in-out;
	opacity: 1;
}


/*.masthead-arrow {
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 50px;
	height: 50px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	opacity: 0.6;
}


.masthead-arrow:hover {
	transform: scale(1.2) rotate(45deg);
	-webkit-transform: scale(1.2) rotate(45deg);
	-moz-transform: scale(1.2) rotate(45deg);
	-ms-transform: scale(1.2) rotate(45deg);
	-o-transform: scale(1.2) rotate(45deg);	
	transition: transform 0.5s;
	-webkit-transition: transform 0.3s ease-in-out;
    -moz-transition:transform 0.3s ease-in-out;
    -ms-transition:transform 0.3s ease-in-out;
	opacity: 1;
}*/



h1-1 {
	position: absolute;
	width: 100%;
	font-weight: 700;
	font-size: 100px;
	text-align: center;
	height: 100px;
	line-height: 1;
	top: 0;
	bottom: 5%;
	margin: auto;
	color: #fff;
}

h1-1 span {
	display: block;
	font-size: 36px;
	letter-spacing: 0.43em;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 7px;
	opacity: 0.6;
}

h2-1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 40px;
	color: #414141;
}
p.video {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	color: #414141;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.6;
}
a {
	color: #fff;
	text-decoration: none;
}

ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol li {
	position: relative;
	margin-bottom: 30px;
	font-size: 18px;
	color: #414141;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 60px;
}
ol li:after {
	position: absolute;
	top: 3px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	background-color: #353535;
}
ol li:nth-child(1):after {
	content: '1';
}
ol li:nth-child(2):after {
	content: '2';
}
ol li:nth-child(3):after {
	content: '3';
}
ol li:nth-child(4):after {
	content: '4';
}
code {
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	background: #f7f7f7;
	padding: 4px;
	border-radius: 6px;
	font-size: 0.9em;
}
pre {
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.4;
}
pre .s {
	color: #d14;
}
pre .na {
	color: #008080;
}
pre .nt {
	color: #000080;
}
pre .s {
	color: #d14;
}
pre .nc {
	color: #445588;
}
pre .m {
	color: #009999;
}
.content {
	padding-top: 60px;
}
.container {
	margin: auto;
	height: 100vh;
}
footer {
	text-align: right;
	margin-top: 60px;
	padding-bottom: 60px;
}
footer hr {
	margin: 0;
	border: none;
	border-top: 1px solid #ddd;
	margin-bottom: 30px;
}

video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}


.strong {
	font-weight: bold;

}

