@font-face {
  font-family: "Agrandir Bold";
  src: url("../fonts/AgrandirBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
}
html, body, dialog {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-color: #212121;
  color: #000000;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  z-index: -1;
}

html.overflowWhenVisible:not(.visible) {
  overflow: hidden;
}

html:has(iframe.open),
html:has(iframe.opened) {
  overflow: hidden;
}

html, body {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

button {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.centerAll {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

:not(.slow-transition) * {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}
:not(.slow-transition) * ::after, :not(.slow-transition) * ::before {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

.slow-transition * {
  transition: all 5s !important;
  box-sizing: border-box;
}
.slow-transition * ::after, .slow-transition * ::before {
  transition: all 5s !important;
  box-sizing: border-box;
}

iframe {
  border: none !important;
  outline: none !important;
}

.widthAvailable {
  width: 100%;
  width: fill-available;
  width: -moz-available;
  width: -webkit-fill-available;
}

.h-s {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  box-sizing: content-box;
}

.title, #countdown p, #sponsoring h1, #whySponsorings h2, #returnment h2, #sponsorsUntilNow h2, #sponsorUs h2, #news h1, #wonDM h2,
#teamWonHH h2,
#prepForDM h2,
#colorChange h2 {
  line-height: 2.5rem;
  font-family: "Agrandir Bold";
  font-weight: 600;
  color: #EEEEEE;
}

.text, #whySponsorings p, #whySponsorings h3, #returnment ul, #sponsorUs #gofundmeEmbedd, #wonDM p,
#prepForDM p,
#colorChange p,
#teamWonHH .textWrapper p,
#teamWonHH .textWrapper li {
  line-height: 2em;
  font-family: "Poppins";
  color: #EEEEEE;
}

p, a, h1, h2, h3, h4, h5, h6, li {
  text-wrap: wrap;
  word-break: break-word;
  word-wrap: anywhere;
}

body {
  --mobile: 0;
}

@media (width < 1200px) {
  body {
    --mobile: 1;
  }
}
*::-moz-selection {
  background: #EC008C;
  color: white;
}
*::selection {
  background: #EC008C;
  color: white;
}

.defaultElementOnMainPage, #gallery .text, #gofundme .text, #theCar p, #sponsorings .text, #sponsorings #whySponsorings p, #whySponsorings #sponsorings p, #sponsorings #whySponsorings h3, #whySponsorings #sponsorings h3, #sponsorings #returnment ul, #returnment #sponsorings ul, #sponsorings #sponsorUs #gofundmeEmbedd, #sponsorUs #sponsorings #gofundmeEmbedd, #aboutUsText .text, #whatIsStemRacing .text {
  color: #EEEEEE;
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.6em, 0.7111111111em + 0.8888888889vw, 1.6em);
  line-height: clamp(1.4em, 1.4222222222em + 0.1777777778vw, 1.6em);
}

.defaultMainElement, #gallery, #gofundme, #theCar, #sponsorings, #aboutUsText, #whatIsStemRacing {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  align-self: center;
}

@media (width < 200px) {
  * {
    word-wrap: anywhere;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.imageFade10 {
  position: relative;
}
.imageFade10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 1000;
  background: linear-gradient(to bottom, #212121, rgba(33, 33, 33, 0));
}
.imageFade10::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 10%;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}

.imageFade15, #whatIsStemRacing img, #whatIsStemRacing iframe {
  position: relative;
}
.imageFade15::before, #whatIsStemRacing img::before, #whatIsStemRacing iframe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: 1000;
  background: linear-gradient(to bottom, #212121, rgba(33, 33, 33, 0));
}
.imageFade15::after, #whatIsStemRacing img::after, #whatIsStemRacing iframe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}

.imageFade20, #gallery .imageWrapper, #sponsorings .imageWrapper {
  position: relative;
}
.imageFade20::before, #gallery .imageWrapper::before, #sponsorings .imageWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1000;
  background: linear-gradient(to bottom, #212121, rgba(33, 33, 33, 0));
}
.imageFade20::after, #gallery .imageWrapper::after, #sponsorings .imageWrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}

