/* electrolize-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: "Electrolize";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/electrolize-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.container{
  z-index: 2;
}
.cursor-pointer {
  cursor: pointer;
}

#loader-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90vmin, 100vw); /* Ensures the video fits within the viewport */
  height: auto; /* Maintains aspect ratio */
  object-fit: contain; /* Ensures the entire video is visible */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  backdrop-filter: blur(10px);
  background-color: #292929;
  z-index: 10;
}
.head .logo {
  height: 30px;
  width: auto;
}
.head .logo a {
  text-decoration: none;
}
.head .logo a img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.head .logo a img:hover {
  transform: scale(1.03);
}
.head .logo a img:active {
  transform: scale(0.97);
}
.head .navi {
  display: flex;
  justify-content: center;
}
.head .navi .select-navi {
  appearance: none;
  margin-right: 2rem;
  background-color: #ee7f00;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 80%;
  transition: transform 0.3s ease, background-color 0.3s ease;
  text-align: center;
  border: none;
  outline: none;
  z-index: 10;
}
.head .navi .select-navi option {
  padding: 10px;
}
.head .navi .select-navi:focus {
  border-color: #1c1c1c;
  outline: none;
  box-shadow: 0 0 0 1px #363636;
}

.footer {
  background-color: yellow;
}
.footer .btn-group {
  position: absolute;
  left: 50%;
  bottom: 1%;
  transform: translate(-50%, -50%);
  background-color: #292929;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .btn-group .btn {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin: 0 10px;
  background-color: #1c1c1c;
  color: white;
}
.footer .btn-group .btn:hover {
  transform: scale(1.03);
  cursor: pointer;
  background-color: #ee7f00;
}

.btn {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin: 0 10px;
  background-color: #292929;
  color: white;
  z-index: 2;
}
.btn:hover {
  transform: scale(1.03);
  cursor: pointer;
  background-color: #ee7f00;
}

.btn-primary {
  background-color: #ee7f00;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Electrolize", sans-serif;
  line-height: 1.5;
  background-color: #1c1c1c;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

fieldset {
  border: 0;
}

blockquote {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

iframe {
  border: 0;
}/*# sourceMappingURL=main.css.map */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Volle Höhe des Viewports */
  width: 100%;
}

video {
  max-width: 100%;
  max-height: 100%;
}

.webgl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#loader-container{
  justify-content: center;
  top: 50%
}
.video {
  left: 100px;
  height: 100%;
  bottom: 50%;
  justify-content: center;
}
.video2 {
  height: 100%;
  bottom: 50%
}
.loader-container{
  justify-content: center;
  height: 50px;
  top: 50%;
}