/*! ODLanding v1.0.0 | (c) 2023 undefined | ISC License | opendilaog.de */
/* montserrat-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/montserrat-v25-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/montserrat-v25-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
	padding: 0;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 2.2rem;
}

/*
h1::after{
  content: '';
  height:1px;
  width: 50%;
  background-color: $color-primary;
}
*/
h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.2rem;
}

h4 {
	font-size: 1rem;
}

p {
	font-size: 1rem;
	margin-bottom: 0.5em;
}

a, a:hover, a:link, a:visited {
	color: inherit;
}

hr {
	width: 100%;
	height: 1px;
	margin: 2.5rem 0;
	border-color: #dedede;
	border-width: 1px;
}

* {
	box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", Arial, Verdana, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	background: #202020;
}

body.is-loading section {
	overflow: hidden;
	max-height: 100vh;
}
body.is-loading .loader {
	display: flex;
}

body.is-playing {
	overflow: hidden;
}

header {
	text-align: center;
	width: 100%;
}
header div#logo {
	margin: 1.5em auto;
}
@media screen and (min-width: 768px) {
	header {
		position: fixed;
		text-align: left;
		margin: 1em 0 0 3em;
	}
}

@media screen and (min-width: 768px) {
	section {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100dvh;
		display: flex;
		justify-content: center;
		align-items: start;
	}
}
section#static {
	top: 100px;
	flex-direction: column;
	color: #FFFFFF;
	justify-content: start;
	align-items: start;
	max-width: 1024px;
	overflow-y: scroll;
	padding: 2rem;
	line-height: 1.6em;
}
section#static h2 {
	font-size: 1.2rem;
	margin: 1.5rem 0;
}
section#static h3 {
	font-size: 1rem;
	margin: 0.75rem 0;
}

section#intro-video {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: black;
	z-index: 20;
	opacity: 1;
	transition: all 1s ease-in-out;
	background: url("../images/cropped-od_fav-180x180.png") 1rem 1rem no-repeat #000000;
	background-size: 4rem auto;
}
section#intro-video.finished {
	opacity: 0;
	transform: translateY(-100%);
}
section#intro-video video {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	section#intro-video video {
		object-fit: cover;
	}
}

@media screen and (min-width: 768px) {
	section#contact {
		position: relative;
	}
}
section#contact ul {
	padding: 0 1.5em;
	margin: 0;
}
section#contact ul li {
	font-size: 1.2rem;
	padding: 0.5rem 0;
}

.contact-box {
	position: relative;
	z-index: 1;
	background-color: #000;
	color: #ffffff;
	padding: 4em 1em;
}
@media screen and (min-width: 768px) {
	.contact-box {
		background-color: #FFFFFF;
		color: black;
		border-radius: 25px;
		box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.5);
		max-width: 1024px;
		padding: 2em;
		margin: 10rem 2em 0;
		/*
		&::before,
		&::after{
		  content: '';
		  z-index: 0;
		  position: absolute;
		  width: 100px;
		  height: 100px;
		  border: 2px solid $color-primary;
		}

		&::before{bottom:-1em; left:-1em; border-top: none; border-right: none;border-bottom-left-radius: 25px;}
		&::after{top:-1em;right:-1em; border-bottom: none; border-left: none;border-top-right-radius: 25px;}
		*/
	}
}
.contact-box h3 {
	text-align: center;
	margin: 1em 0 0;
}

aside {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	overflow: auto;
	padding: 1.2rem;
	background-color: black;
	color: #FFFFFF;
	line-height: 1.6em;
	transition: transform 1s ease-in-out;
	transform: translateX(100%);
}
aside h2 {
	font-size: 1.2rem;
	margin: 1.5rem 0;
}
aside h3 {
	font-size: 1rem;
	margin: 0.75rem 0;
}
@media screen and (min-width: 1024px) {
	aside {
		width: 50vw;
		padding: 3rem;
	}
}
@media screen and (min-width: 1200px) {
	aside {
		width: 33vw;
		padding: 4rem;
	}
}
aside.open {
	transform: translateX(0);
}
aside .close-btn {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	color: #FFFFFF;
	font-size: 4rem;
	cursor: pointer;
}
aside .close-btn:hover {
	color: #e42320;
}

