body {
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Exo", sans-serif;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* exo-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: url("/template/fonts/exo-v20-latin-regular.woff2") format("woff2");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 24px;
  display: inline;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

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

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea {
  font-family: "Exo", sans-serif;
}

textarea {
  max-width: 100%;
  min-width: 200px;
  min-height: 50px;
  display: block;
  border-color: #000;
}

a,
h1,
h2,
h3,
p {
  letter-spacing: 1px;
}

strong {
  font-weight: 600 !important;
}

body,
html {
  font-family: "Exo", sans-serif;
}

html {
  height: 100%;
}

body {
  background-image: url("../images/userdata/uploads/sterne_back_low.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  display: none;
  min-height: 100%;
  background-color: #000;
}
body.landing {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  body {
    background-attachment: inherit;
    margin-bottom: 0;
  }
}
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.screendesign img {
  opacity: 0.5;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

.sitemap a {
  color: #000;
}
.sitemap > li > a {
  font-weight: bold;
}
.sitemap > li > ul {
  padding-left: 15px;
}
.sitemap > li > ul > li > ul {
  padding-left: 30px;
}

.teaser-group .teaser {
  position: relative;
  height: 260px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.teaser-group .teaser:hover {
  cursor: pointer;
}
.teaser-group .teaser .item {
  height: 100%;
  padding: 10px;
  text-shadow: 0 0 5px #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.teaser-group .teaser .item a {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.teaser-group .teaser .item a:hover {
  opacity: 0.4;
}
.teaser-group .teaser .item h3 {
  word-break: break-word;
}
.teaser-group .teaser .item .smalltext {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
}
.teaser-group .teaser .item .smalltext strong {
  text-transform: uppercase;
}
.teaser-group .teaser .item .smalltext p {
  font-size: 12px;
  margin-bottom: 0;
}

form {
  text-transform: uppercase;
}
form input {
  text-transform: none;
  display: block;
  width: 100%;
  height: 44px;
  font-size: 24px;
  padding: 5px;
  line-height: 1;
  border-radius: 0;
}
form input:valid {
  border: 1px solid #000;
  background: #fff;
}
form input:invalid {
  border: 1px solid #d7d7d7;
  background: #d7d7d7;
}
form input[type=text]:disabled,
form input[type=number]:disabled {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
form input[type=text]:disabled:valid,
form input[type=number]:disabled:valid {
  border: 1px solid #000;
  background: #fff;
}
form input[type=text]:disabled:invalid,
form input[type=number]:disabled:invalid {
  border: 1px solid #d7d7d7;
  background: #d7d7d7;
}
form input[type=submit] {
  height: 45px;
  border-radius: 25px;
  font-weight: 700;
}
form input[type=submit]:hover {
  color: #fff;
  background-color: #050a23;
}
form input[type=checkbox] {
  width: 25px;
  margin-top: -15px;
  display: inline-block;
}
form textarea {
  width: 100%;
}
form .form-submit {
  width: auto;
  font-size: 24px;
}
form .form-submit:focus {
  outline: 0;
}
form fieldset {
  width: 100%;
  padding: 0;
}
form fieldset label {
  font-weight: 400;
  width: 48%;
  margin-top: 15px;
  font-size: 13px;
  position: relative;
}
form fieldset label:nth-child(odd) {
  margin-right: 3%;
}
form fieldset label.human {
  width: 30%;
  margin-right: 4%;
}
form fieldset label.human:last-child {
  margin: 0;
}
form fieldset label.price .price-input {
  font-weight: bold;
}
form fieldset label.family {
  width: auto;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}
form .zurueck {
  padding: 3px 25px 2px;
  border-radius: 25px;
  font-weight: 700;
  border: 1px solid #050a23;
  float: right;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #fff;
  color: #050a23;
}
form .zurueck:hover {
  background-color: #000;
  color: #fff;
}
form.formz label {
  width: 100%;
}
form.formz .boolDiv {
  width: 100%;
}
form.formz .boolWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.show-submit-btn {
  text-align: center;
  border-radius: 20px;
  padding: 7px 10px 5px;
  border: 1px solid #050a23;
  font-weight: bold;
  float: right;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #050a23;
  color: #fff;
}
.show-submit-btn:hover {
  background-color: #fff;
  color: #000;
}

.introtext {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .ticketReservation fieldset label.human {
    margin-right: 3.9%;
  }
}
@media screen and (max-width: 992px) {
  .teaser-group .teaser .item {
    padding: 15px;
  }
  .ticketReservation fieldset label {
    width: 100%;
  }
  .ticketReservation fieldset label.human {
    margin-right: 4%;
  }
  .ticketReservation fieldset label input[type=submit] {
    width: 100%;
    float: none;
  }
  .show-submit-btn {
    margin-top: 10px;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .teaser-group .teaser {
    margin-bottom: 20px;
  }
  .ticketReservation fieldset label.human {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .teaser-group .teaser {
    width: 100%;
    max-width: 100%;
  }
}
header {
  width: 100%;
  display: block;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  z-index: 80;
}
header .logoTop {
  height: auto;
  width: 300px;
  position: absolute;
  right: 20px;
  top: 23px;
  cursor: pointer;
  z-index: 30;
}
header .logoTop .logo {
  height: auto;
  width: 300px;
  position: relative;
}
header .top-full-head {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  *zoom: 1;
}
header .top-full-head:after, header .top-full-head:before {
  content: " ";
  display: table;
}
header .top-full-head:after {
  clear: both;
}
header .top-full-head.active {
  background-color: #050a23;
}
header .top-full-head.active .menu .menu-reveal span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
header .top-full-head.active .menu .menu-reveal span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .top-full-head.active .menu .menu-reveal span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
header .top-full-head .menu {
  position: relative;
  *zoom: 1;
}
header .top-full-head .menu:after, header .top-full-head .menu:before {
  content: " ";
  display: table;
}
header .top-full-head .menu:after {
  clear: both;
}
header .top-full-head .menu .menu-reveal {
  width: 32px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 105px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .top-full-head .menu .menu-reveal:hover {
  cursor: pointer;
}
header .top-full-head .menu .menu-reveal span {
  display: block;
  background: #fff;
  height: 5px;
  width: 22px;
  margin-top: 2px;
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .top-full-head .menu .menu-reveal span:nth-child(1) {
  top: 0;
}
header .top-full-head .menu .menu-reveal span:nth-child(2) {
  top: 10px;
}
header .top-full-head .menu .menu-reveal span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 992px) {
  header {
    position: relative;
    max-height: 0;
    background-attachment: inherit;
    background-image: url("") !important;
    min-height: 150px;
  }
  header .top-full-head {
    padding-top: 5px;
  }
  header .logo {
    height: 100px;
    top: 15px;
  }
}
@media screen and (max-width: 400px) {
  header {
    min-height: 115px;
  }
  header .top-full-head .menu .menu-reveal {
    margin-bottom: 60px;
  }
  header .logo {
    height: 75px;
    width: auto;
  }
}
nav.neu {
  min-height: 150px;
  margin-top: 23px;
  position: relative;
  z-index: 20;
}
nav.neu ul li {
  display: inline-block;
  position: relative;
}
nav.neu ul li a {
  font-weight: bold;
  color: white;
  font-size: 24px;
  margin-right: 25px;
}
nav.neu ul li ul {
  display: none;
  position: absolute;
  min-width: 200px;
}
nav.neu ul li ul li {
  width: 100%;
  display: block;
}
nav.neu ul li ul li a {
  font-size: 17px;
  font-weight: normal;
  color: #00a0e1;
  border-bottom: 1px solid white;
  padding: 7px 5px;
  margin: 0;
  width: 100%;
  background: rgba(23, 32, 76, 0.8);
  display: block;
}
nav.neu ul li ul li a:hover {
  color: white;
}
nav.neu ul li ul li:first-child a {
  border-top: 1px solid white;
}
nav.neu ul li:hover ul {
  display: block;
}

.topnavigation {
  display: none;
  position: absolute;
  z-index: 60;
  left: 0;
  right: 0;
  *zoom: 1;
}
.topnavigation:after, .topnavigation:before {
  content: " ";
  display: table;
}
.topnavigation:after {
  clear: both;
}
.topnavigation > ul {
  *zoom: 1;
}
.topnavigation > ul:after, .topnavigation > ul:before {
  content: " ";
  display: table;
}
.topnavigation > ul:after {
  clear: both;
}
.topnavigation > ul li {
  margin: 0 0 35px;
}
.topnavigation > ul li > a {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.topnavigation > ul li > a:hover {
  text-decoration: none;
}
.topnavigation > ul li.active > a {
  color: #fff;
}
.topnavigation > ul li:hover > a {
  color: #00a0e1;
}
.topnavigation > ul li ul {
  *zoom: 1;
}
.topnavigation > ul li ul:after, .topnavigation > ul li ul:before {
  content: " ";
  display: table;
}
.topnavigation > ul li ul:after {
  clear: both;
}
.topnavigation > ul li ul li {
  display: block;
  width: 100%;
  margin: 0;
  float: none;
}
.topnavigation > ul li ul li > a {
  font-size: 24px;
  color: #00a0e1;
  font-weight: normal;
  text-transform: none;
}
.topnavigation > ul li ul li:hover a {
  color: #d7d7d7;
}

@media screen and (min-width: 992px) {
  .topnavigation {
    background-color: #050a23;
  }
  .topnavigation > ul li {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 1200px) {
  .topnavigation > ul li {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 992px) {
  .topnavigation {
    position: relative;
  }
  .topnavigation > ul > li {
    width: 100%;
    margin: 0 0 25px;
  }
  .topnavigation > ul > li.last {
    position: relative;
    top: 0;
    left: 0;
  }
  .topnavigation > ul ul:first-child > .first {
    float: left;
    width: calc(50% + 20px);
  }
}
@media screen and (max-width: 768px) {
  .topnavigation {
    position: relative;
  }
  .topnavigation > ul ul:first-child > .first {
    float: none;
    width: 100%;
  }
}
footer {
  width: 100%;
  color: #fff;
  background-color: #050a23;
  padding: 20px 0;
  bottom: 0;
  z-index: 70;
  font-size: 13px;
  position: relative;
}
footer a {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer a:hover {
  color: #d7d7d7;
  text-decoration: none;
}
footer p {
  margin-bottom: 1rem;
}
footer h1 {
  font-size: 12px;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 18px;
  margin-right: 5px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul.socialLinks {
  margin-top: 5px;
  margin-bottom: 1rem;
}
footer ul.socialLinks li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  margin-bottom: 5px;
}
footer ul.socialLinks li:hover {
  background-color: #d7d7d7;
}
footer ul.socialLinks li a {
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  font-size: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer ul.socialLinks li a svg {
  position: relative;
  top: 5px;
}
footer ul li {
  list-style-type: none;
}

.btn-client {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFF01), to(#FF8000));
  background-image: linear-gradient(to bottom, #FFFF01 0, #FF8000 100%);
  background-repeat: repeat-x;
  border: 1px solid #000;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 3px 5px 0 rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.btn-client:active, .btn-client:hover {
  background-color: #FFFF01;
  color: #fff;
}

.form-buttons input[type=submit] {
  padding: 10px 25px;
  font-size: 13px;
  border-radius: 25px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #050a23;
}
.form-buttons input[type=submit]:hover {
  color: #fff;
  background-color: #050a23;
}

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

table tbody tr {
  border-bottom: 1px solid #d7d7d7;
}
table tbody tr td:first-child {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  table tbody tr td:first-child {
    width: 75%;
  }
}
@media screen and (max-width: 300px) {
  table tbody tr td {
    display: block;
  }
  table tbody tr td:first-child {
    font-weight: 600;
  }
}
.debug {
  font-family: "Consolas", sans-serif;
  font-size: 14px;
  background-color: black;
  text-shadow: 0 0 2px hsla(41, 65%, 64%, 0.8), 0 0 8px hsla(41, 65%, 64%, 0.6);
  color: #dfb968;
  position: fixed;
  z-index: 10;
  padding: 10px;
  border-top: 3px solid orange;
  bottom: 0;
  left: 0;
  min-width: 100%;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  cursor: pointer;
}
.debug:before {
  content: "Console Output";
  font-size: 16px;
  font-weight: bold;
}
.debug i {
  position: absolute;
  right: 10px;
  font-size: 18px;
}
.debug .output {
  margin-top: 10px;
  display: none;
  position: relative;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  *zoom: 1;
}
.mean-container .mean-bar:after, .mean-container .mean-bar:before {
  content: " ";
  display: table;
}
.mean-container .mean-bar:after {
  clear: both;
}
.mean-container .mean-bar {
  width: autp;
  position: relative;
  background: #fff;
  min-height: 52px;
  z-index: 999999;
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 52px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: auto;
  padding: 1em 15px;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgb(229.5, 229.5, 229.5);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 24px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 1em 20px;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-remove {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.googlemap #gmap {
  height: 500px;
}
.googlemap .marker {
  display: none;
}

.grid .grid-item {
  width: 25%;
}
.grid .grid-item-width2 {
  width: 50%;
}
.grid .grid-item img,
.grid .grid-item-width2 img {
  display: block;
  max-width: 100%;
}

.grid.element-list .grid-item {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black;
}

.carousel-vis {
  position: relative;
  height: 315px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-vis:hover .item-skip {
  opacity: 1;
}
.carousel-vis .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.carousel-vis .item.nextanimateIn {
  -webkit-animation-name: nextanimateIn;
          animation-name: nextanimateIn;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.carousel-vis .item.nextanimateOut {
  -webkit-animation-name: nextanimateOut;
          animation-name: nextanimateOut;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
@-webkit-keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis .item.prevanimateIn {
  -webkit-animation-name: prevanimateIn;
          animation-name: prevanimateIn;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.carousel-vis .item.prevanimateOut {
  -webkit-animation-name: prevanimateOut;
          animation-name: prevanimateOut;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
@-webkit-keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis .item.active .caption {
  right: 20px;
  bottom: 150px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.carousel-vis .item.active .overlay {
  right: -250px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.carousel-vis .item .image {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  max-width: inherit;
}
.carousel-vis .item .image.scaleheight {
  height: 100%;
  width: auto;
}
.carousel-vis .item .overlay {
  position: absolute;
  background-color: #333;
  height: 1000px;
  width: 600px;
  z-index: 10;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  opacity: 0.8;
  right: -100%;
  top: -25px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.carousel-vis .item .caption {
  position: absolute;
  bottom: 150px;
  right: -100%;
  z-index: 15;
  font-size: 30px;
  color: white !important;
}
.carousel-vis .toggler, .carousel-vis .counter, .carousel-vis .minipreview {
  padding: 0;
  bottom: 120px;
  position: absolute;
  text-align: center;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis .toggler li, .carousel-vis .counter li, .carousel-vis .minipreview li {
  border: none;
  width: 16px;
  height: 16px;
  background-color: #333;
  margin: 0;
  border-radius: 16px;
  margin-left: 11px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis .toggler li.active, .carousel-vis .counter li.active, .carousel-vis .minipreview li.active {
  background-color: #ccc;
}
.carousel-vis .minipreview {
  bottom: 40px;
  width: 300px;
  height: 70px;
  list-style: none;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0;
}
.carousel-vis .minipreview li {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
}
.carousel-vis .minipreview li.active {
  background-color: transparent;
}
.carousel-vis .minipreview li:first-child {
  margin: 0;
}
.carousel-vis .counter {
  bottom: 0;
}
.carousel-vis .item-skip {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: 120px;
  font-size: 35px;
  cursor: pointer;
  height: 50px;
  width: 50px;
}
.carousel-vis .item-skip i {
  color: #fff;
}
.carousel-vis .item-skip.next {
  z-index: 13;
  right: 10px;
  background-image: url("../images/pfeil_rechts.png");
  background-position: right;
}
.carousel-vis .item-skip.prev {
  z-index: 12;
  left: 10px;
  background-image: url("../images/pfeil_links.png");
  background-position: left;
}
.carousel-vis .popup-rechteck {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  cursor: pointer;
  background-image: url("../images/rechteck.png");
}

@media screen and (max-width: 992px) {
  .carousel-vis {
    margin-bottom: 15px;
  }
}
.accordion .entry {
  margin-bottom: 3px;
}
.accordion .entry .title {
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  background-color: grey;
  padding: 5px;
  cursor: pointer;
}
.accordion .entry .text {
  display: none;
  border: 1px solid grey;
  padding: 5px;
}
.accordion .entry.active .title {
  background-color: #333;
  color: white;
}

/* Responsive Table */
table.vis-table {
  width: 100%;
}
table.vis-table thead tr {
  border: 0;
  border-bottom: 2px solid #050a23;
  text-transform: uppercase;
}
table.vis-table thead tr th {
  padding-left: 20px;
  cursor: pointer;
}
table.vis-table thead tr th.tablesorter-header {
  background-image: url("../images/sortdown_false.png");
  background-position: left center;
  background-repeat: no-repeat;
}
table.vis-table thead tr th.tablesorter-header.tablesorter-headerDesc {
  background-image: url("../images/sortdown_true.png");
}
table.vis-table thead tr th.tablesorter-header.tablesorter-headerAsc {
  background-image: url("../images/sortup_true.png");
}
table.vis-table thead tr th:last-child {
  pointer-events: none;
  background-image: url("") !important;
}
table.vis-table tbody th {
  font-weight: 400;
}
table.vis-table tr {
  border-bottom: 1px solid #050a23;
}
table.vis-table td,
table.vis-table th {
  padding: 10px 0;
}
table.vis-table input.tickets-btn {
  float: right;
  border: 1px solid #050a23;
  border-radius: 15px;
  padding: 4px 20px 2px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #fff;
  color: #000;
}
table.vis-table input.tickets-btn:hover {
  background-color: #050a23;
  color: #fff;
}
table.vis-table input.tickets-btn:hover {
  cursor: pointer;
}

.link-btn {
  float: right;
  border: 1px solid #050a23;
  border-radius: 15px;
  padding: 4px 20px 2px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #fff;
  color: #000;
}
.link-btn:hover {
  background-color: #050a23;
  color: #fff;
}
.link-btn {
  letter-spacing: inherit;
}
.link-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  table.vis-table tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
    *zoom: 1;
  }
  table.vis-table tr:after, table.vis-table tr:before {
    content: " ";
    display: table;
  }
  table.vis-table tr:after {
    clear: both;
  }
  table.vis-table td,
  table.vis-table th {
    padding: 2px 10px;
  }
  table.vis-table th {
    display: block;
  }
  table.vis-table td {
    display: block;
  }
  table.vis-table td:first-child {
    width: inherit;
  }
  table.vis-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 100%;
    display: inline-block;
  }
  table.vis-table td:nth-child(5):before {
    content: "";
    width: inherit;
  }
}
.navburger-container {
  /* Fixed padding */
}
.navburger-container.-nbfixed {
  padding-top: 54px;
}
.navburger-container .navburger {
  position: relative;
  display: block;
  z-index: 100;
  min-height: 115px;
  width: 100%;
  top: 0;
}
.navburger-container .navburger {
  /* Fixed */
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger {
  /* First Level */
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  margin-top: 115px;
  margin-bottom: 54px;
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  text-align: left;
}
.navburger-container .navburger ul li a {
  display: block;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: -2px;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
  display: none;
}
.navburger-container .navburger ul li .subtoggler i {
  font-size: 24px;
}
.navburger-container .navburger ul li .subtoggler img {
  width: 20px;
  height: 20px;
}
.navburger-container .navburger ul li.recolor {
  background-color: #fff;
  border-bottom: 3px solid #fff;
}
.navburger-container .navburger ul li.recolor a {
  color: #fff;
}
.navburger-container .navburger ul li.recolor:last-child {
  border-bottom: 0;
}
.navburger-container .navburger ul li {
  /* Second Level */
}
.navburger-container .navburger ul li ul {
  top: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
  margin: 0 15px;
}
.navburger-container .navburger ul li ul li {
  border-bottom: 0;
  text-align: left;
}
.navburger-container .navburger ul li ul li a {
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
  font-weight: normal;
  padding: 4px;
}
.navburger-container .navburger ul li ul li {
  /* Third Level */
}
.navburger-container .navburger ul li ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}
.navburger-container .navburger ul .phone {
  display: none;
}
.navburger-container .navburger ul .mail {
  display: none;
}
.navburger-container .navburger ul .link {
  height: 44px !important;
}
.navburger-container .navburger {
  /* Open-Close Toggler */
}
.navburger-container .navburger .toggler, .navburger-container .navburger .carousel-vis .minipreview, .carousel-vis .navburger-container .navburger .minipreview, .navburger-container .navburger .carousel-vis .counter, .carousel-vis .navburger-container .navburger .counter {
  position: absolute;
  width: 30px;
  height: 23px;
  top: 15.5px;
  left: 30px;
  -webkit-transform: rotate(0deg) translateX(-50%);
      -ms-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block !important;
}
.navburger-container .navburger .toggler.-open, .navburger-container .navburger .carousel-vis .-open.minipreview, .carousel-vis .navburger-container .navburger .-open.minipreview, .navburger-container .navburger .carousel-vis .-open.counter, .carousel-vis .navburger-container .navburger .-open.counter {
  width: 35px;
}
.navburger-container .navburger .toggler.-open span:nth-child(1), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(1), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(1), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(1), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(1), .navburger-container .navburger .toggler.-open span:nth-child(4), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(4), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(4), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(4), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}
.navburger-container .navburger .toggler.-open span:nth-child(2), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(2), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(2), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(2), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.navburger-container .navburger .toggler.-open span:nth-child(3), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(3), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(3), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(3), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.navburger-container .navburger .toggler span, .navburger-container .navburger .carousel-vis .minipreview span, .carousel-vis .navburger-container .navburger .minipreview span, .navburger-container .navburger .carousel-vis .counter span, .carousel-vis .navburger-container .navburger .counter span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navburger-container .navburger .toggler span:nth-child(1), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(1), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(1), .navburger-container .navburger .carousel-vis .counter span:nth-child(1), .carousel-vis .navburger-container .navburger .counter span:nth-child(1) {
  top: 0;
}
.navburger-container .navburger .toggler span:nth-child(2), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(2), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(2), .navburger-container .navburger .carousel-vis .counter span:nth-child(2), .carousel-vis .navburger-container .navburger .counter span:nth-child(2), .navburger-container .navburger .toggler span:nth-child(3), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(3), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(3), .navburger-container .navburger .carousel-vis .counter span:nth-child(3), .carousel-vis .navburger-container .navburger .counter span:nth-child(3) {
  top: 10px;
}
.navburger-container .navburger .toggler span:nth-child(4), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(4), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(4), .navburger-container .navburger .carousel-vis .counter span:nth-child(4), .carousel-vis .navburger-container .navburger .counter span:nth-child(4) {
  top: 20px;
}
.navburger-container .navburger .toggler:first-child, .navburger-container .navburger .carousel-vis .minipreview:first-child, .carousel-vis .navburger-container .navburger .minipreview:first-child, .navburger-container .navburger .carousel-vis .counter:first-child, .carousel-vis .navburger-container .navburger .counter:first-child {
  display: none;
}
.navburger-container .navburger .logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 200px;
  max-width: calc(100% - 24px);
  height: auto;
}
.navburger-container .navburger .logo #logo {
  margin-top: 5px;
  height: 34px;
  width: 190px !important;
}

.klaro {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-family: var(--consentfriend-font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
  font-size: var(--consentfriend-font-size, 14px);
}

.klaro button {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-family: var(--consentfrieednd-font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
  font-size: var(--consentfriend-font-size, 14px);
}

.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}

.klaro .context-notice .cm-switch-container,
.klaro .cookie-modal .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-style: var(--consentfriend-border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-width: var(--consentfriend-border-width, 1px);
  border-bottom-color: #444444;
  border-bottom-color: var(--light2, #444444);
  border-bottom-color: var(--consentfriend-light2, #444444);
  display: block;
  position: relative;
  padding: 10px 10px 10px 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}

.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}

.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}

.klaro .context-notice .cm-switch-container p,
.klaro .cookie-modal .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}

.klaro .context-notice .cm-switch,
.klaro .cookie-modal .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #00a0e1;
}

.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #050a23;
}

.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #050a23;
}

.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #00a0e1;
  opacity: 0.5;
  cursor: not-allowed;
}

.klaro .context-notice .slider,
.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .context-notice .cm-list-input,
.klaro .cookie-modal .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .context-notice .cm-list-title,
.klaro .cookie-modal .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}

.klaro .context-notice .cm-list-description,
.klaro .cookie-modal .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color: #777;
  color: var(--dark3, #777);
  color: var(--consentfriend-dark3, #777);
  font-size: 0.9em;
  padding-top: 4px;
}

.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}

.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-modal .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: #ccc;
  background-color: var(--white2, #ccc);
  background-color: var(--consentfriend-white2, #ccc);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #fff;
  background-color: var(--white3, #fff);
  background-color: var(--consentfriend-white3, #fff);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}

.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}

.klaro .context-notice .cm-list-label input:focus + .slider,
.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #77e25f;
  box-shadow-color: var(--green3, #77e25f);
  box-shadow-color: var(--consentfriend-green3, #77e25f);
  -webkit-box-shadow: 0 0 1px var(color, green3);
          box-shadow: 0 0 1px var(color, green3);
}

.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
          box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.klaro .context-notice .slider,
.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .context-notice a,
.klaro .cookie-modal a,
.klaro .cookie-notice a {
  color: #f49800;
  text-decoration: none;
}

.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice ul,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal li,
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal ul,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice ul {
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
}

.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice li,
.klaro .context-notice p,
.klaro .context-notice ul,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal li,
.klaro .cookie-modal p,
.klaro .cookie-modal ul,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice ul {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
  font-family: var(--consentfriend-title-font-family, inherit);
}

.klaro .context-notice .cm-link,
.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}

.klaro .context-notice .cm-btn,
.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
  color: #fff;
  color: var(--button-text-color, #fff);
  color: var(--consentfriend-button-text-color, #fff);
  background-color: #555;
  background-color: var(--dark2, #555);
  background-color: var(--consentfriend-dark2, #555);
  padding: 6px 10px;
  margin-right: 0.5em;
  border-style: none;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
}

.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color: #444444;
  background-color: var(--light2, #444444);
  background-color: var(--consentfriend-light2, #444444);
  cursor: pointer;
}

.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #00a0e1;
  background-color: var(--green1, #00a0e1);
  background-color: var(--consentfriend-green1, #00a0e1);
  border: 2px solid #00a0e1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.klaro .context-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover {
  background-color: #fff;
  color: #00a0e1;
}

.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #050a23;
  background-color: var(--green1, #050a23);
  background-color: var(--consentfriend-green1, #050a23);
  border: 2px solid #050a23;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.klaro .context-notice .cm-btn.cm-btn-success-var:hover,
.klaro .cookie-modal .cm-btn.cm-btn-success-var:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success-var:hover {
  background-color: #fff;
  color: #050a23;
}

.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: #446e9b;
  background-color: var(--blue1, #446e9b);
  background-color: var(--consentfriend-blue1, #446e9b);
  border: 2px solid #446e9b;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.klaro .context-notice .cm-btn.cm-btn-info:hover,
.klaro .cookie-modal .cm-btn.cm-btn-info:hover,
.klaro .cookie-notice .cm-btn.cm-btn-info:hover {
  background-color: #fff;
  color: #446e9b;
}

.klaro .context-notice {
  border-radius: 0;
  border: 2px solid #00a0e1;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 12px;
  height: 100%;
}

.klaro .context-notice.cm-dark {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  border-color: #555;
  border-color: var(--dark2, #555);
  border-color: var(--consentfriend-dark2, #555);
}

.klaro .context-notice.cm-dark p {
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
}

.klaro .context-notice.cm-dark p a {
  color: #5f8bb9;
  color: var(--blue2, #5f8bb9);
  color: var(--consentfriend-blue2, #5f8bb9);
}

.klaro .context-notice p {
  color: #050a23;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}

.klaro .context-notice p a {
  color: rgba(244, 152, 0, 0.2);
  color: var(--green2, rgba(244, 152, 0, 0.2));
  color: var(--consentfriend-green2, rgba(244, 152, 0, 0.2));
}

.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
  z-index: 1001;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  overflow: auto;
}

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 0;
    border-radius: var(--border-radius, 0px);
    border-radius: var(--consentfriend-border-radius, 0px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #555;
  stroke: var(--light1, #555);
  stroke: var(--consentfriend-light1, #555);
}

.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color: #555;
  border-top-color: var(--dark2, #555);
  border-top-color: var(--consentfriend-dark2, #555);
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-width: var(--consentfriend-border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-style: var(--consentfriend-border-style, solid);
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #555;
  color: var(--dark2, #555);
  color: var(--consentfriend-dark2, #555);
}

.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-width: var(--consentfriend-border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-style: var(--consentfriend-border-style, solid);
  border-bottom-color: #555;
  border-bottom-color: var(--dark2, #555);
  border-bottom-color: var(--consentfriend-dark2, #555);
  padding: 1em 24px 1em 1em;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services {
  padding: 0;
  margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret {
  color: #363636;
  color: var(--light3, #363636);
  color: var(--consentfriend-light3, #363636);
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes {
  color: #363636;
  color: var(--light3, #363636);
  color: var(--consentfriend-light3, #363636);
  font-size: 0.8em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-width: var(--consentfriend-border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-style: var(--consentfriend-border-style, solid);
  border-top-color: #555;
  border-top-color: var(--dark2, #555);
  border-top-color: var(--consentfriend-dark2, #555);
  padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title {
  font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required {
  color: #555;
  color: var(--dark2, #555);
  color: var(--consentfriend-dark2, #555);
  padding-left: 0.2em;
  font-size: 0.8em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius: 0;
    border-radius: var(--border-radius, 0px);
    border-radius: var(--consentfriend-border-radius, 0px);
    position: fixed;
    position: var(--notice-position, fixed);
    position: var(--consentfriend-notice-position, fixed);
    left: auto;
    right: 20px;
    bottom: 20px;
    bottom: var(--notice-bottom, 20px);
    bottom: var(--consentfriend-notice-bottom, 20px);
    top: auto;
    top: var(--notice-top, auto);
    top: var(--consentfriend-notice-top, auto);
    max-width: 450px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  }
}
@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em 1em 1em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
  font-size: 18px;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: right;
  -webkit-box-pack: right;
          justify-content: right;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.15;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a {
  margin-top: 0.5em;
  padding: 0.75em 1.25em 0.75em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #050a23;
  color: #fff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 2px solid #050a23;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a:hover {
  background-color: #fff;
  color: #050a23;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: bold;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons button.cm-btn {
  padding: 0.75em 1.25em 0.75em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.klaro .cookie-modal-notice {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
  z-index: 1001;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 90%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  padding: 0.2em 1em 1em;
}
.klaro .cookie-modal-notice .cn-body p {
  font-size: 18px;
}

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 0;
    border-radius: var(--border-radius, 0px);
    border-radius: var(--consentfriend-border-radius, 0px);
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 1em;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-success {
  background-color: #00a0e1;
  padding: 0.75em 1.25em 0.75em;
  border: 2px solid #00a0e1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.klaro .cookie-modal .cm-btn.cm-btn-info {
  background-color: #050a23;
  padding: 0.75em 1.25em 0.75em;
  border: 2px solid #050a23;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.klaro .cookie-modal .cm-btn.cm-btn-accept {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.klaro .cookie-modal .cm-btn.cm-btn-accept:hover {
  background-color: #fff;
  color: #050a23;
}

.klaro .cookie-modal .cm-btn.cm-btn-accept-all {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 15px;
}
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover {
  background-color: #fff;
  color: #00a0e1;
}

.klaro .cookie-modal a {
  color: #050a23;
}
.klaro .cookie-modal a:hover {
  text-decoration: underline;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-header > p {
  width: calc(100% - 20px);
  font-size: 15px;
}

#recaptchaModal {
  border: 2px solid white;
  padding: 15px;
}
#recaptchaModal .btn {
  display: block;
  padding: 12px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  background-color: #fff;
  color: #007a3d;
  border-radius: 0;
  font-family: "Signika", sans-serif;
}

.cookieInfo {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-family: "Signika", sans-serif;
  color: #050a23;
  background-color: #fff;
  border-top: 2px solid #00a0e1;
  padding: 25px 60px;
}
.cookieInfo .container {
  padding: 0;
}
.cookieInfo a,
.cookieInfo a:hover {
  color: #050a23;
  text-decoration: underline;
}
.cookieInfo .acceptcookies {
  display: block;
  background-color: #00a0e1;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: right;
}

@media (min-width: 800px) {
  .cookieInfo {
    padding: 20px;
  }
}
/* .landing {
    .main {
        margin: 275px auto;
    }
}

*/
.placeholder .main {
  color: #fff;
  margin: 275px auto;
}
.placeholder .main a {
  color: #fff;
  text-decoration: underline;
}
.placeholder .main a:hover {
  color: #d7d7d7;
}
.placeholder .main p {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1.1px;
}
.placeholder .main .aktuellesProgramm {
  text-decoration: none;
  width: 360px;
  height: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 50px auto;
  text-align: left;
  font-size: 56px;
  color: #fff;
  line-height: 1.2;
  word-break: keep-all;
}
.placeholder .main .aktuellesProgramm a {
  width: 360px;
  height: 360px;
  max-width: 100%;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.placeholder footer {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .landing .main {
    margin: 0 auto;
  }
  .placeholder .main {
    margin: 140px auto;
  }
  .placeholder .main p {
    font-size: 24px;
  }
  .placeholder .main .aktuellesProgramm {
    height: auto;
  }
  .placeholder .main .aktuellesProgramm a {
    height: auto;
    font-size: 32px;
  }
}
.detail .main {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 20px;
  min-height: 60vh;
}
.detail .longtitle {
  width: 100%;
  border-bottom: 4px solid #050a23;
  margin-bottom: 20px;
}
.detail .longtitle h1 {
  text-transform: uppercase;
  color: #050a23;
  word-break: break-all;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}
.detail .longtitle.-detail {
  border-bottom: 0px;
}
.detail .longtitle.-detail h1 {
  color: white;
  font-size: 36px;
  padding-left: 20px;
}

@media screen and (max-width: 992px) {
  .richtext {
    padding: 10px 0;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    word-wrap: break-word;
  }
}
.heading.white {
  color: white;
}
.heading.bold {
  font-weight: bold;
}
.heading.big {
  font-size: 40px;
}

.news-item {
  border-bottom: 1px solid #050a23;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.news-item .cb-heading {
  margin-bottom: 10px;
  display: inline-block;
}
.news-item .date {
  display: block;
  margin-bottom: 10px;
}
.news-item .intro {
  margin-bottom: 10px;
}
.news-item .readmore {
  text-decoration: underline;
  display: inline-block;
  color: #050a23;
}
.news-item .absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: white;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-item .absolute:hover {
  opacity: 0.3;
}

.onePagerElement {
  border-bottom: 1px solid black;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.onePagerElement.-child:last-child {
  border-bottom: 0;
}
.onePagerElement .onePagerTitel {
  font-weight: bold;
}
.onePagerElement .onePagerTitelChild {
  font-weight: normal;
}

.richtext ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.detail.planetenweg .main {
  background: black;
  color: white;
}
.detail.planetenweg .navburger {
  padding: 15px 30px;
  max-width: 500px;
  margin: 0 auto;
}
.detail.planetenweg .navburger .toggler, .detail.planetenweg .navburger .carousel-vis .minipreview, .carousel-vis .detail.planetenweg .navburger .minipreview, .detail.planetenweg .navburger .carousel-vis .counter, .carousel-vis .detail.planetenweg .navburger .counter {
  left: auto;
  right: 15px;
  top: 23px;
}
.detail.planetenweg .navburger logo {
  color: #00a0e1;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 33px;
}
.detail.planetenweg .navburger sub {
  color: white;
  font-size: 16px;
  line-height: normal;
  display: block;
  margin-bottom: 15px;
}
.detail.planetenweg .navburger ul {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
.detail.planetenweg .navburger ul li a {
  padding: 15px 0;
  border-top: 3px solid white;
}
.detail.planetenweg .navburger ul li:last-child a {
  border-bottom: 3px solid white;
}
.detail.planetenweg .navburger.-open {
  background-color: #00a0e1;
  margin-bottom: 30px;
}
.detail.planetenweg .navburger.-open logo,
.detail.planetenweg .navburger.-open sub {
  color: black;
}
.detail.planetenweg .navburger.-open sub {
  margin-bottom: 15px;
}
.detail.planetenweg .navburger.-open ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
}
.detail.planetenweg h1,
.detail.planetenweg h2,
.detail.planetenweg h3,
.detail.planetenweg h4,
.detail.planetenweg h5 {
  font-weight: bold;
}
.detail.planetenweg img {
  margin-bottom: 30px;
}
.detail.planetenweg .richtext {
  color: white;
}
.detail.planetenweg .richtext p {
  margin-bottom: 15px;
}
.detail.planetenweg .richtext a {
  background-color: #00a0e1;
  color: white;
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
.detail.planetenweg .container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0;
  max-width: 500px;
}
.detail.planetenweg .container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.detail.planetenweg .container .row .col-xs-1,
.detail.planetenweg .container .row .col-sm-1,
.detail.planetenweg .container .row .col-md-1,
.detail.planetenweg .container .row .col-lg-1,
.detail.planetenweg .container .row .col-xs-2,
.detail.planetenweg .container .row .col-sm-2,
.detail.planetenweg .container .row .col-md-2,
.detail.planetenweg .container .row .col-lg-2,
.detail.planetenweg .container .row .col-xs-3,
.detail.planetenweg .container .row .col-sm-3,
.detail.planetenweg .container .row .col-md-3,
.detail.planetenweg .container .row .col-lg-3,
.detail.planetenweg .container .row .col-xs-4,
.detail.planetenweg .container .row .col-sm-4,
.detail.planetenweg .container .row .col-md-4,
.detail.planetenweg .container .row .col-lg-4,
.detail.planetenweg .container .row .col-xs-5,
.detail.planetenweg .container .row .col-sm-5,
.detail.planetenweg .container .row .col-md-5,
.detail.planetenweg .container .row .col-lg-5,
.detail.planetenweg .container .row .col-xs-6,
.detail.planetenweg .container .row .col-sm-6,
.detail.planetenweg .container .row .col-md-6,
.detail.planetenweg .container .row .col-lg-6,
.detail.planetenweg .container .row .col-xs-7,
.detail.planetenweg .container .row .col-sm-7,
.detail.planetenweg .container .row .col-md-7,
.detail.planetenweg .container .row .col-lg-7,
.detail.planetenweg .container .row .col-xs-8,
.detail.planetenweg .container .row .col-sm-8,
.detail.planetenweg .container .row .col-md-8,
.detail.planetenweg .container .row .col-lg-8,
.detail.planetenweg .container .row .col-xs-9,
.detail.planetenweg .container .row .col-sm-9,
.detail.planetenweg .container .row .col-md-9,
.detail.planetenweg .container .row .col-lg-9,
.detail.planetenweg .container .row .col-xs-10,
.detail.planetenweg .container .row .col-sm-10,
.detail.planetenweg .container .row .col-md-10,
.detail.planetenweg .container .row .col-lg-10,
.detail.planetenweg .container .row .col-xs-11,
.detail.planetenweg .container .row .col-sm-11,
.detail.planetenweg .container .row .col-md-11,
.detail.planetenweg .container .row .col-lg-11,
.detail.planetenweg .container .row .col-xs-12,
.detail.planetenweg .container .row .col-sm-12,
.detail.planetenweg .container .row .col-md-12,
.detail.planetenweg .container .row .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px;
}

.block-audioplayer {
  display: block;
  margin-bottom: 30px;
}
.block-audioplayer .playaudio {
  display: block;
  position: relative;
}
.block-audioplayer .playaudio img.preview {
  width: 100%;
}
.block-audioplayer .playaudio img.playstop {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 40%;
  left: calc(40% + 25px);
  visibility: visible;
  opacity: 1;
  clip-path: polygon(65% 0%, 65% 100%, 0% 100%, 0% 0%);
}
.block-audioplayer audio {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  height: 0px;
  width: 0px;
}

.block-audioplayer:has(audio:playing) .playstop {
  opacity: 1;
  visibility: visible;
  left: calc(40% - 30px);
}
@media (max-width: 440px) {
  .block-audioplayer:has(audio:playing) .playstop {
    left: calc(40% - 15px);
  }
}
.block-audioplayer:has(audio:playing) .playstop {
  clip-path: polygon(100% 0%, 100% 100%, 65% 100%, 65% 0%);
}

.ratemal {
  display: block;
  margin-bottom: 20px;
}
.ratemal .frage {
  display: block;
  background-color: #00a0e1;
  color: white;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer;
}
.ratemal .frage h3 {
  margin-bottom: 0;
}
.ratemal .antwort {
  display: none;
  background-color: white;
  border-radius: 7px;
  padding: 7px 10px;
  color: black;
}
.ratemal.showme .frage {
  display: none;
}
.ratemal.showme .antwort {
  display: block;
}