/*
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, h2 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Hier kommen Variablen rein: Farben, Schriften */
/* Hier kommen generelle Sachen rein, wie allgemein body/html, a, p, ul */
* {
  margin: 0;
  padding: 0;
  overflow: visible; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #FFFFFF;
  color: #002E6D;
  font-size: 19px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-top: 50px; }
  @media (min-width: 768px) {
    body {
      padding-top: 0; } }

strong {
  font-weight: 400;
  font-family: "Roboto", sans-serif; }

img {
  max-width: 100%; }

a {
  color: #002E6D;
  transition: color 0.25s;
  text-decoration: underline; }
  a:hover {
    color: #000000; }

address {
  font-style: normal;
  line-height: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002E6D;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0; }

h1 {
  text-align: left;
  width: auto;
  margin-top: -50px;
  margin-left: 20px;
  position: relative;
  color: #002E6D;
  transform: rotate(-12deg);
  margin-bottom: 32px;
  font-family: "Officina";
  font-weight: 400;
  text-transform: lowercase;
  pointer-events: none;
  display: inline-block; }
  h1 span {
    position: relative; }
    h1 span:before, h1 span:after {
      position: absolute;
      font-size: 60px;
      font-weight: 300;
      top: -12px; }
    h1 span:before {
      left: -20px;
      content: "["; }
    h1 span:after {
      position: absolute;
      left: 100%;
      content: "]"; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 60px;
      margin-top: -50px;
      margin-bottom: 60px; }
      h1 span:before, h1 span:after {
        font-size: 90px;
        top: -18px; }
      h1 span:before {
        left: -40px; } }
  @media (min-width: 1920px) {
    h1 {
      font-size: 80px;
      margin-bottom: 90px; }
      h1 span:before, h1 span:after {
        font-size: 110px;
        top: -18px; }
      h1 span:before {
        left: -40px; } }

h3 {
  font-size: 20px;
  line-height: 27px; }
  @media (min-width: 990px) {
    h3 {
      font-size: 28px;
      line-height: 38px; } }
  @media (min-width: 1920px) {
    h3 {
      font-size: 36px;
      line-height: 46px; } }

h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 200;
  margin-bottom: 48px;
  color: #002e6d; }
  @media (min-width: 768px) {
    h4 {
      font-size: 31px;
      line-height: 45px; } }
  @media (min-width: 1024px) {
    h4 {
      font-size: 38px;
      line-height: 60px; } }

h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002e6d; }
  @media (min-width: 768px) {
    h5 {
      font-size: 27px;
      line-height: 30px; } }
  @media (min-width: 1024px) {
    h5 {
      font-size: 36px;
      line-height: 40px; } }

p,
.content li {
  color: #002e6d;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    p,
    .content li {
      font-size: 22px;
      line-height: 31px; } }
  @media (min-width: 1024px) {
    p,
    .content li {
      font-size: 27px;
      line-height: 41px; } }

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0; }

/* Hier kommen globale Stati rein wie .is-loading, .is-hidden-mobile, .. */
.is-hidden-mobile {
  display: none; }
  @media screen and (min-width: 768px) {
    .is-hidden-mobile {
      display: inline; } }

@media screen and (min-width: 768px) {
  .is-visible-mobile {
    display: none; } }

.is-hidden-desktop {
  display: inline; }
  @media screen and (min-width: 768px) {
    .is-hidden-desktop {
      display: none; } }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v20-latin-900.woff2") format("woff2"), url("../fonts/roboto-v20-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face {
  font-family: "Officina";
  src: url("../fonts/d29a1003-aa62-4492-a4ab-3b649c7efccd.eot?#iefix");
  src: url("../fonts/d29a1003-aa62-4492-a4ab-3b649c7efccd.eot?#iefix") format("eot"), url("../fonts/73586ea9-fb0d-422d-806c-ac63e6238c1d.woff2") format("woff2"), url("../fonts/d8999082-96b7-4355-bab1-d135f4e4bee7.woff") format("woff"), url("../fonts/e0a4e45b-0b2e-4b30-82d9-808d85415dc9.ttf") format("truetype"); }