.imageFade25 {
  position: relative;
}
.imageFade25::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 1000;
  background: linear-gradient(to bottom, #212121, rgba(33, 33, 33, 0));
}
.imageFade25::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}

.imageFade30, #gofundme .imageWrapper, #aboutUsText .wrapper {
  position: relative;
}
.imageFade30::before, #gofundme .imageWrapper::before, #aboutUsText .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1000;
  background: linear-gradient(to bottom, #212121, rgba(33, 33, 33, 0));
}
.imageFade30::after, #gofundme .imageWrapper::after, #aboutUsText .wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}

.imageFade35 {
  position: relative;
}
.imageFade35::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: 1000;
  background: linear-gradient(to bottom, #212121, rgba(33, 33, 33, 0));
}
.imageFade35::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}

a {
  color: #EC008C;
  text-decoration: none;
}

a:hover {
  color: #86004f;
}

#navBar {
  width: 100%;
  height: 5em;
  background: linear-gradient(90deg, #212121, #EC008C);
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  top: 0px;
  z-index: 1000000;
}

#navBar #logo {
  width: 10%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#navButtons {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  height: 100%;
  margin-right: 2%;
  align-items: center;
}

#navButtons .navButton, #navButtonsMobile .navButtonMobile {
  height: -moz-min-content;
  height: min-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: clamp(0.7em, 0.86em + 1.28vw, 1.5em);
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  font-family: "Agrandir Bold";
}

#slideUnderline {
  position: absolute;
  height: 4px;
  background-color: white;
  border-radius: 5px;
  transition: left 0.3s, width 0.3s, opacity 0.3s ease-in-out;
}

#navMobile {
  display: none;
}

@media (width < 1200px) {
  #navBar {
    display: none;
  }
  #navMobile {
    display: block;
  }
}
#navMobile {
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  --hamburgerWidth: clamp(2.5em, 2.75em + 2vw, 3.75em);
  --hamburgerHeight: clamp(2.5em, 2.75em + 2vw, 3.75em);
}

#otherSide {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 50%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s;
}

#menuSide {
  position: absolute;
  z-index: 1000;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #2f2f2f;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 0.3s;
}

.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: calc(var(--hamburgerWidth) / 2 + 2px);
  height: calc(var(--hamburgerHeight) / 10 / 2);
  background-color: black;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  transform: translateY(calc(0px - var(--hamburgerHeight) / 6));
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(calc(var(--hamburgerHeight) / 6));
  animation-delay: 250ms;
}

.hamburger-icon {
  z-index: 10000;
  position: absolute;
  height: var(--hamburgerHeight);
  width: var(--hamburgerWidth);
  top: 20px;
  left: 20px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: rgba(236, 0, 140, 0.5019607843);
  pointer-events: all !important;
}
.hamburger-icon:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.icon-1.a {
  transform: rotate(40deg);
}

.icon-3.b {
  transform: rotate(-40deg);
}

.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}

#menuSide #logoMobile {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#menuSide #navButtonsMobile {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 80%;
  text-decoration-color: #EC008C;
  text-align: center;
}
#menuSide #navButtonsMobile .navButtonMobile.selected {
  text-decoration: underline;
  text-decoration-color: #EC008C !important;
  text-decoration-thickness: 4px;
}
#menuSide #navButtonsMobile .navButtonMobile:hover {
  text-decoration: underline;
  text-decoration-color: #530031;
  text-decoration-thickness: 4px;
  transition: none;
}

#navMobile:has(.icon-1.a) {
  pointer-events: all;
}

#navMobile {
  pointer-events: none;
}

#navMobile:has(.icon-1.a) #menuSide {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

#navMobile:has(.icon-1.a) #otherSide {
  transform: scaleX(1);
  transform-origin: 100% 50%;
}

#navMobile:has(.icon-1.a) .hamburger-icon {
  left: calc(50% + 20px);
}

html, body {
  background: #212121;
}

#carReveal .carRevealVideo {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

#carReveal {
  position: relative;
  margin-top: 5em;
  width: 100%;
  max-width: 100vw;
  max-height: calc(100vh - 5em);
  min-width: 100vw;
  width: 100vw;
  aspect-ratio: 16/9;
}

