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

body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

.nav-menu {
  text-align: center;
}

.nav-link {
  padding: 26px 13px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f8c729;
}

.nav-link.w--current {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: hsla(0, 0%, 100%, 0.62);
  text-decoration: none;
}

.nav-link.logo {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}

.hero {
  overflow: visible;
  height: 100vh;
  margin-top: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  background-position: 0px 0px;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  padding-top: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-subtitle {
  font-family: 'PT Serif', serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.subpage-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79))), url('../images/IMG_2125.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url('../images/IMG_2125.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-weight: 300;
}

.section-title {
  padding: 85px 2.5%;
  color: #fff;
  text-align: center;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 33px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.section {
  padding-right: 2.5%;
  padding-bottom: 140px;
  padding-left: 2.5%;
}

.section.kontakt {
  padding-top: 100px;
  padding-bottom: 220px;
}

.bio-photo {
  margin-bottom: 45px;
}

.content {
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.footer.homepage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.76;
  color: #fff;
}

.social-link {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 1;
}

.social-wrapper {
  margin-top: 5px;
}

.play-music {
  position: relative;
  width: 100%;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: auto;
  height: auto;
  margin-left: 7px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 45px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.track-listing-row {
  margin-bottom: 45px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
}

.featured-track {
  margin-bottom: 75px;
  padding-bottom: 38px;
}

.track-listing-time {
  text-align: right;
}

.track-link {
  color: #fff;
  text-decoration: none;
}

.small-grey-text {
  display: block;
  margin-bottom: 5px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.small-grey-text.album {
  color: #efe866;
  font-size: 15px;
}

.tour-title {
  margin-bottom: 100px;
  text-align: center;
}

.rsvp-button {
  padding: 5px 15px;
  border: 1px solid #f7e769;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #f7e769;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.rsvp-button:hover {
  border-color: #fff;
  color: #fff;
}

.tour-date-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo-block {
  height: 250px;
  margin: 20px 10px;
}

.contact-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.contact-row {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid hsla(0, 0%, 60%, 0.35);
  text-align: center;
}

.contact-link {
  display: inline-block;
  margin-top: 5px;
  color: #999;
  text-decoration: none;
}

.contact-link:hover {
  color: #fff;
}

.form {
  display: block;
  max-width: 550px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.submit-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  color: #333;
}

.submit-button.sign-up {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-top: 0px;
}

.input-inline {
  display: inline-block;
  max-width: 414px;
  margin-right: 20px;
}

.album-art {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #fdfdfd;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero-container {
  margin-top: 29vh;
  text-align: center;
}

.button {
  padding: 11px 19px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.7);
  background-color: rgba(248, 199, 41, 0.7);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 14px;
}

.button:hover {
  background-color: #ffc300;
}

.button.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #f7c72a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #f7c72a;
  font-size: 16px;
}

.button.big:hover {
  border-color: #fff;
  color: #fff;
}

.button.contact {
  padding-right: 29px;
  padding-left: 29px;
  background-color: rgba(248, 199, 41, 0.7);
}

.button.uber-uns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.ber-uns {
  position: static;
  left: auto;
  z-index: auto;
  display: block;
  overflow: visible;
  margin: 10px auto 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 400;
}

.button._2 {
  margin-left: 20px;
  padding-right: 25px;
  padding-left: 16px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.74);
  line-height: 20px;
}

.content-wrapper.music {
  margin-top: 0px;
  padding-top: 40px;
  background-color: transparent;
}

.content-wrapper.gallery {
  margin-top: 160px;
  border-style: none;
  border-width: 10px;
  border-color: #000;
  background-color: transparent;
}

.content-wrapper.kontakt {
  background-color: #fff;
}

.footer-text {
  margin-top: 13px;
  color: hsla(0, 0%, 100%, 0.43);
}

.song-list-item {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.28);
  text-align: center;
}

.album-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.album-columns {
  text-align: center;
}

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.photo-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 69px;
  margin-left: auto;
  text-align: center;
}

.photo {
  width: 500px;
  max-width: 500%;
  margin-bottom: 18px;
  border-radius: 5px;
  box-shadow: 0 1px 19px -1px #000;
}

.field {
  font-weight: 300;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: hsla(0, 0%, 40%, 0.64);
  color: #fff;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.77);
}

.input.textarea {
  min-height: 110px;
}

