:root {
  --primery-color: #95ff8d;
  --dark-background-color: #838c8e;
  --dark-font-color: #445058;
  --light-color: #f1f2ee;
  --padding: 4rem clamp(2rem, 10vw, 15rem);
  --padding-mobile: 5rem clamp(0.65rem, 5vw, 2.5rem);
}

* {
  box-sizing: border-box;
  font-family: "Roboto Mono", sans;
  font-size: 20px;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #404040;
  color: var(--light-color);
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

h1 {
  color: var(--Accent-Accent-1, #fff);
  /* Heading 1 */
  font-family: Impact;
  font-size: clamp(4rem, 10vw, 10rem);
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 117px */
  letter-spacing: -1px;
}

h2 {
  color: var(--Text-On-accent-1, #fff);
  text-align: center;
  /* impact */
  font-family: Impact;
  font-size: clamp(3rem, 7vw, 7rem);
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 108px */
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  letter-spacing: -1px;
}

h3 {
  color: var(--Accent-Accent-3, #202020);
  /* Heading 4 */
  font-family: "Roboto Mono";
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  letter-spacing: -1.44px;
}

h4 {
  font-size: clamp(1.2rem, 1.4vw, 2.8rem);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  color: var(--dark-font-color);
  padding-bottom: 1.5rem;
}

p {
  color: var(--Accent-Accent-1, #fff);
  /* Caption */
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12.6px */
  letter-spacing: -0.42px;
}

a {
  font-size: 1em;
  text-decoration: none;
  color: var(--light-color);
}

a:hover {
  color: var(--primery-color);
}

button {
  display: flex;
  height: 36px;
  padding: 12px 19px;
  align-items: center;
  gap: 6px;
  border-radius: 24.5px;
  background: var(--Background-Background-4, #95ff8d);
  text-transform: uppercase;
  margin-top: 1rem;
}
button a {
  color: #202020;
}

button:hover {
  background-color: #333332;
  color: #95ff8d;
}

.heading-center {
  text-align: center;
}

#navbar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 3rem;
  width: 100%;
  top: 0;
  z-index: 99;
  position: absolute;
  align-items: center;
}
#navbar a {
  font-family: "Roboto Mono";
  font-size: 1.1rem;
  text-align: center;
}

#navbar a#logo img {
  width:80%;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100vh;
  width: 100%;
  padding: var(--padding);
  overflow: hidden;
}
.hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  width: 100%;
  text-align: center;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.hero .hero-content h3 {
  color: #95ff8d;
}
.hero .hero-content #spon-bits {
  color: #95ff8d;
}

.section-wrapper {
  display: flex;
  height: 700px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

@media only screen and (max-width: 940px) {
  .section-wrapper {
    height: 400px;
  }
}
.news-wrapper {
  flex-direction: row;
  height: 800px;
}
.news-wrapper .half-wrapper {
  width: 50%;
  display: flex;
  height: 800px;
  padding: 24px 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  background-position: top;
  background-size: cover;
  position: relative;
}
.news-wrapper .half-wrapper #sponsor {
  position: absolute;
  top: 0px;
  left: 30px;
  width: clamp(2rem, 10vw, 15rem);
}
.news-wrapper .half-wrapper #cup {
  max-width: 40%;
}
.news-wrapper #dark {
  background-color: #202020;
}

@media only screen and (max-width: 940px) {
  .news-wrapper {
    flex-direction: column;
  }
  .news-wrapper .half-wrapper {
    width: 100%;
  }
}
.section-quote {
  background-color: #95ff8d;
  padding: 20px;
}
.section-quote button {
  display: flex;
  height: 36px;
  padding: 12px 19px;
  align-items: center;
  gap: 6px;
  border-radius: 24.5px;
  background: var(--Background-Background-3, #404040);
  color: #95ff8d;
  align-self: flex-start;
}
.section-quote button a {
  color: #95ff8d;
}

.contact-wrapper {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/contact.webp) lightgray 50%/cover no-repeat;
}
.contact-wrapper .contact-details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.contact-wrapper .contact-details-wrapper div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.contact-wrapper .contact-details-wrapper div div {
  display: flex;
  width: 200px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.contact-wrapper .contact-details-wrapper div div div {
  display: flex;
  flex-direction: row;
}
.contact-wrapper .contact-name-wrapper {
  align-self: flex-start;
}

@media only screen and (max-width: 940px) {
  .contact-wrapper {
    height: 550px;
  }
  .contact-wrapper .contact-details-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer {
  background-color: #202020;
  padding: 1rem 1rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.footer div {
  font-size: 16px;
}

@media only screen and (max-width: 940px) {
  .footer {
    flex-direction: column;
  }
  .footer div {
    font-size: 14px;
  }
}
/* Impressum */
.impressum-header {
  margin-top: 6rem;
  padding: var(--padding);
}
.impressum-header h1 {
  font-size: 80px;
  letter-spacing: 0px;
}

.impressum-contact-info {
  background-color: var(--light-color);
  padding: var(--padding);
  color: var(--dark-font-color);
}
.impressum-contact-info div {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.impressum-contact-info div p {
  padding-top: 0.4rem;
  color: #202020;
}
.impressum-contact-info h4 {
  font-weight: 700;
  min-width: 250px;
  padding: 0;
}

.impressum-content {
  margin: var(--padding);
}
.impressum-content h2 {
  padding: 2.5rem 0rem 1rem 0rem;
  text-align: left;
  font-size: 30px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 940px) {
  * {
    font-size: 16px;
  }
  .hero {
    padding: var(--padding-mobile);
  }
  .hero .hero-content {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */