/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

ul {
  list-style: none;
  padding-left: 0;
}



/* ==========================================================================
Theme Custom Style
========================================================================== */



@font-face {
    font-family: 'Geomanist';
    src: url('../font/geomanist/geomanist-light-webfont.eot');
    src: url('../font/geomanist/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geomanist/geomanist-light-webfont.woff2') format('woff2'),
         url('../font/geomanist/geomanist-light-webfont.woff') format('woff'),
         url('../font/geomanist/geomanist-light-webfont.ttf') format('truetype'),
         url('../font/geomanist/geomanist-light-webfont.svg#geomanistregular') format('svg');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/geomanist/geomanist-book-webfont.eot');
    src: url('../font/geomanist/geomanist-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geomanist/geomanist-book-webfont.woff2') format('woff2'),
         url('../font/geomanist/geomanist-book-webfont.woff') format('woff'),
         url('../font/geomanist/geomanist-book-webfont.ttf') format('truetype'),
         url('../font/geomanist/geomanist-book-webfont.svg#geomanistregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/geomanist/geomanist-medium-webfont.eot');
    src: url('../font/geomanist/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geomanist/geomanist-medium-webfont.woff2') format('woff2'),
         url('../font/geomanist/geomanist-medium-webfont.woff') format('woff'),
         url('../font/geomanist/geomanist-medium-webfont.ttf') format('truetype'),
         url('../font/geomanist/geomanist-medium-webfont.svg#geomanistregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/geomanist/geomanist-bold-webfont.eot');
    src: url('../font/geomanist/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geomanist/geomanist-bold-webfont.woff2') format('woff2'),
         url('../font/geomanist/geomanist-bold-webfont.woff') format('woff'),
         url('../font/geomanist/geomanist-bold-webfont.ttf') format('truetype'),
         url('../font/geomanist/geomanist-bold-webfont.svg#geomanistregular') format('svg');
    font-weight: 600;
    font-style: normal;
}


body {
  font-family: "Geomanist","Helvetica",sans-serif;
  color: #000000;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 100%;
  font-weight: 300;
  padding-top: 65px;
}

body {
  opacity: 1;
  transition: .6s opacity;
}

body.fade {
  opacity: 0;
  transition: none;
}

body.overflow-hidden {
  overflow: hidden !important;
}

main, section, header, footer {
  position: relative;
}

*{
  box-sizing: border-box;
}

/* MEDIAS */

img {
  max-width: 100%;
    height: auto;
}

.img-caption{
  text-transform: uppercase;
  font-size: 0.75em;
  margin-bottom: 1em;
}

/* UTILITY */

.js-filter-event-tag{
  cursor: pointer;
}

.wrap{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap--small{
  width: 100%;
  max-width: 1074px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width : 1050px) {
  .wrap{
    width: 90%;
  }
}

.u-text-align--center{
  text-align: center;
}
.u-text-align--left{
  text-align: left;
}
.u-text-align--right{
  text-align: right;
}

.u-space{
  opacity: 0;
  margin: 0;
  padding: 0;
}
.u-space--2em{
  height: 2em;
}

.u-nowrap{
  white-space: nowrap;
  display: inline-block;
}


@media only screen and (max-width : 899px) {
  .u-hide-mobile,
  .btn.u-hide-mobile{
    display: none!important;
  }
}
@media only screen and (min-width : 900px) {
  .u-hide-desktop,
  .btn.u-hide-desktop{
    display: none!important;
  }
}


.lazyload{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s linear;
}

.lazyload[src=""]{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear;
}


/* Icons */
.icon{
  height: 1.1em;
  width: 1.1em;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.icon--big{
  height: 2em;
  width: 2em;
}

.icon--plus{
  background-image: url('../images/icons/plus.svg');
}

.icon--facebook-bubble{
  background-image: url('../images/icons/social-bubble-facebook.svg');
}

.icon--spotify-bubble{
  background-image: url('../images/icons/social-bubble-spotify.svg');
}
.icon--insta-bubble{
  background-image: url('../images/icons/social-bubble-insta.svg');
}
.icon--twitter-bubble{
  background-image: url('../images/icons/social-bubble-twitter.svg'); 
}

.icon--facebook{
  background-image: url('../images/icons/social-facebook.svg');
}
.icon--twitter{
  background-image: url('../images/icons/social-twitter.svg'); 
}
.icon--instagram{
  background-image: url('../images/icons/social-instagram.svg'); 
}
.icon--whatsapp{
  background-image: url('../images/icons/social-whatsapp.svg'); 
}
.icon--ios{
  background-image: url('../images/icons/ios.svg'); 
}
.icon--ausverkauft{
  width: 2.1em;
  background-image: url('../images/icons/icon-ausverkauft.svg'); 
}
.icon--neukoellntag{
  background-image: url('../images/icons/icon-neukoellntag.svg'); 
}
.icon--premiere{
  background-image: url('../images/icons/icon-premiere.svg'); 
}
.icon--verlegt{
  width: 2.1em;
  background-image: url('../images/icons/icon-verlegt.svg'); 
}
.icon--restkarten{
  width: 2.1em;
  background-image: url('../images/icons/icon-restkarten.svg'); 
}
.icon--entfallt{
  background-image: url('../images/icons/icon-entfallt.svg'); 
}
.icon--diskussion{
  width: 2.1em;
  background-image: url('../images/icons/icon-diskussion.svg'); 
}
.icon--digital{
  background-image: url('../images/icons/icon-digital.svg'); 
}

.icon--ausverkauft--white{
  width: 2.1em;
  background-image: url('../images/icons/icon-ausverkauft--white.svg'); 
}
.icon--neukoellntag--white{
  background-image: url('../images/icons/icon-neukoellntag--white.svg'); 
}
.icon--premiere--white{
  background-image: url('../images/icons/icon-premiere--white.svg'); 
}
.icon--verlegt--white{
  width: 2.1em;
  background-image: url('../images/icons/icon-verlegt--white.svg'); 
}
.icon--restkarten--white{
  width: 2.1em;
  background-image: url('../images/icons/icon-restkarten--white.svg'); 
}
.icon--entfallt--white{
  background-image: url('../images/icons/icon-entfallt--white.svg'); 
}
.icon--diskussion--white{
  width: 2.1em;
  background-image: url('../images/icons/icon-diskussion--white.svg'); 
}
.icon--digital--white{
  background-image: url('../images/icons/icon-digital--white.svg'); 
}

.icon--android{
  background-image: url('../images/icons/android.svg');
}
.icon--arrow--right{
  background-image: url('../images/arrow.svg');
}
.icon--arrow--right--white{
  background-image: url('../images/arrow--white.svg');
}
.icon--arrow--left{
  background-image: url('../images/arrow.svg');
  transform: rotateZ(180deg);
}

.icon--arrow--left--white{
  background-image: url('../images/arrow--white.svg');
  transform: rotateZ(180deg);
}
.icon--arrow--top{
  background-image: url('../images/arrow.svg');
  transform: rotateZ(-90deg);
}
.icon--arrow--down{
  background-image: url('../images/arrow.svg');
  transform: rotateZ(90deg);
}

/* Accordion */
.hh-accordion{
  margin-bottom: 2em;
}
.hh-accordion__title{
  font-size: 0.875em;
  font-weight: 600;
  padding: 2em 35px 2em 0;
  cursor: pointer;
  position: absolute;
  z-index: 50;
  height: 100%;
  width: 100%;
  min-height: 5.5em;
  background-color: transparent;
  max-height: 5.5em;
  transition: max-height 0.6s linear;
}

.hh-accordion__title:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  height: 2px;
}
.hh-accordion__title:hover{
  color: #ED018C;
}
.hh-accordion__title:hover:after{
  background-color: #F1F1F1;
  height: 11px;

  background-size: 31px 11px;
  background-image: url('../images/border.jpg');
}

.hh-accordion__title i{
  position: absolute;
  right: 0;
  top: 3em;
  transform: translateY(-52%);
  transition: transform 0.25s linear;
  width: 21px;
  height: 21px;
}
.hh-accordion__title.active i{
  transform: translateY(-52%)rotateZ(135deg);
  transition: transform 0.25s linear;
}



.hh-accordion__title.active{
  max-height: 3000px;
  transition: max-height 0.6s linear;
}
.hh-accordion__body{
  max-height: 0;
  transition: max-height 0.6s linear;
  overflow: hidden;
  position: relative;
  font-size: 0.875em;
  min-height: 5.6em;
}
.hh-accordion__body__inner{
  opacity: 0;
  transition: opacity 0.4s linear;
  width: 100%;
  margin-left: 0;
  margin-top: 5em;
}
.hh-accordion__body.open{
  max-height: 3000px;
  transition: max-height 0.4s linear;
}

.hh-accordion__body.open .hh-accordion__body__inner{
  opacity: 1;
  transition: opacity 0.4s linear;
}

@media only screen and (min-width : 1000px) {
  .hh-accordion__body{
    min-height: 7.7em;

  }
  .hh-accordion__body__inner{
    opacity: 0;
    transition: opacity 0.4s linear;
    width: 65%;
    margin-left: 30%;
    margin-top: 1.5em;
     padding-bottom: 2em;
     position: relative;
     z-index: 30;
  }
  .hh-accordion__title.active{
    z-index: 1;
  }
}


.ticket--sold{
  opacity: 0.2;
  pointer-events: none;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1,
.h1{
  font-size: 1.688em;
  font-weight: 800;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.2em;
}

h2,
.h2{
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 0.7em;
}

h3,
.h3{
  font-weight: 800;
}

p {
}

p:last-child{
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.u-font--serif{
  font-family: 'abril-display', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

strong{
  font-weight: 600;
}

.transitions {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}


/* COLORS 


black: #000000;
gray_01: #333333;
gray_02: #E4E5E6;
gray_03: #E8E8E8;
gray_04: #EEEEEE;
white: #ffffff;

lila: #5D56FF;
yellow: #fe0;




*/

/* BUTTONS */

.btn{
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  padding: 0 1em;
  height: 2.6em;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  display: inline-flex;
  font-size: 1.000em;
  align-items: center;
}

.btn:hover{
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn:hover i{
  background-image: url('../images/arrow--white.svg');
}

.btn.btn--clean{
  border: none;
}

.btn.btn--primary{
}
.btn.btn--primary:hover{
}

.btn.btn--secondary{
}

.btn.btn--secondary:hover{
}

.btn.btn--link{
  color: #000; 
  border: none;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400;
  background-color: transparent;
  font-size: 0.875em;
}

.btn .icon--arrow--right{
  margin-left: 2em;
  transform: scale(1.05)translateY(0);
}


.to-the-top{
  position: fixed;
  bottom: 0;
  right: 0;
  height: 80px;
  width: 80px;
  z-index: 1000;
  border: none;
  outline: none;
  background: transparent;
  text-align: right;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity;
}

.to-the-top.visible{
  opacity: 1;
  visibility: visible;
  transition: .3s opacity;
}

.to-the-top svg{
  height: 37px;
  width: 35px;
  margin: 0px 2px 4px 2px;
  margin: 0px 19px 4px 2px;
}

@media only screen  and (min-width : 900px)  {
  .to-the-top{
    height: 50px;
    width: 50px;
  }
  .to-the-top svg{
    margin: 0px 2px 4px 2px;
  }
}


.slick-slider{
  visibility: hidden;
  opacity: 0;
}

.slick-slider.slick-initialized{
  visibility: visible;
  opacity: 1;
}
/* EVENT BANNER */
.event-banner{
  width: 100%;
  background-color: #fe0;
  color: #000;
  position: fixed;
  text-transform: uppercase;
  font-weight: 600;
  top: 65px;
  padding: 0 2em;
  z-index: 100;
  font-size: 0.75em;
  white-space: nowrap;
  overflow: hidden; 
  display: none;
}
.home .event-banner{
  display: block;
}

.event-banner__item{
  display: inline-block;
  padding: 0.6em 0 0.6em 16px;
  position: relative;
}

.event-banner__item:before{
  content: '';
  background-color: #000;
  border-radius: 20px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(calc(-50% - 1px));
}

@-moz-keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
@keyframes marquee {
  0% { 
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%) 
  }
  100% { 
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); 
  }
}

@media only screen  and (min-width : 900px)  {
  .event-banner{
    width: auto;
  }
}


/* INFOBAR */


#container.infobar-active{
  padding-top: 10px;
}
.infobar-active .header,
.infobar-active .event-banner{
  transform: translateY(40px);
  transition: .3s transform;
}

.infobar-active .single-event{
  margin-top: 40px;
}



.header,
.event-banner{
  transform: translateY(0px);
  transition: .3s transform;
}

.infobar{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #FE2D83;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1.2em;
  padding: 0 4em;
  display: flex;
  align-items: center;
  height: 40px;
  z-index: 450;
}

.infobar > *{
  margin: 0 auto;
}

@media only screen and (min-width : 650px) {
  .infobar{
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 1em; 
  }
}


/* HEADER */ 
.header{
  position: fixed;
  width: 100%;
  z-index: 500;
  background-color: #ffffff;
  height: 65px;
  top: 0;
  text-align: center;
}

.header__logo{
  width: 100px;
  margin-left: auto;
  height: 68%;
}

.header__right{
  margin-left: auto;
  text-align: right;
  text-transform: uppercase;
}

.header__right .widget ul li{
  display: inline-block;
  margin-left: 1em;
}

.header .wrap{
  height: 100%;
  width: 100%;
  max-width: initial;
  border-bottom: 2px solid #000;
}

.header__inner{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.header .logo{
  display: block;
  height: 100%;
  margin-right: 2em;
  width: 100px;
  z-index: 200;
  position: relative;
}

.header .logo img{
  height: 100%;
}

.btn-burger{
  outline: none;
  border: none;
  width: 44px;
  height: 44px;
  padding: 6px 0 0 18px;
  position: absolute;
  top: 7px;
  right: 0;
  background: transparent;
  z-index: 200;
}

.btn-burger span{
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  display: block;
  transition: .3s all;
}

.menu-active .btn-burger span{
  background-color: #fff;
  opacity: 0;
}

.menu-active .btn-burger span:first-child{
  opacity: 1;
  transform: rotateZ(45deg)translateY(5px)translateX(5px);
}
.menu-active .btn-burger span:last-child{
  opacity: 1;
  transform: rotateZ(-45deg)translateY(-6px)translateX(6px);
}


.header .logo svg{
  transition: .3s all;
  height: 100%;
  width: auto;
}
.menu-active .header .logo svg{
  fill: #fff;
  transform: scale(0.5)translateY(9px);
}



.main-nav{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  transform: translateX(-100%);
  transition: .3s transform;
  display: flex;
  align-items: center;
  padding: 40px 0 30vh 0;
}

.main-nav__contact{
  height: 30vh;
  width: 100%;
  background-color: #fe0;
  bottom: 0;
  position: absolute;
  transform: translateY(100%);
  transition: .3s transform;
  display: flex;
  align-items: center;
  font-size: 1.250em;
  text-transform: uppercase;
  padding: 0 20px;
  z-index: 20;
}
.main-nav__contact .widget{
  margin: 0 auto;
}
.main-nav__contact .widget ul{
}
.main-nav__contact .widget ul li{
  margin: 1em 0;
}
.main-nav__contact .widget ul li a{
  display: block;
}
.main-nav__contact .widget ul li strong{
}
.menu-active .main-nav__contact{
  transform: translateY(-0%);
}

.menu-active .main-nav{
  transform: translateX(0%);
}

.main-nav nav{
  width: 100%;
}
.main-nav nav ul{
  
}
.main-nav nav ul li{
  display: block;
}
.main-nav nav ul li a{
  color: #fff;
  font-size: 1em;
  font-weight: 800;
  width: 100%;
  padding: 1.5em 0;
  display: block;
  text-transform: uppercase;
}



.main-nav nav ul.sub-menu{
  display: none;
  width: 100%;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

.main-nav nav ul li.current-menu-item a{
  font-weight: 900;
}

.main-nav nav ul li.sub-menu-active{
  position: absolute;
  top: 70px;
  width: 100%;
  background: #000;
  box-shadow: 0px 130px 0px 0px #000;
}
.main-nav nav ul li.sub-menu-active:after{
      content: '';
    background: #000;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 100%;
}


.main-nav nav ul.sub-menu li a{
  padding: 1em 0;
  opacity: 0.7;
  font-weight: 400;
}

.main-nav nav ul li.sub-menu-active > .sub-menu{
  display: block;
  pointer-events: initial;
  margin-top: -10px;
  z-index: 10;
}

.main-nav nav ul.sub-menu .sub-menu-active{
  z-index: 10;
  box-shadow: 0px 130px 0px 0px #000,0px -110px 0px 0px rgba(0,0,0,0.7);
}

.main-nav nav ul.sub-menu .sub-menu-active > a{
  display: none;
}

.main-nav nav ul.sub-menu .sub-menu-active li a{
  opacity: 1;
}

.main-nav nav ul.sub-menu .menu-item-has-children > .sub-menu{

}

.main-nav nav ul.sub-menu > ul{
  padding: 0;
  margin: 0;
}
.main-nav nav ul.sub-menu li{
  margin: 0 auto;
}




@media only screen and (min-width : 900px) {
  .header{
    font-size: 0.813em;
  }
  .header__right{
    flex: 1;
  }
  .main-nav{
    display: block;
    flex: 1;
    position: initial;
    top: initial;
    left: initial;
    height: initial;
    background: transparent;
    transform: initial;
    padding: initial;
    text-align: left;
  }
  .main-nav nav ul li{
    display: inline-block;
    position: relative;
  }
  .main-nav nav ul li a{
    color: #000;
    width: auto;
    padding: 1.5em 1em 1em 1em;
    height: 63px;
  }



  .main-nav nav ul.sub-menu a{
    color: #fff;
  }

  .main-nav nav ul.sub-menu li{
    display: block;
    width: 180px;
    margin: 0;
    position: relative;
  }

  .main-nav nav ul.sub-menu li a{
    display: block;
    height: auto;
    padding: 0.4em;
    position: relative;
    opacity: 1;
    z-index: 20;
  }


  .main-nav nav > ul > li > ul.sub-menu:before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    background-color: #000;
    height: 100%;
  }
  .main-nav nav > ul > li > ul.sub-menu:after{
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #000;
  }

  .main-nav nav ul.sub-menu{
    position: absolute;
    display: none;
    left: 0;
    top: calc(100% - 10px);
    width: auto;
    margin: 10px -20px 0 -10px;
    background-color: #000;
    color: #fff;
    padding: 20px;
    overflow: initial;
    pointer-events: initial;
    z-index: 2;
  }

  .main-nav nav ul.sub-menu .menu-item-has-children > .sub-menu{
    top: 0;
    left: 180px;
    margin: 0;
    background: #000;
    padding-top: 0;
  }
  .main-nav nav ul.sub-menu .menu-item-has-children > .sub-menu:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100vw;
    background: black;
    top: 0;
    right: 100%;
    z-index: 1;
  }
  
  .main-nav nav ul.sub-menu .menu-item-has-children > .sub-menu:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100vw;
    background: black;
    top: 0;
    left: 100%;
    z-index: 1;
  }
  
  .main-nav nav ul.sub-menu li.menu-item-has-children:hover:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 30%;
    background: #fff;
    right: 0;
    top: 50%;
    z-index: 2;
  }

  .main-nav nav ul li a:hover{
    opacity: 0.4;
  }

  .main-nav nav ul.sub-menu li.menu-item-has-children:hover:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 30%;
    background: #fff;
    right: 0;
    top: 50%;
    z-index: 2;
  }

  .main-nav nav ul li.menu-item-has-children:hover > .sub-menu{
    display: block;
  }

  .main-nav nav > ul > li.menu-item-has-children:hover:after{
    content: '';
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #000;
  }

  .main-nav__contact{
    display: none;
  }


}




