* {
  box-sizing: border-box;
}
.zero-margin {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
body {
  position: relative;
  font-family: 'Aspekta';
  padding: 20px;
  background-color: black;
  vertical-align: bottom;
  color: white;
  overflow-x: hidden;
}
h1 {
  font-family: 'Aspekta';
  font-size: 64px;
}
p {
  font-size: 20px;
  max-width: 80ch;
  text-align: justify;
  font-family: 'Aspekta-200';
}
.callToActionButton {
  background: rgba(255, 255, 255, 0.2);
  transition: 400ms;
}
.callToActionButton:hover {
  background: rgba(255, 255, 255, 0.4);
  transition: 400ms;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 50px;
    margin-left: 0;
  }
  p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    margin-left: 0;
  }
  p {
    font-size: 14px;
}
}
.navbar {
  position: fixed;
  align-items: center;
  height: max-content;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px;
  z-index: 99;
}
.navbar ul, .mobile-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin: 0;
  padding: 10px;
  background: transparent;
}
.navbar a {
  text-decoration: none;
  color: #f6f6f6;
  font-size: 1rem;
  font-weight: bold;
}
body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Aspekta, sans-serif;
  color: #f6f6f6;
}
.header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.header video,
.header .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -2;
}
.header .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.desktop-menu-item {
  margin: 0 15px;
  position: relative;
  padding: 10px;
}
.desktop-menu-item:hover {background: white;}
.desktop-menu-item:hover a {color: black;}
.desktop-menu-item .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
}
.desktop-menu-item:hover .submenu {display: block;}
.desktop-menu-item:has(> a:hover) {background: #ff4a3d;}
.desktop-menu-item-without-subitems:hover {background: #ff4a3d;}
.submenu li {
  padding: 10px;
  margin: 0px;
}
.submenu li a {
  text-decoration: none;
  color: black;
  display: block;
  font-size: 0.7rem;
}
.submenu li a:hover {background: none;}
.submenu-item:hover {background: #ff4a3d;}
.mobile-menu-items {
  display: none;
  position: relative;
  margin-bottom: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: white;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 15px;
  font-family: 'Aspekta';
}
.mobile-menu-items a {
  font-family: 'Aspekta';
  font-size: 1.5rem;
  font-weight: bold;
  color: #f6f6f6;
  text-decoration: none;
}
a {text-decoration: none;}
a::after {text-decoration: none;}
.menu-icon {
  background: none;
  border: none;
  color: white;
  font-size: 56px;
  cursor: pointer;
}
.call-to-action {display: flex;}
.footer-right a {color: white;}
.footer-right a:hover {text-decoration: underline;}
@media (max-width: 940px) {
  .desktop-menu-item {
    display: none;
  }
  .call-to-action {
    display: none;
  }
}
@media (min-width: 940px) {
  .menu-icon {
    display: none;
  }
}
button {font-family: 'Aspekta-600';}
.navbar-list {
  height: max-content;
  align-items: center;
}

.navbar-list-item-logo {
  margin-left: 16px;
  margin-right: auto;
}

.navbar-logo {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 40px;
}

.menu-icon {
  font-size: 40px;
}

.mobile-menu-item-translation {
  list-style-type: none;
}

.header-content-wrapper {
  display: block;
  position: absolute;
  bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  width: auto;
  left: 0;
  right: 0;
}

.header-content-flex-container {
  display: flex;
  gap: 0;
  width: auto;
  left: 0;
  right: 0;
}

.header-content-left {
  flex: 1 1 auto;
  width: auto;
  right: 0;
  left: 0;
  min-width: 0;
}

.header-breadcrumb-container {
  margin: 5px 0 5px 0;
  position: relative;
  z-index: 2;
}

.header-breadcrumb-link {
  color: white;
}

.header-subtitle {
  margin: 0;
}

.header-title-container {
  display: inline-block;
  text-align: left;
}

.header-title-hr {
  display: block;
  width: 100%;
  border: 1px solid white;
  margin: 0;
}

.header-title-spacer {
  height: 4px;
}

.header-title {
  line-height: 8vw;
  font-family: "Aspekta-600";
  display: block;
  font-size: 8vw;
  letter-spacing: -1%;
  margin: 0;
}

.header-text-container {
  left: 0;
  right: 0;
}

.header-text {
  font-family: "Aspekta-200";
  display: inline-block;
  line-height: 28px;
  margin-left: 0;
  margin-top: 1vw;
  max-width: 60ch;
  letter-spacing: -1%;
  font-weight: 400;
}

.call-to-action {
  height: auto;
  flex: 3;
  justify-content: flex-end;
  align-items: flex-end;
}

.call-to-action-content {
  width: auto;
  height: auto;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  backdrop-filter: blur(10px);
}

.call-to-action-button-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 15px;
}

.callToActionButton {
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 0px solid #444;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callToActionButton .button-icon {
  margin-left: 10px;
}

.submenu-item {
  margin: 0;
}