.success {
  padding-top: 29px;
  background-color: rgba(30, 187, 0, 0.35);
}

.rich-text-block {
  margin-bottom: 10px;
  background-color: transparent;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
}

.html-embed {
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 20px;
  opacity: 1;
}

.section-11 {
  padding-top: 90px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.rich-text-block-5 {
  margin-top: auto;
}

.body {
  background-color: #000;
}

.section-10 {
  height: auto;
  margin-top: 60px;
  margin-bottom: auto;
  padding: 50px;
}

.container-impressum {
  overflow: visible;
  max-width: 1200px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.heading-22 {
  margin-bottom: 100px;
  padding-bottom: 0px;
  line-height: 28px;
}

.text-span-6 {
  display: block;
  padding-top: 40px;
  font-size: 24px;
}

.paragraph-29 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.body-2 {
  background-color: #000;
}

.heading-23 {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.heading-24 {
  text-align: center;
  text-transform: capitalize;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-1x1-small {
  width: 1.8rem;
  height: 1.8rem;
  color: #b1b1b1;
}

.page-padding {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  float: none;
}

.text-size-regular {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 1rem;
  font-weight: 400;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 5rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  text-align: left;
}

.social-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #b1b1b1;
}

.foter-link {
  color: #e2e2e2;
  font-size: 1rem;
  text-decoration: none;
}

.footer-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #46090a;
  text-align: center;
}

.footer-2.home {
  position: static;
  top: 0em;
  margin-top: auto;
}

.foter-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.footer-image {
  top: -24px;
  width: 100%;
  height: 180%;
  max-width: 146%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-image._2 {
  left: -175px;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5rem;
  color: #fff;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/IMG_0993.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/IMG_0993.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.76))), url('../images/IMG_2125.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('../images/IMG_2125.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.grid-3 {
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.image {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.div-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.text-block {
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #5a5a5a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.image-2 {
  display: block;
  height: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.div-block-2 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-2 {
  margin-top: 10px;
  text-align: center;
}

.text-block-3 {
  padding-top: 10px;
  text-align: center;
}

.image-3 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
}

.div-block-3 {
  max-width: 48%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-4 {
  max-width: 47%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-4 {
  padding-top: 10px;
  text-align: center;
}

.div-block-5 {
  max-width: 45%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-5 {
  padding-top: 10px;
  text-align: center;
}

.image-4 {
  border-radius: 10px;
}

.image-5 {
  border-radius: 10px 10px 0px 0px;
}

.div-block-6 {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px;
}

.image-6 {
  overflow: visible;
  height: auto;
  border-radius: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-6 {
  padding-top: 10px;
  text-align: center;
}

.text-block-7 {
  padding-top: 10px;
  text-align: center;
}

.image-7 {
  display: block;
  max-width: 45%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px 10px 0px 0px;
}

.image-8 {
  display: block;
  max-width: 45%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.text-block-8 {
  padding-top: 10px;
  text-align: center;
}

.image-9 {
  display: block;
  max-width: 45%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.text-block-9 {
  padding-top: 10px;
  text-align: center;
}

.image-10 {
  display: block;
  max-width: 45%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.text-block-10 {
  padding-top: 10px;
  text-align: center;
}

.div-block-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-3 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #46090a;
  text-align: center;
}

.footer-3.home {
  position: static;
  top: 0em;
  margin-top: auto;
}

.footer-4 {
  position: relative;
  left: 0%;
  top: 243px;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #46090a;
  text-align: center;
}

.footer-4.home {
  position: static;
  top: 0em;
  margin-top: auto;
}

.footer-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #46090a;
  text-align: center;
}

.footer-5.home {
  position: static;
  top: 0em;
  margin-top: auto;
}

.image-3-copy {
  display: block;
  width: 328px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    margin-top: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.84);
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
  }

  .subpage-background {
    padding-bottom: 0px;
  }

  .section.kontakt {
    padding-top: 220px;
  }

  .small-grey-text {
    font-size: 15px;
    text-transform: none;
  }

  .menu-button {
    padding: 20px 0px 20px 20px;
    color: hsla(0, 0%, 100%, 0.62);
    font-size: 25px;
    line-height: 22px;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }

  .button.ber-uns {
    margin-left: auto;
  }

  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .menu-text:hover {
    color: #fff;
  }

  .menu-icon {
    float: left;
  }

  .content-wrapper {
    margin-top: 0px;
  }

  .container-impressum {
    padding-top: 0px;
  }

  .footer-2 {
    position: static;
    bottom: auto;
  }

  .foter-text-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 61px;
  }

  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .small-grey-text {
    text-transform: none;
  }

  .rsvp-button {
    margin-top: 15px;
  }

  .tour-date-row {
    text-align: center;
  }

  .contact-link {
    margin-bottom: 30px;
  }

  .submit-button.sign-up {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .input-inline {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .menu-button {
    margin-right: 7px;
  }

  .album-list {
    margin-bottom: 60px;
  }

  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-impressum {
    margin-top: auto;
    margin-bottom: -80px;
    padding-bottom: 0px;
  }

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

  .column-32 {
    margin: auto;
    padding: 0px;
  }

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

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .footer-flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .foter-text-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-link-wrapper.text-size-regular {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 60vh;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .hero-heading {
    font-size: 39px;
    line-height: 52px;
  }

  .subpage-background {
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/IMG_2125.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/IMG_2125.webp');
  }

  .page-title {
    margin-bottom: -90px;
    font-size: 22px;
    line-height: 35px;
  }

  .small-grey-text {
    text-transform: none;
  }

  .contact-row {
    padding-bottom: 16px;
  }

  .hero-container {
    padding-right: 13px;
    padding-left: 13px;
  }

  .button.big {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }

  .button.ber-uns {
    position: static;
    left: 25%;
    top: auto;
    right: 52%;
    bottom: 15%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
  }

  .button._2 {
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 19px;
    padding-left: 19px;
    text-align: center;
  }

  .content-wrapper {
    display: block;
    overflow: visible;
    max-width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/IMG_2125.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/IMG_2125.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .content-wrapper.gallery {
    padding-bottom: 0px;
    border-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79))), url('../images/IMG_2125.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url('../images/IMG_2125.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .photo {
    width: 200px;
  }

  .rich-text-block {
    font-size: 12px;
    line-height: 25px;
  }

  .section-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rich-text-block-5 {
    font-size: 12px;
  }

  .container-impressum {
    margin-top: -30px;
    margin-bottom: -153px;
    padding-top: 0px;
  }

  .heading-22 {
    font-size: 28px;
  }

  .heading-24 {
    padding-bottom: 60px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .page-padding {
    overflow: visible;
  }

  .text-size-regular {
    font-size: 0.9rem;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foter-link {
    font-size: 1rem;
  }

  .footer-2 {
    margin-top: 0px;
    text-align: left;
  }

  .foter-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-link-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-link-wrapper.text-size-regular {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .body-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/IMG_0993.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/IMG_0993.webp');
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, fixed;
  }

  .container {
    padding-bottom: 40px;
  }

  .grid-3 {
    font-size: 12px;
    line-height: 17px;
  }

  .image {
    max-width: 70%;
  }

  .text-block {
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .div-block-3 {
    max-width: 80%;
  }

  .div-block-4 {
    max-width: 80%;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .div-block-5 {
    max-width: 80%;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .div-block-6 {
    max-width: 80%;
  }

  .image-6 {
    border-radius: 20px;
  }

  .image-7 {
    max-width: 80%;
  }

  .image-8 {
    max-width: 90%;
  }

  .image-9 {
    max-width: 100%;
  }

  .image-10 {
    max-width: 90%;
  }

  .div-block-9 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-3 {
    margin-top: 0px;
    text-align: left;
  }

  .footer-4 {
    margin-top: 0px;
    text-align: left;
  }

  .footer-5 {
    margin-top: 0px;
    text-align: left;
  }

  .section-12 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

#w-node-a007fd4c-9835-583e-0018-d4132aad2262-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07b9dadf-79c3-9e82-1c6a-a6a2e1b795f7-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_75e1d476-59c8-ac1c-8e40-bb3756e6bd82-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2f87d1d-9d3e-8df7-cb4d-12bd9eeed9ad-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe772e3b-d14f-916d-8023-15cad8117f04-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e958b6a-760c-a941-ad56-b73974d31e5b-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63cfc87f-8b08-71fe-7e1d-6a0a19d81385-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2c3bc68-56e3-fe5b-32cc-4ae1fe0b31b4-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38e239ea-e0c6-ef71-691a-5250fc9e7d44-8a00b46c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