/* FOOTER */

.footer{
  background-color: #000;
  color: #fff;
  padding: 5em 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.750em;
  line-height: 1.5em;
}
.footer > .wrap > .row > .col-xs-12.last-sm:first-child{
  margin-bottom: 8em;
}

.footer__logo svg{
  fill: #fff;
}

.footer .widget{
  margin: 0 0 3em 0;
}

.footer nav a{
  margin-bottom: 1em;
  display: block;
  padding-bottom: 0.1em;
}

.footer__copyright{
  margin: 7em 0 0 0;
  color: #7C7C7C;
  font-size: 0.750em;
  font-weight: 400;

}
.footer h5{
  font-weight: 100;
  margin-bottom: 0.2em;
}

.footer__social ul{
  
}

.footer__social ul li{
  display: inline-block;
  margin-right: 0.5em;
}

.footer__social a{
}
.footer__social a .icon{
  height: 1.7em;
  width: 1.7em;
}

.footer__partners{
  width: 100%;
  min-height: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ddd;
  margin-top: 1em;
  justify-content: center;
}

.footer .footer__partners .widget{
  height: 30px;
  margin: 20px;
}

.footer .footer__partners .widget img{
  height: 100%!important;
  display: block;
  width: auto;
  max-width: initial;
}

@media only screen and (min-width : 768px) {
  .footer{
    font-size: 1em;
    padding: 3em 0 0 0;
  }
  .footer__logo{
    float: right;
  }
  .footer__copyright{
    margin-top: 0em;
  }
}

/* ==========================================================================
MODULES
========================================================================== */


.module{
  padding: 4em 0px;
}
.module--gray{
  background-color: #F0F0F0;
}
.module--black{
  background-color: #000;
  color: #FFEE00;
}
.module--yellow{
  background-color: #FFEE00;
  color: #000;
}
.module__title{
  margin-top: 1em;
  font-size: 1.500em;
  margin-bottom: 2em;
}

.module__visual{
  height: 300px;
  width: 100%;
  margin: -4em auto 3em auto;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.module__visual__caption{
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  transform: translateX(-50%);
  font-size: 0.5em;
}
.module__visual__caption__inner{
  transform: rotateZ(-90deg)translateX(50%);
  font-weight: 600;
}
.module__visual__caption__inner span{
  font-weight: 300;
}

@media only screen and (min-width : 1024px) {
  .module__title{
    margin-top: 0;
  }
  .module__visual{
    height: 460px;
  }
}



/* HOME INTRO */

.home-intro h1{
  margin-top: 0.7em;
}
.home-intro__text{
  margin-bottom: 1em;
}
.home-intro__off{
  padding-left: 2.5em;
  margin-bottom: 2em;
}

.home-intro__off__dievielen{
  position: relative;
  padding-left: 18px;
  font-size: 1em;
  font-weight: 600;
  margin-top: 2em;
}
.home-intro__off__dievielen a{
  text-transform: uppercase; 
  text-decoration: underline;
}
.home-intro__off__dievielen:before{
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: #000;
}

.homepage_slider__wrap-big{
  display: none;
}
.homepage_slider-navigation{
  position: relative;
  padding: 0 20px;
}

.homepage_slider-navigation button{
  position: relative;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
  transform: translateX(-12px);
}

.homepage_slider-navigation .homepage_slider-next{
  right: 20px;
  top: 0;
  position: absolute;
  transform: translateX(12px);
}

.home-intro__slider--small img{
  width: 100%;
}

.homepage_video{
  display: none;
}




#container.infobar-active .home-intro--colored{
  /*margin-top: -25px;*/
}
.home-intro--colored .homepage_video{
  display: block;
}