@media screen {
  .wrapper {
    margin: 0 auto;
    max-width: 1024px; } }
  @media screen and (min-width: 1920px) {
    .wrapper {
      max-width: 1175px; } }
@media screen {
    .wrapper.is-full {
      max-width: 100%; }
    .wrapper:after {
      content: '';
      display: table;
      clear: both; }

  .mainContent {
    padding: 28px 16px; }
    .mainContent .content {
      padding: 0 16px; }
      .mainContent .content iframe {
        width: 100% !important; }
      .mainContent .content ol {
        position: relative;
        left: 20px; }
    .mainContent .sidebar {
      padding: 16px; }
      .mainContent .sidebar .box {
        background-color: #002E6D;
        color: #FFFFFF;
        width: 100%;
        padding: 16px;
        margin-bottom: 0; }
        .mainContent .sidebar .box .box-title {
          font-size: 20px;
          line-height: 26px;
          font-weight: 400;
          margin-bottom: 18px; }
        .mainContent .sidebar .box .ticket {
          margin-bottom: 18px; }
          .mainContent .sidebar .box .ticket a {
            color: white; }
          .mainContent .sidebar .box .ticket .ticket-title {
            font-size: 24px;
            line-height: 30px;
            font-weight: 200; }
          .mainContent .sidebar .box .ticket .ticket-category-price {
            font-size: 26px;
            line-height: 33px;
            font-weight: 200; }
          .mainContent .sidebar .box .ticket .ticket-note {
            font-size: 18px;
            line-height: 20px;
            font-weight: 400; }
        .mainContent .sidebar .box .booking {
          display: flex;
          justify-content: space-between;
          padding: 10px 0; }
          .mainContent .sidebar .box .booking .booking-description {
            font-size: 16px;
            line-height: 22px;
            font-weight: 400;
            padding-top: 12px; }
          .mainContent .sidebar .box .booking .booking-button {
            padding: 9px 28px 10px 28px;
            background-color: #D35469;
            border-radius: 5px;
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 28px; }
            .mainContent .sidebar .box .booking .booking-button:hover {
              background-color: black; }
        .mainContent .sidebar .box .box-title + .booking {
          padding-top: 0 !important;
          padding-bottom: 20px !important;
          border-bottom: 1px solid white;
          margin-bottom: 10px; }
        .mainContent .sidebar .box .booking:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0 !important; }
      .mainContent .sidebar .sharing {
        display: flex;
        margin-top: 10px; } }
      @media screen and (min-width: 768px) {
        .mainContent .sidebar .sharing {
          margin-top: -50px; } }