#uiAboveVideo {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-rows: 25% 2fr 20% 0.5fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#uiAboveVideo * {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

#uiAboveVideo h1 {
  font-family: "Agrandir Bold";
  font-size: 1.5em;
  grid-area: 1/1/2/2;
  justify-self: center;
  align-self: center;
  color: #EEEEEE;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-color: transparent;
}

#uiAboveVideo p {
  font-family: "Poppins";
  font-size: 0.9em;
  width: 100%;
  grid-area: 3/1/4/2;
  justify-self: center;
  align-self: center;
  margin-left: 20%;
  color: #EEEEEE;
  padding: 20px;
  line-height: 2em;
}

#carReveal:has(img.carRevealVideo) #uiAboveVideo {
  display: none;
}

@media (width < 1200px) {
  #carReveal {
    container-type: inline-size;
    margin-top: 0px;
  }
  @container (width < 1000px) {
    #uiAboveVideo {
      display: none;
    }
  }
}
#uiAboveVideo h1 {
  color-interpolation-filters: linearRGB;
  text-shadow: 1px 1px 3px #86004f;
}

#carReveal::after {
  content: "";
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 30%;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}

#carReveal #subtitle {
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 10%;
  bottom: 0px;
  left: 0px;
  color: #EC008C;
  font-family: "Agrandir Bold";
  font-size: clamp(0.6em, 0.7128205128em + 3.6102564103vw, 5em);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0px;
}

#whatIsStemRacing {
  display: flex;
  flex-direction: column;
  padding-block: calc(max(5%, 6em) / 2);
}

#whatIsStemRacing .imageWrapper {
  width: var(--width);
  height: var(--height);
}

#whatIsStemRacing img, #whatIsStemRacing iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4;
}

@media (width < 600px) {
  #whatIsStemRacing img, #whatIsStemRacing iframe {
    aspect-ratio: 16/7 !important;
  }
}
#whatIsStemRacing .text {
  align-self: center;
  margin: 0;
}

#news {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: auto;
}

#news h1 {
  grid-area: 1/1/2/2;
  width: 100%;
  font-size: clamp(1.8em, 2.0444444444em + 1.9555555556vw, 4em);
  line-height: 1em;
  color: #EEEEEE;
  text-align: center;
  margin-bottom: 0px;
}

.newsArticle, #teamWonHH, #prepForDM, #wonDM, #colorChange {
  padding: 20px;
  border-radius: 20px;
  background-color: #EC008C;
  box-sizing: content-box;
}

#colorChange {
  grid-area: 1/1/2/2;
}

#colorChange img {
  grid-area: 1/2/3/3;
  max-width: 100%;
  max-height: 30vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  justify-self: center;
  align-self: center;
  margin: 10px;
  width: 100%;
  height: 100%;
  background-color: #530031;
  padding: 20px;
}

#colorChange p {
  grid-area: 2/1/3/2;
}

#colorChange p strong {
  font-weight: 1000;
}

#colorChange h2 {
  grid-area: 1/1/2/2;
}

#colorChange {
  grid-area: 2/1/3/2;
}

#wonDM {
  grid-area: 3/1/4/2;
}

#prepForDM {
  grid-area: 5/1/6/2;
  height: -moz-min-content;
  height: min-content;
}

#teamWonHH {
  grid-area: 6/1/7/2;
}

#wonDM h2,
#teamWonHH h2,
#prepForDM h2,
#colorChange h2 {
  font-size: clamp(1em, 1.1111111111em + 0.8888888889vw, 2em);
  line-height: clamp(1.6em, 1.7em + 0.8vw, 2.5em);
  grid-area: 1/1/2/2;
  margin: 0px;
  text-align: center;
}

#wonDM p,
#prepForDM p,
#colorChange p,
#teamWonHH .textWrapper p,
#teamWonHH .textWrapper li {
  grid-area: 2/1/3/2;
  font-size: clamp(0.6em, 0.6666666667em + 0.5333333333vw, 1.2em);
  line-height: clamp(1em, 1.1111111111em + 0.8888888889vw, 2em);
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  word-break: break-word;
  overflow-wrap: break-word;
  width: 100%;
  text-align: justify;
  align-self: center;
}

