@font-face {
  font-family: "70 Sdisco";
  src: url('../fonts/70sDisco-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #8d6a3f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

p {
  margin-bottom: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.header {
  background-color: #141800;
}

.img_header {
  float: none;
  clear: none;
  width: 100%;
  position: static;
  top: 0;
  left: 0;
  overflow: visible;
}

.div-block {
  width: 30%;
  height: 100%;
}

.image {
  float: left;
  clear: none;
  width: 100%;
  display: inline-block;
  position: static;
  overflow: scroll;
}

.section.content {
  padding: 80px 30px;
}

.section.content.intro {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.content.green {
  background-color: #141800;
  padding-top: 30px;
  padding-bottom: 50px;
}

.section.content.green.hd {
  height: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.content.preis {
  background-color: #fff;
}

.section.content.preis.mobil {
  display: none;
}

.section.content.footer {
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.content.footer.impressum {
  position: absolute;
  inset: auto 0% 0%;
}

.section.content.fastelovend {
  background-color: #293000;
}

.section.content.bildwall {
  background-image: linear-gradient(270deg, #000, #0000 16%, #fff0 80%, #000), url('../images/Bilderwall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 250px;
  box-shadow: inset 0 5px 42px #000;
}

.section.content.genre {
  background-color: #f1f1f1;
  box-shadow: inset 0 2px 20px -5px #0000001a;
}

.section.content.karneval {
  background-color: #0000;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.content.faq, .section.content.dark {
  background-color: #fff;
}

.section.content.rot {
  z-index: 110;
  background-color: #9f7746;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 0 16px 20px #0003;
}

.section.content.black {
  background-color: #222;
}

.heading {
  color: #ce5a46;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  position: static;
}

.heading.weiss {
  color: #fff;
}

.heading.h2 {
  color: #8d6a3f;
  background-color: #0000;
  margin-bottom: 40px;
}

.heading.h2.bildfllaeche {
  color: #fff;
  text-shadow: 0 0 15px #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  display: block;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.heading.h2.orange {
  color: var(--white);
  margin-bottom: 0;
}

.heading.h2.weiss {
  color: #fff;
  margin-bottom: 10px;
}

.heading.h2.weiss.buchung {
  margin-bottom: 40px;
  position: relative;
}

.heading.h1 {
  color: #8d6a3f;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
}

.heading.h1.wei {
  color: #fff;
}

.paragraph {
  color: #333;
  text-align: left;
  font-family: Exo, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph.weiss {
  color: #fff;
  margin-bottom: 2px;
  list-style-type: square;
}

.paragraph.impressum {
  margin-top: 50px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.halb {
  float: right;
}

.paragraph.teaser {
  color: #f2ffc0;
  background-color: #668000;
  align-self: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph.teaser.orange {
  align-self: stretch;
  font-size: 18px;
}

.paragraph.teaser._90s {
  color: #fa6400;
  background-color: #0c0f00;
  align-self: stretch;
}

.paragraph.teaser._70s {
  background-color: #682900;
  align-self: stretch;
}

.paragraph.teaser._80s {
  color: #1a2000;
  background-color: #a8d300;
  align-self: stretch;
}

.paragraph.einstieg {
  padding-left: 120px;
  padding-right: 120px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph.einstieg.ende, .paragraph.einstieg.orange {
  color: var(--white);
  text-align: center;
}

.paragraph.fussnote {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
}

.paragraph.wei {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.paragraph.rechtstext {
  color: #fff;
  width: 48%;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 22px;
  position: relative;
}

.preisbox {
  float: left;
  background-color: #fff;
  width: 46%;
  min-height: 360px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 12px 3px #b3b3b3;
}

.heading-2 {
  color: #333;
  text-align: center;
  -webkit-text-stroke-color: #333;
  align-self: stretch;
  margin-top: 15px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.heading-2.orange {
  color: #fa6400;
}

.preiszahl {
  color: #fff;
  text-align: center;
  align-self: start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
}

.erlaeuterung {
  color: #333;
  text-align: center;
  align-self: stretch;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.vorteilspaket {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Exo, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.fragebox {
  color: #fff;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}

.text-block {
  color: #fa6400;
  margin-bottom: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}

.container {
  margin-bottom: 10px;
}

.footertext {
  float: left;
  color: #fff;
  padding-left: 20px;
  font-family: Exo, Verdana, sans-serif;
}

.footerlink {
  float: right;
  color: #fff;
  margin-right: 20px;
  font-family: Exo, Verdana, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.footerlink:hover {
  text-decoration: underline;
}

.link {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.link:hover {
  color: #333;
}

.link.w--current {
  color: #fa6400;
}

.link.rot {
  color: #9f7746;
}

.partyteaser {
  float: left;
  background-color: #cfde94;
  width: 46%;
  min-height: 550px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 25px;
}

.partyteaser.voll {
  background-color: #293000;
  width: 95%;
  min-height: 0;
}

.image-2, .image-3 {
  background-color: #fff;
  width: 100%;
}

.image-4 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.s_header {
  background-image: linear-gradient(#0000, #0000001a 50%, #000c), url('../images/IMG_9753_neu-Kopie.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-5 {
  float: none;
  width: 2800px;
  max-width: 4000px;
  position: relative;
  inset: 250px 0% auto -70px;
  overflow: hidden;
}

.heading-3 {
  float: left;
  color: #fff;
  font-family: Exo, Verdana, sans-serif;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  top: 260px;
  left: 360px;
}

.s_kontakt {
  z-index: 5;
  background-color: #668000;
  border-color: #cfde94;
  border-bottom-style: none;
  border-bottom-width: 1px;
  padding: 8px 30px;
  display: none;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 4px 1px #00000080;
}

.kontakt-bezeichnung {
  float: left;
  color: #fff;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: static;
  top: 13px;
}

.kontakt-bezeichnung.name {
  font-weight: 400;
}

.kontakt-bezeichnung.kontakt {
  background-color: #fff3;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.kontaktbutton {
  float: left;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 15px;
  padding: 5px 20px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.kontaktbutton:hover {
  color: #668000;
  background-color: #ffffffe6;
}

.s_trenner {
  background-color: #333;
  height: 250px;
}

.s_trenner.preis {
  background-color: #333;
  background-image: linear-gradient(#0000 23%, #00000080), url('../images/BG_Header.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.s_trenner.preis.party {
  background-image: linear-gradient(#0000 23%, #00000080), url('../images/CM_656.JPG');
  background-size: auto, cover;
  display: none;
}

.s_trenner.preis.schluss {
  background-image: linear-gradient(#0000 23%, #00000080), url('../images/dj-birdr.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.section-2 {
  background-color: #333;
}

.section-2.spotify {
  padding: 80px 30px;
}

.grid {
  float: left;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.preiskombo {
  background-color: #9f7746;
  border: 2px dotted #ce5a46;
  border-radius: 8px;
  flex-flow: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-height: 130px;
  padding: 20px;
  display: flex;
  position: relative;
}

.preiserklaerung {
  border-right: 1px solid #333;
  align-self: stretch;
  min-height: 150px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.preiserklaerung.last {
  border-right-style: none;
}

.container-2 {
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-4.bildflaeche2 {
  color: #fff;
  text-align: left;
  text-shadow: 0 0 15px #000c;
  width: 100%;
  margin-top: 10px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.genreslider {
  background-color: #ddd0;
  border-radius: 8px;
  margin-bottom: 40px;
}

.slide {
  background-color: #1a200000;
}

.icon {
  background-color: #fa6400;
  border-radius: 40px;
  min-width: 60px;
  min-height: 60px;
  padding: 10px;
  box-shadow: 6px 0 6px -2px #803300e3;
}

.icon:hover {
  box-shadow: none;
  background-color: #7c3200;
}

.icon.links {
  box-shadow: 4px 0 5px 1px #ff6600b3;
}

.icon.rechts {
  box-shadow: -6px 0 6px -2px #803300e3;
}

.icon.rechts:hover {
  box-shadow: none;
}

.grid-2 {
  padding-left: 100px;
  padding-right: 100px;
}

.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.image-6 {
  background-color: #f2ffc0;
  align-self: center;
  height: 100%;
  min-height: 300px;
}

.genrebild {
  background-color: #f2ffc0;
  align-self: stretch;
  height: 100.038%;
  min-height: 326px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.image-7 {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0%;
}

.introheader {
  z-index: 90;
  background-image: linear-gradient(#00000096, #00000096);
  height: 100%;
  display: block;
  position: relative;
}

.container-3 {
  min-height: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.karneval-lineup {
  width: 940px;
  margin-top: 50px;
  margin-left: 150px;
  margin-right: 150px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.container-6 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 40px 40px 100px;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border-color: #8d6a3f #ce5a46 #ce5a46;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.heading-7 {
  float: left;
  color: #333;
  cursor: pointer;
  width: 85%;
  font-family: Exo, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.accordion-arrow {
  float: right;
  cursor: pointer;
  width: 3%;
  margin-top: 25px;
  position: static;
}

.accordion-item-content {
  overflow: hidden;
}

.paragraph-2 {
  padding-right: 60px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 24px;
}

.image-8 {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.kontakticon {
  float: left;
  min-width: 30px;
  height: 40px;
  min-height: 30px;
  margin-right: 20px;
}

.image-9 {
  float: none;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.hintergrundbild {
  background-image: linear-gradient(#0f0800b3, #0f0800b3), url('../images/CM_656.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
}

.dj-logo {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.logo {
  z-index: auto;
  background-color: #dfdfdf00;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.logo.rechtsseiten {
  background-color: #dfdfdf;
  background-image: url('../images/BG-Intro.jpg');
  background-position: 50%;
  background-size: cover;
}

.bandblock {
  text-align: center;
  text-shadow: 2px 3px 14px #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: "70 Sdisco", Verdana, sans-serif;
  font-size: 110px;
  line-height: 108px;
  display: block;
  position: relative;
}

.bandblock.intro {
  color: #d5a265;
  width: 100%;
}

.container-7 {
  max-width: 1920px;
}

.button {
  float: left;
  color: #fff;
  background-color: #110c06;
  border: 2px solid #110c06;
  border-radius: 7px;
  padding: 10px 20px;
  font-family: Exo, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 5px 5px 6px #0003;
}

.button:hover {
  box-shadow: none;
  color: #9f7746;
  background-color: #fff;
  border-color: #9f7746;
}

.button.rot {
  color: #fff;
  background-color: #110c06;
  border: 2px solid #110c06;
}

.button.rot:hover {
  color: #9f7746;
  -webkit-text-stroke-color: #9f7746;
  background-color: #fff;
  border: 2px solid #9f7746;
}

.button.dunkel {
  color: #fff;
  background-color: #110c06;
  border-color: #110c06 #333 #333;
  width: 48%;
}

.button.dunkel:hover {
  color: #9f7746;
  background-color: #fff;
  border-color: #fff;
}

.container-8 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-8.abfrage-wrap {
  justify-content: flex-start;
  align-items: center;
}

.code-embed {
  margin-top: 30px;
  box-shadow: 0 2px 20px 9px #0003;
}

.spotify-player {
  background-image: linear-gradient(#0009, #0006 36%, #0000004d 66%, #000000b3), url('../images/CM_656.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  padding: 80px 30px;
  display: block;
}

.spotify-player.spotify {
  padding: 80px 30px;
}

.preis-wrap {
  width: 23%;
  min-height: 50px;
  margin-right: 10px;
  position: relative;
}

.preis-wrap.last {
  margin-right: 0;
}

.preisliste {
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.anfrage {
  background-color: #110c06;
  padding: 80px 30px;
  display: flex;
  box-shadow: 0 -16px 20px #0003;
}

.anfrage.spotify {
  padding: 80px 30px;
}

.jut-form-block-1 {
  min-width: 28rem;
}

.jut-form-1 {
  color: #fff;
  flex-flow: wrap;
  display: flex;
}

.text-field-application {
  color: #333;
  background-color: #fff;
  border: 2px solid #e8e6e7;
  border-radius: .25rem;
  width: 48%;
  height: 3.5em;
  margin-bottom: 1em;
  margin-right: 10px;
  padding: 1em;
  font-family: Exo, Verdana, sans-serif;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.text-field-application.is-date {
  background-image: url('../images/calendar.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: 1.2em;
  width: 97%;
  padding-left: 3.3em;
}

.jut-button-1 {
  background-color: #026cff;
  border-radius: .2em;
  margin-top: 2rem;
  padding: .7em 1em;
  font-size: 1.5em;
  line-height: 1.3em;
  display: block;
}

.jut-button-1:hover {
  background-color: #026cffc7;
}

.code-embed-2, .code-embed-3 {
  margin-bottom: 40px;
}

.heading-8 {
  font-family: Exo, Verdana, sans-serif;
}

.image-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fa-form-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.fa-form-page {
  width: 100%;
  height: 100%;
}

.fa-form-steps-wrapper {
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fa-form-step-counter-and-text-wrapper {
  cursor: pointer;
  align-items: center;
  column-gap: 10px;
  display: flex;
}

.fa-form-step-count {
  color: #fff;
  background-color: #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  display: flex;
}

.fa-form-step-success-icon {
  color: #fff;
  background-color: #006acc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  display: flex;
}

.fa-form-step-text {
  font-size: 16px;
  font-weight: bold;
}

.fa-form-step-line {
  background-color: #ccc;
  width: 100px;
  height: 1px;
}

.fa-form-navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fa-form-navigation-button {
  color: #fff;
  cursor: pointer;
  background-color: #006acc;
  border-radius: 10px;
  padding: 10px 20px;
}

.fa-form-next-button {
  align-self: flex-end;
}

.hidden {
  display: none !important;
}

.active {
  display: block;
}

.active-counter {
  color: #fff !important;
  background-color: #006acc !important;
}

.active-label {
  color: #006acc !important;
}

.fa-form-field {
  width: 100%;
  height: 100%;
}

.form-fields-wrapper-plain-text-field {
  background-color: inherit;
}

.form-fields-margin-bottom {
  margin-bottom: 10px;
}

.dropdown-label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.form-fields-dropdown-toggler {
  color: #333;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
}

.form-fields-dropdown-wrapper {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.bg-white {
  background-color: #fff;
}

.email-error-message {
  color: #ff2626;
  font-size: 11px;
}

.input-cursor-style-plain-test {
  cursor: text;
}

.form-fields-wrapper-email-field {
  background-color: inherit;
}

.input-cursor-style-email {
  cursor: text;
}

.number-input-wrapper {
  border: 1px solid #ccc;
  align-items: center;
  display: flex;
}

.full-width-relative-position {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.number-input-icon-wrapper {
  cursor: pointer;
  align-items: center;
  column-gap: 5px;
  padding: 8px;
  display: flex;
}

.number-input-field {
  border: 1px solid #0000;
  outline-style: none;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}

.number-input-field:hover {
  -webkit-appearance: none;
  appearance: none;
}

.number-input-dropdown {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  display: none;
  position: absolute;
  top: 38px;
}

.form-fields-searchable-dropdown-input {
  border-style: none;
  outline-style: none;
  width: 100%;
  position: relative;
}

.number-input-search-field {
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
}

.number-input-dropdown-list {
  overflow-y: overlay;
  max-height: 23rem;
  padding-left: 0;
  list-style-type: none;
}

.form-fields-wrapper-date-picker-field {
  background-color: inherit;
}

.position-absolute {
  position: absolute;
}

.date-input-icon {
  padding: 8px 12px;
  top: 0;
  right: 0;
}

.anfrageliste {
  margin-bottom: 20px;
  font-family: Exo, Verdana, sans-serif;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section.content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.content.intro.impressum {
    padding-top: 60px;
  }

  .section.content.bildwall {
    height: 150px;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .heading.h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .heading.h2.bildfllaeche {
    margin-bottom: 2px;
    font-size: 45px;
  }

  .heading.h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.white {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.teaser {
    font-size: 13px;
    line-height: 17px;
  }

  .paragraph.einstieg {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph.rechtstext {
    font-size: 16px;
  }

  .preisbox {
    width: 45%;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 18px;
  }

  .preiszahl {
    margin-bottom: 0;
    font-size: 40px;
  }

  .erlaeuterung, .vorteilspaket {
    font-size: 16px;
  }

  .text-block {
    font-size: 20px;
  }

  .partyteaser {
    width: 45%;
    min-height: 450px;
    padding: 20px;
    font-size: 16px;
  }

  .partyteaser.voll {
    width: 94%;
  }

  .image-5 {
    width: 2000px;
  }

  .heading-3 {
    font-size: 30px;
    left: 240px;
  }

  .s_trenner.preis {
    background-size: auto, cover;
  }

  .s_trenner.preis.schluss {
    background-image: linear-gradient(#0000 23%, #00000080), url('../images/dj-birdr.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, 1000px;
  }

  .container-2 {
    align-content: center;
  }

  .heading-4.bildflaeche2 {
    font-size: 30px;
  }

  .image-7 {
    position: absolute;
    top: 11%;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 24px;
  }

  .bandblock {
    font-size: 80px;
    line-height: 82px;
  }

  .button {
    padding: 5px 15px;
    font-size: 18px;
  }

  .preis-wrap {
    margin-top: 15px;
  }

  .anfrage {
    padding: 60px 40px;
  }

  .text-field-application {
    font-size: 20px;
  }

  .image-10 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  .section.content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.content.intro {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.content.intro.impressum {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.content.preis {
    display: block;
  }

  .section.content.preis.mobil {
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;
  }

  .section.content.bildwall {
    height: 120px;
  }

  .section.content.genre {
    padding-bottom: 0;
  }

  .section.content.rot {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .heading.h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading.h2.bildfllaeche {
    font-weight: 500;
  }

  .heading.h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph.white {
    font-size: 15px;
    line-height: 19px;
  }

  .paragraph.teaser {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph.einstieg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.fussnote {
    margin-top: 20px;
  }

  .preisbox {
    border-radius: 0;
    width: 46%;
    min-height: 400px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-2 {
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .preiszahl {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 24px;
  }

  .erlaeuterung {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .vorteilspaket {
    float: none;
    font-size: 18px;
  }

  .text-block {
    font-weight: 700;
  }

  .footerlink {
    margin-right: 10px;
  }

  .partyteaser, .partyteaser.voll {
    width: 100%;
  }

  .s_header {
    height: 400px;
  }

  .image-5 {
    width: 1600px;
    top: 195px;
  }

  .heading-3 {
    font-size: 24px;
    top: 195px;
    left: 175px;
  }

  .kontakt-bezeichnung {
    margin-top: 4px;
    font-size: 17px;
  }

  .kontaktbutton {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: none;
  }

  .s_trenner.preis {
    height: 400px;
  }

  .grid {
    display: none;
  }

  .preiskombo {
    border-left-style: none;
    border-right-style: none;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preiskombo.ohne-linie {
    border-top-style: none;
    align-self: center;
  }

  .preiserklaerung {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preiserklaerung.ohne-linie {
    border-top-style: none;
  }

  .heading-4.bildflaeche2 {
    font-weight: 500;
  }

  .grid-3 {
    align-content: stretch;
  }

  .genrebild {
    min-height: 258px;
    display: block;
    overflow: visible;
  }

  .image-7 {
    top: 19%;
    overflow: visible;
  }

  .sliderleiste {
    bottom: 50px;
  }

  .container-6 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .accordion-arrow {
    width: 6%;
  }

  .paragraph-2 {
    padding-right: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .image-9 {
    display: block;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr 1fr;
  }

  .dj-logo {
    margin-bottom: 20px;
  }

  .bandblock {
    font-size: 50px;
    line-height: 54px;
  }

  .preis-wrap {
    width: 48%;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-10 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .section.content {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .section.content.intro.impressum {
    padding-top: 20px;
    display: block;
  }

  .section.content.green {
    padding: 10px 15px;
  }

  .section.content.footer {
    display: block;
  }

  .section.content.bildwall {
    height: 80px;
  }

  .section.content.genre {
    display: none;
  }

  .section.content.faq {
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .section.content.dark, .section.content.black {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading.h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .heading.h2.bildfllaeche {
    width: auto;
    font-size: 35px;
    display: block;
  }

  .heading.h2.weiss {
    font-size: 20px;
    line-height: 22px;
  }

  .heading.h2.weiss.buchung {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.impressum {
    margin-top: 20px;
    font-size: 16px;
  }

  .paragraph.white {
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph.teaser {
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph.fussnote {
    margin-top: 40px;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph.fussnote.weiss {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.wei {
    display: none;
  }

  .paragraph.rechtstext {
    width: 97%;
    font-size: 14px;
    line-height: 17px;
  }

  .preisbox {
    width: 100%;
    min-height: 250px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-2 {
    line-height: 20px;
  }

  .heading-2.orange {
    font-size: 18px;
    line-height: 20px;
  }

  .fragebox {
    margin-top: 15px;
    padding: 15px;
  }

  .text-block {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
  }

  .footertext {
    padding-left: 0;
    font-size: 10px;
  }

  .footerlink {
    margin-right: 5px;
    font-size: 10px;
  }

  .partyteaser {
    min-height: 0;
    margin-bottom: 15px;
    padding: 15px;
  }

  .s_header {
    height: 500px;
  }

  .image-5 {
    width: 1000px;
    top: 300px;
    left: -40px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    top: 295px;
    left: 115px;
  }

  .s_kontakt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kontakt-bezeichnung {
    float: left;
    text-align: center;
    margin-top: 11px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .kontaktbutton {
    text-align: center;
    width: 45%;
  }

  .s_trenner.preis {
    width: auto;
    height: 300px;
    display: none;
  }

  .grid {
    display: none;
  }

  .preiserklaerung {
    border-right-style: none;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    display: inline-flex;
  }

  .heading-4.bildflaeche2 {
    width: auto;
    font-size: 24px;
  }

  .container-6 {
    padding-top: 0;
  }

  .accordion-item {
    background-color: #fff0;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 20px;
  }

  .accordion-arrow {
    width: 8%;
  }

  .paragraph-2 {
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .kontakticon {
    margin-right: 20px;
  }

  .dj-logo {
    margin-bottom: 20px;
  }

  .bandblock {
    font-size: 28px;
    line-height: 30px;
  }

  .button {
    margin-top: 0;
  }

  .button.dunkel {
    width: 97%;
  }

  .container-8 {
    position: relative;
  }

  .preis-wrap {
    width: 100%;
  }

  .anfrage {
    justify-content: center;
    align-items: center;
    padding: 40px 20px 40px 40px;
    display: block;
  }

  .jut-form-block-1 {
    min-width: 0;
  }

  .jut-form-1 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .text-field-application {
    width: 97%;
    height: 2.5em;
    margin-bottom: .7em;
    font-size: 18px;
  }

  .success-message {
    background-color: #ddd0;
    font-family: Exo, Verdana, sans-serif;
  }

  .error-message {
    color: #bb5f44;
    background-color: #fff;
    font-family: Exo, Verdana, sans-serif;
  }

  .image-10 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e960ef-f5a3e171 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e960db-f5a3e171 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e960f4-f5a3e171 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e960e0-f5a3e171 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e960fb-f5a3e171 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e960e5-f5a3e171 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e96100-f5a3e171 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-b1603507-a2ba-2110-39f4-b4d262e960ea-f5a3e171 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3d7-f5a3e171 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3d9-f5a3e171 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3dd-f5a3e171 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3df-f5a3e171 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3e3-f5a3e171 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3e5-f5a3e171 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3e9-f5a3e171 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3eb-f5a3e171 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-b1603507-a2ba-2110-39f4-b4d262e960e5-f5a3e171 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3d7-f5a3e171 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1603507-a2ba-2110-39f4-b4d262e960ef-f5a3e171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960db-f5a3e171 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960f4-f5a3e171 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960e0-f5a3e171 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960fb-f5a3e171 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: stretch;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960e5-f5a3e171 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e96100-f5a3e171 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960ea-f5a3e171 {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1603507-a2ba-2110-39f4-b4d262e960ef-f5a3e171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960db-f5a3e171 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960f4-f5a3e171 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b1603507-a2ba-2110-39f4-b4d262e960e5-f5a3e171 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center;
  }

  #w-node-b07b9bbb-6aaf-d4a6-bd5a-4ebdcfddf3e3-f5a3e171 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: '70 Sdisco';
  src: url('../fonts/70sDisco-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}