@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald-v49-latin-300.eot");
  src: local(""), url("../fonts/oswald-v49-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v49-latin-300.woff2") format("woff2"), url("../fonts/oswald-v49-latin-300.woff") format("woff"), url("../fonts/oswald-v49-latin-300.ttf") format("truetype"), url("../fonts/oswald-v49-latin-300.svg#Oswald") format("svg");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v49-latin-regular.eot");
  src: local(""), url("../fonts/oswald-v49-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v49-latin-regular.woff2") format("woff2"), url("../fonts/oswald-v49-latin-regular.woff") format("woff"), url("../fonts/oswald-v49-latin-regular.ttf") format("truetype"), url("../fonts/oswald-v49-latin-regular.svg#Oswald") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot");
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot");
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot");
  src: local(""), url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot");
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.eot");
  src: local(""), url("../fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto-v30-latin-900.svg#Roboto") format("svg");
}
.texture, .media-select img, .emotion img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  opacity: 0.3;
}

.media img.bg-media {
  opacity: 0.35;
}

.equipment img.texture, .equipment .media-select img, .media-select .equipment img, .equipment .emotion img, .emotion .equipment img {
  opacity: 0.2;
}

.stage img.texture, .stage .media-select img, .media-select .stage img, .stage .emotion img, .emotion .stage img {
  opacity: 0.35;
}

.downloads img.texture, .downloads .media-select img, .media-select .downloads img, .downloads .emotion img, .emotion .downloads img {
  opacity: 0.5;
}

.contact .texture, .contact .media-select img, .media-select .contact img, .contact .emotion img, .emotion .contact img {
  opacity: 0.2;
}

.footer img.texture, .footer .media-select img, .media-select .footer img, .footer .emotion img, .emotion .footer img {
  opacity: 0.2;
}

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

body, html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
  font-family: "Roboto";
}

::selection {
  color: #0e0e11;
  background: #ffc600;
}

a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