#prepForDM img {
  grid-area: 1/2/3/3;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  justify-self: center;
  align-self: center;
}

#teamWonHH h2 {
  grid-area: 1/1/2/2;
}

#teamWonHH .textWrapper {
  grid-area: 2/1/3/2;
  margin: 0px;
  padding: 0px;
}

#teamWonHH img[imgTeam=""] {
  grid-area: 1/2/3/3;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  justify-self: center;
  align-self: center;
  margin: 10px;
}

#teamWonHH img[imgRenn=""] {
  grid-area: 1/3/3/4;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  justify-self: center;
  align-self: center;
  margin: 10px;
}

#teamWonHH .textWrapper li {
  margin: 0px;
  color: #EEEEEE;
}

#extraPrices {
  width: -moz-fit-content;
  width: fit-content;
}

#extraPrices li {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

#extraPrices li:hover {
  font-weight: bolder;
}

#colorChange {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 0.1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  margin-block: 3em;
  padding: 20px;
}

#wonDM {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-template-rows: 0.1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  margin-block: 3em;
  padding: 20px;
}

#prepForDM {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: 0.2fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  margin-block: 3em;
  padding: 20px;
}

#teamWonHH {
  margin-bottom: 3em;
  display: grid;
  grid-template-columns: 48% repeat(2, 24%);
  grid-template-rows: 0.2fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  padding: 20px;
}

#wonDM h2 {
  grid-area: 1/1/2/2;
  color: #EEEEEE;
}
#wonDM p {
  grid-area: 2/1/3/2;
}
#wonDM p a {
  color: #86004f;
  text-decoration: none;
  font-weight: bold;
}
#wonDM img[alt="Foto von uns mit dem 2. Platz"] {
  grid-area: 1/2/3/3;
}
#wonDM img[alt="Foto von unseren Preisen"] {
  grid-area: 1/3/3/4;
}
#wonDM img[alt="Foto von unserem Teamstand bei der DM"] {
  grid-area: 1/4/3/5;
}
#wonDM img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  border-radius: 10px;
  justify-self: center;
  align-self: center;
  margin: 10px;
}

@media (width < 1000px) {
  #colorChange {
    display: grid;
    grid-template-columns: 2fr;
    grid-template-rows: 0.1fr auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  #colorChange h2 {
    grid-area: 1/1/2/2;
    padding: 0px;
    margin: 0px;
  }
  #colorChange img {
    grid-area: 2/1/3/2;
  }
  #colorChange p {
    grid-area: 3/1/4/2;
  }
}
@media (width < 1650px) {
  #wonDM {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 0.1fr auto 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }
  #wonDM h2 {
    grid-area: 1/1/2/3;
  }
  #wonDM p {
    grid-area: 3/1/4/3;
  }
  #wonDM img[alt="Foto von uns mit dem 2. Platz"] {
    grid-area: 2/1/3/2;
  }
  #wonDM img[alt="Foto von unseren Preisen"] {
    grid-area: 2/2/3/3;
  }
  #wonDM img[alt="Foto von unserem Teamstand bei der DM"] {
    display: none;
  }
  #prepForDM {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content auto min-content;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
  #prepForDM h2 {
    grid-area: 1/1/2/2;
    height: -moz-min-content;
    height: min-content;
  }
  #prepForDM img {
    grid-area: 2/1/3/2;
    max-height: 100%;
  }
  #prepForDM p {
    grid-area: 3/1/4/2;
    height: -moz-min-content;
    height: min-content;
  }
  #teamWonHH {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content auto min-content;
    grid-column-gap: 5%;
    grid-row-gap: 10px;
  }
  #teamWonHH h2 {
    grid-area: 1/1/2/3;
  }
  #teamWonHH img[imgteam=""] {
    grid-area: 2/1/3/2;
    justify-self: center;
    align-self: center;
  }
  #teamWonHH img[imgrenn=""] {
    grid-area: 2/2/3/3;
    justify-self: center;
    align-self: center;
  }
  #teamWonHH .textWrapper {
    grid-area: 3/1/4/3;
  }
  #teamWonHH .textWrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #teamWonHH .textWrapper p {
    grid-area: 1/1/2/2;
  }
  #teamWonHH .textWrapper ul {
    grid-area: 2/1/3/2;
  }
}
#aboutUsText {
  display: flex;
  flex-direction: column;
  padding-block: calc(max(5%, 6em) / 2);
}

