@font-face {
  font-family: "avenir";
  font-weight: 900;
  src: url("../Fonts/Avenir_95_Black.ttf") format("truetype");
}

@font-face {
  font-family: "avenir";
  font-weight: 600;
  src: url("../Fonts/Avenir_65_Heavy.ttf") format("truetype");
}

* {
  outline: none;
}


button.slick-arrow {
  border: 0 !important;
  background-color: transparent !important;
}



body {
  font-family: avenir;
  font-weight: 900;
  overflow-x: hidden;
  margin: 0;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.vorlage {
  position: absolute;
  z-index: -2;
  width: 100%;
  display: none;
}

.vorlage img {
  display: none;
  margin: 0 auto;
  position: relative;
  z-index: -10;
}

header {
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  margin: 0 auto;
  font-weight: 900;
  position: fixed;
  z-index: 10000002;
  top: 0;
  transition: all 0.2s ease;

  display: flex;
  align-items: center;
}

.responsive_logo {
  display: flex;
  justify-content: center;
}

.responsive_logo img {
  display: block;
  height: 18px;
}

.header-on-top {
  filter: invert(100);
  background: white;
}

header .responsive_logo {
  opacity: 0;
}

.header-on-top .responsive_logo,
.responsive_logo--show {
  opacity: 1 !important;
}

.hamburger {
  height: 30px;
  width: 30px;
  background: url(/img/icons/hamburger.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  position: absolute;
  top: -5px;
  z-index: 20;
}

.hamburger_menu .social_icons_nav {
  display: none;
}

.hamburger_menu .social_icons_nav .social_icon {
  width: 40px;
  height: 40px;
}

.hamburger_open {
  background: url(/img/icons/hamburger_open.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.social_icons_nav {
  position: absolute;
  right: 0px;
  top: -6px;
  display: flex;
  z-index: 1000000;
}

.social_icon {
  height: 30px;
  width: 30px;
  background-size: contain !important;
  margin-left: 6px;
  background-repeat: no-repeat !important;
  background: url(/img/icons/placeholder_icon.png);
}

.social_icon:hover,
.hamburger:hover {
  opacity: 0.5;
  cursor: pointer;
}

.icon_youtube {
  background: url(/img/icons/youtube.svg);
}

.icon_facebook {
  background: url(/img/icons/facebook.svg);
}

.icon_twitter {
  background: url(/img/icons/twitter.svg);
}

.icon_instagram {
  background: url(/img/icons/instagram.svg);
}

.icon_spotify {
  background: url(/img/icons/spotify.svg);
}

.icon_applemusic {
  background: url(/img/icons/applemusic.svg);
}

.icon_amazonmusic {
  background: url(/img/icons/amazonmusic.svg);
}

.icon_deezer {
  background: url(/img/icons/deezer.svg);
}

.icon_tidal {
  background: url(/img/icons/tidal.svg);
}

.icon_googleplay {
  background: url(/img/icons/googleplay.svg);
}

.icon_soundcloud {
  background: url(/img/icons/soundcloud.svg);
}

.icon_napster {
  background: url(/img/icons/napster.svg);
}

.social_icons_nav a:last-child .social_icon {
  margin-right: 1rem;
}

.heroContainer {
  position: relative;
}

.hero {
  height: 0;
  padding-bottom: 40% !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hero h1 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  font-size: 8vw;
  margin-top: 1vw;
  letter-spacing: -1.9px;
  z-index: 2;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_background {
  background-position: center;
  background-size: cover;
  width: calc(100% + 1px);
  height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  /*    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==) repeat;*/
  filter: invert(0.4);
  z-index: 1;
  opacity: 0.4;
}

.rgz_gif,
.neuesAlbum_gif {
  position: absolute;
  width: 22vw;
  right: calc(40% - 300px);
  top: 5vw;
  z-index: 5;
}

.neuesAlbum_gif {
  right: 13%;
  top: 10%;
}

@media (max-width: 1042px) {
  .neuesAlbum_gif {
    top: 20%;
  }
}

@media (max-width: 500px) {
  .neuesAlbum_gif {
    top: 20px;
    right: 30px;
  }
}

.newsletter_gif {
  position: absolute;
  width: 8vw;
  bottom: -140px;
  right: calc(10%);
  z-index: 5;
}

@media (max-width: 768px) {
  .newsletter_gif {
    bottom: -50px;
    right: 30px;
  }
}

.neuesAlbum_gif,
.newsletter_gif {
  width: 16vw;
  min-width: 100px;
  max-width: 300px;
}

.neuesAlbum_gif img,
.newsletter_gif img {
  width: 100%;
}

.hero nav {
  position: absolute;
  width: 100%;
  bottom: -12px;
  font-size: 39px;
  z-index: 2;
}

.hero nav ul {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.hero nav ul li {
  display: inline-block;
  margin: 0px 16px;
  letter-spacing: -1.8px;
  position: relative;
}

.hero nav ul li:hover {
  cursor: pointer;
}

.hero nav ul li:hover::after {
  content: "";
  background: url(/img/icons/linie.png);
  position: absolute;
  width: 86%;
  height: 10px;
  margin-left: 7%;
  left: 0;
  bottom: -23%;
  background-size: cover;
  opacity: 1;
  filter: drop-shadow(5px 5px 5px #fff);
}

.album {
  max-width: 1280px;
  height: 0;
  padding-bottom: 31%;
  background: url(/img/album.png);
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  margin-top: 150px;
  width: 60%;
}

.album img.dkcross {
  position: relative;
  left: -188px;
  top: 130px;
  width: 163px;
}

.toggle_menu ul {
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  letter-spacing: -1.5px;
  padding-right: 17px;
  margin-top: 69px;
  background: white;
  padding-bottom: 20px;
}

.toggle_menu ul li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

.toggle_menu ul li:hover::after {
  content: "";
  background: url(/img/icons/linie.png);
  position: absolute;
  width: 86%;
  height: 10px;
  margin-left: 7%;
  left: 0;
  bottom: -23%;
  background-size: cover;
  opacity: 0.5;
}

.active_toggle_item::after {
  content: "";
  background: url(/img/icons/linie.png);
  position: absolute;
  width: 86%;
  height: 10px;
  margin-left: 7%;
  left: 0;
  bottom: -23%;
  background-size: cover;
  opacity: 1;
}

.clear {
  display: table;
  content: "";
  clear: both;
  margin: 0 auto;
  position: relative;
}

.toggle_content {
  margin: 0 auto;
  max-width: 855px;
  margin-top: 58px;
  position: relative;
}

.toggle_content::after {
  display: table;
  content: "";
  clear: both;
}

.content_two,
.content_three,
.content_four {
  display: none;
}

.no_margin {
  margin-top: 0 !important;
}

.line {
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: black;
}

.image_wrapper {
  width: 50%;
  float: left;
}

.image_wrapper img {
  width: 93%;
  margin-left: 5%;
}

.content_wrapper {
  width: 50%;
  float: left;
  text-transform: uppercase;
  background: white;
}

.content_wrapper p {
  margin-left: 8%;
  margin-top: 11px;
  letter-spacing: -0.9px;
  margin-bottom: 63px;
  font-weight: normal;
}

.store_wrapper {
  float: left;
  margin-left: 15%;
  margin-right: -8%;
}

.first_store_wrapper {
  margin-left: 8% !important;
}

.store {
  background: url(/img/icons/store_background.png);
  width: 137px;
  height: 37px;
  margin-bottom: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}

.store:hover {
  background: url(/img/icons/store_background2.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* todo: ben please check button class!!! */
.button {
  background: url(/img/icons/store_background.png);
  width: 137px;
  height: 37px;
  margin-bottom: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-left: 32px;
  margin-right: 16px;
  margin-top: -3px;
}

.button:hover {
  background: url(/img/icons/store_background2.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #000;
}
/* todo: end--  ben please check button class!!! */

.store:hover img {
  filter: invert(100);
}

.inactive {
  background: url(/img/icons/store_background_long3.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: no-drop !important;
}

.inactive:hover {
  background: url(/img/icons/store_background_long3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.inactive:hover img {
  filter: none !important;
}

.store img {
  height: 30px;
}

.rgz_box {
  display: flex;
  justify-content: space-between;
  background: white;
}

.rgz_box img {
  width: 46%;
  height: 46%;
  margin: 0 2%;
  margin-top: 156px;
}

.tour_image {
  width: 1280px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 548.57px;
  opacity: 1;
  margin-top: 120px;
  background: url(/img/video_overlay.png);
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .tour_image {
    width: 100%;
    padding-bottom: 42.85%;
  }
}

.tour_image video {
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.9;
}

.white_placeholder {
  background: white;
  position: relative;
  z-index: -2;
}

.tour_data {
  width: 60%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: -0.9px;
}

.tour_data a {
  width: 100%;
}

.tour_data td {
   width: calc(100% / 3);
    display: table;
  }

.tour_data td:nth-child(3) {
  background: url(/img/icons/store_background_long.png);
  background-position: center;
  color: white;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 38px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Safari 10.1+ */

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .tour_data td:nth-child(3) {
      position: relative;
    }

    .tour_data td:nth-child(3) a,
    .tour_data td:nth-child(3) span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
  }
}

.unavalable_ticket {
  background: url(/img/icons/store_background_long3.png) !important;
  background-position: center !important;
  color: white !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  pointer-events: none !important;
}

.tour_data td:nth-child(3):hover {
  background: url(/img/icons/store_background_long2.png);
  background-position: center;
  color: black;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 38px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tour_data tr {
  border-bottom: 1px solid black;
  display: flex;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.tabelle .tour_data tr:last-child {
  border-bottom: 0 !important;
}

.tabelle img {
  position: absolute;
  width: 170px;
  margin-left: 7%;
  margin-top: 33%;
}

.live_events {
  text-transform: uppercase;
  text-align: center;
  width: 60%;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
}

.live_events table {
  width: 100%;
}

.live_events img {
  position: absolute;
  left: 100%;
  top: 160px;
  height: 100px;
}

.live_events h2 {
  font-size: 92px;
  position: relative;
  margin-bottom: 100px;
}

.live_events h2::after {
  content: "";
  background: url(/img/open_air_linie.png);
  position: absolute;
  bottom: -10px;
  max-width: 505px;
  height: 10px;
  right: calc(50% - 246px);
  background-size: contain;
  width: 100%;
}

.shop_platzhalter {
  width: 40%;
  margin-left: 30%;
  text-align: center;
  font-size: calc(5.5vw + 10px);
  margin-top: 210px;
  position: relative;
}
.shop_platzhalter h2 {
  margin: 8px 0;
}

.shop_platzhalter .line {
  display: block !important;
  position: relative !important;
}

.shop_wrapper {
  display: flex;
  justify-content: center;
  margin-top: -96px;
  position: relative;
}

.shop_wrapper .background_icon {
  width: 130px;
  position: absolute;
  margin-left: 20px;
  display: none;
}

.line_wrapper {
  width: 60%;
  position: absolute;
  top: 142px;
  z-index: -1;
}

.line_wrapper .line {
  position: relative;
  margin-top: 204px;
}

.line_wrapper .line:first-child {
  margin-top: 0 !important;
}

.shop_wrapper h3 {
  margin-top: 128px;
  font-size: 26px;
  text-transform: uppercase;
  position: absolute;
  display: none;
}

.shop_content {
  margin-top: 168px;
  position: relative;
}

.shop_content img {
  width: 80%;
  /*height: 80%;*/
  margin-left: 10%;
}
.slider_shop {
  width: 60%;
}

.shop_item {
  display: flex;
  justify-content: center;
}

#shop_buy,
#instagram_link {
  margin: 0 auto;
  width: 180px;
  height: 50px;
  color: white;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: -0.9px;
  position: relative;
  z-index: 7;
}

#instagram_link {
  margin: 1rem auto 0;
}

#shop_buy:hover,
#instagram_link:hover {
  color: black;
}

.rgz_box2 {
  transform: rotate(-13deg);
  margin-top: 133px;
  z-index: -9;
  position: relative;
}

.platzhalter {
  overflow: hidden;
}

.rgz_blau {
  float: right;
  margin-right: 166px;
  margin-top: -105px;
  width: 200px;
}

.video_platzhalter {
  width: 60%;
  height: 0;
  background: url(/img/video.png);
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  margin-top: 100px;
  padding-bottom: 34%;
}

.video_platzhalter img {
  position: absolute;
  left: -167px;
  height: 120px;
  overflow: visible;
  margin-top: 215px;
  transform: rotate(-24deg);
}

.video_player {
  width: 60%;
  margin-left: 20%;
  margin-top: 35px;
}

.youtube_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}

.video_toggle {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.video_toggle_bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}

.video_toggle_bar:nth-child(2) {
  margin-top: 16px !important;
}

.video_toggle_bar div {
  width: 24%;
  height: 0;
  padding-bottom: 13.5%;
  margin-bottom: 8px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
}

.video_toggle_bar div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  filter: grayscale(100);
  transition: all 0.2s;
  z-index: -1;
}

.video_toggle_bar div p {
  position: absolute;
  z-index: 1;
  width: 98%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 1%;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px black;
}

.video_toggle_bar div:hover img {
  filter: grayscale(0);
}

.video_box {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.9px;
}

.fotos_header {
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-top: 245px;
  display: flex;
  justify-content: center;
}

.fotos_header h3 {
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  top: -16px;
  margin-top: 0;
  font-size: 25px;
}

.fotos_header img {
  position: absolute;
  top: -134px;
  width: 120px;
  margin-left: 42px;
}

#fotos {
  margin-bottom: 5rem;
}

.fotobox {
  padding-top: 80px;
}

.shop_content, .fotobox {
  touch-action: manipulation;
}

.fotobox .owl-item {
  margin: 0px 5px;
}

.fotobox img {
  height: 19vw;
  filter: grayscale(100);
  transition: all 0.2s ease;
  cursor: pointer;
}

.fotobox img:hover {
  filter: grayscale(0);
}

.fotos .shop_platzhalter {
  margin-top: -20px;
}

.platzhalter2 {
  margin-top: 68px;
}

.platzhalter2 img:first-child {
  width: 40%;
  margin-left: 30%;
}

.platzhalter2 .wir_die {
  width: 12%;
  margin-left: 44%;
  margin-top: 60px;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  flex-direction: column;
  overflow: hidden;
}

.prefooter_image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  max-height: 371px;
}

.footer_nav {
  width: 100%;
  background: black;
  height: 110px;
  position: relative;
  display: flex;
  justify-content: center;
}

.footer_nav .social_icon:hover {
  opacity: 1;
}

.footer_nav_background {
  display: flex;
  position: absolute;
  z-index: -1;
}

.footer_content {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.footer_content nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.footer_content nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.9px;
  margin: 0;
  margin-left: 2rem;
}

.footer_content nav ul li {
  cursor: pointer;
}

.footer_content nav ul li:not(:first-child) {
  margin-left: 1rem;
}

.footer_content .social_icons_nav {
  filter: invert(100);
  position: relative;
}

.footer_content .social_icons_nav div:hover {
  opacity: 0.5;
}

.footer_image_nav {
  height: 50px;
  display: flex;
  justify-content: space-between;
  width: 145px;
}

.footer_image_nav img {
  height: 100%;
}

.hamburger_menu {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 10000001;
  display: none;
  transition: filter 0.2s ease;
  padding-top: 40px;
}

.menu-on-top {
  filter: invert(100);
}

.hamburger_menu nav {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

.hamburger_menu nav ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -0.9px;
}

.hamburger_menu nav ul li {
  height: 63px;
  border-bottom: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger_menu nav ul li a {
  cursor: pointer;
  position: relative;
}

.hamburger_menu nav ul li a:hover {
  text-decoration: underline;
}

.hamburger_menu nav ul li:last-child {
  border-bottom: 0px !important;
}

.dk_logo {
  display: flex;
  justify-content: center;
}

.dk_logo img {
  width: 60px;
  height: 4%;
}

a {
  color: inherit !important;
  text-decoration: none;
  cursor: pointer;
}

.kreuz_platzhalter {
  width: 163px;
  margin-left: calc(100% - 18%);
  margin-top: -80px;
  position: absolute;
  float: right;
}

.fotowrapper {
  overflow: hidden;
  width: 100%;
}
.slick-track {
  display: flex !important;
}
.slick-initialized .slick-slide {
  overflow: hidden;
}

.slick-prev,
.slick-next {
  top: 63% !important;
}

.slick-prev {
  left: 16px !important;
  z-index: 7;
  width: 50px !important;
  height: 50px !important;
}

.slick-next {
  right: 16px !important;
  z-index: 7;
  width: 50px !important;
  height: 50px !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px !important;
  color: white !important;
  opacity: 1 !important;
  text-shadow: 2px 2px 10px black !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

  .rgz_box {
    width: 60%;
    margin-left: 20%;
  }
  .tabelle img {
    display: none;
    top: 66%;
    margin-left: 10%;
  }

  .tabelle {
    position: relative;
  }
  .tour_data,
  .live_events {
    width: 80%;
  }
  .live_events img {
    left: calc(50% - 64px);
    height: initial;
    top: -150px;
    display: none;
  }
  .live_events {
    overflow: initial;
    margin-top: 60px;
  }
  .kreuz_platzhalter {
    display: none;
  }
  .slider_shop {
    width: 80%;
  }
  .line_wrapper {
    width: 80%;
  }
  .rgz_box2 {
    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
  }
  .video_platzhalter {
    width: 80%;
    height: 0;
    padding-bottom: 47%;
  }
  .video_player,
  .video_toggle,
  .fotos_header {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .fotobox img {
    height: 28vw;
  }
  .platzhalter2 img:first-child {
    width: 50%;
    margin-left: 25%;
  }
  .platzhalter2 .wir_die {
    width: 16%;
    margin-left: 42%;
  }
}
@media only screen and (max-width: 1140px) {
	  .responsive_logo--show img {
  	height: 12px !important;
  }

  .social_icons_nav {
  	top: -9px;
  }
  .hamburger {
  	top: -8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {

	.responsive_logo--show {
  	justify-content: flex-start;
  	margin-left: 68px;
  }

  .img_768 {
    display: none !important;
    width: 768px;
  }
  header {
    height: 60px;
  }
  /* header .social_icons_nav {
    display: none;
  }

  .hamburger_menu .social_icons_nav {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  } */
  .hero {
    padding-bottom: 50% !important;
    width: 100vw;
    height: 0;
  }
  /*.hero_background {
        background: url(/img/hero_360.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}*/
  .hamburger {
    top: -8px;
    height: 35px;
    width: 35px;
  }

  .hamburger_menu {
    padding-top: 60px;
  }
  .album {
    height: 0;
    padding-bottom: 47%;
    width: 90%;
    margin-top: 185px;
  }
  .album img {
    position: relative;
    left: -150px;
    top: -145px;
    left: calc(50% - 43px);
    height: 100px;
  }
  .toggle_content {
    width: 80%;
  }

  .image_wrapper .owl-stage-outer {
    width: calc(100% - 15px) !important;
  }
  .rgz_box {
    justify-content: center;
  }
  .rgz_box img {
    /* width: 60%;
    height: 60%; */
    margin-top: 50px;
  }
  .tabelle img {
    bottom: 0;
    bottom: -215px;
    width: 150px;
    display: none;
  }
  .tabelle {
    position: relative;
  }
  .tour_data {
    width: 85%;
  }

  .line {
    display: none;
  }
  .live_events h2 {
    font-size: 12vw;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }

  .live_events {
    width: 85%;
  }
  .live_events {
    margin-top: 50px;
  }
  .live_events h2::after {
    width: 100%;
    left: inherit;
    right: inherit;
    background-repeat: no-repeat;
  }
  .shop_content img {
    width: 80%;
    margin-left: 10%;
  }
  .line_wrapper {
    width: 85%;
  }
  .line_wrapper .line {
    display: block;
    margin-top: 21.3vw;
  }
  .slider_shop {
    width: 85%;
  }
  .shop_wrapper .background_icon {
    width: 90px;
    margin-left: 46px;
    top: 40px;
  }
  .kreuz_platzhalter {
    margin-left: calc(50% - 50px);
    margin-top: 64px;
  }

  /* .rgz_box2 {
    width: 132%;
    margin-left: -13%;
  } */
  .rgz_blau {
    margin-right: 55px;
    width: 150px;
    margin-top: -60px;
  }
  .rgz_box2 {
    width: 100%;
    margin-left: 0;
  }
  .video_platzhalter {
    width: 90%;
    height: 0;
    margin-top: 220px;
    padding-bottom: 51%;
  }
  .video_player {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .video_description {
    width: 80%;
    margin-left: 10%;
  }
  .video_toggle_bar div {
    width: 48%;
    padding-bottom: 27%;
  }
  .fotos_header img {
    width: 100px;
    top: -120px;
  }
  .fotobox img {
    height: 38vw;
  }
  .fotos {
    /* width: 130%; */
    width: 100%;
    margin-left: -15%;
  }
  .fotobox {
    padding-top: 48px;
  }
  .fotos_header .line {
    display: block;
  }
  .video_toggle {
    width: 80%;
  }
  .platzhalter2 {
    margin-top: 0;
  }
  .platzhalter2 img:first-child {
    width: 70%;
    margin-left: 15%;
  }
  .platzhalter2 .wir_die {
    width: 20%;
    margin-left: 40%;
    margin-top: 40px;
  }
  footer {
    margin-top: 50px;
  }
  .footer_content,
  .footer_nav {
    display: block;
  }
  .footer_content nav ul {
    margin-top: 16px;
    margin-left: 0;
    display: flex;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    justify-content: center;
  }

  .footer_content .social_icons_nav {
    justify-content: center;
    margin: 16px 0;
  }
  .footer_nav {
    height: inherit;
  }
  .footer_image_nav {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .img_768 {
    display: none !important;
    width: 768px;
  }
  header {
    height: 60px;
    background: white;
    filter: invert(100);
  }
  header .social_icons_nav {
    display: none;
  }
  .hamburger_menu .social_icons_nav {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .hero {
    padding-bottom: 60% !important;
    width: 100vw;
    height: 0;
    /* margin-top: 20px; */
  }
  .hero h1 {
    display: none;
  }
  .responsive_logo {
    opacity: 1 !important;
    display: inline-block;
  }
  .hero_background {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hamburger {
    height: 35px;
    width: 35px;
  }

  .hamburger_menu {
    padding-top: 60px;
    filter: invert(100);
  }
  .album {
    height: 0;
    padding-bottom: 47%;
    width: 90%;
    margin-top: 185px;
  }
  .album img {
    position: relative;
    left: -150px;
    top: -145px;
    left: calc(50% - 43px);
    height: 100px;
    width: auto;
  }
  .toggle_menu ul li {
    margin-bottom: 20px;
  }

  .image_wrapper,
  .content_wrapper {
    width: 100%;
  }

  .toggle_content {
    margin-top: -40px;
    height: unset !important;
    overflow: hidden;
  }
  .rgz_box {
    display: flex;
    justify-content: center;
  }

  .rgz_box img {
    /* width: 70%;
    height: 70%; */
    margin-top: 80px;
  }

  .tabelle img {
    bottom: 0;
    bottom: -215px;
    width: 150px;
    display: none;
  }
  .tour_data {
    margin-top: 0;
    width: 90%;
    text-align: left;
    font-size: 19px;
  }

  .tour_data td:nth-child(3) {
    /*position: absolute; */
    right: 8px;
    top: calc(50% - 19px);
    width: 250px;
    margin-bottom: 1rem;
  }

  .tour_data td:nth-child(1) {
    margin-top: 8px;
    margin-left: 8px;
  }
  .tour_data td:nth-child(2) {
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .tour_data tr {
    display: grid;
    height: unset;
    position: relative;
  }
  .tour_data td {
    width: 50%;
  }
  .tabelle {
    position: relative;
  }

  .line {
    display: none;
  }
  .live_events h2 {
    font-size: 12vw;
    margin-bottom: 32px;
  }

  .live_events {
    width: 90%;
  }
  .hero nav {
    display: none;
  }
  .live_events {
    margin-top: 50px;
  }
  .live_events h2::after {
    width: 100%;
    left: 0;
    right: unset;
    background-repeat: no-repeat;
  }
  .shop_content img {
    width: 60%;
    margin-left: 20%;
  }
  .line_wrapper {
    width: 80%;
  }
  .line_wrapper .line {
    display: block;
    margin-top: 32vw;
  }
  .shop_wrapper .background_icon {
    width: 90px;
    margin-left: 46px;
    top: 40px;
  }
  .platzhalter {
    overflow: visible;
    margin-top: 80px;
  }
  .slider_shop {
    width: 100%;
  }
  .kreuz_platzhalter {
    margin-left: calc(50% - 50px);
    margin-top: 64px;
  }

  /* .rgz_box2 {
    width: 132%;
    margin-left: -13%;
  } */
  .rgz_blau {
    margin-right: 55px;
    width: 150px;
    margin-top: 40px;
  }
  .rgz_box2 {
    margin-top: -100px;
  }
  .video_platzhalter {
    width: 90%;
    height: 0;
    margin-top: 220px;
    padding-bottom: 51%;
  }
  .video_player {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .video_description {
    width: 90%;
    margin-left: 5%;
  }
  .video_toggle_bar div {
    width: 48%;
    padding-bottom: 27%;
  }
  .fotos_header img {
    width: 100px;
    top: -120px;
  }
  .fotobox img {
    height: 50vw;
  }
  .fotos {
    /* width: 130%; */
    width: 100%;
    /* margin-left: -15%; */
  }
  .fotobox {
    padding-top: 48px;
  }
  .fotos_header .line {
    display: block;
  }
  .video_toggle {
    width: 90%;
  }
  .platzhalter2 {
    margin-top: 0;
  }
  .platzhalter2 img:first-child {
    width: 80%;
    margin-left: 10%;
  }
  .platzhalter2 .wir_die {
    width: 24%;
    margin-left: 38%;
    margin-top: 40px;
  }
  footer {
    margin-top: 50px;
  }
  .footer_content,
  .footer_nav {
    display: block;
  }
  .footer_content nav ul {
    margin-top: 16px;
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.5;
  }
  .footer_content nav ul li {
    margin-left: 0 !important;
  }
  .footer_content .social_icons_nav {
    justify-content: center;
    margin: 16px 0;
  }
  .footer_nav {
    height: unset;
  }
  .footer_image_nav {
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .content_wrapper p {
    margin-left: 0;
    text-align: center;
  }
  .store_wrapper:first-of-type {
    margin-left: calc(50% - 148px);
  }
  .fotos .dkcross {
    display: none;
  }
}

@media (max-width: 500px) {
  .rgz_box2 {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .tour_data td:nth-child(1),
  .tour_data td:nth-child(2) {
    margin-left: 0;
  }

  .tour_data td:nth-child(2) {
    font-size: 1rem;
  }

  .tour_data td:nth-child(3) {
    right: 0;
  }
}

@media (max-height: 768px) {
  .hamburger_menu {
    height: calc(100% - 100px);
    overflow-y: auto;
  }
}

/* Cookie */
#eu_cookiebox {
  box-sizing: border-box;
  display: block;
  z-index: 20000002;
  position: fixed;
  bottom: 0px;
  min-height: 30px;
  padding: 1rem;
  margin: 0;
  width: 100%;
  color: #555;
  border-bottom: none;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

#eu_cookiebox button {
  background: url("/img/icons/store_background_long.png");
  background-position: center;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  height: auto;
  font-size: 1rem;
  border: none;
  padding: 0.5rem;
  width: 100px;
  box-sizing: border-box;
  font-weight: bold;
  margin-left: 1rem;
}

#eu_cookiebox p {
  margin-top: 0;
}

#eu_cookiebox button:hover {
  background: url("/img/icons/store_background_long2.png");
  background-position: center;
  color: #000;
  background-size: contain;
  background-repeat: no-repeat;
}

#eu_cookiebox a {
  position: relative;
}

#eu_cookiebox a:hover::after {
  content: "";
  background: url("/img/icons/linie.png");
  position: absolute;
  width: 86%;
  height: 10px;
  margin-left: 7%;
  left: 0;
  bottom: -0.5rem;
  background-size: cover;
  opacity: 0.5;
}

.txt-wrapper {
  font-weight: normal;
  max-width: 700px;
  margin: 0 auto;
}

.txt-wrapper iframe {
  position: static;
}

.shop_wrapper .line_wrapper {
  opacity: 0.5;
}

.fotobox, .fotos {
  position: relative;
}
.fotos .dkcross {
  position: absolute;
  width: 150px;
  top: 8vw;
  left: 16%;
}

.owl-nav button {
  background-color: transparent !important;
  border: 0 !important;
}

.slick-prev {
  background-image: url(/img/btn-links.svg) !important;
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  top: calc(50% - 35px) !important;
  left: -96px !important;
  z-index: 5 !important;
  opacity: 0.75 !important;
  cursor: pointer !important;
  color: transparent !important;
}

.slick-next {
  background-image: url(/img/btn-rechts.svg) !important;
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  top: calc(50% - 35px) !important;
  right: -96px !important;
  z-index: 5 !important;
  opacity: 0.75 !important;
  cursor: pointer !important;
  color: transparent !important;
}

.slick-next::before,
.slick-prev::before {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1 !important;
}

.fotos .slick-prev,
.slick-lightbox .slick-prev {
  left: 32px !important;
  top: calc(50%) !important;
}

.fotos .slick-next,
.slick-lightbox .slick-next {
  right: 32px !important;
  top: calc(50%) !important;
}

/*
 aus der alten Seite muss noch durchgangen werden ob alles gebraucht wird
 aktuell im Einsatz für "Newsletter" 
 */

#privacy,
#disclaimer {
  display: none;
  text-transform: none;
}

.form-field {
  width: 340px;

  background: #fff;
  color: #a3a3a3;
  font: inherit;
  box-shadow: 1px 6px 10px 1px rgba(0, 0, 0, 0.2);
  border: 0;
  outline: 0;
  /*padding: 22px 100px 22px 18px;*/
  padding: 22px 18px 22px 18px;
}

.btn-primary {
  background: #313537;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 12px 36px;
  margin-top: 12px;
  height: 60px;
}

/* Alerts */

.alert-red .alert-close,
.alert-pink .alert-close,
.alert-purple .alert-close,
.alert-indigo .alert-close,
.alert-blue .alert-close,
.alert-cyan .alert-close,
.alert-teal .alert-close,
.alert-green .alert-close,
.alert-orange .alert-close,
.alert-brown .alert-close,
.alert-bgray .alert-close {
  color: #313537;
}
/* Red */
.alert-red {
  background-color: #e57373 !important;
  color: #fff !important;
}
/* Pink */
.alert-pink {
  background-color: #f06292 !important;
  color: #fff !important;
}
/* Purple */
.alert-purple {
  background-color: #ba68c8 !important;
  color: #fff !important;
}
/* Indigo */
.alert-indigo {
  background-color: #7986cb !important;
  color: #fff !important;
}
/* Blue */
.alert-blue {
  background-color: #64b5f6 !important;
  color: #fff !important;
}
/* Cyan */
.alert-cyan {
  background-color: #4dd0e1 !important;
  color: #fff !important;
}
/* Teal */
.alert-teal {
  background-color: #4db6ac !important;
  color: #fff !important;
}
/* Green */
.alert-green {
  background-color: #81c784 !important;
  color: #fff !important;
}
/* Orange */
.alert-orange {
  background-color: #ffb74d !important;
  color: #313537 !important;
}
/* Brown */
.alert-brown {
  background-color: #a1887f !important;
  color: #fff !important;
}
/* Blue gray */
.alert-bgray {
  background-color: #90a4ae !important;
  color: #fff !important;
}
.alert {
  background-color: #eee;
  color: #000;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.4s;
}
.alert-close {
  margin-left: 15px;
  color: #bbb;
  float: right;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}
.alert-close:hover {
  color: #404447;
}

@media (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }

   .owl-prev,
  .owl-next {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .album {
    margin-top: 100px;
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header, .hamburger_menu {
    background: #d6d6d6 !important;
    filter: none !important;
  }
  .social_icons_nav {
    filter: none !important;
  }
  footer .social_icon {
    border: 1px solid;
    border-radius: 50%;
  }

  .hero video {
    width: 100%;
    height: 56.25vw;
    object-fit: none;
  }

  @media only screen and (min-width: 1921px) {
    .hero video {
      width: 1920px;
      height: 1080px;
      object-fit: none;
    }
  }


}
@media only screen and (max-width: 768px) {
	.responsive_logo--show {
  	justify-content: flex-end !important;
  	margin-right: 16px;
  	display: flex;
  }
  .responsive_logo:not(.responsive_logo--show) {
  	display: flex !important;
  	justify-content: center !important;
  }
}

.slider_shop .owl-stage, .fotobox .owl-stage {
  display: flex;
}

.slider_shop .owl-stage-outer {
  overflow: hidden;
}

@media (max-width: 1024px) {
   .slider_shop .owl-prev,
  .slider_shop .owl-next {
    display: none !important;
  }
}

   .slider_shop .owl-prev,
  .slider_shop .owl-next {
    border: 0 !important;
    background: transparent !important;
  }

  .tour_data tr td:nth-child(2) {
    font-size: 20px;
  }

  @keyframes vorverkauf {
    0% {
      opacity: 0;
    margin-left: 90px;
  }
  10% {
          opacity: 1;
    margin-left: 90px;
  }
    90%   {  
    margin-left: -90px;
            opacity: 1;}
  

      100%   {  
    margin-left: -90px;
            opacity: 0;}
  }



td.announcement_ticket {
  overflow: hidden !important;
  z-index: -3;
}

td.announcement_ticket span{
  position: absolute;
    animation-name: vorverkauf;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    width: 280px;
    z-index: -2;
}


#foto {
  overflow-x: hidden;
}

.image_wrapper .slider img {
  width: 100% !important;
  margin-left: 0 !important;
}

.image_wrapper .slick-prev {
  left: 32px !important;
  height: 50px !important;
  width: 50px !important;
}

.image_wrapper .slick-next {
  right: 32px !important;
  height: 50px !important;
  width: 50px !important;
}

.image_wrapper .owl-stage-outer {
  width: calc(100% - 3px);
  margin-left: -3px;
}


.image_wrapper .slider {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .image_wrapper .slider .item {
    width: 100vw;
  }

  .image_wrapper .owl-stage-outer {
    width: 100vw;
    margin-left: 0px;
  }

}

@media (max-width: 1024px) {
  .image_wrapper .slick-prev {
    display: block !important;
  }

  .image_wrapper .slick-next {
    display: block !important;
  }
  .image_wrapper button {
    display: block !important;
  }

}

.image_wrapper .owl-nav {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.image_wrapper:hover .owl-nav {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .image_wrapper .owl-nav {
    display: none;
  }
}

#diamond_ticket {
  overflow: visible;
}

.slider_shop .owl-stage, .fotobox .owl-stage {
  display: flex;
}

.slider_shop .owl-stage-outer {
  overflow: hidden;
}

@media (max-width: 1024px) {
   .slider_shop .owl-prev,
  .slider_shop .owl-next {
    display: none !important;
  }
}

   .slider_shop .owl-prev,
  .slider_shop .owl-next {
    border: 0 !important;
    background: transparent !important;
  }

  .tour_data tr td:nth-child(2) {
    font-size: 20px;
  }

  @keyframes vorverkauf {
    0% {
      opacity: 0;
    margin-left: 90px;
  }
  10% {
          opacity: 1;
    margin-left: 90px;
  }
    90%   {
    margin-left: -90px;
            opacity: 1;}


      100%   {
    margin-left: -90px;
            opacity: 0;}
  }



td.announcement_ticket {
  overflow: hidden !important;
  z-index: -3;
}

td.announcement_ticket span{
  position: absolute;
    animation-name: vorverkauf;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    width: 280px;
    z-index: -2;
}


#foto {
  overflow-x: hidden;
}

.image_wrapper .slider img {
  width: 100% !important;
  margin-left: 0 !important;
}

.image_wrapper .slick-prev {
  left: 32px !important;
  height: 50px !important;
  width: 50px !important;
}

.image_wrapper .slick-next {
  right: 32px !important;
  height: 50px !important;
  width: 50px !important;
}

.image_wrapper .owl-stage-outer {
  width: calc(100% - 3px);
  margin-left: -3px;
}


.image_wrapper .slider {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .image_wrapper .slider .item {
    width: 100vw;
  }

  .image_wrapper .owl-stage-outer {
    width: 100vw;
    margin-left: 0px;
  }

}

@media (max-width: 1024px) {
  .image_wrapper .slick-prev {
    display: block !important;
  }

  .image_wrapper .slick-next {
    display: block !important;
  }
  .image_wrapper button {
    display: block !important;
  }

}

.image_wrapper .owl-nav {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.image_wrapper:hover .owl-nav {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .image_wrapper .owl-nav {
    display: none;
  }
}

#diamond_ticket {
  overflow: visible;
}

#diamond_ticket img {
  height: 150px !important;
  top: 40px !important;
  display: block !important;
}

@media (max-width: 1280px) {
  #diamond_ticket img {
    left: calc(100% - 50px);
  }
}

@media (max-width: 1280px) {
  #diamond_ticket img {
    left: calc(100% - 100px);
  }
}

@media (max-width: 768px) {
  #diamond_ticket img {
    height: 100px !important;
  }
}

.specialLink {
  background: url(/img/icons/store_background_long3.png) !important;
  background-position: center !important;
  color: white;
  background-size: contain !important;
  background-repeat: no-repeat !important;
} 
.specialLink:hover {
	color: #000;
}	