@charset "UTF-8";
html {
  box-sizing: border-box;
}

template,
[hidden] {
  display: none;
}

*,
:before,
:after {
  box-sizing: inherit;
}

address {
  font-style: inherit;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
figure {
  margin: 0;
  padding: 0;
}

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

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hreflang] > abbr[title] {
  text-decoration: none;
}

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #CCCCCC;
}

/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - 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: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v18-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Versteckt die native Scrollbar nur auf Desktop */
html::-webkit-scrollbar {
  display: none; /* Für WebKit-basierte Browser (Chrome, Safari) */
}

html {
  -ms-overflow-style: none; /* Für Internet Explorer und Edge */
  scrollbar-width: none; /* Für Firefox */
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.custom-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 5px;
  height: 100vh;
  background-color: rgb(51.4838709677, 68.6451612903, 81.5161290323);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
  transform-origin: center right;
}
.custom-scrollbar:hover {
  width: 10px;
  opacity: 1;
}
.custom-scrollbar.visible {
  opacity: 1;
}
.custom-scrollbar.dragging {
  width: 10px;
}
.custom-scrollbar.dragging .custom-scrollbar_thumb {
  cursor: grabbing;
  background-color: rgb(90.9677419355, 121.2903225806, 144.0322580645);
}
@media (hover: none) and (pointer: coarse) {
  .custom-scrollbar .custom-scrollbar {
    display: none; /* Auf Touch-Geräten ausgeblendet */
  }
}
.custom-scrollbar .custom-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-color: rgb(90.9677419355, 121.2903225806, 144.0322580645);
  border-radius: 10px;
  transform: translateY(0);
  transition: height 0.3s ease, width 0.3s ease;
  cursor: grab;
}
.custom-scrollbar .custom-scrollbar_thumb:hover {
  width: 10px;
  opacity: 1;
}
.custom-scrollbar .custom-scrollbar_thumb.dragging {
  cursor: grabbing;
}
[data-scroll-direction=horizontal] .custom-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction=horizontal] .custom-scrollbar:hover {
  transform: scaleY(1.3);
}
[data-scroll-direction=horizontal] .custom-scrollbar .custom-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.capitalize::first-letter {
  text-transform: capitalize;
}

.pointer:hover {
  cursor: pointer;
}

.bold {
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

.text-gold {
  background: linear-gradient(90deg, #9d791b 0%, #f2db71 20%, #f2db71 80%, #9d791b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #9d791b;
}

.privacy-invalid {
  color: #E3121A;
}
.privacy-invalid a {
  color: #E3121A;
}

h1 {
  font-size: clamp(2rem, 5vw + 1rem, 4rem);
  font-weight: bold;
  line-height: 1.15;
  font-size: 38px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 61px;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: clamp(1.75rem, 4vw + 1rem, 3.5rem);
  font-weight: bold;
  line-height: 1.15;
  font-size: 28px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 39px;
  }
}

h3 {
  font-size: clamp(1.5rem, 3vw + 1rem, 3rem);
  font-weight: bold;
  line-height: 1.15;
}

h4 {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 2.5rem);
  font-weight: bold;
  line-height: 1.15;
  font-weight: semi-bold;
}

h5 {
  font-size: clamp(1.125rem, 1.5vw + 0.5rem, 2rem);
  font-weight: bold;
  line-height: 1.15;
  font-weight: semi-bold;
}

h6 {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
  font-weight: bold;
  line-height: 1.15;
  font-weight: medium;
}

.list-bullets {
  margin-bottom: 1rem;
  padding-left: 1.15rem;
}
.list-bullets li {
  list-style-type: disc;
}

hr {
  max-width: 70%;
  margin: 5rem auto;
  background-color: #E3121A;
}

.layout-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 6.4vw;
  max-width: 1920px;
  margin-inline: auto;
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .layout-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1.6666666667vw;
    margin: 0 3rem;
  }
}
@media (min-width: 1024px) {
  .layout-grid {
    margin: 0 4rem;
  }
}
@media (min-width: 1920px) {
  .layout-grid {
    margin: 0 auto;
  }
}