#aboutUsText .wrapper {
  width: 100%;
}

#aboutUsText .wrapper {
  width: var(--width);
  height: var(--height);
}

#aboutUsText img, #aboutUsText iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4;
}

@media (width < 600px) {
  #aboutUsText img, #aboutUsText iframe {
    aspect-ratio: 16/7 !important;
  }
}
#aboutUsText .text {
  align-self: center;
  margin: 0;
}

#sponsoring {
  width: 80%;
  margin: auto;
  padding-block: 3em;
  display: flex;
  flex-direction: column;
}

#sponsoring h1 {
  grid-area: 1/1/2/2;
  text-align: center;
  font-size: 3em;
}

#whySponsorings {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content min-content min-content min-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-block: 5%;
  width: -moz-min-content;
  width: min-content;
  justify-self: center;
  width: 100%;
}

#whySponsorings h2 {
  grid-area: 1/1/2/2;
  color: #EC008C;
  font-size: 2em;
  text-align: center;
}

#whySponsorings p {
  grid-area: 2/1/3/2;
  font-size: 1.5em;
}

#whySponsorings h3 {
  grid-area: 3/1/4/2;
  font-size: 1em;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Calibri";
  text-align: center;
}

#whySponsorings #graph {
  grid-area: 4/1/5/2;
}

#whySponsorings #graphImage {
  max-width: 100%;
  padding: 30px;
}

#returnment {
  display: grid;
  grid-template-columns: 43% 18% 27%;
  grid-template-rows: min-content min-content;
  grid-column-gap: 6%;
  grid-row-gap: 0px;
  margin-block: 5%;
  justify-self: center;
}

#returnment h2 {
  grid-area: 1/1/2/4;
  color: #EC008C;
  font-size: 2em;
  text-align: center;
}

#returnment img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 5%;
  justify-self: center;
  align-self: center;
  border: 5px solid #EEE;
}

#returnment img[imgNewSponsorPost=""] {
  grid-area: 2/2/3/3;
}

#returnment img[imgCarLogos=""] {
  grid-area: 2/3/3/4;
}

#returnment ul {
  grid-area: 2/1/3/2;
  justify-self: center;
  align-self: center;
}

#sponsorsUntilNow {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content min-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-block: 5%;
}

#sponsorsUntilNow h2 {
  grid-area: 1/1/2/2;
  font-size: 2em;
  color: #EC008C;
  text-align: center;
}

#sponsorGrid {
  grid-area: 2/1/3/2;
  display: grid;
  grid-template-columns: repeat(3, max(15vw, 15vh));
  grid-template-rows: repeat(4, max(15vw, 15vh));
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: auto;
  justify-self: center;
  max-width: 100%;
  justify-content: center;
}

#sponsorGrid img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  justify-self: center;
  align-self: center;
  margin: 1em;
  cursor: pointer;
}

#sponsorGrid img[alt="Awork Logo"] {
  width: 100%;
}

#sponsorUs {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content min-content;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#sponsorUs h2 {
  grid-area: 1/1/2/2;
  font-size: 2em;
  color: #EC008C;
  width: 100%;
  text-align: center;
}

#sponsorUs #gofundmeEmbedd {
  grid-area: 2/1/3/2;
}

#sponsorUs div .gofundmetext {
  margin: 20px;
  margin-left: 0px;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.5em;
}

#sponsorUs .gofundme {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}

.centerAllGoFundMe, #sponsorUs .gofundme p, #sponsorUs .gofundme h3, #sponsorUs .gofundme img[alt="Gruppen Foto"] {
  justify-self: center;
  align-self: center;
}

#sponsorUs .gofundme img[alt="Gruppen Foto"] {
  border-radius: 30px;
  max-width: 100%;
}

