@charset "UTF-8";
/* Main SASS File */
/**
 * @license
 * MyFonts Webfont Build ID 3330396, 2017-01-11T17:57:19-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Aldine721BT-Roman by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/aldine-721/aldine-721/
 * 
 * Webfont: Aldine721BT-Italic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/aldine-721/italic/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3330396
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/32d15c");
@font-face {
  font-family: 'Aldine721';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/32D15C_0_0.eot");
  src: url("../fonts/32D15C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/32D15C_0_0.woff2") format("woff2"), url("../fonts/32D15C_0_0.woff") format("woff"), url("../fonts/32D15C_0_0.ttf") format("truetype"), url("../fonts/32D15C_0_0.svg#wf") format("svg");
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  font-kerning: normal;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1"; }
@font-face {
  font-family: 'Aldine721';
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/32D15C_1_0.eot");
  src: url("../fonts/32D15C_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/32D15C_1_0.woff2") format("woff2"), url("../fonts/32D15C_1_0.woff") format("woff"), url("../fonts/32D15C_1_0.ttf") format("truetype"), url("../fonts/32D15C_1_0.svg#wf") format("svg");
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  font-kerning: normal;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1"; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mhjzbt");
  src: url("../fonts/icomoon.eot?mhjzbt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mhjzbt") format("truetype"), url("../fonts/icomoon.woff?mhjzbt") format("woff"), url("../fonts/icomoon.svg?mhjzbt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Assistenzperson,
.icon-Barrierefrei,
.icon-Induktion {
  display: inline-block !important; }

/* Induktionsschleife */
.icon-Induktion:before {
  content: "\e903"; }

.item.icon-Induktion:after {
  content: "Induktionsschleife"; }

/* Rollstuhl */
.icon-Barrierefrei:before {
  content: "\e909"; }

.item.icon-Barrierefrei:after {
  content: "Rollstuhlgängig"; }

/* Assistenzperson */
.icon-Assistenzperson:before {
  content: "\e902"; }

.item.icon-Assistenzperson:after {
  content: "Assistenzperson"; }

.icon-MFB_Icons_Auge:before {
  content: "\e900"; }