footer {
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: end;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	background-color: #5b5b5b;
	flex: auto;
}
@media screen and (min-width: 768px) {
	footer ul {
		flex: none;
		background-color: #202020;
		border-top-left-radius: 5px;
	}
}
footer ul li {
	padding: 0.1em 1em;
	margin: 0.75em 0;
	display: flex;
	flex: auto;
	justify-content: center;
}
footer ul li:not(:last-child) {
	border-right: 1px solid white;
}
footer ul li a, footer ul li a:hover, footer ul li a:link, footer ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.loader {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.loader .spinner {
	width: 48px;
	height: 48px;
	border: 3px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
.loader .spinner::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-bottom-color: #e42320;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 768px) {
	.open .cursor {
		mix-blend-mode: lighten;
	}
	.cursor {
		background-color: #e42320;
		border-radius: 50%;
		display: block;
		position: fixed;
		margin-top: -10px;
		margin-left: -10px;
		width: 20px;
		height: 20px;
		pointer-events: none;
		mix-blend-mode: multiply;
		transform: scale(1);
		transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
		z-index: 1011;
	}
	.cursor.zoom {
		background-color: #000000;
		transform: scale(4);
	}
}
.img-fluid {
	max-width: 100%;
}

.slider-row {
	height: 160px;
}

.toggle-audio-btn {
	position: absolute;
	z-index: 99;
	top: 2rem;
	right: 2rem;
	width: 2rem;
	height: 2rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/audio_unmute.svg");
}
.toggle-audio-btn.active {
	background-image: url("../images/audio_mute.svg");
}
@media screen and (min-width: 786px) {
	.toggle-audio-btn {
		width: 3rem;
		height: 3rem;
	}
}

.mt1 {
	margin-top: 1rem;
}

.mt2 {
	margin-top: 2rem;
}

.row {
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.row {
		align-items: start;
		margin: 0 -15px;
		flex-direction: row;
	}
}
.row .col {
	display: flex;
	flex: auto;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.row .col {
		padding: 0 15px;
	}
}

.form-group .col {
	margin-bottom: 1.5rem;
}

label {
	font-size: 1rem;
	font-weight: 600;
	padding-bottom: 0.5em;
}

input[type=text], input[type=email], input[type=tel] {
	padding: 0.5rem;
	border-radius: 6px;
	font-size: 1.2rem;
	border: 1px solid #b8b8b8;
	width: 100%;
}

input:focus {
	box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.5);
}

.custom-checkbox {
	display: flex;
	justify-content: start;
	align-items: center;
}
.custom-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #ffffff;
	font: inherit;
	color: #b8b8b8;
	width: 1.4rem;
	height: 1.4rem;
	border: 2px solid #b8b8b8;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	margin: 0 1em 0 0;
}
.custom-checkbox input[type=checkbox]::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	margin: 0.6rem;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #e42320;
	background-color: transparent;
}
.custom-checkbox input[type=checkbox]:checked::before {
	transform: scale(1);
}
.custom-checkbox input[type=checkbox]:disabled {
	--form-control-color: #eee;
	color: #eee;
	cursor: not-allowed;
}

button[type=submit] {
	border-radius: 5em;
	font-size: 1.2rem;
	font-weight: 300;
	padding: 0.75rem;
	border: none;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	background-color: #e42320;
	color: #FFFFFF;
}
@media screen and (min-width: 768px) {
	button[type=submit] {
		align-self: center;
		padding: 0.75rem 2rem;
	}
}
button[type=submit]:hover {
	background-color: #262626;
}

.msg {
	padding: 1em;
	border-radius: 5px;
	margin-bottom: 1.2rem;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5em;
	border-style: solid;
	border-width: 2px;
}

.errorMsg {
	color: red;
	border-color: red;
}

.successMsg {
	color: #FFFFFF;
	border-color: #6ac228;
	font-size: 1.2em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.successMsg {
		color: #000;
		font-size: 1.8em;
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1560px);
	}
}
.slider {
	background: white;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
	height: 160px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	filter: invert(100%);
}
@media screen and (min-width: 768px) {
	.slider {
		filter: none;
	}
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 160px;
	position: absolute;
	width: 10rem;
	z-index: 2;
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: 3120px;
}

.slider .slide {
	height: 160px;
	width: 260px;
}