#sponsorUs .gofundme h3 {
  text-align: center;
}

#sponsorUs .gofundme p {
  font-size: 0.9em;
  text-align: start;
  width: 100%;
  padding-inline: 30px;
}

#sponsorUs .gofundme .donateBtnDiv {
  display: flex;
  justify-content: space-evenly;
}

#sponsorUs .gofundme .donateNow {
  justify-self: end;
  align-self: center;
}

.donateNow button {
  text-align: end;
  padding: 15px;
  background-color: #EC008C;
  color: #EEEEEE;
  border-radius: 30px;
  height: 50%;
  cursor: pointer;
  font-size: clamp(0.7rem, 0.5818rem + 1.8909vw, 2em);
  text-wrap: nowrap;
}

.donateNow button:hover {
  background-color: #ff20a4;
}

.donateNow button:active {
  background-color: #86004f;
}

#sponsorUs .gofundme svg {
  height: 50%;
  justify-self: start;
  align-self: center;
  cursor: pointer;
  color: #02a95c;
  width: 50%;
}

#sponsorUs .gofundme svg:hover {
  color: #03db77;
}

#sponsorUs .gofundme svg:active {
  color: #017741;
}

.gofundme {
  background-color: #200013;
  padding: 20px;
  border-radius: 20px;
}

#gofundmeEmbedd {
  justify-self: center;
  width: 50%;
  display: grid;
}

@media (width < 1200px) {
  #sponsoring {
    width: 100%;
    margin: 0px;
  }
  #sponsorGrid {
    width: -moz-min-content;
    width: min-content;
    justify-self: center;
    align-self: center;
    padding: 10px;
  }
  #whySponsorings {
    grid-template-rows: min-content min-content min-content min-content;
    width: 95%;
    margin: auto;
  }
  #whySponsorings #graphImage {
    padding-block: 10px;
    padding-inline: 0px;
  }
  #returnment {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #returnment h2 {
    grid-area: 1/1/2/2;
  }
  #returnment img[imgnewsponsorpost=""] {
    grid-area: 2/1/3/2;
  }
  #returnment img[imgcarlogos=""] {
    grid-area: 3/1/4/2;
  }
  #returnment ul {
    grid-area: 4/1/5/2;
  }
  #gofundmeEmbedd {
    width: 95%;
    display: flex;
    flex-direction: column;
  }
  #sponsoring h1 {
    font-size: 2.4em;
    line-height: 2em;
  }
  #sponsoring h2 {
    font-size: 1.6em;
    line-height: 2em;
  }
  #sponsoring p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  #sponsoring h3 {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  #returnment li {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  #sponsorUs .gofundmetext {
    font-size: 1.12em;
    line-height: 1.2em;
  }
  #sponsorUs .donateNow {
    font-size: clamp(0.7rem, 0.5818rem + 1.8909vw, 2em);
  }
}
@media (width < 540px) {
  #sponsorGrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: min(80%, 80vh);
  }
  #sponsorUs .donateBtnDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #sponsorUs .donateNow button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
  }
}
#marginSponsoring {
  height: max(5%, 6em);
}

#sponsorings {
  display: flex;
  flex-direction: column;
  padding-block: calc(max(5%, 6em) / 2);
}
#sponsorings .imageWrapper {
  width: 100%;
}
#sponsorings .imageWrapper {
  width: var(--width);
  height: var(--height);
}
#sponsorings .imageWrapper img, #sponsorings .imageWrapper iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4;
}
#sponsorings .text, #sponsorings #whySponsorings p, #whySponsorings #sponsorings p, #sponsorings #whySponsorings h3, #whySponsorings #sponsorings h3, #sponsorings #returnment ul, #returnment #sponsorings ul, #sponsorings #sponsorUs #gofundmeEmbedd, #sponsorUs #sponsorings #gofundmeEmbedd {
  text-align: justify;
  align-self: center;
}

@media (width < 600px) {
  #sponsorings img, #sponsorings iframe {
    aspect-ratio: 16/7 !important;
  }
}
#imageFullScreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  padding: 5%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: url(../imgs/showImageFullScreen/Close.svg) 5 5, pointer;
}