.ticket-alert-3, .ticket-alert-6 {
  color: red; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: black;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: black;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: black; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: black;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #666666; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666666; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #666666; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: black;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: black; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Mixins */
/* Typo */
* {
  -webkit-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
  font-smoothing: subpixel-antialiased !important; }

body {
  font-size: 1em;
  font-family: "Aldine721", Times, serif;
  color: black; }

/* BIG Font Size */
h1, h5, h2, h3, h4, h5, .headerfont {
  font-size: 3.75em;
  line-height: 1em;
  font-weight: normal;
  font-family: "Aldine721", Times, serif;
  letter-spacing: -0.012em;
  padding-top: 0.15em !important; }
  h1 b, h5 b, h2 b, h3 b, h4 b, h5 b, .headerfont b {
    font-weight: normal; }
  @media screen and (max-width: 800px) {
    h1, h5, h2, h3, h4, h5, .headerfont {
      font-size: 2.25em; } }
  @media screen and (max-width: 520px) {
    h1, h5, h2, h3, h4, h5, .headerfont {
      font-size: 1.5em; } }

@media screen and (max-width: 1280px) {
  .headerfont {
    font-size: 2.25em; } }

/* Medium Font Size */
h6 {
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: normal;
  font-family: "Aldine721", Times, serif;
  letter-spacing: -0.012em;
  margin-top: 0.15em !important; }
  h6 b {
    font-weight: normal; }
  @media screen and (max-width: 800px) {
    h6 {
      font-size: 1.625em; } }
  @media screen and (max-width: 520px) {
    h6 {
      font-size: 1.125em; } }

/* splash font */
.overtext p {
  font-size: 3.75em;
  line-height: 1em; }
  @media screen and (max-width: 800px) {
    .overtext p {
      font-size: 2.8125em; } }
  @media screen and (max-width: 520px) {
    .overtext p {
      font-size: 1.875em; } }

/* Regular Font Size */
li a:not(.toponly), .lauftext, section.small > ul {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: normal; }
  @media screen and (max-width: 800px) {
    li a:not(.toponly), .lauftext, section.small > ul {
      font-size: 1.125em; } }
  @media screen and (max-width: 520px) {
    li a:not(.toponly), .lauftext, section.small > ul {
      font-size: 0.9em; } }

.lauftext h1 {
  font: inherit;
  border-top: 1px solid;
  text-align: left;
  margin-top: 1em;
  padding-top: 0.5em !important;
  padding-bottom: 0em;
  display: block; }
.lauftext:not(.info) ul,
.lauftext:not(.info) ol {
  margin-bottom: 1em; }
  .lauftext:not(.info) ul li,
  .lauftext:not(.info) ol li {
    text-indent: -0.75em;
    margin-left: 0.75em; }
    .lauftext:not(.info) ul li:before,
    .lauftext:not(.info) ol li:before {
      content: "– "; }
.lauftext:not(.info) a {
  font-size: inherit !important; }

/* Small Font Size */
.info-small,
p.caption {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal; }
  @media screen and (max-width: 800px) {
    .info-small,
    p.caption {
      font-size: 0.75em; } }
  @media screen and (max-width: 520px) {
    .info-small,
    p.caption {
      font-size: 0.6em; } }

p.centertag {
  text-align: center;
  margin-bottom: 2em;
  margin-top: -1em; }
  @media screen and (max-width: 520px) {
    p.centertag {
      margin-top: 0em; } }

/* Link */
a:not(.toponly) {
  color: #999999;
  outline: none;
  position: relative; }
  a:not(.toponly).active {
    border-bottom: 1px solid #999999; }
  a:not(.toponly):hover {
    color: #00dd00; }

.anchor {
  display: block;
  position: absolute;
  top: -150px;
  visibility: hidden; }

.info {
  margin: 2em 0; }
  .info > ul > li, .info > li {
    font-size: 1.6666666667em;
    line-height: 1.1em;
    color: #999999;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .info > ul > li, .info > li {
        font-size: 1.4444444444em; } }
    @media screen and (max-width: 520px) {
      .info > ul > li, .info > li {
        font-size: 1.25em; } }
    .info > ul > li > ul, .info > li > ul {
      max-height: 0px;
      overflow: hidden;
      cursor: auto !important;
      font-size: 0.4em;
      transition: all 0.5s;
      color: black; }
      @media screen and (max-width: 800px) {
        .info > ul > li > ul, .info > li > ul {
          font-size: 0.6153846154em; } }
      @media screen and (max-width: 520px) {
        .info > ul > li > ul, .info > li > ul {
          font-size: 0.8888888889em; } }
      .info > ul > li > ul > li, .info > li > ul > li {
        font-size: 1.5em;
        line-height: 1.2em;
        margin-bottom: 0.5em; }
        @media screen and (max-width: 800px) {
          .info > ul > li > ul > li, .info > li > ul > li {
            font-size: 1.125em; } }
        @media screen and (max-width: 520px) {
          .info > ul > li > ul > li, .info > li > ul > li {
            font-size: 0.9em; } }
        .info > ul > li > ul > li a, .info > li > ul > li a {
          font-size: inherit !important; }
    .info > ul > li:hover, .info > li:hover {
      color: #00dd00; }
    .info > ul > li.fold-out, .info > li.fold-out {
      color: black; }
      .info > ul > li.fold-out > ul, .info > li.fold-out > ul {
        max-height: 2000px;
        margin: 1em 0 2em 0; }
        @media screen and (max-width: 520px) {
          .info > ul > li.fold-out > ul, .info > li.fold-out > ul {
            margin: 0.25em 0 1em 0; } }
  .info li {
    list-style-type: none;
    margin: 0; }
  @media screen and (max-width: 800px) {
    .info {
      margin: 1.5em 0; } }
  @media screen and (max-width: 520px) {
    .info {
      margin: 1em 0; } }

.accessibility {
  color: #0F0; }

.clickable-row {
  cursor: pointer;
  transition: all 0.1s linear; }
  .clickable-row:hover {
    color: #999999; }

/* Nested Lists in Section Text */
section.small > ul {
  font-size: 1em;
  line-height: 1.2em;
  border-top: 1px solid;
  padding-top: 1em; }
  section.small > ul > li {
    float: left;
    width: 20%; }
    section.small > ul > li::first-line {
      line-height: 2.5em; }
  section.small > ul:after {
    content: " ";
    clear: both;
    display: block;
    padding-top: 1em;
    border-bottom: 1px solid; }

sup {
  font-size: 50%; }

.presslink {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0em;
  right: 4em;
  padding-top: 0.1em; }
  .presslink:after {
    content: " ";
    clear: both;
    display: block; }

.gray {
  color: #999999; }

/* Layout */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

/* Splash Page */
.splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12000;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  background: white; }
  .splash .overtext {
    position: absolute;
    left: 0.9em;
    top: 1em;
    right: 0.9em;
    bottom: 1em;
    z-index: 2;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 0.25s linear;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .splash .overtext p {
      color: black;
      text-align: center;
      width: 100%; }
  .splash table {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 1em solid white;
    transition: all 0.25s linear; }
    .splash table td {
      margin: 0;
      padding: 0;
      width: 20%; }
      .splash table td:nth-child(odd) {
        background-color: #00dd00; }
  .splash.hover .overtext {
    border-color: black; }
    .splash.hover .overtext p {
      color: white; }
  .splash.hover table {
    border-color: black; }
    .splash.hover table td {
      border-left: 1px solid black;
      border-right: 1px solid black;
      background-color: black; }
      .splash.hover table td:nth-child(odd) {
        background-color: #7d7d00; }
  .splash.hidden {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0; }

/* Page Container */
.page {
  padding-top: 8em;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 12em; }
  @media screen and (max-width: 800px) {
    .page {
      padding-top: 5.6em; } }
  @media screen and (max-width: 520px) {
    .page {
      padding-top: 5.6em; } }
  .page::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1280px) {
    .page {
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto; }
      .page::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (max-width: 800px) {
    .page {
      padding-left: 0.75em;
      padding-right: 0.75em; } }
  @media screen and (max-width: 520px) {
    .page {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media screen and (max-width: 800px) {
    .page {
      padding-bottom: 7.2em; } }
  @media screen and (max-width: 520px) {
    .page {
      padding-bottom: 3.6em; } }

.spacer {
  min-height: 100%;
  position: relative; }

/* Sticky Nav */
navigation {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1000; }
  navigation .wrapper > ul, navigation .wrapper > .header {
    padding-left: 2.5em;
    padding-right: 2.5em; }
    @media screen and (max-width: 800px) {
      navigation .wrapper > ul, navigation .wrapper > .header {
        padding-left: 0.75em;
        padding-right: 0.75em; } }
    @media screen and (max-width: 520px) {
      navigation .wrapper > ul, navigation .wrapper > .header {
        padding-left: 0.5em;
        padding-right: 0.5em; } }
  navigation .sub li {
    padding-left: 2.5em;
    padding-right: 2.5em;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 800px) {
      navigation .sub li {
        padding-left: 0.75em;
        padding-right: 0.75em; } }
    @media screen and (max-width: 520px) {
      navigation .sub li {
        padding-left: 0.5em;
        padding-right: 0.5em; } }
    navigation .sub li::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1280px) {
      navigation .sub li {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto; }
        navigation .sub li::after {
          clear: both;
          content: "";
          display: block; } }
  navigation .mobile {
    display: none; }
  navigation .desktop {
    display: inline; }
  @media screen and (max-width: 520px) {
    navigation .mobile {
      display: inline; }
    navigation .desktop {
      display: none; } }
  navigation .languagechooser a:after {
    content: " / "; }
  navigation .languagechooser a:last-child:after {
    content: ""; }

/* Filter Overlay */
.overlay {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.95);
  padding-left: 2.5em;
  padding-right: 2.5em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: all 0.25s; }
  @media screen and (max-width: 800px) {
    .overlay {
      padding-left: 0.75em;
      padding-right: 0.75em; } }
  @media screen and (max-width: 520px) {
    .overlay {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  .overlay-visible {
    opacity: 1; }
  .overlay-hidden {
    display: block; }

.filter {
  width: 100%;
  vertical-align: top;
  padding-left: 2.5em;
  padding-right: 2.5em; }
  @media screen and (max-width: 800px) {
    .filter {
      padding-left: 0.75em;
      padding-right: 0.75em; } }
  @media screen and (max-width: 520px) {
    .filter {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  .filter > li {
    vertical-align: top;
    width: 33%;
    max-height: 15.75em;
    margin-bottom: 1em;
    transition: all 0.5s;
    overflow: hidden;
    display: inline-block;
    margin-right: 0px !important; }
    .filter > li > p {
      cursor: pointer; }
    .filter > li:hover {
      max-height: 1000px; }
    @media screen and (max-width: 1280px) {
      .filter > li {
        width: 50%; } }
    @media screen and (max-width: 520px) {
      .filter > li {
        width: 100%;
        max-height: none; }
        .filter > li:hover {
          max-height: none;
          margin-bottom: 1em; } }
    .filter > li > ul {
      padding-bottom: 3em; }
      @media screen and (max-width: 800px) {
        .filter > li > ul {
          padding-bottom: 1.8em; } }
      @media screen and (max-width: 520px) {
        .filter > li > ul {
          padding-bottom: 0.9em; } }
      .filter > li > ul > li {
        display: block; }

a.menubars {
  margin-top: 0.1em;
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: relative; }
  a.menubars span {
    display: block;
    width: 1.2em;
    height: 0px;
    line-height: 0;
    top: 0px;
    position: absolute;
    transition: all 0.5s; }
    a.menubars span:before {
      content: " ";
      display: block;
      position: absolute;
      height: 2px;
      top: 0px;
      left: -1px;
      width: 1.4142135624em;
      background: black; }
    a.menubars span:first-child {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 1px 1px;
          -ms-transform-origin: 1px 1px;
              transform-origin: 1px 1px; }
    a.menubars span:nth-child(2) {
      -webkit-transform: translate(0, 0.5em);
          -ms-transform: translate(0, 0.5em);
              transform: translate(0, 0.5em);
      opacity: 1; }
    a.menubars span:last-child {
      -webkit-transform: rotate(0deg) translate(0, 1em);
          -ms-transform: rotate(0deg) translate(0, 1em);
              transform: rotate(0deg) translate(0, 1em);
      -webkit-transform-origin: -2px 1em;
          -ms-transform-origin: -2px 1em;
              transform-origin: -2px 1em; }
  a.menubars-close span:first-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 1px 1px;
        -ms-transform-origin: 1px 1px;
            transform-origin: 1px 1px; }
  a.menubars-close span:nth-child(2) {
    opacity: 0; }
  a.menubars-close span:last-child {
    -webkit-transform: rotate(-45deg) translate(0, 1em);
        -ms-transform: rotate(-45deg) translate(0, 1em);
            transform: rotate(-45deg) translate(0, 1em);
    -webkit-transform-origin: -2px 1em;
        -ms-transform-origin: -2px 1em;
            transform-origin: -2px 1em; }
  a.menubars-fixed {
    position: absolute;
    right: 0em; }

/* Menu Wrapper */
.wrapper {
  position: relative;
  transition: all 0.25s linear;
  margin-top: 2em; }
  @media screen and (max-width: 800px) {
    .wrapper {
      margin-top: 1.2em; } }
  @media screen and (max-width: 520px) {
    .wrapper {
      margin-top: 0.6em; } }
  .wrapper > ul, .wrapper > .header {
    display: block;
    max-width: 1280px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em;
    margin-left: auto;
    margin-right: auto; }
    .wrapper > ul::after, .wrapper > .header::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1280px) {
      .wrapper > ul, .wrapper > .header {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto; }
        .wrapper > ul::after, .wrapper > .header::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (max-width: 800px) {
      .wrapper > ul, .wrapper > .header {
        padding-bottom: 0.6em; } }
    @media screen and (max-width: 520px) {
      .wrapper > ul, .wrapper > .header {
        padding-bottom: 0.3em; } }
  .wrapper > .header {
    padding-bottom: 0;
    transition: all 0.1s linear; }
  .wrapper p, .wrapper a.toponly {
    transition: opacity 0.1s linear;
    position: relative;
    padding-right: 4em;
    padding: 0;
    margin: 0;
    margin-top: 0em;
    width: 100%;
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .wrapper p .right, .wrapper a.toponly .right {
      position: absolute;
      right: 0;
      top: 0; }
  .wrapper .rightmenu {
    display: inline-block;
    margin-left: 1em; }
    @media screen and (max-width: 520px) {
      .wrapper .rightmenu {
        margin-left: 0.5em; } }
  .wrapper li {
    display: inline-block;
    margin-right: 1em; }
    @media screen and (max-width: 520px) {
      .wrapper li {
        margin-right: 0.5em; } }
  .wrapper .sub {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    background: white;
    transition: all 0.3s ease-in;
    z-index: 1000; }
    .wrapper .sub.foldout {
      max-height: 600px;
      box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.15); }
    .wrapper .sub li {
      display: block;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 1; }
      .wrapper .sub li:first-child {
        padding-top: 5.6em; }
        @media screen and (max-width: 800px) {
          .wrapper .sub li:first-child {
            padding-top: 3.36em; } }
        @media screen and (max-width: 520px) {
          .wrapper .sub li:first-child {
            padding-top: 1.4em; } }
      .wrapper .sub li:last-child {
        padding-bottom: 1em; }
        @media screen and (max-width: 800px) {
          .wrapper .sub li:last-child {
            padding-bottom: 0.6em; } }
        @media screen and (max-width: 520px) {
          .wrapper .sub li:last-child {
            padding-bottom: 0.3em; } }
  .wrapper-mobile {
    display: none; }
  .wrapper-desktop {
    display: block; }
  @media screen and (max-width: 640px) {
    .wrapper-mobile {
      display: block;
      padding-bottom: 1em; }
    .wrapper-desktop {
      display: none; } }
  @media screen and (max-width: 520px) {
    .wrapper-mobile {
      padding-bottom: 0.5em; } }

.scrolled navigation {
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.15); }
  .scrolled navigation .wrapper {
    margin-top: -0.5em; }
    .scrolled navigation .wrapper p {
      opacity: 0; }
  @media screen and (max-width: 640px) {
    .scrolled navigation .wrapper {
      margin-top: 1.2em; }
      .scrolled navigation .wrapper p {
        opacity: 1; } }
  @media screen and (max-width: 520px) {
    .scrolled navigation .wrapper {
      margin-top: 0.6em; }
      .scrolled navigation .wrapper p {
        opacity: 1; } }

/* Wrapper around header, section and footer */
section {
  /*  overflow: hidden;*/
  width: 100%;
  margin-bottom: 6em; }
  @media screen and (max-width: 800px) {
    section {
      margin-bottom: 3.6em; } }
  @media screen and (max-width: 520px) {
    section {
      margin-bottom: 1.8em; } }
  section h5 {
    text-align: center; }
  section:after {
    clear: both;
    display: block;
    content: " "; }
  section.small {
    max-width: 680px;
    margin: auto; }
  section .wrapper {
    margin-bottom: 3em; }
    @media screen and (max-width: 800px) {
      section .wrapper {
        margin-bottom: 1.8em; } }
    @media screen and (max-width: 520px) {
      section .wrapper {
        margin-bottom: 0.9em; } }
    section .wrapper .sub {
      padding: 0;
      left: -5000px;
      width: 12000px;
      padding-left: 5000px; }
      section .wrapper .sub li {
        margin-left: 0; }
        section .wrapper .sub li:first-child {
          padding-top: 2em; }
          @media screen and (max-width: 800px) {
            section .wrapper .sub li:first-child {
              padding-top: 1.2em; } }
          @media screen and (max-width: 520px) {
            section .wrapper .sub li:first-child {
              padding-top: 0.6em; } }
        section .wrapper .sub li:last-child {
          padding-bottom: 1em; }
          @media screen and (max-width: 800px) {
            section .wrapper .sub li:last-child {
              padding-bottom: 0.6em; } }
          @media screen and (max-width: 520px) {
            section .wrapper .sub li:last-child {
              padding-bottom: 0.3em; } }
  section.foldable {
    cursor: pointer; }
    section.foldable h6 {
      margin: 0; }
    section.foldable.fold-out + .container {
      display: block; }
  section.container {
    display: none;
    margin-top: 1em; }
    section.container .titleblock {
      margin-bottom: 2em; }

footer {
  position: absolute;
  bottom: 0px;
  background: #f5f5f2;
  overflow: hidden;
  width: 100%; }
  footer .footer {
    color: #999999;
    margin-top: 2em;
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    max-width: 1280px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 800px) {
      footer .footer {
        margin-top: 1.2em; } }
    @media screen and (max-width: 520px) {
      footer .footer {
        margin-top: 0.6em; } }
    @media screen and (max-width: 800px) {
      footer .footer {
        padding-top: 0em; } }
    @media screen and (max-width: 520px) {
      footer .footer {
        padding-top: 0em; } }
    @media screen and (max-width: 800px) {
      footer .footer {
        padding-bottom: 0.6em; } }
    @media screen and (max-width: 520px) {
      footer .footer {
        padding-bottom: 0.3em; } }
    @media screen and (max-width: 800px) {
      footer .footer {
        padding-left: 0.75em;
        padding-right: 0.75em; } }
    @media screen and (max-width: 520px) {
      footer .footer {
        padding-left: 0.5em;
        padding-right: 0.5em; } }
    footer .footer::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1280px) {
      footer .footer {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto; }
        footer .footer::after {
          clear: both;
          content: "";
          display: block; } }
    footer .footer .right {
      float: right;
      text-align: right; }
      @media screen and (max-width: 1280px) {
        footer .footer .right {
          float: none;
          text-align: left;
          margin-bottom: 0.5em; } }
    footer .footer .left {
      float: left; }
      @media screen and (max-width: 1280px) {
        footer .footer .left {
          float: none; } }
      footer .footer .left a {
        margin-right: 1em; }
        @media screen and (max-width: 1280px) {
          footer .footer .left a {
            margin-right: 0.5em; } }

/* Grid Container */
.grid {
  margin-left: -2em; }
  @media screen and (max-width: 520px) {
    .grid {
      margin-left: 0; } }
  .grid.bottominfo {
    padding-top: 6em; }
    @media screen and (max-width: 800px) {
      .grid.bottominfo {
        padding-top: 3.6em; } }
    @media screen and (max-width: 520px) {
      .grid.bottominfo {
        padding-top: 1.8em; } }
  .grid > .indent {
    margin-left: 2em; }
    @media screen and (max-width: 520px) {
      .grid > .indent {
        margin-left: 0; } }

.titleblock {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  color: black;
  padding-left: 2em; }
  .titleblock:hover {
    color: black; }
  .titleblock:hover .backimg:not(.grayscale) {
    -webkit-filter: grayscale(50%);
            filter: grayscale(50%); }
    .titleblock:hover .backimg:not(.grayscale):after {
      background: rgba(0, 0, 0, 0.3); }
  .titleblock .backimg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 66%;
    position: relative;
    background-color: black; }
    .titleblock .backimg:not(.grayscale) {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      transition: all 0.25s ease-in-out; }
      .titleblock .backimg:not(.grayscale):after {
        position: absolute;
        display: block;
        content: " ";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: all 0.25s ease-in-out; }
    .titleblock .backimg .flexcontainer {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      background: white; }
      .titleblock .backimg .flexcontainer p {
        width: 100%;
        margin: 0;
        padding: 0; }
    .titleblock .backimg table {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 1;
      margin: 0;
      padding: 0;
      border-left: 1px solid black;
      border-right: 1px solid black;
      border-top: 0px; }
      .titleblock .backimg table td {
        margin: 0;
        padding: 0;
        width: 20%;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 0px;
        border-top: 0px; }
  .titleblock p {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em; }
  .titleblock .mobile {
    display: none; }
  @media screen and (max-width: 520px) {
    .titleblock {
      width: 100%;
      padding-left: 0em; }
      .titleblock > p {
        margin-top: 0.5em;
        margin-bottom: 3em; } }
  .titleblock.small {
    width: 33%; }
    @media screen and (max-width: 800px) {
      .titleblock.small {
        width: 50%; } }
    @media screen and (max-width: 520px) {
      .titleblock.small {
        width: 100%;
        padding-left: 0em; } }
    @media screen and (max-width: 800px) {
      .titleblock.small.noresponse {
        width: 33% !important; }
        .titleblock.small.noresponse .headerfont {
          font-size: 1em; } }
    @media screen and (max-width: 520px) {
      .titleblock.small.noresponse {
        width: 33% !important;
        padding-right: 0.5em;
        padding-bottom: 1em; }
        .titleblock.small.noresponse .headerfont {
          font-size: 1em; }
        .titleblock.small.noresponse .mobile {
          display: block !important; }
        .titleblock.small.noresponse .desktop {
          display: none !important; }
        .titleblock.small.noresponse .caption {
          font-size: 45%; } }

/* Spieplan Tabelle */
.spielplan {
  margin-bottom: 3em; }
  @media screen and (max-width: 800px) {
    .spielplan {
      margin-bottom: 1.8em; } }
  @media screen and (max-width: 520px) {
    .spielplan {
      margin-bottom: 0.9em; } }
  .spielplan .td {
    border-color: black;
    padding-bottom: 1.5em;
    vertical-align: top;
    padding-right: 2em; }
    @media screen and (max-width: 800px) {
      .spielplan .td {
        padding-bottom: 0.9em; } }
    @media screen and (max-width: 520px) {
      .spielplan .td {
        padding-bottom: 0.45em; } }
  .spielplan .thead .td {
    text-align: left; }
    .spielplan .thead .td h5 {
      text-align: left;
      margin-bottom: 0.25em; }
    .spielplan .thead .td p {
      margin: 0;
      padding: 0; }
  .spielplan .thead-left .td {
    padding-top: 0em;
    text-align: left; }
  .spielplan .tr, .spielplan .thead {
    padding-top: 1em; }
    @media screen and (max-width: 800px) {
      .spielplan .tr, .spielplan .thead {
        padding-top: 0.6em; } }
    @media screen and (max-width: 520px) {
      .spielplan .tr, .spielplan .thead {
        padding-top: 0.3em; } }
  .spielplan .tr {
    border-top: 1px solid black;
    position: relative; }
    .spielplan .tr td {
      position: relative; }
    .spielplan .tr p {
      margin: 0;
      padding: 0; }
    .spielplan .tr .right {
      float: right;
      margin-right: -2em;
      white-space: nowrap; }
      .spielplan .tr .right .item {
        display: none;
        width: 1em;
        height: 1em;
        margin-left: 0.25em; }
        .spielplan .tr .right .item.icon {
          display: inline-block;
          position: relative;
          font-size: 1.2em; }
          .spielplan .tr .right .item.icon:after {
            opacity: 0;
            display: block;
            position: absolute;
            height: 1em;
            background: #999999;
            color: white;
            padding: 0.5em;
            height: 2em;
            font-family: "Aldine721", Times, serif;
            font-size: 0.8em;
            top: -2.5em;
            width: auto;
            left: 0.5em;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.15);
            transition: all 0.25s ease-in-out; }
          .spielplan .tr .right .item.icon:hover:after {
            opacity: 1; }

.spielorte {
  margin-bottom: 3em; }
  @media screen and (max-width: 800px) {
    .spielorte {
      margin-bottom: 1.8em; } }
  @media screen and (max-width: 520px) {
    .spielorte {
      margin-bottom: 0.9em; } }
  .spielorte .td {
    border-color: black;
    padding-bottom: 1.5em;
    vertical-align: top; }
    @media screen and (max-width: 800px) {
      .spielorte .td {
        padding-bottom: 0.9em; } }
    @media screen and (max-width: 520px) {
      .spielorte .td {
        padding-bottom: 0.45em; } }
  .spielorte .tr {
    padding-top: 1em; }
    @media screen and (max-width: 800px) {
      .spielorte .tr {
        padding-top: 0.6em; } }
    @media screen and (max-width: 520px) {
      .spielorte .tr {
        padding-top: 0.3em; } }
    .spielorte .tr p {
      margin: 0;
      padding: 0;
      margin-left: 3em; }
      .spielorte .tr p.left {
        width: 1em;
        float: left;
        min-width: 3em;
        margin-left: 0em; }

#map {
  margin-top: 3em;
  margin-bottom: 3em;
  width: 100%;
  height: 250px;
  height: 40vh; }
  @media screen and (max-width: 800px) {
    #map {
      margin-top: 1.8em; } }
  @media screen and (max-width: 520px) {
    #map {
      margin-top: 0.9em; } }
  @media screen and (max-width: 800px) {
    #map {
      margin-bottom: 1.8em; } }
  @media screen and (max-width: 520px) {
    #map {
      margin-bottom: 0.9em; } }

.infowindow {
  font-family: "Aldine721"; }
  .infowindow p {
    margin: 0;
    padding: 0; }

.popover {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  position: fixed;
  z-index: 135000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .popover a {
    color: black;
    font-size: 1.5em; }
  .popover-enabled {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .popover-enabled-visible {
      opacity: 1; }
  .popover-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: black;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .popover-container-arrow {
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      line-height: 1;
      z-index: 10;
      cursor: pointer; }
      .popover-container-arrow-left {
        left: 1em; }
        .popover-container-arrow-left a {
          color: white; }
          .popover-container-arrow-left a:before {
            content: "<"; }
      .popover-container-arrow-right {
        right: 1em; }
        .popover-container-arrow-right a {
          color: white; }
          .popover-container-arrow-right a:after {
            content: ">"; }
    .popover-container-close {
      position: absolute;
      right: 1em;
      top: 1em;
      font-size: 1em;
      line-height: 1; }
      .popover-container-close a {
        cursor: pointer;
        color: white; }
        .popover-container-close a:before {
          content: "✕"; }
    .popover-container-slides {
      height: 80%;
      width: 90%; }
      .popover-container-slides .slide {
        outline: none;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .popover-container-slides img {
        max-width: 100%;
        max-height: 90%;
        width: auto;
        height: auto;
        margin: auto;
        display: block;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
      .popover-container-slides .caption {
        color: white;
        margin-top: auto;
        font-size: 1em;
        line-height: 1.2em;
        min-height: 2em;
        position: relative;
        width: 100%; }
        .popover-container-slides .caption span {
          position: absolute;
          display: block;
          bottom: 0px;
          text-align: center;
          width: 100%; }
      .popover-container-slides .slick-track,
      .popover-container-slides .slick-list {
        height: 100%; }
  @media screen and (max-width: 640px) {
    .popover-container {
      width: 100%;
      height: 100%;
      background: black; }
      .popover-container-arrow {
        display: none; }
      .popover-container-close {
        top: 1em; } }

/* Youtube */
.rf-embedded-wrap {
  width: 100%;
  padding-bottom: 66%;
  position: relative; }
  .rf-embedded-wrap .rf-embedded {
    position: absolute;
    width: 100%;
    height: 100%; }

figcaption, .caption {
  text-align: center;
  margin: 0.5em 0 0.5em 0; }

.rf-parsed {
  width: 100%;
  display: block; }
  .rf-parsed img {
    width: 100%;
    display: none; }
  .rf-parsed .scaled_3 {
    display: block; }

object.sponsor {
  width: 100%; }

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.25s ease-in-out; }
  .grayscale:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

.dt {
  display: block; }
  @media screen and (max-width: 520px) {
    .dt {
      display: none; } }

.mb {
  display: none; }
  @media screen and (max-width: 520px) {
    .mb {
      display: block; } }

.versalia {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
  width: 20%; }

.code {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 2em; }
  .code iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute; }

/* Slider */
.slider {
  overflow: hidden;
  position: relative;
  margin: 0 -1px;
  margin-bottom: 1em; }
  .slider img {
    width: 100%; }
  .slider.hand {
    cursor: pointer; }
  .slider .slick-slide {
    margin: 0 1px;
    outline: none;
    height: auto !important; }
  .slider .caption {
    vertical-align: top;
    position: relative;
    display: block; }
    .slider .caption .left {
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block; }
    .slider .caption .center {
      margin: 0em 3em;
      display: inline-block; }

/* Sign Up Form */
input[type=text], input[type=email] {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #999999 !important;
  font: inherit;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
    font-family: inherit;
    font-weight: normal; }
  input[type=text]::-moz-input-placeholder, input[type=email]::-moz-input-placeholder {
    color: #999999;
    opacity: 1;
    font-family: inherit;
    font-weight: normal; }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
    color: #999999;
    opacity: 1;
    font-family: inherit;
    font-weight: normal; }
  input[type=text]::-input-placeholder, input[type=email]::-input-placeholder {
    color: #999999;
    opacity: 1;
    font-family: inherit;
    font-weight: normal; }

#infoform button {
  color: white !important;
  background: black !important;
  font: inherit;
  margin-top: 0.5em; }

#mc-embedded-subscribe-form {
  line-height: 1.2em;
  font-weight: normal;
  font-size: 1.5em;
  white-space: nowrap;
  max-width: 100% !important; }
  @media screen and (max-width: 800px) {
    #mc-embedded-subscribe-form {
      font-size: 1.125em; } }
  @media screen and (max-width: 520px) {
    #mc-embedded-subscribe-form {
      font-size: 0.9em; } }
  #mc-embedded-subscribe-form * {
    font: inherit;
    display: inline-block;
    width: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #999999;
    margin-right: 1em; }
    @media screen and (max-width: 520px) {
      #mc-embedded-subscribe-form * {
        margin-right: 0.5em; } }
  #mc-embedded-subscribe-form input[type=email] {
    max-width: 25%; }
  #mc-embedded-subscribe-form #mc-embedded-subscribe {
    color: #999999;
    margin-right: 0em !important; }
    #mc-embedded-subscribe-form #mc-embedded-subscribe:hover, #mc-embedded-subscribe-form #mc-embedded-subscribe:active {
      color: black; }

label {
  color: black !important;
  font-weight: normal; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link,
.cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.15); }

.cc-revoke {
  padding: 0.5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: 0.2em; }

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

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
          align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-align-items: unset;
            align-items: unset; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-flex: none;
          flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/*# sourceMappingURL=main.css.map */