.layout-grid-full {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 6.4vw;
  max-width: 1920px;
  margin-inline: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .layout-grid-full {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1.6666666667vw;
    margin: 0 auto;
  }
}

.grid-padding-left {
  padding-left: 6.4vw;
}
@media (min-width: 768px) {
  .grid-padding-left {
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .grid-padding-left {
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .grid-padding-left {
    padding-left: 8rem;
  }
}
@media (min-width: 1400px) {
  .grid-padding-left {
    padding-left: 12rem;
  }
}
@media (min-width: 1920px) {
  .grid-padding-left {
    padding-left: 16rem;
  }
}

.grid-padding-right {
  padding-right: 6.4vw;
}
@media (min-width: 768px) {
  .grid-padding-right {
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .grid-padding-right {
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .grid-padding-right {
    padding-right: 8rem;
  }
}
@media (min-width: 1400px) {
  .grid-padding-right {
    padding-right: 12rem;
  }
}
@media (min-width: 1920px) {
  .grid-padding-right {
    padding-left: 16rem;
  }
}

[unresolved] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  list-style-type: none;
}

html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.33vw + 0.92rem, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #000000;
  color: #fafafa;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #fafafa;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #E3121A; /* Farbe anpassen */
  outline-offset: 2px;
}

.wrapper {
  background-color: #0C1013;
  max-width: 1920px;
  margin: 0 auto;
}

main {
  position: relative;
  background-color: #0C1013;
}

.section-margin {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.section-headline {
  grid-column: 1/-1;
  text-align: center;
}
@media (min-width: 768px) {
  .section-headline {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .section-headline {
    grid-column: 2/span 10;
  }
}
.section-headline .headline {
  text-transform: uppercase;
}
.section-headline .line-gold {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#101519+0,9d791b+20,f2db71+50,9d791b+80,101519+100 */
  background: linear-gradient(to right, rgb(16, 21, 25) 0%, rgb(157, 121, 27) 20%, rgb(242, 219, 113) 50%, rgb(157, 121, 27) 80%, rgb(16, 21, 25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 230px;
  height: 2px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .section-headline .line-gold {
    margin: 2rem auto;
  }
}
@media (min-width: 1200px) {
  .section-headline .line-gold {
    width: 560px;
  }
}

.section-content {
  grid-column: 1/-1;
  text-align: center;
}
@media (min-width: 1920px) {
  .section-content {
    grid-column: 2/span 10;
  }
}
.section-content p {
  margin-bottom: 1rem;
}

.section-schedule {
  row-gap: 2rem;
}
.section-schedule .schedule {
  grid-column: 1/-1;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-schedule .schedule .date {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .section-schedule .schedule .date {
    font-size: 28px;
  }
}
.section-schedule .schedule .arena {
  font-size: 22px;
}
@media (min-width: 768px) {
  .section-schedule .schedule .arena {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .section-schedule .schedule .arena {
    font-size: 42px;
  }
}
.section-schedule .sponsors {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
  justify-content: center;
}
.section-schedule .sponsors img {
  width: 100px;
  justify-self: center;
}
@media (min-width: 768px) {
  .section-schedule .sponsors img {
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .section-schedule .sponsors img {
    width: 200px;
  }
}

.section-teams .section-content {
  margin-bottom: 2rem;
}
.section-teams .teams {
  grid-column: 1/-1;
}
@media (min-width: 1920px) {
  .section-teams .teams {
    grid-column: 2/-1;
  }
}
.section-teams .teams .team {
  text-align: center;
}
.section-teams .teams .team img {
  max-width: 250px;
  margin-inline: auto;
}
.section-teams .teams .team .team-detail .team-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 390px) {
  .section-teams .teams .team .team-detail .team-name {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .section-teams .teams .team .team-detail .team-name {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .section-teams .teams .team .team-detail .team-name {
    font-size: 24px;
  }
}
.section-teams .teams .team .team-detail .line {
  background: linear-gradient(to right, #9d791b 0%, #f2db71 20%, #f2db71 80%, #9d791b 100%);
  width: 120px;
  height: 1px;
  margin: 0.5rem auto;
}
.section-teams .teams .team .team-detail .team-people {
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-teams .teams .team .team-detail .team-people {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-teams .teams .team .team-detail .team-people {
    font-size: 16px;
  }
}

.section-partner .hauptpartner {
  grid-column: 1/-1;
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 1400px) {
  .section-partner .hauptpartner {
    grid-column: 2/span 10;
  }
}
.section-partner .hauptpartner .hauptpartner-name {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.section-partner .hauptpartner img {
  max-width: 225px;
  margin-inline: auto;
}
.section-partner .hauptpartner .main-partner-title {
  margin: 1rem auto;
  font-weight: 600;
}
.section-partner .hauptpartner .main-partner-content p {
  margin-bottom: 1rem;
}
.section-partner .section-content {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.section-partner .partners {
  grid-column: 1/-1;
}
@media (min-width: 1920px) {
  .section-partner .partners {
    grid-column: 2/-1;
  }
}
.section-partner .partners .partner {
  text-align: center;
}
.section-partner .partners .partner img {
  max-width: 209px;
  margin-inline: auto;
}
.section-partner .partners .partner a :focus-visible img {
  outline: 2px solid #E3121A; /* Farbe anpassen */
  outline-offset: 2px;
}

.section-teilnehmen {
  row-gap: 3rem;
}
.section-teilnehmen .content {
  grid-column: 1/-1;
}
@media (min-width: 1200px) {
  .section-teilnehmen .content {
    grid-column: 1/span 5;
  }
}
@media (min-width: 1920px) {
  .section-teilnehmen .content {
    grid-column: 2/span 5;
  }
}
.section-teilnehmen .content p {
  margin-bottom: 1rem;
}
.section-teilnehmen .contactform {
  grid-column: 1/-1;
}
@media (min-width: 1200px) {
  .section-teilnehmen .contactform {
    grid-column: 6/span 5;
  }
}
@media (min-width: 1920px) {
  .section-teilnehmen .contactform {
    grid-column: 7/span 5;
  }
}
.section-teilnehmen .contactform .send-button {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-teilnehmen .contactform .send-button {
    text-align: left;
  }
}

.section-hands .content {
  position: relative;
  grid-column: 1/-1;
}
.section-hands .content .section-image {
  position: relative;
  z-index: 0;
}
.section-hands .content .section-image img {
  mix-blend-mode: lighten;
}
.section-hands .content .section-logo {
  position: absolute;
  left: 10%;
  bottom: -8rem;
  z-index: 1;
  padding: 1rem;
}

.section-claim .claim {
  grid-column: 1/-1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-claim .claim {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .section-claim .claim {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0.25rem;
  }
}
@media (min-width: 1400px) {
  .section-claim .claim {
    font-size: 38px;
  }
}
@media (min-width: 1920px) {
  .section-claim .claim {
    font-size: 42px;
  }
}
.section-claim .claim .gold {
  background: linear-gradient(90deg, #9d791b 0%, #f2db71 20%, #f2db71 80%, #9d791b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #9d791b;
}

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #E3121A;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 800;
}
.nav-mobile .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  fill: white;
}
.nav-mobile .hamburger:hover {
  cursor: pointer;
}
.nav-mobile .nav-mobile-brand {
  color: #fafafa;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-mobile .nav-mobile-brand a {
  color: #fafafa;
}

.sidenav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 801;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .sidenav {
    display: none;
  }
}

button {
  display: inline-block;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  font-size: calc(0.125vw + 11.6px);
  font-weight: 400;
  line-height: 16px;
  font-family: inherit;
}
button:hover {
  cursor: pointer;
}
button:focus-visible {
  outline: none;
}

button {
  margin-left: auto;
}

.btn-primary {
  background-color: #E3121A;
  color: #ffffff;
  transition: background-color 0.45s;
  padding: 16px 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: rgb(203.3734693878, 16.1265306122, 23.293877551);
}

.btn-save {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.btn-text {
  transition: opacity 0.3s ease;
}

.spinner {
  position: absolute;
  display: none;
  width: 1rem;
  height: 1rem;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* Spinner und Text-Anzeige im Ladezustand */
.btn-save.loading .spinner {
  display: inline-block;
}

.btn-save.loading .btn-text {
  opacity: 0; /* Text etwas transparenter anzeigen, um den Spinner hervorzuheben */
}

/* Zentrierung des Spinners */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
header {
  display: grid;
  grid-template-rows: auto auto;
  align-content: space-between;
  background-color: #0C1013;
  height: 100vh;
  height: 100svh;
  max-height: 932px;
  overflow: hidden;
}
@media (min-width: 768px) {
  header {
    max-height: 1024px;
  }
}
@media (min-width: 1024px) {
  header {
    max-height: 1366px;
  }
}
@media (min-width: 1200px) {
  header {
    max-height: 1200px;
  }
}
@media (min-width: 1400px) {
  header {
    max-height: 900px;
  }
}
@media (min-width: 1920px) {
  header {
    width: 1920px;
    max-height: 1280px;
    margin-inline: auto;
  }
}
header .header-image {
  grid-row: 1/span 2;
  grid-column: 1;
  position: relative;
  z-index: 0;
  background-color: #0C1013;
}
header .header-image picture {
  mix-blend-mode: lighten;
}
header .header-logo {
  grid-row: 1;
  justify-self: center;
  grid-column: 1;
  z-index: 1;
  padding: 0.5rem 0;
}
header .header-logo img {
  max-width: 118px;
}
@media (min-width: 768px) {
  header .header-logo img {
    max-width: 186px;
  }
}
@media (min-width: 1200px) {
  header .header-logo img {
    max-width: 227px;
  }
}
header .header-content {
  position: relative;
  z-index: 1;
  grid-row: 2;
  grid-column: 1;
  align-self: end;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  header .header-content {
    align-self: center;
  }
}
header .header-content .brand {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  header .header-content .brand {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
header .header-content .brand .brand-name {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  header .header-content .brand .brand-name {
    font-size: 75px;
  }
}
header .header-content .brand .brand-svg {
  width: 190px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  header .header-content .brand .brand-svg {
    width: 260px;
  }
}
header .header-content .brand .brand-svg svg {
  display: block;
}
header .header-content .claim {
  text-align: center;
  padding: 0 0.75rem;
  line-height: 1;
  font-size: 22px;
  letter-spacing: -0.6px;
}
@media (min-width: 768px) {
  header .header-content .claim {
    font-size: 40px;
    padding: 0 4rem;
  }
}
@media (min-width: 1024px) {
  header .header-content .claim {
    width: 70%;
    margin-inline: auto;
  }
}
@media (min-width: 1200px) {
  header .header-content .claim {
    font-size: 32px;
  }
}
header .header-content .scroll-down {
  width: 20px;
  margin-inline: auto;
  margin-top: 3rem;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1003;
  display: none;
}
.modal .modal-inner {
  overflow-y: auto;
  padding: 1rem;
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #0C1013;
  border-radius: 20px;
  border: solid 2px #9d791b;
  transform: translateY(100px);
  scrollbar-width: thin;
  scrollbar-color: -moz-linear-gradient(top, #f2db71 0%, #9d791b 100%) rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
  .modal .modal-inner {
    border: solid 1px #9d791b;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .modal .modal-inner {
    width: 70%;
  }
}
.modal .modal-inner::-webkit-scrollbar {
  width: 3px; /* width of the entire scrollbar */
}
.modal .modal-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0); /* color of the tracking area */
}
.modal .modal-inner::-webkit-scrollbar-thumb {
  background-color: #9d791b; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
  background: #f2db71;
  background: -webkit-linear-gradient(top, #f2db71 0%, #9d791b 100%);
  background: -moz-linear-gradient(top, #f2db71 0%, #9d791b 100%);
  background: linear-gradient(top, #f2db71 0%, #9d791b 100%);
}
.modal .modal-inner__head {
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .modal .modal-inner__head {
    font-size: 1.625rem;
  }
}
.modal .modal-inner__content .modal-section {
  margin-bottom: 1rem;
}
.modal .modal-inner .modal-terms .hl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.modal .modal-inner .modal-terms .sl {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.modal .modal-inner__footer {
  display: flex;
  justify-content: center;
}
.modal .modal-inner__footer .btn {
  margin: 1rem;
}

.modal-send {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.modal-send .modal-inner {
  overflow-y: auto;
  padding: 1rem;
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #0C1013;
  border-radius: 20px;
  border: solid 2px #9d791b;
}
@media (min-width: 768px) {
  .modal-send .modal-inner {
    width: 60vw;
  }
}
@media (min-width: 1200px) {
  .modal-send .modal-inner {
    border: solid 2px #9d791b;
  }
}
@media (min-width: 1400px) {
  .modal-send .modal-inner {
    width: 50%;
  }
}
.modal-send .modal-inner__head {
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .modal-send .modal-inner__head {
    font-size: 1.625rem;
  }
}
.modal-send .modal-inner__content {
  height: 150px;
}
.modal-send .modal-inner__content .form-message-wrapper {
  width: 70%;
  margin: 0 auto;
}

.modal-terms {
  font-size: 16px;
}
.modal-terms h1 {
  font-size: 1.85rem;
}
.modal-terms h2 {
  font-size: 1.65rem;
}
.modal-terms h3,
.modal-terms .terms-head {
  font-size: 1.5rem;
}
.modal-terms .modal-section {
  margin-bottom: 2rem;
}
.modal-terms .hl {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .modal-terms .hl {
    font-size: 1.625rem;
  }
}
.modal-terms .sl {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .modal-terms .sl {
    font-size: 1.25rem;
  }
}
.modal-terms ul {
  font-size: 14px;
  margin-bottom: 1rem;
}
.modal-terms ul li {
  margin-bottom: 0.2rem;
}
.modal-terms a {
  color: #fafafa;
}
.modal-terms .terms-head {
  margin-top: 2rem;
}
.modal-terms .mhl {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.modal-terms p {
  margin-bottom: 1rem;
}

/**
 * Swiper 11.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 2, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.swiper {
  width: 100%;
  height: 100%;
  user-select: none;
}
.swiper .swiper-wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .swiper .swiper-wrapper {
    margin-bottom: 4rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: #fafafa;
}
@media (min-width: 1920px) {
  .swiper-button-prev,
  .swiper-button-next {
    color: #E3121A;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 2px #dfc54a;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dfc54a;
}

.swiper-teams .swiper-wrapper {
  padding-bottom: 2rem;
}

.swiper-partner .swiper-wrapper {
  padding-bottom: 2rem;
}

.cgvn-input {
  position: relative;
  margin-bottom: 1.5rem;
}
.cgvn-input input:not([type]),
.cgvn-input input[type=text]:not(.browser-default),
.cgvn-input input[type=password]:not(.browser-default),
.cgvn-input input[type=email]:not(.browser-default),
.cgvn-input input[type=url]:not(.browser-default),
.cgvn-input input[type=time]:not(.browser-default),
.cgvn-input input[type=date]:not(.browser-default),
.cgvn-input input[type=datetime]:not(.browser-default),
.cgvn-input input[type=datetime-local]:not(.browser-default),
.cgvn-input input[type=tel]:not(.browser-default),
.cgvn-input input[type=number]:not(.browser-default),
.cgvn-input input[type=search]:not(.browser-default),
.cgvn-input textarea,
.cgvn-input select {
  width: 100%;
  border: none;
  padding: 1rem 0.5rem;
  outline: none;
  background-color: rgb(21.8709677419, 29.1612903226, 34.6290322581);
  font-family: inherit;
  font-size: 14px;
  color: #fafafa;
  border-radius: 6px;
}
.cgvn-input input:not([type]):focus-visible,
.cgvn-input input[type=text]:not(.browser-default):focus-visible,
.cgvn-input input[type=password]:not(.browser-default):focus-visible,
.cgvn-input input[type=email]:not(.browser-default):focus-visible,
.cgvn-input input[type=url]:not(.browser-default):focus-visible,
.cgvn-input input[type=time]:not(.browser-default):focus-visible,
.cgvn-input input[type=date]:not(.browser-default):focus-visible,
.cgvn-input input[type=datetime]:not(.browser-default):focus-visible,
.cgvn-input input[type=datetime-local]:not(.browser-default):focus-visible,
.cgvn-input input[type=tel]:not(.browser-default):focus-visible,
.cgvn-input input[type=number]:not(.browser-default):focus-visible,
.cgvn-input input[type=search]:not(.browser-default):focus-visible,
.cgvn-input textarea:focus-visible,
.cgvn-input select:focus-visible {
  outline: 2px solid #E3121A; /* Farbe anpassen */
  outline-offset: 2px;
}
.cgvn-input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fafafa;
  opacity: 1; /* Firefox */
}
.cgvn-input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fafafa;
}
.cgvn-input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fafafa;
}
.cgvn-input input:-webkit-autofill,
.cgvn-input input:-webkit-autofill:hover,
.cgvn-input input:-webkit-autofill:focus,
.cgvn-input input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #fafafa;
}
.cgvn-input label {
  position: absolute;
  padding-left: 0.5rem;
  top: 1rem;
  left: 0;
  transition: all 0.35s;
  color: #0C1013;
}

select {
  font-family: inherit;
}
select option {
  border: none;
  background-color: #fafafa; /* Hintergrundfarbe der Optionen */
  color: #0C1013; /* Textfarbe der Optionen */
}
select option:first-child {
  display: none;
}

.invalid {
  background-color: rgb(21.8709677419, 29.1612903226, 34.6290322581) !important;
}

.terms {
  display: flex;
  align-items: flex-start;
}
.terms label {
  position: relative;
  top: unset;
  left: 0;
}
.terms a {
  text-decoration: underline;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.75rem;
  user-select: none;
}
.checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #fafafa;
  border-radius: 4px;
  margin-right: 5px;
}
.checkbox input[type=checkbox]:checked + label::before {
  content: "✔"; /* Unicode-Zeichen für Haken */
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #fafafa;
  border-radius: 4px;
  text-align: center;
  color: #f2db71;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label {
  position: relative;
  left: 1.5rem;
  line-height: 1.2;
  max-width: 95%;
}
@media (min-width: 768px) {
  .checkbox label {
    max-width: 100%;
  }
}
.checkbox label,
.checkbox a {
  font-size: 14px;
  color: #fafafa;
}
@media (min-width: 1200px) {
  .checkbox label,
  .checkbox a {
    font-size: 14px;
  }
}
.checkbox label a,
.checkbox a a {
  text-transform: initial;
  text-decoration: underline;
  transition: color 0.45s;
}
.checkbox .privacy-invalid,
.checkbox .privacy-invalid a {
  color: red;
}

.send-progress {
  margin-top: 1rem;
  width: 100%;
  height: 3px;
  background-color: #f2db71;
  transform: scaleX(0);
  transform-origin: left top;
}

footer .silhouette svg {
  width: 100%;
  display: block;
  fill: #161D23;
}
footer .footer-content {
  text-align: center;
  background-color: #161D23;
  padding-top: 3rem;
}
footer .footer-content .logo {
  margin-bottom: 3rem;
}
footer .footer-content .logo img {
  width: 120px;
  max-width: 209px;
  margin-inline: auto;
  margin-bottom: 0.5rem;
}
footer .footer-content .logo .name {
  line-height: 1;
}
footer .footer-content .claim {
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  footer .footer-content .claim {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0.25rem;
  }
}
footer .footer-content .claim .gold {
  background: linear-gradient(90deg, #9d791b 0%, #f2db71 20%, #f2db71 80%, #9d791b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #9d791b;
}
footer .footer-content .footer-terms {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 0.25rem;
}
footer .footer-content .footer-terms button {
  color: #fafafa;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .footer-content .footer-terms button:focus-visible {
  outline: 2px solid #E3121A; /* Farbe anpassen */
  outline-offset: 2px;
}
footer .footer-content .last-row {
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  gap: 0.25rem;
  font-size: 13px;
  padding: 1rem 0;
  opacity: 0.75;
}
@media (min-width: 768px) {
  footer .footer-content .last-row {
    grid-row: 1fr;
    grid-template-columns: auto auto;
  }
}

.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 30px);
  background-color: #0C1013;
  color: #fafafa;
  padding: 2rem;
  border: solid 1px #dfc54a;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-size: 16px;
}

.toast-show {
  opacity: 1;
  visibility: visible;
}