#imageFullScreen.show {
  display: flex;
}

#imageFullScreen img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 5px solid #EEE;
  border-radius: 30px;
  cursor: default;
}

#imageFullScreen:not(.showImage) img {
  display: none;
}

#imageFullScreen.showImage .loadingScreen {
  display: none;
}

#imageFullScreen .loadingScreen {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#imageFullScreen .loadingScreen embed {
  display: block;
  border: none;
  border-radius: 0px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}

#imageFullScreen p {
  width: 100%;
  text-align: center;
  color: #EEEEEE;
  font-size: 1.2em;
}

#countdown {
  position: fixed;
  top: 5em;
  left: 0px;
  height: 5em;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10000;
  background: transparent;
  padding: 20px;
  background: linear-gradient(90deg, #212121, #EC008C);
  border-top: 2px solid white;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s;
  transform-origin: 50% 0%;
}

#countdown.visible {
  transform: translateY(0%);
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s;
  will-change: auto;
  opacity: 0.9;
}

#countdown .close {
  position: absolute;
  top: 50%;
  right: 10px;
  color: white;
  font-size: 2em;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  transform-origin: 50% 50%;
}

#countdown .close .plus {
  font-size: 1.5em;
  transform: rotate(45deg);
  display: block;
  transform-origin: 50% 50%;
}

#countdown .close .plus:hover {
  transform: scale(1.1) rotate(45deg);
}

#countdown .close .plus:active {
  transform: scale(0.9) rotate(45deg);
}

#countdown p {
  color: #EEEEEE;
  font-size: 1.8em;
}

#countdown embed {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  padding-block: 0px;
}

#countdown.hidden {
  display: none;
}

@media (width < 1200px) {
  #countdown {
    top: 100%;
    transform: translateY(0%);
    transform-origin: 50% 100%;
    display: flex;
    flex-direction: column;
    height: 22vh;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    opacity: 0;
    transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s;
  }
  #countdown.visible {
    transform: translateY(-100%);
    transform-origin: 50% 100%;
    transition: transform ease-in-out 0.5s, opacity ease-in-out 0.5s;
    will-change: auto;
    opacity: 1;
  }
  #countdown p {
    font-size: clampW(1.5em, 1.8em, 500px, 1200px);
    margin: 0px;
  }
  #countdown .close .plus {
    font-size: 1em;
    top: 5px !important;
    transform: none !important;
  }
  #countdown embed {
    -webkit-backdrop-filter: blur(41px);
            backdrop-filter: blur(41px);
  }
}
@media (width < 1330px) and (width > 1200px) {
  #countdown p {
    font-size: clamp(1.3rem, -2.3923rem + 4.9231vw, 1.7rem);
  }
}
@media (width < 500px) {
  #countdown {
    display: none;
  }
}
#otherPages {
  width: 100%;
  height: calc(100% - 5em);
  position: fixed;
  top: 5em;
  left: 0px;
  z-index: 6000;
  transition: top 0.5s ease-in-out, height 0.5s ease-in-out;
  transform-origin: center top;
  display: none;
}

body:has(#countdown.visible) #otherPages {
  height: calc(100% - 5em - 5em);
  top: 10em;
  transition: top 0.5s ease-in-out, height 0.5s ease-in-out;
}

body:has(#otherPages iframe.open) #countdown {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#otherPages iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
}

#otherPages iframe.hidden {
  display: none;
  pointer-events: none;
}

#otherPages iframe.open {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  pointer-events: all;
}

html:has(#otherPages.open) {
  overflow: hidden;
}

#otherPages.open {
  transition: top 0.5s ease-in-out, height 0.5s ease-in-out;
  display: block;
}

body:has(#otherPages.open) #slideUnderline {
  opacity: 0;
}

#languageToggle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: fixed;
  top: calc(100% - 5em);
  right: 2em;
  z-index: 10000000000000;
  width: 6vw;
  height: 2.5vw;
  max-width: 300px;
  min-width: 100px;
  max-height: 125px;
  min-height: 41.6px;
  border-radius: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  aspect-ratio: 6/2.5;
}