@media screen {
        .mainContent .sidebar .sharing a {
          text-decoration: none;
          display: flex;
          float: left;
          width: 25%;
          justify-content: center;
          align-items: center;
          height: 58px;
          border-left: 1px solid #002E6D; }
          .mainContent .sidebar .sharing a:last-child {
            border-right: 1px solid #002E6D; } }
  @media screen and (min-width: 768px) {
    .mainContent {
      display: flex;
      justify-content: space-between;
      padding: 63px 0; }
      .mainContent .content {
        width: 65%; }
      .mainContent .sidebar {
        width: 32%;
        padding: 0; }
        .mainContent .sidebar .box {
          margin-bottom: 114px; } }

@media screen {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #002E6D;
    height: 58px;
    padding: 0 15px;
    z-index: 22;
    display: flex;
    justify-content: space-between; }
    .header .logo {
      margin-top: 1px;
      width: 65px; }
      .header .logo .svgLogoColorHeader {
        fill: #FFF; }
      .header .logo svg {
        width: 100%; }
    .header .mobileNav-opener {
      margin-top: 18px;
      width: 36px;
      height: 24px;
      cursor: pointer; }
      .header .mobileNav-opener .hamburgerColor {
        fill: #FFF; } }
  @media screen and (min-width: 1250px) {
    .header {
      background-color: transparent;
      top: 19px;
      padding: 0 30px;
      height: 0.1px; }
      .header .logo {
        width: 8.5vw;
        max-width: 230px; }
      .header .mobileNav-opener {
        width: 72px;
        height: 48px; }
      .header.colorChange .svgLogoColorHeader {
        fill: #002E6D; }
      .header.colorChange .hamburgerColor {
        fill: #002E6D; } }

@media screen {
  .footer {
    margin-top: 26px;
    font-size: 13px;
    position: relative;
    text-align: center; }
    .footer .footer-logo {
      margin-bottom: 9px;
      display: block; }
      .footer .footer-logo .svgLogoColor {
        fill: #002E6D; }
      .footer .footer-logo svg {
        width: 172px; }
    .footer .footer-newsletter {
      display: block; } }
    @media screen and (min-width: 1414px) {
      .footer .footer-newsletter {
        display: none; } }
@media screen {
    .footer .footer-address {
      font-weight: 300;
      color: #002E6D;
      font-size: 17px;
      line-height: 25px;
      align-self: flex-end; }
      .footer .footer-address a {
        color: #002E6D;
        font-size: 17px;
        line-height: 25px;
        text-decoration: none;
        font-weight: 300; }
      .footer .footer-address strong {
        font-weight: 400; } }
    @media screen and (min-width: 770px) {
      .footer .footer-address > span {
        display: block; } }
@media screen {
    .footer .footer-sponsors {
      background-color: #002E6D;
      padding: 8px 16px;
      display: flex;
      margin-top: 15px;
      align-self: flex-end;
      justify-content: center; }
      .footer .footer-sponsors a {
        color: white;
        max-width: 321px;
        text-decoration: none;
        display: inline-block; } }
  @media screen and (min-width: 770px) {
    .footer {
      text-align: left;
      display: flex;
      margin-top: 0;
      justify-content: center;
      flex-wrap: wrap; }
      .footer .footer-logo {
        padding-right: 60px;
        margin-bottom: 0px; }
        .footer .footer-logo svg {
          width: 231px; }
      .footer .footer-address {
        font-size: 23px;
        line-height: 34px; }
        .footer .footer-address a {
          font-size: 23px;
          line-height: 34px; }
      .footer .footer-sponsors {
        width: 100%; }
        .footer .footer-sponsors a {
          margin-left: 440px; }
        .footer .footer-sponsors a, .footer .footer-sponsors img {
          width: 421px;
          max-width: 100%; } }
  @media screen and (min-width: 1920px) {
    .footer {
      background-color: #002E6D;
      flex-wrap: nowrap;
      text-align: left;
      display: flex;
      margin-top: 0;
      justify-content: center;
      padding: 38px 0 54px 0; }
      .footer .footer-logo {
        padding-right: 60px;
        margin-bottom: 0; }
        .footer .footer-logo .svgLogoColor {
          fill: #FFF; }
        .footer .footer-logo svg {
          width: 261px; }
      .footer .footer-address {
        color: #FFF;
        padding-right: 70px;
        font-size: 25px;
        line-height: 37px; }
        .footer .footer-address a {
          color: #FFF;
          font-size: 25px;
          line-height: 37px; }
      .footer .footer-sponsors {
        width: auto; }
        .footer .footer-sponsors a {
          margin-left: 0px; }
        .footer .footer-sponsors a, .footer .footer-sponsors img {
          width: 421px;
          max-width: 100%; } }

@media screen {
  nav.mainNav {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    right: 0;
    top: 50px;
    width: 0px;
    min-height: calc(100vh - 50px);
    background-color: #002E6D;
    overflow: hidden; }
    nav.mainNav div.scroller {
      overflow-y: scroll;
      padding: 12px 30px;
      width: calc(100vw + 15px);
      height: calc(100vh - 70px); }
    nav.mainNav .mainNav-logo-navCloser {
      display: none; } }
    @media screen and (min-width: 1250px) {
      nav.mainNav .mainNav-logo-navCloser {
        display: flex;
        justify-content: space-between;
        padding-top: 19px; }
        nav.mainNav .mainNav-logo-navCloser .mainNav-logo img {
          width: 230px; }
        nav.mainNav .mainNav-logo-navCloser .mainNav-navCloser {
          cursor: pointer; }
          nav.mainNav .mainNav-logo-navCloser .mainNav-navCloser img {
            width: 60px; } }
@media screen {
    nav.mainNav a {
      display: block;
      width: 100%; }
    nav.mainNav div.mainNav-list > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding-bottom: 250px; }
      nav.mainNav div.mainNav-list > ul:after {
        display: table;
        content: '';
        clear: both; }
      nav.mainNav div.mainNav-list > ul > li {
        position: relative; }
        nav.mainNav div.mainNav-list > ul > li:first-child > a {
          padding-top: 10px; }
        nav.mainNav div.mainNav-list > ul > li > a {
          text-decoration: none;
          color: #FFFFFF;
          font-size: 28px;
          padding: 30px 0;
          text-align: center; } }
        @media screen and (min-width: 520px) {
          nav.mainNav div.mainNav-list > ul > li > a {
            font-size: 48px; } }
@media screen {
          nav.mainNav div.mainNav-list > ul > li > a:hover {
            opacity: 0.5; }
    nav.mainNav div.mainNav-second-list > ul {
      position: absolute;
      background-color: #002E6D;
      bottom: 40px;
      width: calc(100vw - 50px);
      max-width: 1200px;
      list-style-type: none;
      margin: 0;
      padding: 0;
      padding-top: 10px; } }
    @media screen and (min-width: 1200px) {
      nav.mainNav div.mainNav-second-list > ul {
        left: 50%;
        margin-left: -600px; } }
    @media screen and (min-width: 680px) {
      nav.mainNav div.mainNav-second-list > ul {
        display: flex;
        justify-content: space-between; } }
@media screen {
      nav.mainNav div.mainNav-second-list > ul > li > a {
        color: white;
        text-decoration: none;
        display: block;
        font-size: 20px;
        padding: 10px 5px;
        text-align: center; }
        nav.mainNav div.mainNav-second-list > ul > li > a:hover {
          opacity: 0.5; } }
  @media screen and (min-width: 1250px) {
    nav.mainNav {
      top: -19px;
      min-height: 100vh; }
      nav.mainNav div.mainNav-list {
        margin-top: -110px; }
      nav.mainNav div.scroller {
        padding-top: 0; } }

@media screen {
  nav.secondLevelNav {
    position: relative;
    padding-bottom: 20px; }
    nav.secondLevelNav .secondLevelNavOpener {
      position: absolute;
      cursor: pointer;
      right: 10px;
      top: 10px;
      content: "";
      width: 30px;
      height: 30px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url("/img/arrow-down.svg"); }
    nav.secondLevelNav.open {
      box-shadow: 0px 3px 6px #00000029; }
      nav.secondLevelNav.open li {
        display: block; }
        nav.secondLevelNav.open li.active a {
          font-weight: 800; }
        nav.secondLevelNav.open li.active:after {
          display: none; }
      nav.secondLevelNav.open .secondLevelNavOpener {
        transform: rotate(180deg); }
    nav.secondLevelNav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      background-color: #D8DEE6; }
      nav.secondLevelNav ul li {
        display: none; }
        nav.secondLevelNav ul li.active {
          display: block; }
        nav.secondLevelNav ul li a {
          text-decoration: none;
          font-size: 20px;
          line-height: 48px;
          font-weight: 400;
          color: #002E6D;
          padding: 0 14px;
          display: inline-block; } }
  @media screen and (min-width: 960px) {
    nav.secondLevelNav {
      padding-top: 20px; }
      nav.secondLevelNav .secondLevelNavOpener {
        display: none; }
      nav.secondLevelNav ul {
        display: flex;
        justify-content: center;
        background-color: transparent; }
        nav.secondLevelNav ul li {
          display: block;
          padding: 0 1vw; }
          nav.secondLevelNav ul li.active {
            display: block; }
          nav.secondLevelNav ul li a {
            color: rgba(0, 0, 0, 0.5);
            font-weight: 600; }
          nav.secondLevelNav ul li.active:after {
            display: none; }
          nav.secondLevelNav ul li.active a {
            color: #002E6D;
            position: relative;
            font-weight: 800; }
            nav.secondLevelNav ul li.active a:before {
              position: absolute;
              content: "[";
              left: 4px;
              font-family: "Officina"; }
            nav.secondLevelNav ul li.active a:after {
              position: absolute;
              right: 5px;
              content: "]";
              font-family: "Officina"; } }

@media screen {
  .btn, button, input[type="submit"] {
    background-color: #FFFFFF;
    color: #002E6D;
    transition: all 0.2s;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    padding: 11px 14px;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #002E6D;
    outline: none; }
    .btn:hover, button:hover, input[type="submit"]:hover {
      background-color: #002E6D;
      color: #FFFFFF; }

  .btn, button {
    margin-top: 30px;
    display: inline-block; }

  input[type="submit"] {
    width: auto;
    height: auto;
    background-color: #002E6D;
    color: white;
    min-width: 280px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px; }

  .event {
    min-height: 250px;
    background-color: #002E6D;
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 6px;
    transition: all 0.2s; } }
  @media screen and (min-width: 990px) {
    .event {
      min-height: 320px; } }
  @media screen and (min-width: 768px) {
    .event {
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: 22px;
      width: 960px;
      max-width: 100%;
      float: right; }
      .event.simple {
        display: block;
        min-height: auto;
        float: none; }
        .event.simple .event-text {
          width: 100%; } }
  @media screen and (min-width: 1920px) {
    .event {
      margin-left: 200px;
      width: auto; } }
@media screen {
    .event.simple {
      min-height: auto;
      width: 100%;
      background-color: #c0c8d7;
      color: #002E6D; }
      .event.simple .event-text h3 {
        color: #002E6D;
        transition: all 0.2s; }
      .event.simple:hover {
        background-color: #002E6D;
        color: white !important; }
        .event.simple:hover .event-text h3 {
          color: white; }
      .event.simple.preview {
        background-color: #d2cc67;
        color: #002E6D; }
        .event.simple.preview.image {
          position: relative;
          color: white !important;
          background-size: cover; }
          .event.simple.preview.image h3 {
            color: white !important; }
          .event.simple.preview.image:before {
            content: '';
            background-color: black;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            pointer-events: none;
            opacity: 0.2;
            transition: all 0.2s; }
          .event.simple.preview.image:hover:before {
            opacity: 0.3; }
        .event.simple.preview:hover {
          background-color: #002E6D; } }
      @media screen and (min-width: 320px) {
        .event.simple.preview {
          min-height: 200px; } }
      @media screen and (min-width: 768px) {
        .event.simple.preview {
          height: 350px; }
          .event.simple.preview .event-text {
            padding-bottom: 80px;
            height: 100%; }
          .event.simple.preview .event-text-date {
            position: absolute;
            bottom: 0px; } }
@media screen {
    .event img {
      width: 100%; }
    .event .event-image {
      position: relative;
      flex-grow: 1;
      max-height: 60vw;
      overflow: hidden;
      /*		&:before
      		{
      			position:absolute;
      			top:0;
      			left:0;
      			content:'';
      			width:100%;
      			height:100%;
      			background: #D35469 0% 0% no-repeat padding-box;
      			mix-blend-mode: hard-light;
      			opacity: 0;
      			pointer-events: none;
      			transition: all 0.2s;
      		}*/ } }
    @media screen and (min-width: 768px) {
      .event .event-image {
        flex-grow: initial;
        width: 587px;
        max-height: initial; } }
@media screen {
    .event:hover {
      background-color: #c0c8d7;
      color: #002E6D; }
      .event:hover .event-text h3 {
        color: #002E6D; }
      .event:hover .event-image:before {
        opacity: 0.22; }
    .event .event-text {
      padding: 0 15px; }
      .event .event-text .event-text-preTitle {
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 2.25px;
        font-size: 15px;
        font-weight: 400;
        padding: 12px 0 4px 0; }
      .event .event-text h3 {
        color: white; }
      .event .event-text .event-text-subTitle {
        font-weight: 300;
        font-size: 20px; }
      .event .event-text .event-text-date {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        font-size: 17px;
        padding: 8px 0 12px 0; } }
    @media screen and (min-width: 768px) {
      .event .event-text {
        width: 384px;
        position: relative;
        padding-bottom: 60px; } }
    @media screen and (min-width: 990px) {
      .event .event-text .event-text-preTitle {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 2.4px; }
      .event .event-text .event-text-subTitle {
        font-size: 28px;
        line-height: 34px; }
      .event .event-text .event-text-date {
        position: absolute;
        bottom: 5px;
        font-size: 22px;
        line-height: 35px; } }
    @media screen and (min-width: 1920px) {
      .event .event-text .event-text-preTitle {
        font-size: 22px;
        line-height: 31px; }
      .event .event-text .event-text-subTitle {
        font-size: 34px;
        line-height: 41px; }
      .event .event-text .event-text-date {
        font-size: 28px;
        line-height: 43px; } }

@media screen {
  .highlightEvent-single-wrapper.is-footer {
    display: none; } }
  @media screen and (min-width: 640px) {
    .highlightEvent-single-wrapper.is-footer {
      display: block; } }
@media screen {
    .highlightEvent-single-wrapper.is-footer > .highlightEvent {
      height: 40vw;
      max-height: 500px; }
      .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text {
        padding: 0 10px;
        bottom: auto;
        top: 25px;
        height: calc(100% - 35px); }
        .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text .highlightEvent-text-preTitle {
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 3px; }
        .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text .highlightEvent-text-title {
          font-size: 46px;
          line-height: 60px; }
        .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text .highlightEvent-text-subTitle {
          font-size: 26px;
          line-height: 28px;
          position: absolute;
          bottom: 0;
          width: 100%;
          text-align: center; } }
      @media screen and (min-width: 1920px) {
        .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text .highlightEvent-text-preTitle {
          font-size: 42px;
          line-height: 55px; }
        .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text .highlightEvent-text-title {
          font-size: 84px;
          line-height: 111px; }
        .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text .highlightEvent-text-subTitle {
          font-size: 48px;
          line-height: 56px; } }
@media screen {
        .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text:before, .highlightEvent-single-wrapper.is-footer > .highlightEvent .highlightEvent-text:after {
          display: none; }
  .highlightEvent-single-wrapper > .highlightEvent {
    height: 200px;
    color: white; }
    .highlightEvent-single-wrapper > .highlightEvent:hover:before {
      opacity: 0.5; }
    .highlightEvent-single-wrapper > .highlightEvent:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: #14448D 0% 0% no-repeat padding-box;
      mix-blend-mode: hard-light;
      opacity: 0;
      pointer-events: none;
      transition: all 0.2s; }
    .highlightEvent-single-wrapper > .highlightEvent:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      pointer-events: none;
      top: 0;
      left: 0;
      z-index: 1; } }
  @media screen and (min-width: 768px) {
    .highlightEvent-single-wrapper > .highlightEvent {
      height: 50vw;
      max-height: 800px; } }
@media screen {
    .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text {
      position: absolute;
      bottom: 18px;
      padding: 0 10%; }
      .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-braces {
        position: absolute;
        color: white;
        font-size: 200px;
        top: -10px;
        left: calc(50% - 10px);
        font-weight: 100;
        font-family: "Officina";
        height: calc(100% + 20px); }
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-braces .brace-left, .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-braces .brace-right {
          display: none;
          position: absolute;
          height: calc(100% + 20px);
          border: 3px solid white;
          width: 16px;
          height: 100%; } }
        @media screen and (min-width: 768px) {
          .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-braces .brace-left, .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-braces .brace-right {
            border: 5px solid white;
            width: 20px; } }
@media screen {
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-braces .brace-left {
          border-right: none; }
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-braces .brace-right {
          border-left: none; }
      .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text > * {
        text-shadow: 0px 3px 6px #00000029; } }
    @media screen and (min-width: 768px) {
      .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text {
        bottom: 40px;
        padding: 0 15%; }
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text:before {
          left: 13%; }
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text:after {
          right: 13%; }
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-text-preTitle {
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 3px; }
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-text-title {
          font-size: 46px;
          line-height: 60px; }
        .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-text-subTitle {
          font-size: 26px;
          line-height: 28px; } }
    @media screen and (min-width: 1920px) {
      .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-text-preTitle {
        font-size: 42px;
        line-height: 55px;
        letter-spacing: 6px; }
      .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-text-title {
        font-size: 84px;
        line-height: 111px; }
      .highlightEvent-single-wrapper > .highlightEvent .highlightEvent-text .highlightEvent-text-subTitle {
        font-size: 46px;
        line-height: 55px; } }

@media screen and (min-width: 1024px) {
  .highlightEvent-double-wrapper {
    display: flex; }
    .highlightEvent-double-wrapper > .highlightEvent {
      width: 50%; } }

@media screen {
  .highlightEvent {
    display: block !important;
    background-size: cover;
    text-decoration: none;
    color: #002E6D;
    position: relative;
    overflow: hidden;
    background-color: #D3CD54; }
    .highlightEvent.dark {
      background-color: #D35469;
      color: white; }
    .highlightEvent .highlightEvent-text {
      z-index: 2;
      text-align: center;
      width: 100%;
      padding: 6px 0; }
      .highlightEvent .highlightEvent-text .highlightEvent-text-preTitle {
        font-weight: 400;
        letter-spacing: 2px;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        font-size: 14px; }
      .highlightEvent .highlightEvent-text .highlightEvent-text-title {
        font-weight: 900;
        font-size: 19px; }
      .highlightEvent .highlightEvent-text .highlightEvent-text-subTitle {
        font-weight: 200;
        font-size: 16px; }
      .highlightEvent .highlightEvent-text .highlightEvent-text-date {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400;
        font-size: 13px;
        padding-top: 4px; } }
    @media screen and (min-width: 768px) {
      .highlightEvent .highlightEvent-text {
        padding: 10px 0; }
        .highlightEvent .highlightEvent-text .highlightEvent-text-preTitle {
          font-size: 12px;
          line-height: 17px; }
        .highlightEvent .highlightEvent-text .highlightEvent-text-title {
          font-size: 25px;
          line-height: 33px; }
        .highlightEvent .highlightEvent-text .highlightEvent-text-subTitle {
          font-size: 21px;
          line-height: 28px; }
        .highlightEvent .highlightEvent-text .highlightEvent-text-date {
          line-height: 14px;
          font-size: 18px; } }
    @media screen and (min-width: 1920px) {
      .highlightEvent .highlightEvent-text .highlightEvent-text-preTitle {
        font-size: 21px;
        line-height: 29px; }
      .highlightEvent .highlightEvent-text .highlightEvent-text-title {
        font-size: 44px;
        line-height: 58px; }
      .highlightEvent .highlightEvent-text .highlightEvent-text-subTitle {
        font-size: 36px;
        line-height: 48px; }
      .highlightEvent .highlightEvent-text .highlightEvent-text-date {
        line-height: 30px;
        font-size: 24px; } }

@media screen {
  .postImage {
    height: 41.5vw;
    background-size: cover;
    position: relative;
    /*	&:after
    	{
    		position:absolute;
    		content:'';
    		pointer-events:none;
    		background-color:rgba(0,0,0,0.2);
    		top:0;
    		left:0;
    		width:100%;
    		height:100%;
    	}*/ }

  .cmsContent {
    width: 100%;
    padding: 0 16px; } }
  @media screen and (min-width: 768px) {
    .cmsContent {
      padding-bottom: 40px; } }
@media screen {
    .cmsContent img {
      max-width: 100%; }
    .cmsContent ul li, .cmsContent ol li {
      font-size: 18px;
      line-height: 24px; } }
    @media screen and (min-width: 768px) {
      .cmsContent ul li, .cmsContent ol li {
        font-size: 22px;
        line-height: 31px; } }
    @media screen and (min-width: 1024px) {
      .cmsContent ul li, .cmsContent ol li {
        font-size: 27px;
        line-height: 41px; } }
@media screen {
    .cmsContent iframe {
      width: 100% !important; }
    .cmsContent ol {
      position: relative;
      left: 20px; }

  .cmsTeaser {
    font-size: 18px;
    line-height: 24px;
    font-weight: 200;
    margin-bottom: 44px;
    color: #002E6D; } }
  @media screen and (min-width: 768px) {
    .cmsTeaser {
      font-size: 31px;
      line-height: 45px; } }
  @media screen and (min-width: 1024px) {
    .cmsTeaser {
      font-size: 38px;
      line-height: 60px; } }
@media screen {
    .cmsTeaser a {
      color: inherit;
      font-size: inherit;
      line-height: inherit; }
    .cmsTeaser p {
      font-size: 22px;
      line-height: 28px;
      font-weight: 200; } }
    @media screen and (min-width: 768px) {
      .cmsTeaser p {
        font-size: 31px;
        line-height: 45px; } }
    @media screen and (min-width: 1024px) {
      .cmsTeaser p {
        font-size: 38px;
        line-height: 60px; } }

@media screen {
  form input[type=text], form input[type=email], form select, form textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #002E6D;
    font-size: 24px;
    line-height: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
    background: white;
    padding: 10px; } }
  @media screen and (min-width: 910px) {
    form input[type=text], form input[type=email], form select, form textarea {
      width: 565px; } }
@media screen {
  form select {
    background-image: url("https://icons-for-free.com/iconfiles/png/512/keyboard+arrow+down+24px-131985225788660182.png");
    background-position: right 10px center;
    background-size: 20px 20px;
    background-repeat: no-repeat; }
  form input[type="radio"],
  form input[type="checkbox"] {
    height: auto; }
  form input {
    height: 48px;
    padding: 0 10px; }
  form textarea {
    min-height: 200px; }
  form td {
    padding: 0 5px 12px 5px;
    vertical-align: top;
    display: block; } }
  @media screen and (min-width: 910px) {
    form td {
      display: table-cell; } }
@media screen {
  form .whpclass {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1; }

  .newsletterButton {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    text-transform: uppercase;
    text-align: center;
    background: #002E6D;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s 2;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.4s;
    z-index: 21; }
    .newsletterButton:hover {
      -webkit-animation: none;
      color: white;
      font-weight: bold;
      letter-spacing: -0.1px; } }
  @media screen and (min-width: 1414px) {
    .newsletterButton {
      display: block; } }

@media screen {
  @-webkit-keyframes pulse {
    70% {
      box-shadow: 0 0 0 50px rgba(90, 153, 212, 0); }
    100% {
      box-shadow: 0 0 0 0 rgba(90, 153, 212, 0); } }
  #webticketingform td, .customer td {
    padding: 16px 14px 16px 10px; }

  #webticketingform td.label + td {
    text-align: right; }

  #webticketingform tr:nth-child(2n) td,
  .customer tr:nth-child(2n) td {
    background-color: #e7f0fb; }

  #webticketingform th {
    text-align: left;
    padding: 40px 0 20px 0; }

  #webticketingform .prefix {
    padding-bottom: 12px; }

  #webticketingform .postfix {
    padding: 10px 0 10px 0; } }