@keyframes BOUNCE {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes BOUNCE {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
}
.frame {
  width: 1440px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.form-frame {
  width: 1024px;
}

@media only screen and (max-width: 1600px) {
  .frame {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .frame {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .frame {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .frame {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .frame {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn {
  transition: all 0.2s ease-in-out;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #0e0e11;
  padding: 20px 40px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  text-transform: uppercase;
}
.btn.arrow span {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  margin-left: 20px;
  transition: all 0.2s ease-in-out;
}
.btn.xl {
  font-size: 1rem;
  font-weight: 900;
}
.btn.full-width {
  width: 100%;
}
.btn.yellow {
  background: #ffc600;
  border-color: #ffc600;
}
.btn.yellow:hover {
  background: #0e0e11;
  border-color: #0e0e11;
  color: #ffc600;
}
.btn.red {
  background: #ffc600;
  border-color: #ffc600;
  color: #000000;
}
.btn.red span {
  color: #ffc600;
}
.btn.red:hover {
  background: #ff9100;
  border-color: #ff9100;
}
.btn.white-border {
  border: solid 2px #ffffff;
  color: #ffffff;
}
.btn.white-border:hover {
  background: #ffffff;
  color: #0e0e11;
}
.btn.yellow-border {
  background: #ffc600;
  border-color: #ffc600;
}
.btn.yellow-border span {
  color: #ffc600;
}
.btn.yellow-border:hover {
  background: #0e0e11;
  color: #ffc600;
}
.btn.yellow-border:hover span {
  background: #ffc600;
  color: #0e0e11;
}
.btn.dark {
  background: #0e0e11;
}
.btn.black-border span {
  background: #ffc600;
  color: #0e0e11;
}
.btn.black-border:hover span {
  background: #0e0e11;
  color: #ffc600;
}

@media only screen and (max-width: 1024px) {
  .btn {
    font-size: 0.75rem;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 680px) {
  .btn {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 590px) {
  .btn {
    letter-spacing: 1px;
  }
  .btn.xl {
    font-size: 0.9rem;
  }
}
.nav {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 400;
  padding: 20px 0px;
  transition: all 1s ease-in-out 0.1s;
}
.nav.active {
  background: rgba(0, 0, 0, 0.9058823529);
}
.nav.page-active {
  background: rgba(0, 0, 0, 0.9058823529) !important;
}
.nav .frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  transition: all 0.3s ease-in-out;
  z-index: 200;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.nav-logo p {
  font-family: "Oswald";
  font-size: 3rem;
  line-height: 110%;
  color: #ffc600;
}
.nav-logo span {
  letter-spacing: 15px;
  margin-left: 10px;
  font-size: 0.8rem;
  display: block;
}

.nav-sub {
  margin-left: 15px;
}
.nav-sub .btn {
  letter-spacing: 0px;
  color: #0e0e11;
}

.nav-links {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-links a {
  font-family: "Oswald";
  padding: 10px 15px;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.nav-links a:hover {
  color: #ffc600;
}

@media only screen and (max-width: 1350px) {
  .nav-links a {
    font-size: 0.9rem;
    padding: 10px 12px;
  }
  .nav-logo p {
    font-size: 2.6rem;
  }
  .nav-logo span {
    letter-spacing: 15px;
    margin-left: 15px;
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 1090px) {
  .nav-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    padding-top: 40px;
    background: #0e0e11;
    transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
  }
  .nav-links.active {
    transform: translateX(0);
  }
  .nav-sub {
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 490px) {
  .nav-logo p {
    font-size: 2.3rem;
  }
  .nav-logo span {
    font-size: 0.6rem;
    letter-spacing: 10px;
    margin-left: 10px;
  }
}
.header {
  height: 100vh;
  overflow: hidden;
  background: #0e0e11;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header-container {
  position: absolute;
  inset: 0;
}

.header-item {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.header-item img, .header-item video {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  position: absolute;
  inset: 0;
}
.header-item video {
  pointer-events: none;
  opacity: 0.8;
}
.header-item video::webkit-media-controls-fullscreen-button {
  display: none;
}
.header-item img {
  opacity: 0.2;
}

.header-buttons {
  display: flex;
  gap: 10px;
}

.header-headline {
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 15px;
}
.header-headline h1 {
  font-size: 6rem;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "Oswald";
  line-height: 120%;
}
.header-headline p {
  display: block;
  letter-spacing: 30px;
  margin-bottom: 10px;
  font-family: "Oswald";
}
.header-headline .header-mouse {
  color: #ffffff;
  position: absolute;
  bottom: -150px;
  z-index: 2;
  font-size: 3rem;
  margin-top: 80px;
  display: block;
  animation: BOUNCE 1s infinite;
  -webkit-animation: BOUNCE 1s infinite;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
  .header-headline h1 {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 900px) {
  .header-headline h1 {
    font-size: 9vw;
  }
  .header-headline p {
    letter-spacing: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .header-buttons {
    flex-direction: column;
  }
  .header-headline h1 {
    font-size: 15vw;
  }
  .header-headline p {
    font-size: 0.8rem;
    letter-spacing: 15px;
  }
}
.bands {
  background: #0e0e11;
}
.bands a {
  font-size: 1rem;
  font-weight: 900;
  font-family: "Oswald";
  align-items: center;
}

.bands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 10px;
}
.bands-grid a {
  border: solid 1px #0e0e11;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0e0e11;
}
.bands-grid a:hover {
  background: #0e0e11;
  color: #ffc600;
}

@media only screen and (max-width: 950px) {
  .bands .btn {
    width: 100%;
  }
  .bands .btn p {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 140%;
  }
}
@media only screen and (max-width: 490px) {
  .bands-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bands-grid a {
    font-size: 0.75rem;
  }
  .bands .btn {
    flex-direction: column;
  }
  .bands .btn span {
    margin-top: 10px;
  }
}
.emotion {
  height: 600px;
  background: #0e0e11;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.emotion h2 {
  font-size: 3em;
  letter-spacing: 3px;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
}
.emotion h2 span {
  color: #ffc600;
}
.emotion img {
  opacity: 0.2;
}

@media only screen and (max-width: 1280px) {
  .emotion {
    height: 450px;
  }
  .emotion h2 {
    font-size: 2.2em;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 900px) {
  .emotion {
    height: 380px;
  }
  .emotion h2 {
    font-size: 1.6em;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 620px) {
  .emotion {
    height: 300px;
  }
  .emotion h2 {
    font-size: 1.4em;
    padding: 0px 30px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 150%;
  }
}
.content {
  padding: 110px 0px 120px 0px;
  position: relative;
  text-align: center;
}
.content.gold {
  background-color: #ffc600;
  background-image: url(../img/extra/texture-pattern.jpg);
  background-repeat: repeat;
  background-blend-mode: multiply;
}
.content.white {
  background-color: #ffffff;
  background-image: url(../img/extra/texture-pattern.jpg);
  background-repeat: repeat;
}
.content.dark {
  background-color: #0e0e11;
  background-image: url(../img/extra/texture-pattern-dark.jpg);
  background-repeat: repeat;
}

.content-page {
  margin-top: 80px;
  background-image: url(../img/extra/texture-pattern.jpg);
  background-repeat: repeat;
}

.content-headline {
  font-family: "Oswald";
  font-size: 2.5em;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 200;
  line-height: 120%;
}
.content-headline.dark-bg {
  background: #0e0e11;
  border-radius: 30px;
  padding: 5px 0px;
}
.content-headline.mb-low {
  margin-bottom: 20px;
}
.content-headline.left {
  text-align: left;
}
.content-headline.dark {
  color: #0e0e11;
}
.content-headline.yellow {
  color: #ffc600;
}

@media only screen and (max-width: 1500px) {
  .content {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .content {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 980px) {
  .content {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 680px) {
  .content {
    padding: 60px 0px;
  }
  .content-headline {
    font-family: "Oswald";
    font-size: 2.1em;
  }
}
@media only screen and (max-width: 490px) {
  .content {
    padding: 50px 0px;
  }
}
.cookie-banner {
  position: fixed;
  background: #0e0e11;
  color: #ffffff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 40px;
  z-index: 9999;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cookie-banner.show {
  opacity: 1;
  pointer-events: all;
}
.cookie-banner.hide {
  transform: translateY(100%);
}
.cookie-banner button {
  width: 200px;
  font-weight: 700;
  background: #ffc600;
  color: #0e0e11;
  border: solid 2px #ffc600;
  padding: 15px 0px;
  margin-top: 30px;
  font-size: 0.8em;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.cookie-banner button:hover {
  background: none;
  color: #ffc600;
}
.cookie-banner p {
  text-align: center;
  line-height: 160%;
  font-size: 0.9em;
}
.cookie-banner p a {
  color: #ffc600;
  font-weight: 700;
  position: relative;
}
.cookie-banner p a:after {
  display: block;
  content: "";
  height: 2px;
  background: #ffc600;
  width: 0%;
  position: absolute;
  bottom: -5px;
  left: 0px;
  transition: all 0.3s ease-in-out;
}
.cookie-banner p a:hover:after {
  width: 100%;
}

@media only screen and (max-width: 950px) {
  .cookie-banner {
    padding: 40px 40px;
  }
  .cookie-banner br {
    display: none;
  }
  .cookie-banner button {
    padding: 15px 0px;
    font-size: 0.8em;
    width: 150px;
  }
  .cookie-banner p {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 450px) {
  .cookie-banner {
    padding: 40px 10px;
  }
  .cookie-banner button {
    padding: 12px 0px;
    font-size: 0.65em;
    width: 120px;
  }
  .cookie-banner p {
    font-size: 0.7em;
  }
}
.hamburger {
  width: 40px;
  z-index: 9998;
  transition: 0.2s ease-in-out;
  display: none;
  cursor: pointer;
  flex-direction: column;
}
.hamburger.active {
  transform: rotate(-90deg);
}
.hamburger.active span {
  background: #ffffff;
}
.hamburger span {
  height: 3px;
  width: 100%;
  background: #ffc600;
  margin-top: 8px;
  transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(2) {
  width: 90%;
}
.hamburger span:nth-child(3) {
  width: 80%;
}

@media only screen and (max-width: 1090px) {
  .hamburger {
    display: flex;
  }
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(16, 20, 27, 0.9843137255);
  opacity: 0;
  z-index: 8000;
  pointer-events: none;
  transition: all 0.2s ease-in-out 0.2s;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay.active {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  pointer-events: all;
}

.overlay-message {
  text-align: center;
  background: #0e0e11;
  color: #ffffff;
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  margin: 20px;
  border-radius: 30px;
}
.overlay-message.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}
.overlay-message i {
  color: #ffc600;
  margin-bottom: 20px;
  font-size: 3rem;
}
.overlay-message p {
  padding: 0px 20px;
  margin: 20px 0px;
  line-height: 150%;
  font-family: "Oswald";
  font-size: 1.1rem;
  text-transform: uppercase;
}
.overlay-message p span {
  color: #ffc600;
}
.overlay-message h3 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 900;
  line-height: 90%;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #ffc600;
}
.overlay-message h3 span {
  color: #ffffff;
  font-weight: 500;
  font-size: 2.3rem;
  display: block;
}

@media only screen and (max-width: 690px) {
  .overlay-message {
    padding: 20px;
  }
  .overlay-message i {
    font-size: 2rem;
  }
  .overlay-message h3 {
    font-size: 1.8rem;
    line-height: 120%;
  }
  .overlay-message h3 span {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .overlay-message p {
    font-size: 0.9rem;
    padding: 0px 10px;
  }
}
.loading-ring {
  display: block;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.loading-ring:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid #0e0e11;
  border-color: #0e0e11 #0e0e11 transparent #0e0e11;
  animation: LOADER 1s linear infinite;
}

@keyframes LOADER {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bewerbung-header {
  height: 100vh;
  background-color: #0e0e11;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bewerbung-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.bewerbung-more {
  margin-top: 70px;
}
.bewerbung-more a + a {
  margin-top: 20px;
}
.bewerbung-more a.btn-bewerbung-start {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.bewerbung-content {
  position: relative;
  z-index: 200;
  color: #ffffff;
  font-family: "Oswald";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  flex-direction: column;
}
.bewerbung-content span {
  letter-spacing: 20px;
}
.bewerbung-content h2 {
  font-size: 6em;
  font-weight: 300;
  line-height: 140%;
}
.bewerbung-content p {
  margin-bottom: 40px;
  letter-spacing: 2px;
  color: #ffc600;
  font-weight: 900;
  font-size: 1.2rem;
}
.bewerbung-content .bewerbung-arrow {
  color: #ffc600;
  position: absolute;
  bottom: -150px;
  z-index: 2;
  font-size: 1.4rem;
  margin-top: 80px;
  display: block;
  animation: BOUNCE 1s infinite;
  -webkit-animation: BOUNCE 1s infinite;
  cursor: pointer;
}

.bewerbung-infos {
  background: #0e0e11;
  text-align: left;
}

.bewerbung-termine {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  margin-bottom: 60px;
}
.bewerbung-termine span {
  border: solid 1px #ffc600;
  padding: 10px 10px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 10px;
}

.bewerbung-infos-container a + a {
  margin-top: 10px;
}
.bewerbung-infos-container a {
  width: 100%;
  display: flex !important;
}

.bewerbung-checkliste .check-item + .check-item {
  margin-top: 15px;
}
.bewerbung-checkliste .check-item {
  display: flex;
  align-items: center;
}
.bewerbung-checkliste .check-item p {
  color: #ffffff;
  font-size: 1.1rem;
  margin-left: 20px;
}
.bewerbung-checkliste .check-item p strong {
  font-weight: 700;
  color: #ffc600;
}
.bewerbung-checkliste .check-item span {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ffc600;
  border-radius: 50%;
  color: #ffffff;
  flex: 0 0 auto;
}

.bewerbung-start {
  background: #0e0e11;
  transform: translateX(100%);
  position: fixed;
  height: 100%;
  width: 100%;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  border-left: 2px solid #ffc600;
}
.bewerbung-start.active {
  transform: translateX(0px);
  pointer-events: all;
}

.bewerbung-start-close {
  position: absolute;
  padding: 20px;
  z-index: 1200;
  top: 40px;
  right: 50px;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.bewerbung-start-close:hover {
  color: #ffc600;
}

@media only screen and (max-width: 600px) {
  .bewerbung-content span {
    letter-spacing: 10px;
  }
  .bewerbung-content h2 {
    font-size: 17vw;
  }
  .bewerbung-content p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1500px) {
  .bewerbung-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
  }
  .bewerbung-checkliste .check-item p {
    font-size: 1rem;
    line-height: 130%;
  }
}
@media only screen and (max-width: 1280px) {
  .bewerbung-grid {
    grid-template-columns: 1fr;
  }
  .bewerbung-grid-item:nth-child(1) {
    order: 1;
  }
  .bewerbung-termine {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
@media only screen and (max-width: 920px) {
  .bewerbung-start {
    flex-direction: column;
  }
  .bewerbung-start-close {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 690px) {
  .bewerbung-termin {
    margin-bottom: 50px;
  }
  .bewerbung-grid {
    gap: 50px;
  }
  .bewerbung-start-submit {
    width: 100%;
  }
}
@media only screen and (max-width: 490px) {
  .bewerbung-start .content-headline {
    font-size: 1.8rem;
  }
  .bewerbung-checkliste .check-item p {
    font-size: 0.9rem;
  }
  .bewerbung-checkliste .check-item span {
    width: 35px;
    height: 35px;
  }
  .bewerbung-checkliste .check-item span i {
    font-size: 0.7rem;
  }
}
.bewerbung-member-ad {
  background: #0e0e11;
  width: 100%;
  color: #ffc600;
  padding: 10px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.bewerbung-member-ad:hover {
  background: #3c4049;
}

.bewerbung-member-list {
  border: solid 1px #91939b;
  border-radius: 30px;
  padding: 30px;
}
.bewerbung-member-list p {
  text-align: center;
  font-size: 0.8rem;
  color: #80848f;
}

.member-submit-buttons {
  position: relative;
  display: flex;
}
.member-submit-buttons button {
  display: none !important;
}
.member-submit-buttons button.show {
  display: inline-flex !important;
}

@media only screen and (max-width: 590px) {
  .bewerbung-member-list {
    padding: 20px 0px;
    border: none;
  }
}
.upload-area {
  border: 2px dashed #91939b;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.upload-area:hover, .upload-area.dragover {
  border-color: #3c4049;
  background: #eee;
}
.upload-area:hover .file-input-label, .upload-area.dragover .file-input-label {
  background: #3c4049;
}
.upload-area input[type=file] {
  display: none;
}
.upload-area p {
  margin-top: 10px;
  font-size: 0.9rem;
}
.upload-area .file-input-label {
  display: inline-flex;
  padding: 10px 20px;
  background: #80848f;
  color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-upload button {
  background: #ffc600 !important;
  color: #0e0e11 !important;
}
.form-upload button i {
  margin-right: 10px;
}
.form-upload button:hover {
  background: #0e0e11 !important;
  color: #ffc600 !important;
}
.form-upload .upload-btn:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.file-list-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.selected-files:has(span) {
  margin-bottom: 8px;
}

.selected-files, .uploaded-files {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  border-radius: 10px;
  gap: 5px;
}
.selected-files .file-item, .uploaded-files .file-item {
  border: solid 1px #80848f;
  padding: 8px 15px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.selected-files .file-item:has(a), .uploaded-files .file-item:has(a) {
  background: #80848f;
}
.selected-files .file-item span, .selected-files .file-item a, .uploaded-files .file-item span, .uploaded-files .file-item a {
  color: #0e0e11;
  font-size: 0.8rem;
  word-break: break-all;
  margin-right: 8px;
}
.selected-files .file-item .remove-file, .uploaded-files .file-item .remove-file {
  height: 30px;
  width: 30px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  letter-spacing: 0px;
}
.selected-files .file-item .remove-file i, .uploaded-files .file-item .remove-file i {
  margin: 0px;
  font-size: 0.7rem;
}

.progress-container {
  display: none;
  margin: 20px 0;
}

.progress-bar {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 15px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffc600, #ff9100);
  width: 0%;
  transition: width 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e0e11;
  font-weight: bold;
  font-size: 12px;
}

.data-list {
  margin-bottom: 30px;
  margin-top: -10px;
}
.data-list small {
  background: #ca3e3e;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  color: #ffffff;
}

.data-list-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.data-list-content span {
  background: #0e0e11;
  color: #eee;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}

@media only screen and (max-width: 720px) {
  .form-upload .upload-btn {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem !important;
    padding: 20px 10px !important;
  }
  .data-list-content span {
    font-size: 0.7rem;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .data-list small {
    flex-direction: column;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .data-list small i {
    font-size: 1.2rem;
  }
}
.member + .member {
  margin-top: 15px;
}

.member {
  background: #eee;
  border: solid 1px #d3d4db;
  border-radius: 30px;
  padding: 20px 30px;
  box-shadow: 4px 8px 20px rgba(25, 26, 32, 0.2745098039);
}

.member-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-header h4 {
  font-size: 0.9rem;
}

.member-actions {
  display: flex;
}
.member-actions span + span {
  margin-left: 5px;
}
.member-actions span {
  background: #0e0e11;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #ffc600;
  font-size: 0.65rem;
  transition: all 0.2s ease-in-out;
}
.member-actions span:hover {
  background: #3c4049;
}

.member-details {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.member-details p {
  background: #ffffff;
  padding: 10px;
  border-radius: 30px;
}
.member-details p strong {
  margin-right: 5px;
}

@media only screen and (max-width: 490px) {
  .member-details {
    grid-template-columns: 1fr;
  }
  .member {
    border-radius: 20px;
    padding: 18px 20px;
  }
}
.map {
  background: #ffffff;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.map a {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
}
.map a svg {
  font-size: 1.5rem;
  margin-right: 10px;
}
.map img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  inset: 0;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .map {
    height: 500px;
  }
}
@media only screen and (max-width: 690px) {
  .map {
    height: 400px;
  }
  .map a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0px auto;
  }
  .map img {
    transform: scale(1.4);
  }
}
.post {
  padding-bottom: 50px;
  text-align: left;
  position: relative;
  z-index: 200;
}
.post.big p {
  font-size: 1.2em;
}
.post.center p {
  text-align: center;
}
.post.grey p {
  color: #3c4049;
}
.post.grey p strong {
  color: #4b4e57;
  font-size: 1.1em;
}
.post.dark {
  color: #0e0e11;
}
.post.white {
  color: #ffffff !important;
}
.post h2 {
  font-family: "Oswald";
}
.post h2, .post h3 {
  font-size: 2rem;
  margin-bottom: 0.5%;
  font-weight: bold;
  text-transform: uppercase;
}
.post .date {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffc600;
}
.post p {
  font-size: 1em;
  line-height: 180%;
}
.post p a {
  color: #ffc600;
  background-color: #0e0e11;
  padding: 0px 2px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.post p a:hover {
  color: #0e0e11;
  background-color: #ffc600;
}
.post p img {
  width: 100%;
  height: auto;
}
.post p iframe {
  background: #eee;
  text-align: center;
  margin-bottom: 3%;
}

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

@media only screen and (max-width: 650px) {
  .post {
    margin-top: 20px;
    padding-bottom: 45px;
  }
  .post h2, .post h3 {
    font-size: 1.4rem;
  }
  .post p {
    font-size: 0.85em;
  }
  .post.big p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 490px) {
  .post .date {
    letter-spacing: 1px;
    font-size: 0.7em;
  }
  .post h2 {
    font-size: 1em;
  }
}
.stage-overview {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 6px;
}
.stage-overview a {
  border: solid 2px #0e0e11;
  padding: 5px;
  border-radius: 50%;
  font-size: 0.8rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #0e0e11;
  transition: background 0.2s ease, transform 0.2s cubic-bezier(0.47, 1.64, 0.41, 1.8);
}
.stage-overview a.active {
  background: #0e0e11;
  color: #ffc600;
}
.stage-overview a:hover {
  background: #ffc600;
  transform: scale(1.2);
}

.stage {
  background-image: url(../img/extra/texture-pattern.jpg);
  background-repeat: repeat;
}
.stage .content-headline {
  margin-bottom: 0px;
}

.stage-info {
  background: #ffc600;
  border-radius: 30px;
  padding: 30px 50px;
}

.stage-info-sub {
  position: relative;
  z-index: 200;
  letter-spacing: 5px;
  padding-bottom: 30px;
  font-size: 1.2em;
}

.stage-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  justify-content: space-between;
  border-top: 1px solid #0e0e11;
}
.stage-info-grid div {
  text-transform: uppercase;
  padding: 20px;
}
.stage-info-grid div span {
  color: #0e0e11;
  font-size: 0.9em;
  line-height: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
.stage-info-grid div p {
  color: #ffc600;
  background: #0e0e11;
  padding: 5px 0px;
  border-radius: 10px;
  justify-self: center;
  font-size: 1.4em;
  line-height: 100%;
  font-weight: 600;
}

.stage-headline {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 1.6rem;
  border-radius: 0px;
  margin-bottom: 20px;
  z-index: 200;
  color: #ffc600;
  padding: 10px 30px;
  position: relative;
  display: inline-block;
}

.stage-foto-credit {
  box-sizing: border-box;
  font-size: 0.8rem;
  font-weight: 500;
  background: #ffffff;
  width: 100%;
  margin-bottom: 30px;
  padding: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
}
.stage-foto-credit p {
  color: #0e0e11 !important;
}

.stage-bands {
  margin-bottom: 60px;
  margin-top: 60px;
  background: #0e0e11;
  padding: 30px 50px 50px 50px;
  border-radius: 30px;
}

.stage-bands-grid {
  display: flex;
}
.stage-bands-grid a {
  border: solid 1px #ffc600;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 20px 30px;
  width: 100%;
  margin: 0px 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #ffc600;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stage-bands-grid a small {
  color: #ffffff;
  font-size: 0.6rem;
}
.stage-bands-grid a:hover {
  cursor: pointer;
  background: #ffc600;
  color: #0e0e11;
}

.stage-error {
  color: #ffffff;
}

.stage-images {
  background: #0e0e11;
  padding: 30px 50px 50px 50px;
  border-radius: 30px;
}
.stage-images .stage-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
}
.stage-images .stage-images-grid .stage-image {
  background: #0e0e11;
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 30px;
}
.stage-images .stage-images-grid .stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  margin: auto;
  inset: 0;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.stage-images .stage-images-grid .stage-image:hover img {
  opacity: 1;
  transform: scale(1.2);
}

@media only screen and (max-width: 1350px) {
  .stage-info-grid div p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1150px) {
  .stage-info-grid {
    padding: 20px;
  }
  .stage-bands {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .stage-bands .stage-bands-grid a {
    font-size: 0.7em;
    padding: 25px;
    margin: 0px 5px;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .stage-images {
    padding: 40px;
  }
}
@media only screen and (max-width: 620px) {
  .stage-info-grid {
    display: block;
    padding: 10px;
  }
  .stage-info-grid div {
    border-bottom: 1px dashed #000;
    padding: 15px 0px;
  }
  .stage-info-grid div span {
    margin-bottom: 2px;
    font-size: 0.8em;
  }
  .stage-info-grid div p {
    font-size: 0.9em;
  }
  .stage-bands {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .stage-bands .stage-bands-grid {
    display: block;
  }
  .stage-bands .stage-bands-grid a {
    display: block;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 490px) {
  .stage-images {
    padding: 20px;
  }
  .stage-images .stage-images-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stage-images .stage-images-grid .stage-image {
    border-radius: 10px;
  }
}
.slides {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  transform: translateX(-100%);
}

.stages-controls-clone {
  display: none;
}

.slide {
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.stages {
  background: #ffc600;
  position: relative;
  overflow-x: visible;
  background-image: url(../img/extra/texture-pattern.jpg);
  background-repeat: repeat;
  background-blend-mode: multiply;
}

.stages-slider {
  overflow-x: scroll;
  display: flex;
  align-items: center;
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: none;
  scrollbar-width: none;
}

.stages-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.stages-content {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
}
.stages-content .frame {
  padding-left: 100px;
  padding-right: 100px;
}

.stages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.stages-item {
  padding: 25px 20px;
  color: #0e0e11;
  border: solid 3px #0e0e11;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.stages-item:hover {
  background: #0e0e11;
  color: #ffc600;
  cursor: pointer;
}
.stages-item i {
  font-size: 1.6em;
}
.stages-item h4 {
  font-family: "Oswald";
  font-size: 2rem;
  text-transform: uppercase;
  margin: 6px 0px 4px 0px;
  line-height: 100%;
}
.stages-item p {
  font-size: 1.2rem;
  letter-spacing: 10px;
}
.stages-item span {
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.stages-prev, .stages-next {
  position: absolute;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #0e0e11;
  height: 50px;
  width: 50px;
}
.stages-prev svg, .stages-next svg {
  font-size: 2rem;
  color: #ffffff;
}
.stages-prev:hover svg, .stages-next:hover svg {
  color: #ffc600;
}

.stages-prev {
  left: 0px;
}

.stages-next {
  right: 0px;
}

@media only screen and (max-width: 1280px) {
  .stages-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .stages-item {
    padding: 25px 15px;
  }
  .stages-item i {
    font-size: 1.4em;
  }
  .stages-item h4 {
    font-size: 1.5rem;
  }
  .stages-item p {
    font-size: 1.1rem;
  }
  .stages-item span {
    letter-spacing: 3px;
    font-size: 0.7rem;
    background: red;
  }
}
@media only screen and (max-width: 720px) {
  .stages-item {
    padding: 20px 15px;
  }
  .stages-item p {
    font-size: 0.9rem;
  }
  .stages-content .frame {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 690px) {
  .stages-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 560px) {
  .stages-prev, .stages-next {
    height: 40px;
    width: 40px;
  }
  .stages-prev svg, .stages-next svg {
    font-size: 1rem;
  }
  .stages-content .frame {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .stages-item {
    padding: 15px 12px;
  }
  .stages-item p {
    font-size: 0.9rem;
    letter-spacing: 5px;
  }
  .stages-item h4 {
    font-size: 1.3rem;
  }
  .stages-prev, .stages-next {
    height: 70px;
    width: 30px;
  }
  .stages-content .frame {
    padding-left: 40px;
    padding-right: 40px;
  }
}
div#showroom {
  background: #000000;
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
div#showroom.active {
  opacity: 1;
  pointer-events: all;
}

#showroom-next, #showroom-prev, #showroom-close, #showroom-download {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
#showroom-next i, #showroom-prev i, #showroom-close i, #showroom-download i {
  color: #ffffff;
  font-size: 1.2em;
}
#showroom-next:hover, #showroom-prev:hover, #showroom-close:hover, #showroom-download:hover {
  cursor: pointer;
  opacity: 0.6;
}

#showroom-next, #showroom-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

#showroom-prev {
  left: 20px;
}

#showroom-next {
  right: 20px;
}

#showroom-inner {
  width: 1150px;
  height: 82%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#showroom-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#showroom-inner img.img-active {
  display: block;
}

#showroom-index {
  color: #ffffff;
  font-size: 1em;
  letter-spacing: 2px;
  position: absolute;
  top: 40px;
  left: 40px;
}

#showroom-close {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 40px;
}

#showroom-download {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 80px;
}
#showroom-download i {
  font-size: 1.1em;
}

@media only screen and (max-width: 1350px) {
  #showroom-inner {
    width: 900px;
  }
}
@media only screen and (max-width: 1100px) {
  #showroom-inner {
    width: 820px;
  }
}
@media only screen and (max-width: 970px) {
  #showroom-inner {
    width: 700px;
  }
  #showroom-prev {
    left: 10px;
  }
  #showroom-next {
    right: 10px;
  }
  #showroom-next, #showroom-prev {
    width: 40px;
    height: 40px;
  }
  #showroom-index {
    font-size: 0.9em;
    top: 20px;
    left: 25px;
  }
  #showroom-close {
    top: 8px;
    right: 16px;
  }
  #showroom-download {
    top: 8px;
    right: 50px;
  }
}
@media only screen and (max-width: 740px) {
  #showroom-inner {
    width: 100%;
  }
  #showroom-prev {
    left: 0px;
  }
  #showroom-next {
    right: 0px;
  }
}
.eq-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.eq-nav span {
  color: #0e0e11;
  font-size: 0.8rem;
  letter-spacing: 2px;
  padding: 20px 0px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: solid 2px #0e0e11;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.eq-nav span.active {
  background: #0e0e11;
  border-color: #0e0e11;
  color: #ffc600;
}

.eq-container {
  background: #0e0e11;
  padding: 40px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.eq-container .eq-grid {
  display: grid;
}
.eq-container .eq-grid article {
  grid-row: 1/2;
  grid-column: 1/2;
  opacity: 0;
  pointer-events: none;
}
.eq-container .eq-grid article.active {
  opacity: 1;
  pointer-events: all;
}
.eq-container h4 {
  font-family: "Oswald";
  text-align: left;
  color: #ffc600;
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
  .eq-nav span {
    font-size: 0.75rem;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  .eq-container h4 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1280px) {
  .eq-nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 490px) {
  .eq-nav {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .eq-nav span {
    padding: 15px 0px;
    font-size: 0.7rem;
  }
}
.media-grid {
  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr;
  height: 700px;
}
.media-grid .media-headline {
  background: #ffffff;
  color: #ffc600;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.media-grid .media-headline header {
  color: #0e0e11;
  transform: rotate(-90deg);
  font-size: 5em;
}

.media-select {
  background: #0e0e11;
  padding: 100px 2%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.media-select h3, .media-select i {
  position: relative;
  z-index: 200;
}
.media-select h3 {
  font-family: "Oswald";
  font-size: 2rem;
}
.media-select i {
  display: block;
  margin-bottom: 15px;
  font-size: 3em;
  color: #ffc600;
  transition: all 0.3s ease-in-out;
}
.media-select img {
  opacity: 0.15;
  transition: all 1s ease-in-out;
}
.media-select:hover {
  background: #0e0e11;
  color: #ffc600;
}
.media-select:hover img {
  transform: scale(1.2);
}
.media-select:hover i {
  color: #ffffff;
}

.audio iframe {
  width: 100%;
  height: 1250px;
}

.videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}

.video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #0e0e11;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.video:hover img {
  transform: scale(1.1);
}
.video i {
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.video img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1550px) {
  .media-grid {
    height: 600px;
  }
}
@media only screen and (max-width: 1280px) {
  .media-grid {
    height: 500px;
  }
  .media-grid .media-headline header {
    font-size: 3.5em;
  }
  .media-select i {
    margin-bottom: 15px;
    font-size: 2em;
  }
}
@media only screen and (max-width: 1024px) {
  .media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .media-grid .media-headline {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .media-grid {
    height: 400px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .media-grid {
    height: auto;
    grid-template-columns: 1fr;
  }
  .videos {
    grid-template-columns: 1fr;
  }
}
.download + .download {
  margin-top: 20px;
}

.download {
  transition: all 0.2s ease-in-out;
  width: 800px;
  display: block;
  padding: 25px;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 2px;
  border: solid 2px #ffc600;
  color: #0e0e11;
  background: #ffc600;
  position: relative;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
}
.download:hover {
  background: none;
  color: #ffc600;
}

@media only screen and (max-width: 1400px) {
  .download {
    width: 600px;
  }
}
@media only screen and (max-width: 950px) {
  .download {
    width: 450px;
    font-size: 0.8em;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 550px) {
  .download {
    width: 100%;
    letter-spacing: 0px;
    padding: 25px 5px;
  }
}
#team {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0e0e11;
}
#team img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  opacity: 0.2;
}

.team-footer {
  position: relative;
}
.team-footer a {
  display: inline-flex;
  align-items: center;
}
.team-footer a:hover::after, .team-footer a:hover::before {
  width: 0%;
}
.team-footer a::after {
  left: 105%;
}
.team-footer a::before {
  right: 105%;
}
.team-footer a::after, .team-footer a::before {
  content: "";
  height: 1px;
  background: #ffc600;
  width: 200%;
  position: absolute;
  z-index: 200;
  transition: 0.2s ease-in-out;
  margin: auto;
}
.team-footer p {
  color: #ffffff;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.8em;
}

@media only screen and (max-width: 1600px) {
  #team .team-footer a::after, #team .team-footer a::before {
    width: 170%;
  }
}
@media only screen and (max-width: 1280px) {
  #team .team-footer a::after, #team .team-footer a::before {
    width: 120%;
  }
}
@media only screen and (max-width: 1024px) {
  #team .team-footer a {
    font-size: 0.8em;
  }
  #team .team-footer a::after, #team .team-footer a::before {
    width: 80%;
  }
}
@media only screen and (max-width: 780px) {
  #team .team-footer a {
    font-size: 0.7em;
    padding: 18px 20px;
  }
  #team .team-footer a::after, #team .team-footer a::before {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  #team .team-footer h2 {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 460px) {
  #team .team-footer a {
    font-size: 0.7em;
    padding: 18px 20px;
    margin-bottom: 10px;
  }
  #team .team-footer a::after, #team .team-footer a::before {
    width: 15%;
  }
}
.contact {
  background: #ffc600;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.contact-form-open {
  margin-top: 20px;
  display: flex;
  cursor: pointer;
}
.contact-form-open strong {
  font-weight: 900;
}
.contact-form-open span {
  color: #ffc600;
}
.contact-form-open:hover {
  background: #0e0e11;
  color: #ffc600;
}
.contact-form-open:hover span {
  background: #ffc600;
  color: #0e0e11;
}

.contact-block {
  background: #0e0e11;
  border: solid 3px #0e0e11;
  padding: 30px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #ffc600;
  border-radius: 15px;
  text-transform: uppercase;
}
.contact-block:hover {
  background: none;
}
.contact-block:hover span {
  color: #ffc600;
  background: #0e0e11;
}
.contact-block:hover p {
  color: black;
}
.contact-block:hover p::after {
  background: black;
  width: 80%;
}
.contact-block:hover .contact-icon {
  background: black;
}
.contact-block:hover h4 {
  color: black;
}
.contact-block p {
  font-family: "Oswald";
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 5px 0 10px 2px;
}
.contact-block p::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #ffc600;
  margin: 0px auto;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.contact-block h4 {
  font-size: 0.9em;
  color: white;
  border-radius: 10px;
  margin-top: 15px;
}
.contact-block span {
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 2px;
  padding: 17px 25px;
  border-radius: 15px;
  font-weight: 500;
  margin-top: 30px;
  background: #ffc600;
  color: #0e0e11;
  transition: all 0.2s ease-in-out;
}

.contact-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  border: solid 2px #ffc600;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1400px) {
  .contact-grid {
    grid-gap: 10px;
  }
  .contact-block span {
    font-size: 0.7em;
    letter-spacing: 1px;
    padding: 17px 20px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .contact-icon {
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
  }
}
.form-item label {
  font-weight: 500;
  margin-bottom: 3px;
  margin-left: 15px;
  color: #80848f;
  font-size: 0.8rem;
  display: block;
}

.form-item {
  margin-top: 10px;
}

.form-grid {
  display: grid;
  column-gap: 10px;
}
.form-grid.col-2 {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.form-grid.col-auto {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}
.form-grid span {
  border: solid 1px #0e0e11;
  padding: 10px 15px;
  justify-content: center;
  display: flex;
  font-size: 0.8rem;
  border-radius: 100vmax;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}
.form-grid span:hover {
  background: #91939b;
}

.form input, .form textarea, .form button {
  box-sizing: border-box;
  background: #ffffff;
  outline: none;
  color: #0e0e11;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
  font-size: 0.8em;
  border-radius: 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-family: "Roboto";
}
.form textarea, .form input {
  width: 100%;
  padding: 25px 30px;
  font-weight: 400;
}
.form textarea.error, .form input.error {
  box-shadow: inset 0px 0px 0px 3px #ca3e3e !important;
}
.form textarea:focus, .form input:focus {
  box-shadow: inset 0px 0px 0px 3px #ffc600;
  border-color: #ffc600;
}
.form textarea {
  height: 300px;
  resize: none;
}
.form button {
  background: none;
  border: solid 2px #ffc600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.8rem;
  align-items: center;
  padding: 12px 25px;
  border-radius: 100vmax;
  margin-top: 10px;
}
.form button:hover {
  background: #ffc600;
  color: #0e0e11;
}
.form button div {
  display: flex;
  align-items: center;
}
.form button.red.active {
  background: #ffc600;
}
.form button.active {
  background: #ffc600;
  pointer-events: none;
}
.form button.active div {
  opacity: 0;
}
.form button.active .loading-ring {
  opacity: 1;
}

.form-modal-container {
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 8100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  min-height: 100%;
  height: auto;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 40px;
}
.form-modal-container.active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s ease-in-out 0.2s;
}
.form-modal-container input, .form-modal-container textarea {
  padding: 20px 30px !important;
}
.form-modal-container .form-group-header {
  color: #ffc600;
  justify-content: space-between;
}
.form-modal-container .form-group-header div {
  display: flex;
  align-items: center;
}
.form-modal-container .form-group-header i {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 5px;
}
.form-modal-container .form-group-header i:hover {
  color: #ffffff;
}
.form-modal-container .form-group {
  background: #000000;
  padding: 30px 40px;
  border-radius: 30px;
}

@media only screen and (max-width: 790px) {
  .form button {
    letter-spacing: 0px;
  }
  .form textarea {
    height: 250px;
  }
  .form-item input, .form-item textarea {
    border-radius: 15px;
  }
  .form-item label {
    font-size: 0.7rem;
  }
  .form-group-header {
    font-size: 1.3rem !important;
    flex-wrap: wrap;
  }
  .form-group-header p {
    flex-basis: 100% !important;
    font-size: 0.8rem !important;
    margin-left: 0px !important;
  }
  .form-modal-container input, .form-modal-container textarea {
    padding: 18px 20px !important;
  }
  .form-modal-container .form-group {
    padding: 20px;
  }
  .form-modal-container .form-group-header i {
    padding: 0px;
  }
}
@media only screen and (max-width: 590px) {
  .form-modal-container {
    padding: 30px;
  }
  .form-item {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 490px) {
  .form button.bewerbung-submit.red {
    padding: 12px 15px;
  }
  .form-modal-container {
    padding: 0px;
  }
  .form-modal-container .form-group {
    padding: 20px;
    border-radius: 0px;
  }
  .form-grid.col-2 {
    grid-template-columns: 1fr;
  }
}
.bewerbung-form-content {
  background: #0e0e11;
  display: flex;
  min-height: 100vh;
  height: auto;
}
.bewerbung-form-content .texture {
  position: fixed;
}
.bewerbung-form-content .form-message {
  position: fixed;
  top: 50px;
  right: 50px;
  background: none;
  padding: 20px 35px;
  z-index: 200;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out 0.4s;
  box-shadow: 4px 8px 20px rgba(25, 26, 32, 0.2745098039);
  pointer-events: none;
}
.bewerbung-form-content .form-message.success {
  background: #27b98d;
}
.bewerbung-form-content .form-message.error {
  background: #ca3e3e !important;
  color: #ffffff !important;
}
.bewerbung-form-content .form-message.active {
  opacity: 1;
  transform: translateY(0);
}

.bewerbung-form input, .bewerbung-form textarea {
  padding: 15px 20px;
}

.bewerbung-form-header {
  background: #ffc600;
  border-radius: 30px;
  padding: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bewerbung-form-header p, .bewerbung-form-header span {
  font-weight: 900;
  letter-spacing: 4px;
}
.bewerbung-form-header span {
  font-size: 0.8rem;
}
.bewerbung-form-header h4 {
  justify-self: center;
  font-size: 3rem;
  font-weight: 900;
  font-family: "Oswald";
  color: #ffc600;
  background: #0e0e11;
  padding: 5px 15px;
  margin-block: 5px;
  line-height: 110%;
}

.bewerbung-sub-header {
  background: #000000;
  margin-top: 30px;
  padding: 30px;
  border-radius: 30px;
  border: solid 2px #ffc600;
}
.bewerbung-sub-header .btn {
  margin-top: 20px;
}
.bewerbung-sub-header h4 {
  color: #ffc600;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.bewerbung-sub-header p {
  color: #ffffff;
  font-weight: 500;
  line-height: 140%;
  padding: 10px 0px;
}
.bewerbung-sub-header p strong {
  color: #ffc600;
  font-weight: 600;
}
.bewerbung-sub-header aside {
  background: #0e0e11;
  margin-top: 10px;
  border-radius: 100vmax;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  justify-content: center;
  font-size: 0.8rem;
  position: relative;
}
.bewerbung-sub-header div {
  background: #ffc600;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  color: #0e0e11;
  transition: all 0.2s cubic-bezier(0.47, 1.64, 0.41, 1.8);
}
.bewerbung-sub-header div:active {
  transform: scale(1.2);
}

.bewerbung-form-container {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  margin-top: 30px;
  text-align: left;
}
.bewerbung-form-container .form input, .bewerbung-form-container .form textarea {
  border: solid 1px #80848f;
}

.form-group + .form-group {
  margin-top: 60px;
}

.form-group-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 1.5rem;
}
.form-group-header p {
  font-weight: 600;
  color: #80848f;
  margin-left: 8px;
  font-size: 0.9rem;
  transform: translateY(4px);
  font-family: "Roboto";
  letter-spacing: -0.2px;
}
.form-group-header i {
  margin-right: 10px;
}

.bewerbung-dates-error {
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  background: #0e0e11;
  color: #ffc600;
  font-weight: 900;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 1px;
  display: none;
}
.bewerbung-dates-error.error {
  display: block;
}

.bewerbung-date-select, .bewerbung-flyer-select {
  gap: 10px !important;
}
.bewerbung-date-select span.active, .bewerbung-flyer-select span.active {
  background: #0e0e11 !important;
  color: #ffc600 !important;
}

@media only screen and (max-width: 1024px) {
  .bewerbung-form-content .form-message {
    position: fixed;
    top: 20px;
    bottom: auto;
    right: 20px;
    left: 20px;
    background: #ffc600;
    padding: 20px 25px;
    border-radius: 30px;
    font-size: 0.9rem;
    transform: translateY(-100%);
    box-shadow: 10px 0px 20px rgba(14, 16, 22, 0.4235294118);
  }
}
@media only screen and (max-width: 790px) {
  .bewerbung-form input, .bewerbung-form textarea {
    padding: 18px 20px;
  }
  .form-group + .form-group {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 690px) {
  .bewerbung-sub-header aside {
    justify-content: space-between;
  }
  .bewerbung-sub-header div {
    position: relative;
    right: auto;
  }
  .bewerbung-form-container {
    padding: 20px;
  }
  .bewerbung-date-select, .bewerbung-flyer-select {
    gap: 3px !important;
  }
  .bewerbung-date-select {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 590px) {
  .bewerbung-sub-header {
    padding: 20px;
  }
  .bewerbung-sub-header h4 {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
  .bewerbung-sub-header p {
    font-size: 0.8rem;
    margin: 15px 0px;
  }
  .bewerbung-sub-header aside {
    flex-direction: column;
    border-radius: 20px;
    padding: 15px;
  }
  .bewerbung-sub-header aside div {
    margin-top: 10px;
    height: 40px;
    width: 40px;
  }
  .form-group + .form-group {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 490px) {
  .bewerbung-form-container {
    padding: 15px;
  }
  .bewerbung-form-header {
    padding: 20px;
  }
  .bewerbung-form-header h4 {
    font-size: 2rem;
  }
}
.footer {
  background-color: #0e0e11;
  background-image: url(../img/extra/texture-pattern-dark.jpg);
  background-repeat: repeat;
  padding: 90px 0px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.footer p {
  font-size: 0.6rem;
  color: #91939b;
  margin-top: 50px;
  line-height: 15px;
  letter-spacing: 2px;
}
.footer p a {
  color: #ffc600;
}
.footer p a:hover {
  color: #ffffff;
}

.footer-socials a {
  width: 65px;
  height: 65px;
  margin: 0px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffc600;
  position: relative;
  border: solid 2px #ffc600;
  border-radius: 50%;
}
.footer-socials a:hover {
  background: #ffc600;
  color: #0e0e11;
}

.footer-links {
  margin-top: 60px;
  margin-bottom: 60px;
}
.footer-links a {
  padding: 20px 30px;
  background: #ffc600;
  border-radius: 10px;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #0e0e11;
  margin: 0px 10px;
  border: 1px solid #ffc600;
}
.footer-links a:hover {
  background: none;
  color: #ffc600;
}

@media only screen and (max-width: 800px) {
  .footer-links a {
    padding: 15px 20px;
    font-size: 0.7em;
    margin: 0px 5px;
    font-weight: 500;
  }
  .footer-socials a {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 450px) {
  .footer p {
    font-size: 0.5em;
    letter-spacing: 1px;
  }
  .footer-links a {
    padding: 15px;
    font-size: 0.6em;
    margin: 0px 3px;
  }
  .footer-socials {
    margin: 20px 0px;
  }
  .footer-socials a {
    width: 45px;
    height: 45px;
  }
}

/*# sourceMappingURL=style.css.map */