#languageToggle .german,
#languageToggle .english {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#languageToggle .english {
  grid-area: 1/1/2/2;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#languageToggle .german {
  grid-area: 1/2/2/3;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#languageToggle img {
  max-height: 90%;
  max-width: 100%;
  border-radius: 5px;
}

#languageToggle[lang=en] .english,
#languageToggle[lang=de] .german {
  border: 2px solid #EC008C;
}

#languageToggle[lang=de] .english,
#languageToggle[lang=en] .german {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

#languageToggle[lang=de] .english img,
#languageToggle[lang=en] .german img {
  scale: 0.7;
  opacity: 0.6;
}

#theCar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-block: calc(max(5%, 6em) / 2);
}
#theCar .wrapper {
  position: relative;
}
#theCar .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, #212121, rgba(33, 33, 33, 0));
}
#theCar .wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0), #212121);
}
#theCar .wrapper {
  width: var(--width);
  height: var(--height);
}
#theCar img, #theCar iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4;
}
#theCar p {
  text-align: justify;
  align-self: center;
  margin: 0;
}
#theCar button {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media (width < 600px) {
  #theCar img, #theCar iframe {
    aspect-ratio: 16/7 !important;
  }
}
.readMore {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.7em, 0.8111111111em + 0.8888888889vw, 1.7em);
  text-align: center;
  border-radius: 50em;
  color: #EC008C;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}

iframe.transition {
  transition: none !important;
  pointer-events: none;
}

iframe.transition.open {
  left: var(--left) !important;
  top: var(--top) !important;
  width: var(--width) !important;
  height: var(--height) !important;
  position: fixed !important;
  pointer-events: all;
}

iframe.transition.close {
  transition: all 0.5s ease-in-out, width 0.5s ease-in-out, height 0.5s ease-in-out !important;
  left: var(--left) !important;
  top: var(--top) !important;
  width: var(--width) !important;
  height: var(--height) !important;
  position: fixed !important;
  pointer-events: none;
  z-index: 2002;
}

iframe.transition.opened {
  transition: all 0.5s ease-in-out, width 0.5s ease-in-out, height 0.5s ease-in-out !important;
  position: fixed !important;
  aspect-ratio: unset !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2002;
  pointer-events: all;
}

div:has(iframe.transition)::after,
div:has(iframe.transition)::before {
  transition: opacity 0.5s ease-in-out;
}

div:has(iframe.transition.open)::after,
div:has(iframe.transition.open)::before,
div:has(iframe.transition.close)::after,
div:has(iframe.transition.close)::before {
  opacity: 0;
}

@media (width < 1200px) and (width >= 500px) {
  body:has(#countdown.visible) iframe.transition.opened {
    height: calc(100% - 22vh) !important;
    top: 0px !important;
  }
}
@media (width >= 1200px) {
  body:has(#countdown.visible) iframe.opened {
    height: calc(100% - 5em) !important;
    top: 5em !important;
  }
}
body:has(iframe.open) #countdown {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#gofundme {
  display: flex;
  flex-direction: column;
  padding-top: calc(max(5%, 6em) / 2);
  padding-bottom: max(5%, 6em);
}

#gofundme .imageWrapper {
  width: 100%;
}

#gofundme .imageWrapper {
  width: var(--width);
  height: var(--height);
}

#gofundme img, #gofundme iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4;
}

#gofundme .text {
  align-self: center;
  margin: 0;
}

@media (width < 600px) {
  #gofundme img, #gofundme iframe {
    aspect-ratio: 16/7 !important;
  }
}
#gallery {
  display: flex;
  flex-direction: column;
  padding-block: calc(max(5%, 6em) / 2);
}
#gallery .imageWrapper {
  width: 100%;
}
#gallery .imageWrapper {
  width: var(--width);
  height: var(--height);
}
#gallery .imageWrapper img, #gallery .imageWrapper iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4;
}
#gallery .text {
  text-align: justify;
  align-self: center;
}

@media (width < 600px) {
  #gallery img, #gallery iframe {
    aspect-ratio: 16/7 !important;
  }
}/*# sourceMappingURL=allStyles.css.map */