.bigteaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*background-image: url('../images/sisyphon_005.jpg');*/
  background-position: 0px 0jpgpx;
  background-size: cover;
  background-repeat: no-repeat;
  letter-spacing: 1px;
}

.sociallinks-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #080a0e;
}

.platform {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.platform:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.facebook-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.instagram-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.spotify-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.applemusic-icon {
  display: block;
  width: 27px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.beatport-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.songkick-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textfield {
  display: inline-block;
  width: 100%;
  padding: 0px 5% 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.textfield.stage {
  display: inline-block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textfield.stage.title {
  margin-bottom: 15px;
}

.textfield.title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.line_blue {
  position: static;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-bottom: 0px;
  background-color: rgba(82, 0, 255, .5);
}

.line_blue.concert {
  position: relative;
  display: block;
  background-color: rgba(8, 10, 14, .3);
}

.line_blue.stage {
  display: inline-block;
  background-color: rgba(8, 10, 14, .15);
}

.heading1 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0px 10% 10px 0%;
  clear: none;
  background-color: transparent;
  font-family: Arial_Black;
  color: #5200ff;
  font-size: 1.5vw;
  line-height: 1.4vw;
  letter-spacing: 0px;
}

.heading1.link {
  margin-bottom: auto;
  border: 1px solid transparent;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 1.1em;
  text-decoration: none;
}

.heading1.link.stage {
  margin-bottom: auto;
  color: #171d2b;
  line-height: 1.1em;
}

.heading1.link.small {
  font-size: 1.7vw;
  line-height: 1.2em;
}

.heading1.link.small.centered {
  text-align: center;
}

.heading1.link.small.right {
  text-align: right;
}

.heading1.yellow {
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #080a0e;
  font-size: 1.7vw;
  line-height: 1.1em;
}

.heading1.yellow.right {
  display: block;
  margin-bottom: 10%;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  font-size: 1.7vw;
  line-height: 1.1em;
  text-align: right;
}

.heading1.yellow.right.past-event {
  margin-top: 6%;
  margin-bottom: 6%;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  font-size: 1.3vw;
  line-height: 1.2em;
}

.heading1.yellow.centered {
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  font-size: 1.7vw;
  line-height: 1.1em;
  text-align: center;
}

.heading1.yellow.centered.past-event {
  margin-top: 6%;
  margin-bottom: 6%;
  color: #080a0e;
  font-size: 1.3vw;
  line-height: 1.2em;
}

.heading1.yellow.past-event {
  margin-top: 6%;
  margin-bottom: 6%;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #080a0e;
  font-size: 1.3vw;
  line-height: 1.3em;
}

.heading1.stage {
  position: static;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  font-size: 1.7vw;
  line-height: 1.1em;
  font-weight: 400;
}

.heading-7 {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
  font-family: Arial_Black;
  color: #5200ff;
  font-size: 0.5vw;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-7.stage {
  margin-top: 20px;
  margin-bottom: 3px;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  font-size: 0.7vw;
  font-weight: 400;
  letter-spacing: 2px;
}

.teaser {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 15%;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  background-color: #080a0e;
  text-decoration: none;
}

.teaser.stage {
  position: relative;
  display: block;
  width: 100%;
  padding: 5%;
  background-color: #fff;
}

.teaser-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #080a0e;
}

.column {
  display: inline-block;
  padding-right: 2%;
  padding-left: 2%;
  clear: none;
}

.row {
  display: inline-block;
  width: 100%;
}

.teaser-link-2 {
  width: 100%;
  text-decoration: none;
}

.teaser-link-2:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.teaser-link-3 {
  width: 100%;
  text-decoration: none;
}

.teaser-link-3:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.teaser-link-4 {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.teaser-link-4:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.intro-headline {
  width: 100%;
  background-color: #5200ff;
}

.section-heading {
  margin-top: 20%;
  margin-bottom: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #080a0e;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading.booking {
  margin-top: 25%;
  color: #5200ff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 4px;
}

.section-heading.dates {
  margin-top: 20%;
  margin-bottom: 10%;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
}

.section-heading.impressum {
  color: #fff;
}

.tourdates {
  display: block;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #5200ff;
}

.tourdates-accordeon {
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
  background-color: #5200ff;
}

.accordeon-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.accordeon-item-trigger {
  position: relative;
  display: inline-block;
  margin: 8% auto 10%;
  padding-right: 30px;
  padding-left: 30px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(82, 0, 255, .5);
  text-decoration: none;
}

.accordeon-item-trigger:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.menu-section {
  position: static;
  z-index: 5;
  display: none;
  background-color: transparent;
}

.accordeon-section {
  background-color: #5200ff;
}

.accordeon-section.dark {
  width: 100%;
  padding-top: 0%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #080a0e;
}

.buttontext {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 20px;
  clear: none;
  background-color: transparent;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.buttontext.nav {
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}

.buttontext.imprint {
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 16px;
}

.teasercontent {
  width: 100%;
  text-decoration: none;
}

.teasercontent:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.column-5 {
  padding-right: 2%;
  padding-left: 2%;
}

.column-6 {
  padding-right: 2%;
  padding-left: 2%;
}

.accordeon-item-content {
  overflow: hidden;
  width: 100%;
}

.accordeon-concert-item {
  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;
}

.accordeon-concert-item-content {
  overflow: hidden;
}

.accordeon-concert-item-trigger {
  position: static;
  margin: 10% auto;
  padding-right: 30px;
  padding-left: 30px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(8, 10, 14, .3);
  text-decoration: none;
}

.accordeon-concert-item-trigger:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.headline-container {
  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;
}

.navbar-2 {
  position: fixed;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #080a0e;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.brand {
  position: static;
  background-image: url('../images/Atlantik_4.gif');
  background-position: 0px 0px;
  background-size: cover;
}

.navbar_desktop {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(8, 10, 14, 0);
}

.nav-link {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
}

.nav-link:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.navmenu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-right: 0%;
  padding-left: 0%;
  float: none;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #080a0e;
}

.stage-image {
  width: 100%;
  padding: 10% 5% 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #080a0e;
}

.stageteser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  padding: 5% 5% 10%;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d8d8d8;
}

/*.stageteser.right {*/
/*  min-height: 95vh;*/
/*  padding-bottom: 5%;*/
/*  background-color: #7e7e7e;*/
/*  background-color: #000000;*/
/*  opacity: 1;*/
/*}*/

.stageteser.right {
  min-height: 95vh;
  padding-bottom: 5%;
/*  background-color: #000000;*/
  background-color: #080a0e;
  opacity: 1;
}

.stageteser.left {
  min-height: 95vh;
  padding-bottom: 5%;
  background-color: #5200ff;
}

.coverimage {
  position: relative;
  display: block;
  width: 100%;
  height: 70%;
  /*background-image: url('../images/Atlantik_Schwanen_mimi.jpg');*/
  background-position: 0px 0px;
  /*background-position: 50% 50%; */
  background-size: cover;
}

.coverimage._1st {
  /*background-image: url('../images/liveset_visual.jpg');*/
}

.coverimage._2nd {
  display: block;
}

.coverimage.spotlight {
    aspect-ratio: 1 / 1;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.placeholder_for_image {
  position: relative;
  display: block;
  width: 100%;
  height: 69vh;
  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;
  background-image: url('../images/atlantik_logo_weiss.svg');
  background-position: 50% 50%;
  background-size: auto 110%;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.heading-8 {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 188px;
  line-height: 240px;
  font-style: normal;
  letter-spacing: 30px;
  text-decoration: none;
}

.div-block-9 {
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  background-color: #080a0e;
}

.atlantik-image {
  width: 100%;
  height: 69vh;
  margin-bottom: 10%;
  /*background-image: url('../images/atlantik_live.jpg');*/
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.atlantik-description {
  margin-top: auto;
  margin-bottom: 10%;
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #5200ff;
  font-size: 1.7vw;
  line-height: 1.4em;
  font-weight: 400;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-6:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.link-block-7 {
  text-decoration: none;
}

.link-block-7:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.atlantik-links {
  margin-bottom: 10%;
}

.legal-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-13 {
  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;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-6 {
  width: 20%;
  height: 20%;
  max-width: 50%;
}

.logo-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10%;
  -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;
}

.row-5 {
  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;
}

.row-6 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.column-16 {
  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;
}

.column-17 {
  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;
}

.menu-mobile {
  display: none;
}

.legal-link {
  text-decoration: none;
}

.legal-link:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.row-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  cursor: pointer;
}

.link-block-12:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.link-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.link-block-13:hover {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.link-2 {
  text-decoration: none;
}

.textlink {
  color: #fff;
}

.imprint-section {
  background-color: #080a0e;
}

.bodycopy {
  font-family: Inconsolata, monospace;
  color: #7e7e7e;
  font-size: 16px;
}

.div-block-10 {
  width: 100%;
  padding-right: 25%;
  padding-left: 25%;
  background-color: #080a0e;
}

.div-block-10.more_padding {
  padding-bottom: 15%;
}

.headline1 {
  font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
  color: #fff;
  font-weight: 400;
}

.headline1._404 {
  margin-bottom: 20px;
}

.h {
  font-family: Arial_Black;
}

.tabs {
  height: 60px;
  padding-top: 97px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}



.atlantik_logo {
  margin-bottom: 60px;
}

.link_link {
  color: #5200ff;
}

@media (max-width: 991px) {
  .bigteaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sociallinks-section {
    height: 7vh;
  }
  .platform:hover {
    -webkit-filter: none;
    filter: none;
  }
  .heading1 {
    font-size: 4vw;
    line-height: 1.1em;
  }
  .heading1.link {
    font-size: 4vw;
    line-height: 1.1em;
  }
  .heading1.link.small {
    font-size: 22px;
    line-height: 28px;
  }
  .heading1.yellow {
    margin-top: 15%;
    margin-bottom: 15%;
    font-size: 25px;
    line-height: 28px;
  }
  .heading1.yellow.right {
    margin-top: 15%;
    margin-bottom: 15%;
    font-size: 25px;
    line-height: 28px;
  }
  .heading1.yellow.right.past-event {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 18px;
    line-height: 22px;
  }
  .heading1.yellow.centered {
    margin-top: 15%;
    margin-bottom: 15%;
    font-size: 25px;
    line-height: 28px;
  }
  .heading1.yellow.centered.past-event {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 18px;
    line-height: 22px;
  }
  .heading1.yellow.past-event {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 18px;
    line-height: 22px;
  }
  .heading1.stage {
    font-size: 30px;
    line-height: 34px;
  }
  .heading-7.stage {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
  }
  .teaser.stage {
    background-color: #fff;
  }
  .teaser-link-2:hover {
    -webkit-filter: none;
    filter: none;
  }
  .teaser-link-3:hover {
    -webkit-filter: none;
    filter: none;
  }
  .teaser-link-4:hover {
    -webkit-filter: none;
    filter: none;
  }
  .section-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .section-heading.booking {
    font-size: 16px;
    line-height: 19px;
  }
  .section-heading.dates {
    letter-spacing: 4px;
  }
  .section-heading.impressum {
    font-size: 22px;
    line-height: 25px;
  }
  .tourdates-accordeon {
    padding-right: 5%;
    padding-left: 5%;
  }
  .accordeon-item-trigger:hover {
    -webkit-filter: none;
    filter: none;
  }
  .accordeon-section.dark {
    padding-top: 0%;
  }
  .buttontext {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .buttontext.nav {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .accordeon-concert-item-trigger:hover {
    -webkit-filter: none;
    filter: none;
  }
  .nav-link {
    width: 100%;
  }
  .nav-link:hover {
    -webkit-filter: none;
    filter: none;
  }
  .navmenu-desktop {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .stage-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -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;
  }
  .stageteser {
    width: 100vw;
  }
  .div-block-9 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .atlantik-image {
    height: 50vh;
    background-position: 50% 50%;
  }
  .atlantik-description {
    margin-bottom: 10%;
    font-size: 22px;
    line-height: 32px;
  }
  .link-block-6:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-7:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-8:hover {
    -webkit-filter: none;
    filter: none;
  }
  .legal-links {
    margin-bottom: 30px;
  }
  .row-5 {
    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;
  }
  .menu-mobile {
    display: none;
  }
  .legal-link:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-12:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-13:hover {
    -webkit-filter: none;
    filter: none;
  }
  .div-block-10 {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media (max-width: 767px) {
  .bigteaser {
    width: 100%;
    -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;
  }
  .sociallinks-section {
    height: 50px;
  }
  .heading1.link {
    font-size: 30px;
    line-height: 34px;
  }
  .heading1.link.stage {
    line-height: 34px;
  }
  .heading1.link.small.centered {
    margin-right: 0%;
    text-align: left;
  }
  .heading1.link.small.right {
    text-align: left;
  }
  .heading1.yellow {
    margin-top: 6%;
    margin-bottom: 0%;
    font-size: 30px;
    line-height: 34px;
  }
  .heading1.yellow.right {
    margin-top: 0%;
    margin-bottom: 6%;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
  }
  .heading1.yellow.right.past-event {
    margin-top: 8%;
    margin-bottom: 8%;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
  }
  .heading1.yellow.centered {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #080a0e;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
  }
  .heading1.yellow.centered.past-event {
    margin-top: 8%;
    margin-right: 0%;
    margin-bottom: 8%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .heading1.yellow.past-event {
    margin-top: 8%;
    margin-bottom: 8%;
    font-size: 16px;
    line-height: 18px;
  }
  .heading-7.stage {
    margin-top: 10px;
  }
  .teaser-link-2:hover {
    -webkit-filter: none;
    filter: none;
  }
  .teaser-link-3:hover {
    -webkit-filter: none;
    filter: none;
  }
  .teaser-link-4:hover {
    -webkit-filter: none;
    filter: none;
  }
  .intro-headline {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-heading {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }
  .section-heading.booking {
    font-size: 20px;
    line-height: 22px;
  }
  .section-heading.impressum {
    text-align: center;
  }
  .buttontext.imprint.right {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Inconsolata, monospace;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .buttontext.imprint.left {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Inconsolata, monospace;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .buttontext.mobile_menu {
    font-size: 20px;
    line-height: 25px;
  }
  .accordeon-concert-item-trigger:hover {
    -webkit-filter: none;
    filter: none;
  }
  .headline-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .stageteser.right {
    height: auto;
    min-height: auto;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .stageteser.left {
    height: auto;
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .coverimage._1st {
    height: 320px;
  }
  .coverimage._2nd {
    height: 320px;
  }
  .placeholder_for_image {
    height: 450px;
  }
  .atlantik-image {
    height: 320px;
  }
  .link-block-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-6:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-7:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-8:hover {
    -webkit-filter: none;
    filter: none;
  }
  .column-12 {
    padding-left: 0px;
  }
  .column-13 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .column-15 {
    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;
  }
  .row-5 {
    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;
  }
  .menu-trigger {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #080a0e;
  }
  .line_1 {
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .burger {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    cursor: pointer;
  }
  .line_2 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    color: transparent;
  }
  .menu-mobile {
    display: block;
    -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;
  }
  .menu-mobile-content {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100vh;
    padding-top: auto;
    padding-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #080a0e;
  }
  .mainlinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20%;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block-9 {
    margin-bottom: 20px;
    text-decoration: none;
  }
  .link-block-10 {
    margin-bottom: 20px;
    text-decoration: none;
  }
  .link-block-11 {
    margin-bottom: 20px;
    text-decoration: none;
  }
  .secondarylinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block-12:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-13:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-14 {
    text-decoration: none;
  }
  .link-block-15 {
    text-decoration: none;
  }
  .column-47 {
    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;
  }
  .column-48 {
    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;
  }
  .body {
    background-color: #080a0e;
  }
}

@media (max-width: 479px) {
  .bigteaser {
    position: static;
    display: block;
    width: 100%;
    -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;
  }
  .sociallinks-section {
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .textfield.stage {
    margin-top: 4%;
    margin-bottom: 4%;
    padding-right: 0%;
  }
  .textfield.stage.title {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-right: 0%;
  }
  .textfield.title {
    margin-top: 6%;
    margin-bottom: 7%;
  }
  .line_blue {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .line_blue.stage {
    position: static;
    width: 100%;
    margin-bottom: auto;
  }
  .heading1 {
    font-size: 20px;
    line-height: 23px;
  }
  .heading1.link {
    font-size: 22px;
    line-height: 24px;
  }
  .heading1.link.stage {
    margin-top: auto;
    margin-right: 0px;
    margin-bottom: auto;
    line-height: 24px;
  }
  .heading1.link.small {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
  }
  .heading1.link.small.centered {
    text-align: center;
  }
  .heading1.link.small.right {
    margin-bottom: 0px;
    text-align: center;
  }
  .heading1.yellow {
    margin-top: 7%;
    font-size: 22px;
    line-height: 24px;
  }
  .heading1.yellow.right {
    margin-bottom: 7%;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
  }
  .heading1.yellow.right.past-event {
    margin-top: 0%;
    margin-bottom: 6%;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }
  .heading1.yellow.centered {
    font-size: 22px;
    line-height: 24px;
    text-align: left;
  }
  .heading1.yellow.centered.past-event {
    margin-top: 0%;
    margin-bottom: 2%;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .heading1.yellow.centered.past-event.link {
    margin-top: 17px;
    line-height: 24px;
    text-align: center;
  }
  .heading1.yellow.past-event {
    margin-top: 6%;
    margin-bottom: 2%;
    font-size: 20px;
    line-height: 22px;
  }
  .heading1.stage {
    margin-top: auto;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }
  .heading-7.stage {
    margin-top: auto;
    font-size: 10px;
    line-height: 12px;
  }
  .teaser {
    padding-bottom: 20px;
  }
  .teaser.stage {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #fff;
  }
  .teaser-link-2:hover {
    -webkit-filter: none;
    filter: none;
  }
  .teaser-link-3:hover {
    -webkit-filter: none;
    filter: none;
  }
  .teaser-link-4:hover {
    -webkit-filter: none;
    filter: none;
  }
  .section-heading {
    margin-top: 80px;
    margin-bottom: 50px;
    padding-left: 0%;
    text-align: center;
  }
  .section-heading.booking {
    margin-top: 80px;
    margin-bottom: 50px;
    padding-left: 0%;
  }
  .section-heading.dates {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
  }
  .section-heading.impressum {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  .accordeon-item-trigger {
    width: 100%;
    margin-bottom: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .accordeon-item-trigger:hover {
    -webkit-filter: none;
    filter: none;
  }
  .accordeon-section.dark {
    padding-top: 0%;
  }
  .buttontext {
    font-size: 12px;
    line-height: 14px;
  }
  .buttontext.imprint {
    padding-left: 0px;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
  }
  .buttontext.imprint.right {
    padding-right: 0px;
    font-family: Inconsolata, monospace;
  }
  .buttontext.imprint.left {
    font-family: Inconsolata, monospace;
  }
  .buttontext.mobile_menu {
    font-family: '3eb20264 3483 4595 9c13 383892854c50', sans-serif;
    font-size: 20px;
    line-height: 23px;
  }
  .accordeon-concert-item-trigger {
    width: 100%;
    margin-bottom: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .accordeon-concert-item-trigger:hover {
    -webkit-filter: none;
    filter: none;
  }
  .headline-container {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navmenu-desktop {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    height: 100vh;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .stage-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20%;
    padding-bottom: 20%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 90vw 90vh;
  }
  .stageteser.right {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .stageteser.left {
    height: auto;
    min-height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .coverimage._1st {
    height: 300px;
  }
  .coverimage._2nd {
    height: 300px;
  }
  .placeholder_for_image {
    bottom: 50px;
    height: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .atlantik-image {
    height: 200px;
    margin-bottom: 20%;
  }
  .atlantik-description {
    margin-bottom: 20%;
    font-size: 20px;
    line-height: 27px;
  }
  .link-block-6:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-7:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-8:hover {
    -webkit-filter: none;
    filter: none;
  }
  .atlantik-links {
    margin-bottom: 30px;
  }
  .column-12 {
    margin-bottom: 7%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-13 {
    margin-bottom: 7%;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .column-14 {
    margin-bottom: 7%;
  }
  .image-6 {
    width: 20%;
  }
  .logo-small {
    margin-bottom: 70px;
  }
  .column-15 {
    padding-left: 0px;
  }
  .row-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-6 {
    margin-bottom: 20%;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-21 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-25 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-26 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-trigger {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu-mobile {
    display: block;
  }
  .menu-mobile-content {
    padding: 20% 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #080a0e;
  }
  .mainlinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-9 {
    margin-bottom: 20px;
  }
  .link-block-10 {
    margin-bottom: 20px;
  }
  .link-block-11 {
    margin-bottom: 20px;
  }
  .secondarylinks {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .column-27 {
    padding-left: 0px;
  }
  .column-28 {
    padding-left: 0px;
  }
  .column-29 {
    padding-left: 0px;
  }
  .column-30 {
    padding-left: 0px;
  }
  .column-31 {
    padding-left: 0px;
  }
  .column-32 {
    padding-left: 0px;
  }
  .column-33 {
    padding-left: 0px;
  }
  .column-34 {
    padding-left: 0px;
  }
  .column-35 {
    padding-left: 0px;
  }
  .column-36 {
    padding-left: 0px;
  }
  .column-37 {
    padding-left: 0px;
  }
  .column-38 {
    padding-left: 0px;
  }
  .column-39 {
    padding-left: 0px;
  }
  .column-40 {
    padding-left: 0px;
  }
  .column-41 {
    padding-left: 0px;
  }
  .column-42 {
    padding-left: 0px;
  }
  .column-43 {
    padding-left: 0px;
  }
  .column-44 {
    padding-left: 0px;
  }
  .column-45 {
    padding-left: 0px;
  }
  .column-46 {
    padding-left: 0px;
  }
  .link-block-12:hover {
    -webkit-filter: none;
    filter: none;
  }
  .link-block-13 {
    text-decoration: none;
  }
  .link-block-13:hover {
    -webkit-filter: none;
    filter: none;
  }
  .div-block-10 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .headline1._404 {
    font-size: 18px;
  }
  .link-block-14 {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .link-block-15 {
    width: 100%;
    text-decoration: none;
  }
  .link_link {
    color: #5200ff;
  }
}

@font-face {
  font-family: '3eb20264 3483 4595 9c13 383892854c50';
  src: url('../fonts/3eb20264-3483-4595-9c13-383892854c50.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}



#music.bigteaser {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
  gap: 40px !important;
  max-width: 1200px;
  margin: 0 auto;
}

.stageteser {
  height: auto;
  min-height: 400px;
  padding: 5%;
  width: 100%;
  box-sizing: border-box;
/*  border: 1px solid rgba(255, 0, 0, 0.2); /* testweise sichtbar */*/
}