.home-intro--colored .homepage_video{
  display: block;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden;
}
.home-intro--colored .homepage_video__ton{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 20;
  align-items: center;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  color: #fff;
  cursor: pointer;
}
.home-intro--colored .homepage_video__ton span{
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.home-intro--colored .homepage_video:hover .homepage_video__ton{
  opacity: 1;
}

.home-intro--colored .homepage_video video{
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}



.home-intro--colored{
  padding: 0;
}

.home-intro--colored .home-intro__off{
  padding: 3em 0 1em 0;
  margin-bottom: 0;
}

.home-intro--colored .homepage_slider__wrap-big{
  display: block;
  position: relative;
}


.home-intro--colored .homepage_slider__wrap-big img{
  width: 100%;
}

.home-intro--colored .homepage_slider__wrap-big .slick-slide > div{
  display: block;
}

.home-intro--colored .homepage_slider-navigation button{
  background: transparent;
  transform: translateX(0);
}

.home-intro--colored .homepage_slider-navigation .homepage_slider-next{
  right: 0;
}

.home-intro--colored .homepage_slider-navigation{
  position: absolute;
  width: 100%;
  bottom: 5px;
  z-index: 20;
  padding: 0;
}

.home-intro--colored .home-intro__slider--big__item{
  position: relative;
}


.home-intro__slider--big__item__description{
  position: absolute;
  width: 80%;
  bottom: 9px;
  color: #fff;
  z-index: 10;
  left: 10%;
  text-align: center;
  overflow: hidden;
  font-size: 0.7em;
}



/*intro event */
.home-intro.home-intro--event{
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.home-intro--event .wrap{
  display: flex;
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.home-intro--event .homepage_slider-navigation{
  display: none!important;
}

.home-intro--event .wrap .home-intro__off{
  position: relative;
  top: initial;
  left: initial;
  width: auto;
  padding: 0;
  text-align: center;
}

.home-intro--event .homepage_slider__wrap-big{
      width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.home-intro--event .homepage_slider__wrap-big img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-intro.home-intro--event,
.home-intro--event .homepage_slider__wrap-big img{
  height: calc(100vh - 65px);
}

.infobar-active .home-intro.home-intro--event,
.infobar-active .home-intro--event .homepage_slider__wrap-big img{
  height: calc(100vh - 105px);
}

.home-intro--event .home-intro__slider--big{
  height: 100%;
}

.home-intro.home-intro--event h1{
  position: relative;
  margin: 0 auto;
  width: auto;
  left: initial;
  text-align: center;
  max-width: initial;
  font-size: 2.6em;
}

.home-intro.home-intro--event .btn.btn--link{
  display: block;
  text-align: center;
  color: #fff;
}
.home-intro.home-intro--event .home-intro__text{
  margin-bottom: 6em;
  color: #fe0;
  font-weight: 600;
  margin-top: 1em;
}

.home-intro.home-intro--event .homepage_video{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.home-intro.home-intro--event .homepage_video video{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  object-fit:cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}



@media only screen  and (min-width : 900px)  {



  .home-intro--colored .homepage_video{
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: calc(100vh - 60px);
    background: #000;
    overflow: hidden;
  }
  .home-intro--colored .homepage_video__ton{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 20;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    color: #fff;
    cursor: pointer;
  }

  .home-intro--colored .homepage_video video{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .home-intro{
    min-height: calc(100vh - 60px);
    margin-bottom: 0;
  }

  .home-intro h1{
    margin-top: 0.7em;
    position: absolute;
    left: 4%;
    width: 50%;
    font-size: 2.5em;
  }

  .home-intro__off{
    padding-left: 3.5em;
    margin-bottom: 2em;
    position: absolute;
    left: 2%;
    top: 17em;
    width: 42%;
    font-size: 1em;
  }

  .homepage_slider{
    
  }

  .homepage_slider__wrap-small{
    position: absolute;
    z-index: 20;
    width: 23vw;
    bottom: 0px;
    left: 50%;
    min-width: 200px;
    /*max-width: 350px;*/
  }
  .home-intro__slider--small{
    margin-bottom: 45px;
    background-color: #FFEE00;
  }
  .home-intro__slider--small__item{
    display: block!important;
  }
  .home-intro__slider--small{
    position: relative;
  }
  .home-intro__slider--small:after{
    content: '';
    position: absolute;
    top: -15px;
    height: 15px;
    width: 100%;
    left: 0;
    background-color: #FFEE00;
  }
  .home-intro__slider--small:before{
    content: '';
    position: absolute;
    left: -15px;
    width: 15px;
    height: calc(100% + 15px);
    top: -15px;
    background-color: #FFEE00;
  }
  .homepage_slider-navigation{
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 140px;
    margin: 0 0 2px -19px;
    transform: scale(0.7);
  }
  .homepage_slider__wrap-big{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100vh;
  }
  .home-intro__slider--big__item{
    height: calc(100vh - 60px);
    position: relative;
    overflow: hidden
  }
  .home-intro__slider--big__item img{
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .homepage_video{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: calc(100vh - 60px);
    background: #000;
    overflow: hidden;
  }
  .homepage_video__ton{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 20;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    color: #fff;
    cursor: pointer;
  }
  .homepage_video__ton span{
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  .homepage_video:hover .homepage_video__ton{
    opacity: 1;
  }
  .homepage_video video{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    object-fit:cover;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .home-intro--colored{
    padding: 0;
  }

  .home-intro--colored .home-intro__off{
    padding: 3em 1.5em;
    margin-bottom: 0;
  }

  .home-intro--colored .homepage_slider__wrap-big{
    display: block;
    position: absolute;
    width: 50%;
    height: calc(100vh - 65px);
    overflow: hidden;
  }
  .infobar-active .home-intro--colored .homepage_slider__wrap-big{
    height: calc(100vh - 105px);
  }

  .home-intro--colored .wrap{
    width: 50.1%;
    height: calc(100vh - 65px);
    margin: 0;
    display: flex;
    align-items: flex-end;
  }

  .infobar-active .home-intro--colored .wrap{
    height: calc(100vh - 105px);
  }

  .home-intro--colored .homepage_slider-navigation{
    bottom: 0px;
    transform: scale(1);
    margin: 0;
  }

  .home-intro--colored .homepage_slider__wrap-big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-intro--colored.home-intro{
    min-height: initial;
    margin-bottom: 0;
  }

  .home-intro--colored.home-intro h1{
    position: relative;
    font-size: initial;
    font-size: 2em;
    max-width: inherit;
    margin: 0 0 1em 0;
    left: initial;
    width: auto;
  }

  .home-intro--colored .home-intro__off{
    position: relative;
    top: initial;
    left: initial;
    width: auto;
  }

  .home-intro__slider--big__item__description{
    bottom: 13px;
    font-size: 1em;
  }


  .home-intro--colored .homepage_video{
    width: 50%;
    height: calc(100vh - 65px);
  }

  .infobar-active .home-intro--colored .homepage_video{
    height: calc(100vh - 105px);
  }

  .home-intro--colored .home-intro__slider--big__item{
    height: calc(100vh - 65px);
  }

  .infobar-active .home-intro--colored .home-intro__slider--big__item{
    height: calc(100vh - 105px);
  }





}
@media only screen  and (min-width : 1100px)  {
  .home-intro h1{
    font-size: 3.125em;
    max-width: 14em;
    margin-top: 0.2em;
  }
  .home-intro__off{
    padding-left: 4.5em;
    top: 19em;
    left: 4%;
    width: 40%;
  }


   .home-intro--colored.home-intro h1{
    font-size: 2.6em;
    margin: 0 0 .5em 0;
  }

  .home-intro--colored .home-intro__off{
    padding: 3em 6em 3em 1.5em;
    margin-bottom: 0;
  }

  .home-intro--colored .homepage_slider__wrap-big{
    width: 60%;
  }
  .home-intro--colored .homepage_video{
    width: 60%;
  }


  .home-intro--colored .wrap{
    width: 40.1%;
  }

  .home-intro.home-intro--event h1{
    font-size: 3.4em;
  }

}

@media only screen  and (min-width : 1500px)  {
  .homepage_slider__wrap-big{
    width: 44%;
  }

  .homepage_slider__wrap-small{
    width: 25vw;
    left: 46%;
  }
  .homepage_slider-navigation{
    width: 210px;
  }

  .home-intro h1{
    margin-top: 10vh;
    left: 7vw;
  }
  .home-intro__off{
    top: calc(19em + 8vh);
    width: 35%;
    left: 6%;
  }

  .home-intro__off__dievielen{
    margin-top: 15vh;
  }

  .home-intro__text{
        margin-bottom: 3em;
  }

  .homepage_video{
    width: 44%;
  }
}

/* PAGE TEASER */
.module.page-teaser{
  padding-top: 3em;
  padding-bottom: 3em; 
}

.page-teaser__box{
  background-color: #000;
  padding: 0;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-teaser__box__content{
  padding: 5em 40px 5em 40px;
  background-color: rgba(0,0,0,0.5);
  text-transform: uppercase;
}

.page-teaser__box__content .h2{
  font-size: 1.875em;
  line-height: 1.1em;
  margin: 0.1em 0 0.2em 0;
}
.page-teaser__box__link{
  text-decoration: underline;
}

/* Home Schedule */

.home-schedule{
  overflow: hidden;
  padding-top: 0;
}

.btn-next-month {
  cursor: pointer;
}
.btn-next-month i{
  margin-left: 1.1em;
}

.btn-next-month.loading{
  animation: pulse 3s infinite;
  cursor: wait;
}


@-webkit-keyframes pulse {
  0% {
    opacity: .8;
    transform: scale(1);
  }
  70% {
    opacity: .6;
    transform: scale(.95);
  }
  100% {
    opacity: .8;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: .8;
    transform: scale(1);
  }
  70% {
    opacity: .6;
    transform: scale(.95);
  }
  100% {
    opacity: .8;
    transform: scale(1);
  }
}

.home-schedule__header{
  height: 80px;
  width: 100%;
  position: relative;
  margin-bottom: 2em;
}

.home-schedule__header nav{ 
  background: #000;
  color: #fff;
  white-space: nowrap;
  overflow: scroll;
  text-align: left;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  
}
.home-schedule__header__fade{
  position: absolute;
  top: 0;
  left: 70vw;
  width: 30vw;
  height: 100%;
  z-index: 20;
  pointer-events: none;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.home-schedule__header ul{
  display: inline-flex;
  align-items: center;
}
.home-schedule__header ul li{
  display: inline-block;
}

.home-schedule__header .home-schedule__header__years li:first-child li:first-child > span{
  display: none;
}
.home-schedule__header nav::-webkit-scrollbar {
    display: none;
}

.home-schedule__header__years__start{
  margin: 0 1em 0 5em;
}

.home-schedule__header__years{
  padding-right: 20vw;
}

.home-schedule__header button{
  color: #fff;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 .4em;
  letter-spacing: 0.4px;
  cursor: pointer;
  font-family: "Geomanist","Helvetica",sans-serif;
  font-weight: 300;
}

.home-schedule__header button.active{
  color: #FE2D83;
  font-size: 1.875em;
  margin: 0 .5em;
  font-weight: 600;
  cursor: initial;
}


.home-schedule__header button.disabled{
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed;
}

/*.home-schedule__header{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
  margin-top: 0;
  background: #000;
  color: #fff;
}

.home-schedule__header h1{
  margin-bottom: 0;
}

.home-schedule__header__nav{
  font-size: 1em;
  font-weight: 600;
  width: 5em;
  outline: none;
  background: transparent;
  border: none;
  padding: 0.5em 0;
  color: #fff;
}
.home-schedule__header__nav.hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-schedule__header__nav span{
  display: none;
}

.home-schedule__header__nav--next{
  margin-left: auto;
  text-align: right;
}

.home-schedule__header__nav--next .icon{
  transform: translateY(4px)translateX( 10px);
  margin-right: 0.6em;
}

.home-schedule__header__nav--prev{
  margin-right: auto;
  text-align: left;
}
.home-schedule__header__nav--prev .icon{
  margin-left: 0.6em;
  transform: rotateZ(180deg)translateY(-4px)translateX(10px);
}*/


.home-schedule__intro__descriptions{

}
.home-schedule__intro__descriptions p{
  width: 90%;
  max-width: 600px;
  margin: 3.4em auto 3em auto;
  display: none;
} 

.home-schedule__intro__descriptions p.active{
  display: block;
}

.home-schedule__viewswitch{
  display: flex;
  justify-content: center;

}

.home-schedule__viewswitch button{
  color: #000;
  opacity: 0.33;
  font-size: 0.625em;
  outline: none;
  border: none;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  background: #fff;
  font-family: "Geomanist","Helvetica",sans-serif;
  font-weight: 300;
}
.home-schedule__viewswitch button svg{
  transform: translateY(-1px);
}
.home-schedule__viewswitch button:hover,
.home-schedule__viewswitch button.active{
  opacity: 1;
}

.home-schedule__activetag{
  color: #000;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4em;
  background: #35FF00;
  border: none;
  outline: none;
  position: fixed;
  padding: 5px 8px 5px 80px;
  bottom: 20px;
  left: 15px;
  z-index: 200;
}

.home-schedule__activetag:hover{
  color: #000;
  background-color: red;
}

.home-schedule__activetag:after{
  content: '✕';
  color: #000;
  background: transparent;
  left: 3px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  padding-right: 0px;
  font-weight: 900;
  letter-spacing: 0px;
}

@media only screen  and (min-width : 900px)  {
  .home-schedule__activetag{
    bottom: 20%;
    left: 0;
  }

  .home-schedule__header button{
    margin: 0 1em;
  }

}

@media only screen  and (min-width : 900px)  {
  /*.home-schedule__header h1{
    font-size: 3.125em;
  }
  .home-schedule__header__nav span{
    display: initial;
  }
  .home-schedule__header__nav{
    width: 11em;
  }
  .home-schedule__header__nav--next .icon{
    transform: translateY(3px);
    margin-right: 0.6em;
  }
  .home-schedule__header__nav--prev .icon{
    margin-left: 0.6em;
    transform: rotateZ(180deg)translateY(-3px);
  }*/
}


/* Featued events */
.module.featured-events{
  padding: 0;
}

.module.featured-events .wrap{
  max-width: initial;
  width: 100%;
  padding: 0;
}

.module.featured-events .slick-slider{
  background-color: #000;
}

.featured-events__event{
  background-color: #000;
  padding: 2.5em 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 70vh;
}

.featured-events__event.scheme-dark{
  background-color: #000;
  color: #fff;
}

.featured-events__event.scheme-light{
  background-color: #fff;
  color: #000;
}

.featured-events__event__intro{
  width: 100%;
}
.featured-events__event__intro__date{
  font-size: 1em;
  font-weight: 600;
}
.featured-events__event__intro h3{
  font-size: 2.500em;
  line-height: 1.1em;
  margin: 0.3em 0;
  text-transform: uppercase;
}
.featured-events__event__intro h4{
  font-size: 1em;
  margin-bottom: 30vh;
  text-transform: uppercase;
}
.featured-events__event__info{
  width: 100%;
}

.featured-events__event__info__text{
  font-size: 0.875em;
}

.featured-events__event__link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.featured-events__event__info .btn-ticket{
  margin-top: 1em;
  background: transparent;
  position: relative;
  z-index: 20;
}
.featured-events__event__info .btn-ticket i{
  margin-left: 1.5em;
}
.featured-events__event.scheme-dark .featured-events__event__info .btn-ticket{
  color: #fff;
  border: 2px solid #fff;
}

.featured-events__event.scheme-dark .featured-events__event__info .btn-ticket:hover{
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.featured-events__event.scheme-dark .featured-events__event__info .btn-ticket:hover i{
  background-image: url('../images/arrow.svg');
}


.featured-events-navigation{
  position: relative;
  padding: 0 20px;
  margin-top: 7px;
}

.featured-events-navigation button{
  position: relative;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
  transform: translateX(-12px);
}

.featured-events-navigation .featured-events-navigation__next {
  right: 20px;
  top: 0;
  position: absolute;
  transform: translateX(12px);
}

.featured-events-navigation--count{
  position: absolute;
  font-size: 1em;
  right: 80%;
  top: 0.5em;
  text-align: right;
}


@media screen and (min-width: 900px)  { 
  .featured-events-navigation{
    padding: 0;
  }
  .featured-events-navigation .featured-events-navigation__next {
    right: 0;
  }
  .module.featured-events .wrap{
    width: 90%;
    max-width: 1400px;
    padding: 0 20px;
  }
  .featured-events__event{
    padding: 6em 20px;  
    height: 60vh;
    min-height: 430px;
    max-height: 535px;
  }
  .featured-events__event__intro{
    width: 40%
  }
  .featured-events__event__info{
    margin-left: auto;
    width: 36%;
    padding-right: 6%;
  }
  .featured-events__event__info__text{
    font-size: 1em;
  }
  .featured-events__event__intro__date{
    font-size: 1.250em;
  }
  .featured-events__event__intro h4{
    margin-bottom: 0;
    font-size: 1.250em;
  }
  .featured-events__event__intro h3{
    font-size: 4.375em;
    margin: 0.1em 0;
  }
  .featured-events__event__info .btn-ticket{
    margin-top: 4em;
    background: transparent;
    display: flex;
  }
  .featured-events__event__info .btn-ticket i{
    margin-left: auto;
  }
} 

/* JOBS */

.jobs.page-content{
  overflow: hidden;
}
.module.jobs-listing{
  padding-top: 12em;
}

.jobs-intro h1{
  font-size: 2.000em;
  margin-bottom: 0;
}

.jobs-listing .hh-accordion__title{
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.5em;
}

.jobs-listing .hh-accordion__title.active{
  font-family: 'abril-display', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  padding: 1em 35px 1em 0;
  line-height: 1.2em;
}
.jobs-listing .hh-accordion__title.active i{
  top: 1.47em;
}

.jobs-listing .hh-accordion__title.active .hh-accordion__title__gender{
  font-weight: 100;
  display: inline-block;
}
.jobs-listing__apply-btn{
  margin: 2em 0 4em 0;
  position: relative;
  z-index: 999999;
}

.jobs-listing__description{
  padding: 1.5em 0 1em 0;
}
.jobs-listing__description p{
  margin-bottom: 1em;
}
.jobs-listing__description ul{
  margin-bottom: 1em;
  list-style: initial;
  margin-left: 17px;
}


@media only screen and (min-width: 1000px){

  .jobs-listing .hh-accordion__title.active i{
    top: 1.67em;
  }

  .jobs-listing__apply-btn{
    position: absolute;
    top: -4.05em;
    left: 80%;
    margin: 0;
  }

  .jobs-listing .hh-accordion__title{
    font-size: 1.375em;
  }
  .jobs-listing .hh-accordion__title.active{
    font-family: 'abril-display', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 2.500em;
    padding: 1em 38% 1em 0;
  }
  .jobs-listing .hh-accordion__body__inner{
    margin-left: 0;
    margin-top: 6.5em;
    width: 80%;
  }

  .jobs-listing__description{
    column-count: 2;
    column-gap: 8em;
    width: 100%;
    padding: 3em 0 2em 0;
  }
  
}


.jobs-intro__visual {
  margin-top: 6em;
  margin-bottom: -13em;
  display: block;
  position: relative;
  z-index: 2;
}

.jobs-intro__visual img{
  width: 100%;
}

.jobs-intro__visual__caption{
  position: absolute;
  top: -11px;
  right: 5px;
  font-weight: 600;
  color: #fff;
  transform: translateX(50%);
  font-size: 0.5em;
}
.jobs-intro__visual__caption__inner{
  transform: rotateZ(-90deg)translateY(50%)translateX(-50%);
}
.jobs-intro__visual__caption{
  color: #B5B5B5;
}
.jobs-intro__visual__caption span{
  font-weight: 300; 
}

@media only screen and (min-width: 1024px){
  .jobs-intro__visual {
    margin-top: 0;
    margin-bottom: -9em;
    padding-right: 10%;
  }
  .jobs-intro h1{
    font-size: 3.125em;
  }
  .module.jobs-listing{
    padding-top: 8em;
  }
  .jobs-intro__visual__caption{
    right: calc(10% + 5px);
  }
}


/* CONTACT  */
.contact-person{
  margin-bottom: 3em;
  margin-top: 1em;
  line-height: 1.5em;
  z-index: 20;
  position: relative;
}
.contact-person__title{
  font-weight: 300;
}
.contact-person__name{
  font-weight: 600;
  margin-bottom: 1.2em;
}
.contact-person__tel a,
.contact-person__mail a{
  font-weight: 600;
}
.contact-person__tel span,
.contact-person__mail span{
  width: 1em;
  font-weight: 300;
  display: inline-block;
}

.module.contact-information{
  padding-top: 4em;
  padding-bottom: 4em;
}

.contact-information .hh-accordion__title{
  font-size: 1em;
  text-transform: uppercase;
}

@media only screen  and (min-width : 850px)  {
  .contact-information .hh-accordion__title{
    font-size: 1.375em;
  }
}

/* IMPRINT  */
.imprint-intro{
  background-color: #FFEE00;
  color: #000;
  font-size: 1.125em;
}
.imprint-intro .module__title{
  margin-bottom: 30vh;
}

.imprint-intro__content{
  font-weight: 600;
}
.imprint-intro__content h3,
.imprint-intro__content strong{
  font-weight: 300;
}

.imprint-intro__content p{
  margin-bottom: 1.5em;
}


.imprint-intro__content--further{
  border-top: 2px solid #000;
  margin-top: 4em;
  padding-top: 4em;
}



/* PRESS */

.press-info{
  background-color: #8CF171;
  color: #000;
  font-size: 1.125em;
  min-height: calc(100vh - 65px);
  align-items: center;
  display: flex;
  padding: 2em 0;
}

.press-info > .wrap{
  max-width: 880px;
}


.press-info__item p{
  margin-bottom: 1.5em;
}

.press-info__item{
  margin-bottom: 1em;
}

.press-info__item:first-child{
  margin-top: 1em;
}

.press-info__download{
  display: block;
  border: 2px solid #000;
  background-color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.press-info__download i{
  float: right;
  margin-top: 0.14em;
}

/* RENT INTRO */

@media only screen  and (min-width : 850px)  {
  .module.renting-intro{
    padding-top: 0px;
    display: flex;
    /*align-items: center;*/
  }
  .module.renting-intro .module__visual{
    height: 100vh;
    width: 50%;

    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .module.renting-intro > .wrap{
    width: 70%;
    max-width: initial;
    padding: 80px 8%;
    display: flex;
    align-items: center;
  }
  .module.renting-intro h1{
    font-size: 3.125em;
  }

}


.renting_intro__text{
  margin-bottom: 2em;
}



/* RENT FACTS */

.renting-facts__item{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 4em;
}

.renting-facts__item h3{
  max-width: 80%;
  margin: 0 auto;
}

.renting-facts__item img{
  margin-bottom: 1em;
}

@media only screen  and (min-width : 850px)  {
  .renting-facts__item{
    display: flex;
    align-items: center;
    font-size: 1.875em;
  }
  .renting-facts__item img{
    width: 50%;
  }
  .renting-facts__item h3{
    max-width: 30%;
    line-height: 1.4em;
  }

  .renting-facts .row > div:nth-child(odd) .renting-facts__item img{
    order: 2;
  }
  .renting-facts .row > div:nth-child(odd) .renting-facts__item h3{
    order: 1; 
  }
}


/* RENT SLIDER */

.renting-gallery .h2{
  font-size: 1.688em;
  text-transform: uppercase;
}

.renting-gallery{
  overflow: hidden;
}

.renting-gallery__slider{
  width: 100vw;
  margin-top: 3em;
}

.renting-gallery__slider__item{
  padding: 0 9px;
  opacity: 1;
}

.renting-gallery__slider-title{
  display: flex;
  height: 340px;
  width: 290px;
  float: left;
  align-items: center;
  padding-right: 30px;
  font-size: 3.125em;
  text-transform: uppercase;
  font-weight: 800;
}

.renting-gallery__slider-title i{
  transform: translateY(0.12em);
  font-size: 0.8em;
  margin-left: 0.3em;
}

.renting-gallery__slider .slick-slide img{
  width: auto;
  height: 230px;
  max-width: 100%;
}

@media only screen  and (min-width : 700px)  {
  .renting-gallery__slider .slick-slide img{
    width: auto;
    height: 340px;
    max-width: 100%;
  }

}


.rent_slider-navigation{
  position: relative;
  padding: 0;
}

.rent_slider-navigation button{
  position: relative;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
  transform: translateX(-12px);
}

.rent_slider-navigation .rent_slider-next{
  right: 20px;
  top: 0;
  position: absolute;
  transform: translateX(12px);
}

.rent_slider-navigation--count{
  position: absolute;
  font-size: 1em;
  right: 68%;
  top: 0.5em;
  text-align: right;
}


/*.renting-gallery__slider .slick-slide.slick-active{
 // box-shadow: -200px 0px 0px 150px #fff;
  z-index: 20;
  position: relative;
  transition: box-shadow 0.5s ease-in;
}*/

/* RENT EXPOSE */

.renting-expose .h2{
  font-size: 1.688em;
  text-transform: uppercase;
  margin-bottom: 2em;
  line-height: 1.2em;
}
.renting-expose__download{
  margin-bottom: 1em;
  display: flex;
}

.renting-expose__download i{
  margin-left: auto;
}

@media only screen  and (min-width : 768px)  {
  .renting-expose .h2{
    margin-bottom: 0;
  }
}

/* RENT 360 */
.renting-360-iframewrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: auto;
}
.renting-360-iframewrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}


/* RENT CONTACT */

.renting-contact .h2{
  font-size: 1.688em;
  text-transform: uppercase;
  margin-bottom: 2em;
  line-height: 1.2em;
      max-width: 500px;
    margin: 0 auto 2em auto;
}

.renting-contact input,
.renting-contact select{
  background-color: #FFEE00;
  display: block;
  border: 2px solid #000;
  text-transform: uppercase;
  color: #000;
  font-size: 0.875em;
  margin-bottom: 1.2em;
  font-weight: 800;
  padding: 0.6em 1em;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 3.3em;
}

.renting-contact select{

}

.renting-contact .custom-select{
  position: relative;
}
.renting-contact .custom-select:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../images/icons/chevron-down.svg);
  height: 0.49em;
  margin-top: 0.1em;
  width: 1em;
  background-repeat: no-repeat;
}

.renting-contact .wpcf7-checkbox{
  display: block;
  margin-bottom: 1.2em;
  height: 3.3em;
  text-align: left;
  font-size: 0.875em;
}


.renting-contact .wpcf7-checkbox label{
  display: flex;
}
.renting-contact .wpcf7-checkbox label span{
  background-color: #FFEE00;
  border: 2px solid #000;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0em;
  font-weight: 800;
  padding: 0.6em 1em;
  width: 100%;
  margin-right: 1em;
}


.renting-contact .radiobox.radiobox--custom > span{
  width: 100%;
}
.renting-contact .radiobox.radiobox--custom .wpcf7-radio{
  font-weight: 600;
/*  display: flex;
  font-size: 0.875em;
  text-align: left;
  height: 3.3em;*/
}
.renting-contact .radiobox.radiobox--custom{
  height: auto;
}
.renting-contact .radiobox.radiobox--custom .wpcf7-radio .wpcf7-list-item{
  width: 100%;
  margin: 0;
  position: relative;
  height: 3.3em; 
}
.renting-contact .radiobox.radiobox--custom .wpcf7-radio .wpcf7-list-item.first{
  margin-bottom: 1.3em;
}
.renting-contact .radiobox.radiobox--custom .wpcf7-radio .wpcf7-list-item input{
  font-size: 1em;
  float: right;
  color: #000;
  width: 3.3em;
}

.renting-contact .radiobox.radiobox--custom .wpcf7-radio .wpcf7-list-item-label{
  font-size: 1em;
  text-align: left;
  color: #000;
  opacity: 1;
  left: inherit;
  transform: inherit;
  position: relative;
  top: inherit;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.6em 1em;
  border: 2px solid #000;
  margin-right: 4.3em;
}

.renting-contact .radiobox.radiobox--custom input[type=radio]:checked + .wpcf7-list-item-label{
  color: #000;
}

.renting-contact input[type="checkbox"]{
  width: 3.513em;
  margin: 0 0 0 auto;
}

.renting-contact input[type=checkbox]:checked{
  background-color: #000;
}


.renting-contact .radiobox{
  display: flex;
  font-size: 0.875em;
  text-align: left;
  height: 3.3em;
}
.renting-contact .radiobox > label{
  background-color: #FFEE00;
  border: 2px solid #000;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0em;
  font-weight: 800;
  padding: 0.6em 1em;
  width: 100%;
  margin-right: 0;
}


.renting-contact .radiobox{
  margin: 0 0 1.2em 0;
}
.renting-contact .radiobox > span{
  width: 11.1em;
  margin: 0 0 0 auto;
}

.renting-contact .radiobox .wpcf7-radio .wpcf7-list-item-label{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 0.7em;
  opacity: 0.5;
}
.renting-contact .radiobox .wpcf7-radio label{
  border: none;
  background-color: initial;
  color: initial;
}
.renting-contact .radiobox .wpcf7-radio {
  display: block;
  height: 100%;
}

.renting-contact .radiobox .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  height: 100%;
  width: calc(50% - 0.5em);
  margin-left: 0.5em;
  position: relative;
}
.renting-contact .radiobox input[type="radio"]{
  width: 100%;
  margin: 0;
  height: 100%;
}

.renting-contact .radiobox input[type=radio]:checked{
  background-color: #000;
}

.renting-contact .radiobox input[type=radio]:checked + .wpcf7-list-item-label{
  opacity: 1;
  color: #fff;
}


.renting-contact textarea{
  background-color: #FFEE00;
  border: 2px solid #000;
  display: block;
  width: 100%;
  margin-bottom: 1.06em;
  outline: none;
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
  height: 10.76em;
}

.renting-contact .wpcf7-not-valid-tip{
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  display: block;
}


.screen-reader-response{
  display: none;
}
.wpcf7-response-output{
  margin: 2em 0;
}
.renting-contact .wpcf7-submit{
  background-color: #fff;
  position: relative;
  text-align: left;
}

.renting-contact .btn-submit{
  position: relative;
}
.renting-contact .btn-submit:after{
  background-image: url('../images/arrow.svg');
  content: '';
  position: absolute;
  top: 50%;
  right: -1.4em;
  transform: translateY(-50%)scale(0.2);
  height: 4.7em;
  margin-top: 0.1em;
  width: 6em;
  background-repeat: no-repeat;
}

.renting-contact input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.renting-contact input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.renting-contact input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.renting-contact .wpcf7-not-valid{
  background-color: #000;
  color: #fff;
}
.renting-contact .wpcf7-not-valid::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.renting-contact .wpcf7-not-valid:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.renting-contact .wpcf7-not-valid::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

@media screen and (min-width: 768px) {
  .renting-contact .radiobox.radiobox--custom .wpcf7-radio .wpcf7-list-item{
    width: 50%;
    margin: 0;
    position: relative;
    padding-left: 1em;
  }
  .renting-contact .radiobox.radiobox--custom .wpcf7-radio .wpcf7-list-item.first{
    padding-right: 1em;
    padding-left: 0;
  }
  .renting-contact .radiobox,
  .renting-contact .radiobox.radiobox--custom{
    height: 3.3em;
  }
}



/* HEIMATHAFEN INTRO*/


.module.heimathafen-intro{
  padding-bottom: 0;
}

.heimathafen-intro__content{
  font-weight: 600;
  padding: 0 20px;
}

.heimathafen-intro__visual{
  width: 100%;
  position: relative;
}

.heimathafen-intro__visual img{
  width: 100%;
  margin-top: 3em;
  display: block;
}
.heimathafen-intro__visual__caption{
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-weight: 600;
  color: #fff;
  transform: translateX(-50%);
  font-size: 0.5em;
}
.heimathafen-intro__visual__caption__inner{
  transform: rotateZ(-90deg)translateX(50%);
}

.heimathafen-intro__visual__caption span{
  font-weight: 300; 
}


@media screen and (min-width: 850px) {
  .module.heimathafen-intro{
    margin-bottom: 10em;
    position: relative;
    min-height: calc(100vh - 65px);
  }
  .heimathafen-intro__content{
    width: 60%;
    max-width: 700px;
    left: 5%;
    position: relative;
    margin-bottom: -3.5em;
    font-size: 1.375em;
    line-height: 1.4em;
  }
  .heimathafen-intro__visual{
    position: relative;
    width: 65%;
    left: 30%;
    transform: translateY(6em);
  }
}

/* HEIMATHAFEN TEAM */
.module.heimathafen-team{
  color: #fff;
  background-color: #000;
  overflow: hidden;
}

.heimathafen-team__title{
  font-size:  1.500em;
  margin-bottom: 3em;
  margin-left: 10px;
  text-transform: uppercase;
}

.heimathafen-team__row{
  display: flex;
  flex-wrap: wrap;
}

.team-item{
  margin-bottom: 3em;
  padding: 0 10px;
  width: 50%;
}
.team-item__visual{
  position: relative;
}
.team-item__visual img{
  width: 100%;
  height: auto;
}
.team-item__visual__caption{
  position: absolute;
  top: -11px;
  right: 5px;
  font-weight: 600;
  color: #fff;
  transform: translateX(50%);
  font-size: 0.5em;
}
.team-item__visual__caption__inner{
  transform: rotateZ(-90deg)translateY(50%)translateX(-50%);
}
.team-item__visual__caption{
  color: #B5B5B5;
}
.team-item__visual__caption span{
  font-weight: 300; 
}
.team-item__name{
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.3em;
  margin-top: 1.2em;
  margin-bottom: 0.3em;
}
.team-item__title{
  font-size: 0.875em;
  line-height: 1.3em; 
  margin-bottom: 2em;
}
.team-item__content{
  font-size: 0.750em;
  line-height: 1.5em;
}

@media only screen and (min-width: 700px){

  .module.heimathafen-team .wrap{
    width: 97%;
  }
  .heimathafen-team__title{
    font-size:  1.875em;
    margin-bottom: 3em;
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
    text-align: center;
  }
  .team-item{
    width: 25%;
  }
}

@media only screen and (min-width: 1024px){
  .team-item{
    width: 20%;
  }
}

/* HEIMATHAFEN ABOUT */

.heimathafen-about{
  overflow: hidden;
}
.heimathafen-about__title{
  font-size: 1.563em;
  line-height: 1.2em;
  margin-bottom: 1em;
  margin-top: 1em;
  text-transform: uppercase;
}

.heimathafen-about__content{
  font-size: 0.875em;
}

.heimathafen-about__info{
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  margin: 0 0 4em 0;
  font-size: 0.875em;
}
.heimathafen-about__info:before{
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background-color: #000;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.heimathafen-about__info a{
  text-transform: uppercase;
  border-bottom: 2px solid #000;
}


.heimathafen-about__content p{
  margin-bottom: 1em;
}

.heimathafen-about__visual {
  margin-top: 6em;
  margin-bottom: 2em;
  display: block;
  position: relative;
}

.heimathafen-about__visual img{
  width: 100%;
}

.heimathafen-about__visual__caption{
  position: absolute;
  top: -11px;
  right: 5px;
  font-weight: 600;
  color: #fff;
  transform: translateX(50%);
  font-size: 0.5em;
}
.heimathafen-about__visual__caption__inner{
  transform: rotateZ(-90deg)translateY(50%)translateX(-50%);
}
.heimathafen-about__visual__caption{
  color: #B5B5B5;
}
.heimathafen-about__visual__caption span{
  font-weight: 300; 
}

.heimathafen-about__visual--desktop{
    display: none;
}


@media only screen and (min-width: 1024px){
  .heimathafen-about__visual--mobile{
    display: none;
  }
  .heimathafen-about__visual--desktop{
    display: block;
  }
  .heimathafen-about__visual {
    margin-top: 7.5em;
    padding-right: 10%;
  }
  .heimathafen-about__visual__caption{
    right: calc(10% + 5px);
  }
  .heimathafen-about__content{
    padding-right: 15%;
    font-size: 1em;
  }
  .heimathafen-about__title{
    font-size: 2.500em;
    line-height: 1.2em;
    margin-bottom: 3em;
    margin-top: 3em;
  }
  .heimathafen-about__info{
    margin: 0;
    font-size: 1em;
  }
}



/* HEIMATHAFEN HISTORY */


.heimathafen-history{
  overflow: hidden;
}

.heimathafen-history__title{
  font-size: 1.563em;
  line-height: 1.2em;
  margin-bottom: 4em;
  margin-top: 1em;
  text-transform: uppercase;
}

.heimathafen-history__visual-1{
  margin: 0 0 0 -20px;
  width: calc(100% + 40px);
  max-width: initial;
  margin-bottom: 5em;
}

.heimathafen-history__content{
  font-size: 0.875em;
}

.heimathafen-history__content p{
  margin-bottom: 1em;
}

.heimathafen-history__caption{
  color: #ED018C;
  font-size: 0.750em;
  line-height: 1.3em;
}
.heimathafen-history__caption p{
  margin-bottom: 1em;
}

.heimathafen-history__visual-2{
  margin-top: 5em;
  margin-bottom: 2em;
}

.heimathafen-history__visual-2,
.heimathafen-history__visual-3{
  width: 100%;
  max-width: initial;
}

@media only screen and (min-width: 1024px){

  .heimathafen-history__title{
    font-size: 2.500em;
    line-height: 1.2em; 
    margin-left: 10%;
  }
  .heimathafen-history__visual-1 {
    margin-left: 10%;
  }
  .heimathafen-history__visual-2{
    margin-top: 0;
  }
  .heimathafen-history__visual-3{
    width: 150%;
    margin-left: 15%;
  }
  .heimathafen-history__content {
    font-size: 1em;
    padding: 4em 2em 4em 6em;
  }
  .heimathafen-history__caption {
    width: 70%;
  }

}


/* NEWSLETTER */

.page-newsletter{
    margin-top: 3em;
}

.newsletter__message p{
  margin-top: 1em;
}
.page-newsletter .h2{
  font-size: 1.250em;
  text-transform: uppercase;
  padding-right: 2em;
  margin-bottom: 1em;
}

.page-newsletter .btn{
  font-weight: 600;
}


.page-newsletter input{
  display: block;
  border: 2px solid #000;
  background: transparent;
  text-transform: uppercase;
  color: #000;
  font-size: 0.875em;
  margin-bottom: 0.7em;
  font-weight: 600;
  padding: 0.5em;
  width: 70%;
  height: 2.972em;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-newsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.page-newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.page-newsletter input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.page-newsletter input[type=checkbox]:checked{
  background-color: #000;
}

.page-newsletter input[type=checkbox]{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0.2em 0 0;
  transform: translateY(4px);
}

.page-newsletter label{
  margin-bottom: 1em;
  display: block;
}

.page-newsletter label a{
  text-decoration: underline;
}


@media only screen and (min-width: 1024px){
  .page-newsletter .h2{
    font-size: 1.875em;
    line-height: 1.2em;
  }
}


/* SINGLE JOB */
.job-content{
  margin-top: 6em;
  font-size: 0.875em;
}
.job-content p{
  margin-bottom: 2em;
}

.job-content ul{
  list-style: initial;
  margin-bottom: 2em;
  padding-left: 17px;
}

/* SINGLE EVENT */

.single-event__excerpt{
  margin-bottom: 2em;
  font-size: 1.125em;
}

.single-event__content p {
  margin-bottom: 1em;
  font-size: 0.875em;
}

.single-event__content p:last-child {
  margin-bottom: 0;
}

.single-event__fb-event{
  padding: 2em 0;
  font-size: 0.875em;
}
.single-event__fb-event i{
  margin-right:  1.3em;
  transform: translateY(3px);
}

.single-event__tags{
  color: #B5B5B5;
  font-size: 0.625em;
  text-transform: uppercase;
  margin-bottom: 2em;
  margin-top: 5em;
  letter-spacing: 0.1em;
}

.single-event__tags span{
  margin-right: 1.5em;
  display: inline-block;
}


.single-event__accordion{
  margin-bottom: 2em;
}
.single-event__accordion__title{
  font-size: 0.875em;
  font-weight: 600;
  padding: 2em 1em 2em 35px;
  cursor: pointer;
  position: relative;
}
.single-event__accordion__title i{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  transition: transform 0.25s ease-in;
  width: 21px;
  height: 21px;
}
.single-event__accordion__title.active i{
  transform: translateY(-52%)rotateZ(135deg);
  transition: transform 0.25s ease-in;
}

.single-event__accordion__body{
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  border-bottom: 2px solid #000;
  font-size: 0.875em;
}
.single-event__accordion__body.open{
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}
.single-event__accordion__body p{
  margin-bottom: 1em;
}
.single-event__accordion__body *:last-child{
  margin-bottom: 2em;
}

.single-event__partners__item{
  display: inline-block;
}

.single-event__partners__item img{
  height: 60px;
  margin: 0 5px 5px 0!important;
}


.single-event__prices{
  padding: 1em 0;
  font-size: 0.875em;
  display: flex;
  flex-wrap: wrap;
}

.single-event__prices__item{
  width: 100%;
  margin-bottom: 0.5em;
}


.single-event__notes{
  margin-bottom: 1em
}

.single-event__notes .single-event__note{
  margin-bottom: 0.5em;
}

.single-event__note{
  position: relative;
  padding: 0;
  font-size: 0.875em;
}
.single-event__note a{
  text-decoration: underline;
}
.single-event__share{
  margin-top: 1.9em;

}

.single-event__share a{
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #ED018C;
  color: #fff;
  margin-right: 15px;
  display: inline-flex;
  text-align: center;
  font-size: 12px;
  align-items: center;
}

.single-event__share a > *{
  margin: 0 auto;
}


.single-event__performances{
  margin-top: 2.8em;
  z-index: 10;
  position: relative;
}

.single-event__performances__item{
  border-bottom: 2px solid #000;
  padding: 1.4em 0 0 0;
  min-height: 7em;
}
.single-event__performances__item--past{
  opacity: 0.2;
}

.single-event__performances__item__header{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.single-event__performances__item__header__date{
  width: 8em;
  display: flex;
  flex-wrap: wrap;
}
.single-event__performances__item__header .addeventatc{
  width: 100%;
  padding: 0px;
  box-shadow: none!important;
  border: 0px;
  outline: none;
  font-family: "Geomanist","Helvetica",sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  margin-top: 0.2em;
  color: #B5B5B5!important;
}

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .sequence, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp{
display: none!important;
    opacity: 0!important;
    visibility: hidden!important;
    transform: translateX(-100vw);
    position: absolute;
}
.single-event__performances__item__header .addeventatc .icon{
  opacity: 0.35;
  margin-right: 0.6em;
  transform: translateY(2px);
}
.single-event__performances__item__header .addeventatc:hover{
  font-size: .8em;
  color: #B5B5B5;
  background: transparent!important;
}
.single-event__performances__item__header .addeventatc .addeventatc_icon{
  display: none;
}
.single-event__performances__item__header__weekday{
  font-size: 0.5em;
  text-transform: uppercase;
  margin-right: 0.4em;
  margin-top: -0.3em;
}

.single-event__performances__item__header__time{
  margin-left: auto;
}

.single-event__performances__item__tags{
  color: #B5B5B5;
  font-size: 0.563em;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  margin-top: 1em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.single-event__performances__item__tags span{
  margin-right: 1.5em;
  display: inline-block;
}

.single-event__performances__item h3{
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1.3em;
}

.single-event__performances__item .btn{
  margin-bottom: 2em;
}

.single-event__performances__item__description{
  display: none;
}

.single-event__video__wrapper{
  margin: 0 auto;
  max-width: 800px;
  padding: 4em 20px 4em 40px; 
}
.single-event__video{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: auto;
  box-shadow: -20px 0px 0 0px #FFEE00;
  border-top: 20px solid #FFEE00;
}
.single-event__video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-event__similar__title{
  font-size: 1.875em;
  text-transform: uppercase;
  text-align: center;
  margin: 2em auto 2.5em auto;
}


@media only screen  and (min-width : 1024px)  {
  .single-event__performances__item{
    display: flex;
    min-height: 5em;
  }
  .single-event__performances__item__tags{
    display: none;
  }
  .single-event__performances__item .btn{
    margin-left: auto;
  }
  .single-event__performances__item__header__time{
    margin-left: 0;
    text-align: left;
  }
  .single-event__performances__item__header{
    min-width: 14em;
    margin-right: 4em;
  }
  .single-event__performances__item__header__status{
    order: 3;
    margin-left: auto
  }
  .single-event__performances__item h3{
    width: 10em;
  }
  .single-event__performances__item__description{
    margin: 0 0 1em 0;
    width: auto;
    font-size: 16px;
    display: inline-flex;
  }

  .single-event__performances__item__header .addeventatc{
    width: auto;  
    position: absolute;
    top: 2.3em;
    left: 0;
  }
}


/* QUOTE SLIDER */


.quote-slider{
  max-width: 650px;
  margin: 5em auto 0 auto;
}

.quote-slider__item{
  background-color: #8CF171;
  text-align: center;
  padding: 0.5em;
}
.quote-slider__item blockquote{
  
}

.quote-slider__item blockquote h5{
  font-size: 1.250em;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 1em;
}
.quote-slider__item blockquote p{
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 7em 0;
  padding: 0 3em;
}
.quote-slider__item blockquote small{
  font-size: 0.750em;
  font-weight: 600;
  margin-bottom: 1.7em;
  display: block;
}
.quote_slider-navigation{
  position: relative;
}

.quote_slider-navigation button{
  position: relative;
  height: 44px;
  width: 44px;
  padding: 0;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
  transform: translateX(-12px);
}

.quote_slider-navigation .quote_slider-navigation-next{
  right: 0px;
  top: 0;
  position: absolute;
  transform: translateX(12px);
}

.quote_slider-navigation--count{
  position: absolute;
  font-size: 1em;
  right: 80%;
  top: 0.5em;
  text-align: right;
}

/* EVENT GRID */

.eventgrid{
  /*overflow: hidden;*/
  width: calc(100% + 30px);
  margin: 0 -15px 3em -15px;
  transition: .6s height;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}


.eventgrid__item{
  width: 50%;
  height: auto;
  min-height: 20px;
  padding: 40px 15px 15px 15px;
  text-align: left;
  float: left;
  transition: .6s opacity;
  font-weight: 300;
}

.eventgrid.eventgrid--list .eventgrid__item.eventgrid__item--title,
.eventgrid .eventgrid__item.eventgrid__item--title{
  text-align: center;
  background: #000;
  color: #fe0!important;
  padding: 0;
  display: flex;
  width: calc(100% + 40%);
  margin: 40px -20% 20px -20%;
  font-size: 1.85em;
  height: 52px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
}

.eventgrid__item:hover,
.eventgrid__item:hover .eventgrid__item__tags,
.eventgrid__item:hover .btn.btn--link{
  color: #ED018C;
}
.eventgrid__item__visual{
  display: block;
  position: relative;
  margin-bottom: 1em;
}

.eventgrid__item:hover .eventgrid__item__visual:after{
  background-color: #ED018C;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 10;
}

.eventgrid__item--hidden{
  opacity: 0;
}
.eventgrid__item h4{
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0.5em 0;
  word-break: break-all;
}
.eventgrid__item__status{
  background-color: #FE2D83;
  color: #fff;
  text-align: left;
  font-size: 0.563em;
  text-transform: uppercase;
  padding: 0 1em;
  display: flex;
  align-items: center;
}

.eventgrid__item__status.eventgrid__item__status--premiere{
  background-color: #36FF00;
  color: #000;
}
.eventgrid__item__status.eventgrid__item__status--restkarten,
.eventgrid__item__status.eventgrid__item__status--verlegt,
.eventgrid__item__status.eventgrid__item__status--entfallt,
.eventgrid__item__status.eventgrid__item__status--nktag{
  background-color: #FFEE00;
  color: #000;
}
.eventgrid__item__status.eventgrid__item__status--diskussion,
.eventgrid__item__status.eventgrid__item__status--digital{
  background-color: #004EFF;
  color: #fff;
}

.eventgrid__item__status i{
  margin-left: auto;
}

.eventgrid__item__tags{
  color: #B5B5B5;
  font-size: 0.563em;
  text-transform: uppercase;
  margin-bottom: -0.3em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.eventgrid__item__tags span{
  margin-right: 1.5em;
  display: inline-block;
}


.eventgrid__item__visual{
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 0.5em;
}

.eventgrid__item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.eventgrid__item__ticket{
  display: flex;
  font-size: 0.813em;
  max-width: 170px;
}

.eventgrid__item__ticket.btn i{
  margin-left: auto;
}
.eventgrid__item__start{
  display: flex;
  margin-bottom: 1em;
  align-items: flex-start;
  margin-top: -0.4em;
  font-weight: 300;
}
.eventgrid__item__start__weekday{
  font-size: 0.5em;
  text-transform: uppercase;
  margin-right: 0.4em;
  margin-top: -0.3em;
}
.eventgrid__item__start__date{

}
.eventgrid__item__start__time{
  margin-left: 1em;
}
.eventgrid__item__excerpt{
  font-size: 0.875em;
  margin: 2em 0 1.4em 0;
  line-height: 1.4em;
}

.eventgrid__item__border{
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 1em;
  position: relative;
}
.eventgrid__item:hover .eventgrid__item__border:after{
  position: absolute;
  content: '';
  top: -11px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 20px;
  background-size: 49px 20px;
  background-image: url(../images/border-white.jpg);
  background-position: center;
}

@media screen and (min-width: 768px)  { 
  .eventgrid__item{
    width: 33.33%;
    padding: 40px;
  }
  .eventgrid__item h4{
    font-size: 1.375em;
    line-height: 1.2em;
    margin: 0;
    word-break: initial;
  }
  .eventgrid__item__start{
    margin-top: 0em;
    font-size: 1.375em;
  }
  .eventgrid__item__tags{
    font-size:  0.875em;
    margin-bottom: 0.3em;
  }
  .eventgrid {
    width: calc(100% + 80px);
    margin: 0 -40px 3em -40px;
  }
}


/* EVENT LIST */

.eventgrid.eventgrid--list .eventgrid__item{
  width: 100%;
  padding: 40px 15px 0px 15px;
  text-align: left;
  position: relative;
  transition: .6s opacity;
  display: flex;
  flex-wrap: wrap;
}

.eventgrid.eventgrid--list .eventgrid__item:hover,
.eventgrid.eventgrid--list .eventgrid__item:hover .eventgrid.eventgrid--list .eventgrid__item__tags,
.eventgrid.eventgrid--list .eventgrid__item:hover .btn.btn--link{
  color: #ED018C;
}
.eventgrid.eventgrid--list .eventgrid__item__visual{
  display: none;
  left: 37%;
  width: 15%;
  pointer-events: none;
  position: absolute;
  z-index: 20;
}

.eventgrid.eventgrid--list .eventgrid__item:hover .eventgrid__item__visual:after{
  display: none;
}

.eventgrid.eventgrid--list .eventgrid__item--hidden{
  opacity: 0;
}
.eventgrid.eventgrid--list .eventgrid__item h4{
  font-weight: 800;
  text-transform: uppercase;
  order: 3;
  width: 100%;
}
.eventgrid.eventgrid--list .eventgrid__item__status{
  position: absolute;
  left: 13em;
  transform: translateY(-0.5em);
  width: 44%;
  font-size: 0.500em;
  font-weight: 600;
  height: 2.5em;
  padding: 0 0.7em;
}

.eventgrid.eventgrid--list .eventgrid__item__status i{
  margin-left: auto;
}

.eventgrid.eventgrid--list .eventgrid__item__tags{
  color: #B5B5B5;
  order: 2;
  width: 100%;
  font-size: 0.563em;
  text-transform: uppercase;
  margin-bottom: -0.6em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.eventgrid.eventgrid--list .eventgrid__item__tags span{
  margin-right: 1.5em;
  display: inline-block;
}

.eventgrid.eventgrid--list .eventgrid__item img{

}

.eventgrid.eventgrid--list .eventgrid__item__ticket{
  display: flex;
  font-size: 0.813em;
  max-width: 170px;
  min-width: 9em;
  order: 5;
}

.eventgrid.eventgrid--list .eventgrid__item__ticket.btn i{
  margin-left: auto;
}
.eventgrid.eventgrid--list .eventgrid__item .btn--link{
  order: 6;
  margin-left: auto;
}
.eventgrid.eventgrid--list .eventgrid__item__start{
  display: flex;
  order: 1;
  width: 100%;
  margin-bottom: 0em;
  align-items: flex-start;
  margin-top: -0.4em;
}
.eventgrid.eventgrid--list .eventgrid__item__start__weekday{
  font-size: 0.5em;
  text-transform: uppercase;
  margin-right: 0.4em;
  margin-top: -0.3em;
}
.eventgrid.eventgrid--list .eventgrid__item__start__date{

}
.eventgrid.eventgrid--list .eventgrid__item__start__time{
  margin-left: auto;
}
.eventgrid.eventgrid--list .eventgrid__item__excerpt{
  font-size: 0.875em;
  margin: 0.2em 0 1.4em 0;
  line-height: 1.4em;
  order: 4;
  width: 100%;
}

.eventgrid.eventgrid--list .eventgrid__item__border{
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 30px;
  position: relative;
  order: 10;
}
.eventgrid.eventgrid--list .eventgrid__item:hover .eventgrid.eventgrid--list .eventgrid__item__border:after{
  position: absolute;
  content: '';
  top: -11px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 20px;
  background-size: 49px 20px;
  background-image: url(../images/border-white.jpg);
  background-position: center;
}

@media screen and (min-width: 768px)  { 
  .eventgrid.eventgrid--list{
    padding-bottom: 20px;
  }
  .eventgrid.eventgrid--list .eventgrid__item__status{
    position: relative;
    left: initial;
    transform: initial;
    width: 26%;
    font-size: 0.563em;
    font-weight: 600;
    height: auto;
    padding: 0 1em;
    margin: 0 40% 1em 26em;
    order: 1;
  }
  .eventgrid.eventgrid--list .eventgrid__item h4{
    font-size: 1.375em;
    order: 3;
    width: 40%;
    padding-left: 0.59em;
  }
  .eventgrid.eventgrid--list .eventgrid__item__start{
    margin-top: 0em;
    width: 10em;
    order: 2;
    font-size: 1.375em;
  }
  .eventgrid.eventgrid--list .eventgrid__item__start__time{
    margin-left: auto;
    margin-right: 1em;
  }
  .eventgrid.eventgrid--list .eventgrid__item__tags{
    order: 4;
    position: initial;
    margin-left: 2em;
    width: 13em;
    font-size: 0.875em;
    height: 10px;
    line-height: 1.4em;
  }
  .eventgrid.eventgrid--list .eventgrid__item__tags span{
    display: block;
  }
  .eventgrid.eventgrid--list .eventgrid__item__ticket{
    order: 5;
    margin-left: auto;
  }
  .eventgrid.eventgrid--list .eventgrid__item__excerpt{
    order: 6;
    width: 40%;
    margin-left: 15.7em;
    margin-bottom: 0;
    padding-left: 1em;
  }
  .eventgrid.eventgrid--list .eventgrid__item .btn--link{
    order: 7;
    width: 40%;
    margin-left: 16.7em;
  }

  .eventgrid.eventgrid--list .eventgrid__item:hover .eventgrid__item__visual{
    display: block;
  }

  .eventgrid.eventgrid--list .eventgrid__item.eventgrid__item--title,
  .eventgrid .eventgrid__item.eventgrid__item--title{
    font-size: 3.15em;
    height: 130px;
    margin: 40px -20%;
  }

}

@media screen and (min-width: 1200px)  { 
  .eventgrid.eventgrid--list .eventgrid__item__status{
    margin: 0 50% 1em 26em;
  }
}

/* EVENT CAT FILTER */


.event-cat-filter{
  display: flex;
  flex-wrap: wrap;
}

.event-cat-filter .btn{
  width: 50%;
  border-top: 0;
  border-right: 0;
  text-align: center;
  justify-content: center;
  font-family: "Geomanist","Helvetica",sans-serif;
  font-weight: 400;
}
.event-cat-filter .btn:first-child,
.event-cat-filter .btn:nth-child(2){
  border-top: 2px solid #000;
}
.event-cat-filter .btn:nth-child(2n), 
.event-cat-filter .btn:last-child, 
.event-cat-filter .btn:nth-child(2n):last-child{
  border-right: 2px solid #000;
}
.event-cat-filter .btn.btn--active{
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 850px) {
  .event-cat-filter .btn{
    width: auto;
    flex-grow: 1;
    flex-basis: 0;
    border-top: 2px solid #000;
    border-right: 0;
  }
  .event-cat-filter .btn:nth-child(2n){
    border-right: 0;
  }
  .event-cat-filter .btn:last-child{
    border-top: 2px solid #000;
  }
}

@media screen and (min-width: 1000px) {
  .event-filtering{
    display: flex;
    white-space: nowrap;
    margin: 0 -25px;
  }
  .event-cat-filter{
    order: 2;
    width: 100%;
  }
  .home-schedule__viewswitch{
    order: 1;
    margin-left: -14px;
    margin-right: 30px;
  }
}

/* ARCHIVE LIST */

.archive-intro select{
  background-color: transparent;
  display: block;
  border: 2px solid #000;
  text-transform: uppercase;
  color: #000;
  font-size: 0.875em;
  margin-bottom: 1.2em;
  font-weight: 800;
  padding: 0.6em 3em 0.6em 1em;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 3.3em;
}

.archive-intro .custom-select{
  position: relative;
  width: 9em;
}
.archive-intro .custom-select:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../images/icons/chevron-down.svg);
  height: 0.49em;
  margin-top: 0.1em;
  width: 1em;
  background-repeat: no-repeat;
}


.archive-list{
}
.archive__item{
  width: 100%;
  padding: 15px 0;
  margin-bottom: 1.4em;
  text-align: left;
}

.archive__item h4{
  font-weight: 800;
  text-transform: uppercase;
}

.archive__item__tags{
  color: #B5B5B5;
  font-size: 0.563em;
  text-transform: uppercase;
  margin-bottom: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.archive__item__tags span{
  margin-right: 1.5em;
  display: inline-block;
}

.archive__item__start{
  display: flex;
  margin-bottom: 0.5em;
  align-items: flex-start;
}

.archive__item__start__weekday{
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.4em;
}
.archive__item__start__date{

}
.archive__item__excerpt{
  font-size: 1em;
  margin: 0 0 .3em 0;
  text-transform: uppercase;
}

.archive__item__border{
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 1em;
}

@media screen and (min-width: 900px)  {
  .archive__item{
    display: flex;
    flex-wrap: wrap;
  }

  .archive__item__content{
    max-width: 47%;
    margin-right: 2em;
    margin-bottom: 1.5em;
  }
  .archive__item__content h4,
  .archive__item__excerpt{
    font-size: 1.375em;
  }
  .archive__item__tags{
    order: 3;
    text-align: left;
    font-size: 0.875em;
    margin-left: auto;
    line-height: 1.4em;
        width: 21%;
  }
  .archive__item__tags span{
    display: block;
  }
  .archive__item__border{
    order: 4;
  }
  .archive__item__start{
    margin-right: 5em;
    font-size: 1.375em;
  }
  .archive__item__start__weekday{
    font-size: 0.7em;
    transform: translateY(-0.2em);
  }
}


/* ARCHIVE GRID */


.archive-grid{
  overflow: hidden;
  width: calc(100% + 30px);
  margin: 0 -15px 3em -15px;
}
.archive-grid__item--hidden{
  opacity: 0;
}
.archive-grid__item{
  width: 50%;
  padding: 40px 15px 15px 15px;
  text-align: left;
}
@media screen and (min-width: 768px)  { 
  .archive-grid__item{
    width: 33.333%;
  }
}

@media screen and (min-width: 1000px)  { 
  .archive-grid__item{
    width: 25%;
  }
}

.archive-grid__item h4{
  font-weight: 800;
}


.archive-grid__item__visual{
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 0.5em;
}

.earchive-grid__item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.archive-grid__item__excerpt{
  font-size: 1em;
  margin: 0em 0 3em 0;
}

.archive-grid__item__border{
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 1em;
}



/* No events */
.no-events{
  width: 100%;
  text-align: center;
  margin: 4em 0;
  font-size: 0.750em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 1;
}
.archive-grid .no-events{
  margin-bottom: 0;
}


/* 404 */

.page-404{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.four0four-message{
  width: 100%;
  height: calc(50vh - 30px);
  color: #000;
  background-color: #36FF00;
  align-items: center;
  display: flex;
  padding: 0 30px;
}
.four0four-message > div{
  margin: 0 auto;
}

.four0four-message h1{
  font-size: 3.125em;
  text-transform: uppercase;
  margin: 0 0 0.2em 0;
}
.four0four-message p{
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 1em;
}

.four0four-visual{
  width: 100%;
  height: calc(50vh - 35px);
  color: #36FF00;
  background-color: #000;
  font-size: 38vw;
  line-height: 0.8em;
  font-weight: 600;
  background-image: url(../images/404.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


@media screen and (min-width: 920px) {
  .four0four-message,
  .four0four-visual{
    width: 50%;
    height: calc(100vh - 65px);
  }
  .four0four-visual{
    order: 2;
    font-size: 22vw;
  }
  .four0four-visual > div{
    margin-top: -2em;
  }
  .four0four-message > div{
    max-width: 390px;
    text-align: left;
  }
  .four0four-message h1{
    font-size: 6.250em;
    margin: 0;
  }
  .four0four-message p{
    font-size: 1.375em;
    line-height: 1.4em;
    margin-bottom: 1.6em;
    margin-top: -0.4em;
  }
}

/* LOADER */ 
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #000;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0)scale(0.3);
  -ms-transform: translateZ(0)scale(0.3);
  transform: translateZ(0)scale(0.3);
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
.loader--gray:before,
.loader--gray:after{
  background: #F0F0F0;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* single-default__content */

.single-default__content{
  font-size: 1em;
  line-height: 1.5em;
}

.single-default__content p{
  margin-bottom: 1em;
}

.single-default__content ul{
  list-style: initial;
  padding-left: 18px;
}

.single-default__content ul li{
  list-style: initial;
  margin-bottom: 1em;
}


/* Cookies banner */

.cookiesbanner{
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  z-index: 300;
  text-align: center;
  text-transform: uppercase;
}

.cookiesbanner__inner{
  display: flex;
  flex-wrap: wrap;
}

.cookiesbanner__message{
  width: 100%;
  color: #fff;
  background-color: #FE2D83;
  font-size: 1.125em;
  font-weight: 600;
  padding: 1em 0 0.85em 0;
}

.cookiesbanner__actions{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.cookiesbanner__actions__accept{
  background-color: #000;
  color: #FFEE00;
}
.cookiesbanner__actions__info{
  background-color: #FFEE00;
  color: #000;
}

.cookiesbanner__actions__accept,
.cookiesbanner__actions__info{
  width: 50%;
  border: none;
  outline: none;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0.5em 0 0.4em 0;
  margin: 0;
}


/** Popup ***/

.popup{
  background: rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.popup__box{
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
.popup__box__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__box__close{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
    padding-top: 4px;
}
.btn-primary{
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 200;
}

.popup__box__img--desktop{
  display: none;
}

#primayPopup{
  text-transform: initial;
}

@media only screen and (min-width: 600px) {
  .popup__box__img--mobile {
    display: none;
  }
  .popup__box__img--desktop {
    display: block;
  }

  .popup__box{
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  }
}


/* ==========================================================================
Theme Media Queries
========================================================================== */


/* Desktop Computer based on screen width */
@media screen 
  and (min-width: 1567px) { 
}

/* Large Laptop based on screen width */
@media screen 
  and (min-width: 1281px) 
  and (max-width: 1566px) { 
}

/* Small Laptop based on screen width */
@media screen 
  and (min-width: 1081px) 
  and (max-width: 1280px) { 
}

/* iPad Landscape based on screen width */
@media screen 
  and (min-width: 769px) 
  and (max-width: 1080px)  {  
}

/* iPad Portrait based on screen width */
@media screen 
  and (max-width: 768px)  { 
}

/* iPhone Portrait based on screen width */
@media screen 
  and (max-width: 480px)  { 
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen 
  and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen 
  and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) {
}

/* iPads (portrait) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) {
}

/* iPads (landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) {
}


/* iPad3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* Phone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
}


/* Samsung Galaxy S3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Samsung Galaxy S4 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 3) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 3) {
}


#cn-refuse-cookie{
    color: #000;
    border: none;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 400;
    background-color: transparent;
    font-size: 0.875em;
}



/*Sections */



/*Section stage */
.module.section-stage p{
  margin-bottom: 1em;
}
@media only screen  and (min-width : 850px)  {
  .module.section-stage{
    padding-top: 0px;
    display: flex;
    /*align-items: center;*/
  }
  .module.section-stage .module__visual{
    height: 100vh;
    width: 50%;

    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .module.section-stage > .wrap{
    width: 70%;
    max-width: initial;
    padding: 80px 8%;
    display: flex;
    align-items: center;
  }
  .module.section-stage h1{
    font-size: 3.125em;
  }

}


/* section plain text */
.section-plain_text .h2,
.section-plain_text h2{
  font-size: 1.688em;
  text-transform: uppercase;
  margin-bottom: 2em;
  line-height: 1.2em;
  max-width: 500px;
  margin: 0 auto 2em auto;
}

.section-plain_text .content{
  text-align: left;
}

.section-plain_text .content p{
  margin-bottom: 1em;
}


.section-plain_text .content h3{
  margin: 3em 0 1em 0;
}



/* Section details */
.section-details .h2,
.section-details h2{
  font-size: 1.688em;
  text-transform: uppercase;
  margin-bottom: 2em;
  line-height: 1.2em;
  max-width: 500px;
  margin: 0 auto 2em auto;
}



.details-list{
  text-align: left;
}

.details-list__group{
  margin-bottom: 4em;
}

.details-list__group h3{
  font-size: 1.188em;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}

.details-list__group__items{
  display: flex;
  flex-wrap: wrap;
}

.details-list__group__items__item{
  width: 100%;
  padding-right: 10px;
}

.details-list__group__items__item svg{
  height: 1em;
  width: 1.7em;
  margin-bottom: -.2em;
}

.details-list__group__items__item p{
  margin-bottom: 1em;
}

@media only screen and (min-width : 600px){

  .details-list__group__items__item{
    width: 50%;
    padding-right: 10px;
  }
}


@media only screen and (min-width : 900px){

  .details-list__group__items__item{
    width: 33.33%;
    padding-right: 10px;
  }
}

/* section banner */

.section-banner.module{
  padding: 8em 0;
}

.section-banner .content p{
  margin-bottom: 1em;
}

.section-banner .content{
  margin-bottom: 2em;
}

.section-banner h2{
  font-size: 3.125em;
  text-transform: uppercase;
  line-height: 1.2em;
  max-width: 500px;
  margin: 0 auto .5em auto;
}



/* section accordion */

.section-accordion h2{
  font-size: 3.125em;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 auto .5em auto;
}

.accordion{
  text-align: left;
  margin-top: 3em;
}
.accordion__item__title{
  position: relative;
  padding-right: 40px;
  font-size: 1.688em;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
  cursor: pointer;
  border-top: 3px solid #000;
  padding: 40px 0 20px 0;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.accordion__item:last-child{
  border-bottom: 3px solid #000;
}

.accordion__item__content{
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.accordion__item__content > div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}
.accordion__item__title__icon{
  position: absolute;
  right: 0;
  top: 50%;
  height: 40px;
  width: 40px;
  transform: translateY(-26%);
}

.accordion__item__title__icon span:first-child{
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}

.accordion__item__title__icon span:last-child{
  width: 3px;
  height: 30px;
  background-color: #000;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
}

.accordion__item.open .accordion__item__title__icon span:last-child{
  opacity: 0;
}



/* section crosslinks */

.section-crosslink h2{
  font-size: 1.688em;
  text-transform: uppercase;
  margin-bottom: 2em;
  line-height: 1.2em;
  max-width: 500px;
  margin: 0 auto 2em auto;
}

.crosslink-box{
  width: 100%;
  display: block;
  height: 300px;
  margin-bottom: 2em;
  position: relative;
}

.crosslink-box span{
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  z-index: 10;
  font-size: 2em;
  font-weight: 600;
}

.crosslink-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.crosslink-box .crosslink-box__hover{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity .3s;
}


.crosslink-box:hover .crosslink-box__hover{
  opacity: 1;
  transition: opacity .3s;
}






/* Journal */

.journal{
  overflow: hidden;
  padding-top: 0;
}

.btn-next-page {
  cursor: pointer;
}
.btn-next-page i{
  margin-left: 1.1em;
}

.btn-next-page.loading{
  animation: pulse 3s infinite;
  cursor: wait;
}


@-webkit-keyframes pulse {
  0% {
    opacity: .8;
    transform: scale(1);
  }
  70% {
    opacity: .6;
    transform: scale(.95);
  }
  100% {
    opacity: .8;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: .8;
    transform: scale(1);
  }
  70% {
    opacity: .6;
    transform: scale(.95);
  }
  100% {
    opacity: .8;
    transform: scale(1);
  }
}




/* POST CAT FILTER */


.post-cat-filter{
  display: flex;
  flex-wrap: nowrap;
}

.post-cat-filter .btn{
  width: 50%;
  text-align: center;
  justify-content: center;
  font-family: "Geomanist","Helvetica",sans-serif;
  font-weight: 400;
  border-top: 2px solid #000;
  border-right: 0;
}
/*.post-cat-filter .btn:first-child,
.post-cat-filter .btn:nth-child(2){
  border-top: 2px solid #000;
}
.post-cat-filter .btn:nth-child(2n), 
.post-cat-filter .btn:last-child, 
.post-cat-filter .btn:nth-child(2n):last-child{
  border-right: 2px solid #000;
}*/
.post-cat-filter .btn:last-child{
  border-right: 2px solid #000;
}
.post-cat-filter .btn.btn--active{
  background-color: #000;
  color: #fff;
}

.post-filtering{
  margin-top: 120px;
  margin-bottom: 30px;
}

@media screen and (min-width: 850px) {
  .post-cat-filter .btn{
    width: auto;
    flex-grow: 1;
    flex-basis: 0;
  }

  
}

@media screen and (min-width: 1000px) {
  .post-filtering{
    display: flex;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 620px;
    margin-top: 120px;
    margin-bottom: 30px;
  }
  .post-cat-filter{
    order: 2;
    width: 100%;
  }
}




/* Post GRID */

.postgrid{
  /*overflow: hidden;*/
  width: calc(100% + 30px);
  margin: 0 -15px 3em -15px;
  transition: .6s height;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}


.postgrid__item{
  width: 100%;
  height: auto;
  min-height: 20px;
  padding: 40px 15px 15px 15px;
  text-align: left;
  float: left;
  transition: .6s opacity;
  font-weight: 300;
}

.postgrid.postgrid--list .postgrid__item.postgrid__item--title,
.postgrid .postgrid__item.postgrid__item--title{
  text-align: center;
  background: #000;
  color: #fe0!important;
  padding: 0;
  display: flex;
  width: calc(100% + 40%);
  margin: 40px -20% 20px -20%;
  font-size: 1.85em;
  height: 52px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
}

.postgrid__item:hover,
.postgrid__item:hover .postgrid__item__tags,
.postgrid__item:hover .btn.btn--link{
  color: #ED018C;
}
.postgrid__item__visual{
  display: block;
  position: relative;
  margin-bottom: 1em;
}

.postgrid__item:hover .postgrid__item__visual:after{
  background-color: #ED018C;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 10;
}

.postgrid__item--hidden{
  opacity: 0;
}

.postgrid__item__header{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.postgrid__item__date{
  font-size: 0.85em;
  color: #797979;
  width: 70px;
  text-align: right;
  line-height: 1.2;
}
.postgrid__item h4{
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0.5em 0;
  word-break: break-all;
  width: calc(100% - 70px);
}
.postgrid__item__status{
  background-color: #FE2D83;
  color: #fff;
  text-align: left;
  font-size: 0.563em;
  text-transform: uppercase;
  padding: 0 1em;
  display: flex;
  align-items: center;
}

.postgrid__item__status.postgrid__item__status--premiere{
  background-color: #36FF00;
  color: #000;
}
.postgrid__item__status.postgrid__item__status--restkarten,
.postgrid__item__status.postgrid__item__status--verlegt,
.postgrid__item__status.postgrid__item__status--entfallt,
.postgrid__item__status.postgrid__item__status--nktag{
  background-color: #FFEE00;
  color: #000;
}
.postgrid__item__status.postgrid__item__status--diskussion,
.postgrid__item__status.postgrid__item__status--digital{
  background-color: #004EFF;
  color: #fff;
}

.postgrid__item__status i{
  margin-left: auto;
}

.postgrid__item__tags{
  color: #B5B5B5;
  font-size: 0.563em;
  text-transform: uppercase;
  margin-bottom: -0.3em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.postgrid__item__tags span{
  margin-right: 1.5em;
  display: inline-block;
}


.postgrid__item__visual{
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 1em;
}

.postgrid__item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.postgrid__item__ticket{
  display: flex;
  font-size: 0.813em;
  max-width: 170px;
}

.postgrid__item__ticket.btn i{
  margin-left: auto;
}
.postgrid__item__start{
  display: flex;
  margin-bottom: 1em;
  align-items: flex-start;
  margin-top: -0.4em;
  font-weight: 300;
}
.postgrid__item__start__weekday{
  font-size: 0.5em;
  text-transform: uppercase;
  margin-right: 0.4em;
  margin-top: -0.3em;
}
.postgrid__item__start__date{

}
.postgrid__item__start__time{
  margin-left: 1em;
}
.postgrid__item__excerpt{
  font-size: 0.875em;
  margin: 2em 0 1.4em 0;
  line-height: 1.4em;
}

.postgrid__item__border{
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 1em;
  position: relative;
}
.postgrid__item:hover .postgrid__item__border:after{
  position: absolute;
  content: '';
  top: -11px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 20px;
  background-size: 49px 20px;
  background-image: url(../images/border-white.jpg);
  background-position: center;
}

@media screen and (min-width: 768px)  { 
  .postgrid__item{
    width: 33.33%;
    padding: 40px;
  }
  .postgrid__item h4{
    font-size: 1.375em;
    line-height: 1.2em;
    margin: 0;
    word-break: initial;
  }
  .postgrid__item__start{
    margin-top: 0em;
    font-size: 1.375em;
  }
  .postgrid__item__tags{
    font-size:  0.875em;
    margin-bottom: 0.3em;
  }
  .postgrid {
    width: calc(100% + 80px);
    margin: 0 -40px 3em -40px;
  }
}

/* Jounral intro */

.journal-intro{
  height: calc(100vh - 105px);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.journal-intro__box{
  color: #fff;
  padding: 20px;
  background: #E91D81;
  position: absolute;
  top: 120px;
  left: 6%;
  width: 88%;
  z-index: 20;
}

.journal-intro__box h1{
  margin-bottom: .4em;
}

.journal_intro__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.journal-intro__caption{
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 10px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: center;

}

.journal-intro__bg-caption{
  position: absolute;
  z-index: 10;
  color: #fff;
  width: 300px;
  text-align: right;
  transform: rotateZ(-90deg)translate3d(-162px, -135px, 0);
  font-size: 10px;
  opacity: 0.7;

}


@media screen and (min-width: 768px)  {
  .journal-intro__box{
    position: absolute;
    top: 50%;
    left: 5%;
    width: 40%;
    transform: translateY(-50%);
    padding: 40px;
    min-width: 510px;
    max-width: 580px;
  }
  .journal-intro__caption{
    width: 50%;
    max-width: 530px;
    right: 3%;
  }

  .journal-intro__box h1{
    margin-bottom: .2em;
    font-size: 3.5em;
    width: 70%;
  }
  .journal-intro__text{
    width: 80%;
  }
}



/* Textfield section */
.section-textfield .content p{
 margin-bottom: 2em;
}

.section-textfield .content p:last-child{
 margin-bottom: 0;
}

/* Blockquote section */

.section-blockquote blockquote{
  padding-left: 60px;
  position: relative;  
}
.section-blockquote blockquote .section-blockquote__sign{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9em;
  color: #FE2D83;
  line-height: 81%;
}

.section-blockquote blockquote p{
  font-size: 2.5em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 768px)  {

  .section-blockquote blockquote .section-blockquote__sign{
    font-size: 8em;
    line-height: 80%;
  }

  .section-blockquote blockquote p{
    font-size: 1.9em;
    line-height: 1.2em;

  }
}
