.clear {
  display: block;
  content: '';
  clear: both;
}
.select-off {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Init */
/* PLEX Normalize */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
}
h1 {
  padding: 0;
  margin: 0;
}
h2 {
  padding: 0;
  margin: 0;
}
h3 {
  padding: 0;
  margin: 0;
}
h4 {
  padding: 0;
  margin: 0;
}
h5 {
  padding: 0;
  margin: 0;
}
h6 {
  padding: 0;
  margin: 0;
}
textarea {
  resize: vertical;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Schriften */
/* Farben */
body {
  font: normal 10px/10px 'Open Sans', sans-serif;
  color: #000000;
  overflow-y: scroll;
  background: #fff;
  padding-top: 204px;
}
@media only screen and (max-width:767px) {
  body {
    padding-top: 100px;
  }
}
body.plexframe-tool {
  padding-top: 288px;
}
@media only screen and (max-width:767px) {
  body.plexframe-tool {
    padding-top: 142px;
  }
}
html,
button,
input,
select,
textarea {
  color: #222;
}
/* Elemente */
#cookie-message-modal-window {
  width: 980px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
  background-color: #bebebe;
  height: 600px;
  z-index: 20000;
  top: 10px;
  display: none;
  visibility: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  min-width: 600px;
}
#cookie-message-modal-window .icon-delete:before,
#cookie-message-modal-window .icon-plus:before {
  color: #000000;
}
#cookie-message-modal-window.modal-window-open {
  visibility: visible;
  display: block;
  position: fixed;
}
@media only screen and (max-width:1236px) {
  #cookie-message-modal-window {
    width: 800px;
  }
}
@media only screen and (max-width:1023px) {
  #cookie-message-modal-window {
    width: 700px;
  }
}
@media only screen and (max-width:767px) {
  #cookie-message-modal-window {
    padding: 0;
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
  }
}
#cookie-message-modal-window .modal-main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  max-height: 100%;
  background: #FFFFFF;
  color: #000000;
  overflow-y: auto !important;
}
#cookie-message-modal-window .modal-main h3 {
  margin-top: 0;
}
@media only screen and (max-width:767px) {
  #cookie-message-modal-window .modal-main {
    float: none;
    position: relative;
    width: 100%;
    padding: 10px;
  }
}
#cookie-message-modal-window .modal-main:after {
  display: block;
  clear: both;
  content: '';
  height: 6px;
}
#cookie-message-modal-window .modal-main .entry {
  margin-bottom: 40px;
}
#cookie-message-modal-window .modal-main .entry .text {
  max-width: none;
  margin: unset;
}
#cookie-message-modal-window .modal-main .entry h4 {
  margin-bottom: 20px;
}
#cookie-message-modal-window .modal-main .entry .right {
  float: right;
  clear: none;
}
#cookie-message-modal-window .modal-main .checkbox-switch {
  position: relative;
  user-select: none;
  padding: 9px 0;
  margin-bottom: 9px;
}
#cookie-message-modal-window .modal-main .checkbox-switch input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}
#cookie-message-modal-window .modal-main .checkbox-switch label::before,
#cookie-message-modal-window .modal-main .checkbox-switch label::after {
  content: '';
  position: absolute;
  right: 0;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 195ms, background-color 195ms, border-color 195ms;
}
#cookie-message-modal-window .modal-main .checkbox-switch label::before {
  background-color: #bebebe;
  width: 48px;
  height: 28px;
  border: 1px solid #000000;
  padding: 0 1px;
}
#cookie-message-modal-window .modal-main .checkbox-switch label::after {
  background-color: #FFFFFF;
  width: 27px;
  height: 27px;
  border: 1px solid #000000;
  transform: translateY(-50%) translateX(-24px);
}
#cookie-message-modal-window .modal-main .checkbox-switch input:checked + label::after {
  background-color: #c7007a;
  border: 1px solid #c7007a;
  transform: translateY(-50%);
  margin-right: 1px;
}
#cookie-message-modal-window .modal-main .checkbox-switch input:checked + label::before {
  background-color: #FFFFFF;
}
#cookie-message-modal-window .modal-main .close-cookie-message,
#cookie-message-modal-window .modal-main .close-modal-window {
  cursor: pointer;
}
#cookie-message-modal-window .modal-main button {
  border: none;
  color: #FFFFFF;
  background-color: #00738e;
  border-radius: 3px;
  padding: 8px 20px;
  margin: 0 5px;
  line-height: 20px;
  font-size: 18px;
  cursor: pointer;
  float: right;
}
#cookie-message-modal-window .modal-main button:hover {
  color: #FFFFFF;
  background-color: #c7007a;
}
#cookie-message {
  z-index: 10001;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f0f0f0;
  border-top: 2px solid #c7007a;
  padding: 16px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
#cookie-message .inner {
  max-width: 1128px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:468px) {
  #cookie-message .inner {
    display: block;
  }
}
#cookie-message .inner .cookie-text {
  padding-right: 16px;
  flex: 3;
}
#cookie-message .inner .cookie-buttons {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#cookie-message .inner .cookie-buttons button {
  flex: 1;
}
@media only screen and (max-width:1023px) {
  #cookie-message .inner .cookie-buttons {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#cookie-message .close-cookie-message,
#cookie-message .accept-all-cookies,
#cookie-message .cookie-settings,
#cookie-message .save-cookie-settings {
  color: #FFFFFF;
  background-color: #00738e;
  border: none;
  border-radius: 3px;
  padding: 8px;
  margin: 5px;
  line-height: 1;
  cursor: pointer;
}
#cookie-message .save-cookie-settings {
  float: right;
}
#cookie-message .close-cookie-message:hover,
#cookie-message .accept-all-cookies:hover,
#cookie-message .cookie-settings:hover,
#cookie-message .save-cookie-settings:hover {
  background-color: #c7007a;
}
#cookie-message a {
  color: #00738e;
}
#cookie-message a:hover {
  text-decoration: underline;
}
#content-wrapper-outer {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  max-width: calc(100% - 32px);
  margin: 42px auto 0;
  position: relative;
}
@media only screen and (max-width:1236px) {
  #content-wrapper-outer {
    padding: 0 16px;
    max-width: 100%;
  }
}
@media only screen and (max-width:468px) {
  #content-wrapper-outer {
    margin: 32px auto 0;
  }
}
#content-wrapper-outer .google-auto-placed {
  border-top: 1px solid #c8c8c8;
  margin: 20px 0 20px !important;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-align: left !important;
}
@media only screen and (max-width:468px) {
  #content-wrapper-outer .google-auto-placed {
    max-width: calc(100vw - 32px) !important;
  }
}
#content-wrapper-outer .google-auto-placed.ap_container {
  border: 0 !important;
  margin: 0 !important;
}
#content-wrapper-outer .google-auto-placed::before {
  content: "Anzeige";
}
#content-wrapper-outer .google-auto-placed.ap_container::before {
  content: unset;
}
#content-wrapper-outer .start-boxes li.entry-item div:first-child.google-auto-placed {
  margin-top: 0 !important;
}
#content-wrapper-outer aside {
  margin: 0;
  width: 334px;
  min-width: 334px;
}
@media only screen and (max-width:1023px) {
  #content-wrapper-outer aside {
    display: none;
  }
}
#content-wrapper-outer aside .start-boxes {
  display: block;
}
#content-wrapper-outer aside .start-boxes li {
  max-width: 100%;
}
@media only screen and (max-width:1440px) {
  #content-wrapper-outer aside .start-boxes li {
    max-width: 100%;
  }
}
@media only screen and (max-width:1236px) {
  #content-wrapper-outer aside .start-boxes li {
    max-width: 100%;
  }
}
@media only screen and (max-width:468px) {
  #content-wrapper-outer aside .start-boxes li {
    max-width: 100%;
  }
}
#content-wrapper-outer aside .start-boxes:hover .picture img {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
#content-wrapper-outer aside .entry-item.type-2 {
  border: 0;
}
#content-wrapper-outer aside .entry-item.type-2 .advertisement {
  margin: 0 0 9px;
  border-top: 1px solid #c8c8c8;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
#content-wrapper-outer aside .entry-item.type-2 .item-text {
  margin-top: 20px;
  padding: 0;
  color: #000000;
}
#content-wrapper-outer aside .entry-item.type-2 .item-text a {
  color: #000000;
}
#content-wrapper-outer aside .entry-item.type-2 .advertisement-inline {
  display: none;
}
.dividing-line {
  height: 10px;
  width: 100%;
  background: linear-gradient(140.11deg, #c7007a 0%, #62D1C1 100%);
  margin: 0 0 9px;
}
.entry {
  position: relative;
  font: normal 18px/1.55em 'Open Sans', sans-serif;
  margin: 0 0 70px;
  color: #000000;
}
.all-events .entry {
  margin: 0;
}
@media only screen and (max-width:468px) {
  .entry {
    margin: 0 0 35px;
  }
}
.entry.accordion.last-entry-type-accordion {
  margin: -70px 0 70px;
}
@media only screen and (max-width:468px) {
  .entry.accordion.last-entry-type-accordion {
    margin: -35px 0 35px;
  }
}
.entry.aside-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .entry.aside-mobile {
    display: block;
  }
}
.start-page .entry,
.search .entry,
.all-articles .entry,
.entry.teaser {
  margin: 0;
}
@media only screen and (max-width:468px) {
  .start-page .entry,
  .search .entry,
  .all-articles .entry,
  .entry.teaser {
    padding: 0;
  }
}
.entry .all-entries-header {
  display: flex;
  font-family: 'Teko', sans-serif;
  font-size: 26px;
  letter-spacing: 1.14px;
  font-weight: 400;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width:468px) {
  .entry .all-entries-header {
    display: block;
  }
  .entry .all-entries-header .order {
    font-size: 20px;
    margin: -16px 0 16px;
  }
}
.entry .all-entries-header a.active {
  font-weight: 600;
  letter-spacing: 0.93px;
}
@media only screen and (max-width:468px) {
  .entry {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
.entry p {
  margin: 0 0 1em 0;
  padding: 0;
}
.entry blockquote {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 5em;
  margin-inline-end: 5em;
}
@media only screen and (max-width:468px) {
  .entry blockquote {
    margin-inline-start: 3em;
    margin-inline-end: 3em;
  }
}
.entry .tag-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.overview-page .entry .tag-list.intro {
  margin-top: 60px;
}
@media only screen and (max-width:468px) {
  .overview-page .entry .tag-list.intro {
    margin-top: 20px;
  }
}
.overview-page .entry .tag-list.intro li {
  padding: 3px 8px 5px;
  border-radius: 20px;
  border: 1px solid #bebebe;
}
.overview-page .entry .tag-list.intro li.active,
.overview-page .entry .tag-list.intro li:hover {
  background-color: #00738e;
}
.overview-page .entry .tag-list.intro li.active a,
.overview-page .entry .tag-list.intro li:hover a {
  color: #FFFFFF;
}
@media only screen and (max-width:468px) {
  .overview-page .entry .tag-list.intro li {
    padding: 0 10px;
  }
}
.overview-page .entry .tag-list.intro li a {
  color: #00738e;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.76px;
  line-height: 25px;
}
@media only screen and (max-width:468px) {
  .overview-page .entry .tag-list.intro li a {
    font-size: 19px;
    line-height: 28px;
  }
}
@media only screen and (max-width:468px) {
  .entry .tag-list {
    font-size: 18px;
    line-height: 24px;
  }
}
.entry .tag-list li {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 12px 12px 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:468px) {
  .entry .tag-list li {
    margin: 0 4px 4px 0;
  }
}
.entry h1,
.entry h1 a {
  display: block;
  font-family: 'Teko', sans-serif;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.93px;
  line-height: 1.2;
  margin: 20px 0 70px;
}
@media only screen and (max-width:468px) {
  .entry h1,
  .entry h1 a {
    font-size: 36px;
    line-height: 1.2;
    margin: 35px 0;
  }
}
.start-page .entry h1,
.start-page .entry h1 a {
  font-size: 42px;
  line-height: 60px;
  margin: 0 0 20px;
}
@media only screen and (max-width:468px) {
  .start-page .entry h1,
  .start-page .entry h1 a {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
}
.all-articles .entry h1,
.all-articles .entry h1 a {
  margin: 0 0 4px 0;
  font-size: 35px;
  line-height: 40px;
}
.entry h2,
.entry h2 a {
  font-style: normal;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
  margin: 24px 0 81px 0;
}
@media only screen and (max-width:468px) {
  .entry h2,
  .entry h2 a {
    font-size: 21px;
    line-height: 30px;
    margin: 12px 0 30px 0;
  }
}
.entry h3,
.entry h3 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  margin: 1em 0;
}
@media only screen and (max-width:468px) {
  .entry h3,
  .entry h3 a {
    font-size: 16px;
    line-height: 23px;
  }
}
.entry h4,
.entry h4 a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  font-style: normal;
  margin: 0.75em 0;
  font-family: 'Open Sans', sans-serif;
}
.entry h5,
.entry h5 a {
  margin: 0.4em 0 0 0;
  font-family: 'Open Sans', sans-serif;
}
.entry h6,
.entry h6 a {
  font-weight: 400;
  margin-bottom: 25px;
}
.entry a {
  color: #000000;
}
.entry .item-info {
  margin: 70px 0 0;
}
.entry .item-info .item-info-entry.magazine {
  background-color: #ff79b8;
  padding: 0 8px;
  border-radius: 10px;
}
@media only screen and (max-width:468px) {
  .entry .item-info {
    margin-top: 20px;
  }
}
.entry .modified {
  font-size: 16px;
  line-height: 20px;
}
.entry .text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.entry .text ul {
  margin: 0 0 28px;
  padding: 0;
  list-style-type: square;
}
.entry .text ul li {
  margin: 0 0 0 20px;
  padding: 0 0 0 5px;
}
.entry .text p {
  padding: 0;
  margin: 0 0 28px;
}
.entry .text p:last-child {
  margin-bottom: 0;
  padding: 0;
}
.entry .text a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #c8c8c8;
}
.entry .text a:hover {
  border-bottom: 1px solid #000000;
}
.all-events .entry .text a {
  border-bottom: unset;
}
.all-events .entry .text a:hover {
  border-bottom: unset;
}
.entry .text h1 a {
  border-bottom: unset;
}
.entry .text h1 a:hover {
  border-bottom: unset;
}
.entry .caption {
  line-height: 1.2;
  font-size: 14px;
  margin-top: 1em;
  display: block;
}
.entry .caption p {
  margin: 0 0 7px 0;
  padding: 0;
}
.entry .caption p:last-child {
  margin-bottom: 0;
}
.entry .pic_text_aside {
  display: flex;
  flex-wrap: wrap;
}
.entry .pic_text_aside.pic_left_floating,
.entry .pic_text_aside.pic_right_floating {
  display: block;
}
.entry .pic_text_aside .picture,
.entry .pic_text_aside .text_aside {
  flex: 1;
}
.entry .pic_text_aside .picture {
  margin-right: 20px;
}
.entry .picture {
  position: relative;
  margin: 0 0 28px 0;
  vertical-align: bottom;
  line-height: 0;
  max-width: 100%;
}
.entry .picture img {
  max-width: 100%;
}
.entry .picture .pcox-addon-slideshow-caption {
  padding: 10px 0;
}
.entry .picture.size_75 {
  max-width: 75%;
}
.entry .picture.size_50 {
  max-width: 50%;
}
.entry .picture.size_25 {
  max-width: 25%;
}
.entry .picture.pic_center {
  margin: 28px auto;
}
.entry .picture.pic-total {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 37.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.entry .picture.float_left {
  margin: 0;
}
.entry .picture.float_right {
  margin: 0;
}
.entry .picture .border {
  border: 1px solid #dadada;
}
.entry .picture.pic_left .pic-container,
.entry .picture.pic_left_floating .pic-container,
.entry .picture.pic_right .pic-container,
.entry .picture.pic_right_floating .pic-container {
  margin-right: 16px;
}
.entry .picture.pic_left_floating {
  float: left;
  z-index: 1;
}
.entry .picture.pic_right_floating {
  float: right;
  z-index: 1;
}
.entry .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry .gallery .gallery-item {
  flex: 0 1 calc((100% - 2 * 28px) / 4);
  text-align: center;
}
.entry .gallery .gallery-item .caption {
  text-align: left;
  margin-top: 8px;
}
.entry .audio {
  margin: 1em 0;
  max-width: 100%;
}
.entry .audio.audios_all .mejs__container.mejs__audio,
.entry .audio.audios_all .mejs-container.mejs__audio {
  min-height: 200px;
}
.entry .audio .mejs__container,
.entry .audio .mejs-container {
  background-color: #bebebe;
  max-width: 100%;
  height: 42px !important;
  border: 2px solid #c7007a;
}
.entry .audio .mejs__container .mejs__controls:not([style*='display: none']),
.entry .audio .mejs-container .mejs__controls:not([style*='display: none']) {
  background: none;
}
.entry .audio .mejs__container.mejs__audio,
.entry .audio .mejs-container.mejs__audio {
  min-height: unset;
}
.entry .audio .mejs__container.mejs__audio .mejs__playlist-layer,
.entry .audio .mejs-container.mejs__audio .mejs__playlist-layer {
  bottom: 70px;
  height: calc(100% - 70px) !important;
  overflow: auto;
  width: 100% !important;
}
.entry .audio .mejs__container .mejs__playlist-selected,
.entry .audio .mejs-container .mejs__playlist-selected,
.entry .audio .mejs__container .mejs-playlist-selected,
.entry .audio .mejs-container .mejs-playlist-selected {
  background-color: #FFFFFF;
  color: #000000;
}
.entry .audio .mejs__container .mejs__playlist-layer,
.entry .audio .mejs-container .mejs__playlist-layer,
.entry .audio .mejs__container .mejs-playlist-layer,
.entry .audio .mejs-container .mejs-playlist-layer {
  background-color: #FFFFFF;
  color: #000000;
}
.entry .audio .mejs__container .mejs__playlist-current,
.entry .audio .mejs-container .mejs__playlist-current,
.entry .audio .mejs__container .mejs-playlist-current,
.entry .audio .mejs-container .mejs-playlist-current {
  padding: 0 16px;
  background-color: #bebebe;
  color: #000000;
}
.entry .audio .mejs__container .mejs__playlist-current.mejs__layer,
.entry .audio .mejs-container .mejs__playlist-current.mejs__layer,
.entry .audio .mejs__container .mejs-playlist-current.mejs__layer,
.entry .audio .mejs-container .mejs-playlist-current.mejs__layer {
  width: 100% !important;
}
.entry .audio .mejs__container .mejs__playlist-current p,
.entry .audio .mejs-container .mejs__playlist-current p,
.entry .audio .mejs__container .mejs-playlist-current p,
.entry .audio .mejs-container .mejs-playlist-current p {
  color: #FFFFFF;
  margin: 0;
}
.entry .embed-media {
  margin: 70px 0;
}
@media only screen and (max-width:468px) {
  .entry .embed-media {
    margin: 24px 0;
  }
}
.entry .video-outer {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.entry .video {
  margin: 32px 0 10px;
  max-width: 100%;
  overflow: hidden;
}
.entry .video:nth-last-child(2) {
  margin-bottom: 0;
}
.entry .video iframe {
  width: 100% !important;
  height: 100%;
  position: absolute;
}
.entry .video .mejs__container {
  background-color: #000000;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
}
.entry .video .mejs__container video {
  width: 100% !important;
  height: 100% !important;
}
.entry .video .mejs__container .mejs__overlay.mejs__layer.mejs__overlay-play {
  height: 100% !important;
}
.entry .video .mejs__container .mejs__poster,
.entry .video .mejs__container .mejs__overlay {
  width: 100% !important;
  height: 100% !important;
}
.entry .video .mejs__container .mejs__controls:not([style*='display: none']) {
  background: #000000;
}
.entry .video .mejs__container .mejs__overlay-button {
  background-image: url('../img/play_button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.entry .file_download {
  margin: 0 0 28px;
}
.entry .file_download a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.entry .entry_links.link-list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.entry .entry_links.link-list .link-list__item {
  margin: 0;
  padding: 0;
}
.entry .entry_links.link-list .link-list__item a {
  border-bottom: 0;
  color: #000000;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  width: 100%;
}
.entry .entry_links.link-list .link-list__item a::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.entry .entry_links.link-list .link-list__item .link-list__link::before {
  width: 35px;
  height: 35px;
  background-image: url('../img/icon_link.svg');
  flex: 0 0 35px;
  margin-right: 12px;
}
.entry .entry_links.link-list .link-list__item .link-list__link--download::before {
  background-image: url('../img/icon_download.svg');
}
.entry a.more-link {
  color: #000000;
  margin: -28px 0 28px;
  display: block;
}
.entry a.more-link:hover {
  color: #00738e;
}
.entry mark {
  color: #000000;
}
.entry .social-payment {
  margin: 60px 0;
}
.entry .social-payment .logo-soliticket-line {
  width: 100%;
  height: 10px;
}
.entry .social-payment .soliticket {
  display: flex;
  cursor: pointer;
  margin: 30px 0;
}
.entry .social-payment .soliticket .soliticket-logo {
  margin-top: 2px;
  margin-right: 20px;
  line-height: 0;
}
.entry .social-payment .soliticket .soliticket-logo img.logo-soliticket {
  width: 120px;
}
.entry .social-payment .soliticket .text h1,
.entry .social-payment .soliticket .text h2,
.entry .social-payment .soliticket .text h3,
.entry .social-payment .soliticket .text h4,
.entry .social-payment .soliticket .text h5,
.entry .social-payment .soliticket .text h6 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: unset;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.entry .social-payment .footer-social-payment {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:468px) {
  .entry .social-payment .footer-social-payment {
    display: block;
  }
}
.entry .social-payment .footer-social-payment .logos-social-payment {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width:468px) {
}
.entry .social-payment .footer-social-payment .logos-social-payment img.logo-paypal {
  height: 34px;
}
.entry .social-payment .footer-social-payment .logos-social-payment img.logo-klarna {
  height: 20px;
}
.entry .social-payment .footer-social-payment .logos-social-payment img:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width:468px) {
  .entry .social-payment .footer-social-payment .logos-social-payment img {
    max-width: 100%;
  }
}
.entry .social-payment .footer-social-payment .close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.entry .social-payment .footer-social-payment .close img {
  margin-left: 10px;
}
.entry .social-payment .social-payment-twingle,
.entry .social-payment .social-payment-paypal,
.entry .social-payment .social-payment-klarna {
  display: none;
}
.search .entry h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  margin: 50px 0;
}
.search .entry .site-search {
  margin: 60px 0 0 0;
}
@media only screen and (max-width:468px) {
  .search .entry .site-search {
    margin: 30px 0 0 0;
  }
}
.search .entry .site-search button.togglebutton {
  border: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  z-index: 2000;
  transform: rotateY(180deg);
}
.search .entry .site-search button.togglebutton svg {
  width: 100%;
  height: 100%;
}
.search .entry .site-search .site-search__form {
  display: flex;
  padding: 0;
  width: 75%;
}
@media only screen and (max-width:600px) {
  .search .entry .site-search .site-search__form {
    display: block;
    width: 100%;
  }
}
.search .entry .site-search .site-search__formfields {
  flex: 1;
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
}
.search .entry .site-search .site-search__input {
  flex: 1;
  order: 1;
  border: 1px solid #000000;
  font-size: 21px;
  padding: 8px;
}
.search .entry .site-search .site-search__label {
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
  transition-property: transform, background-color;
  transform-origin: top left;
  display: inline-block;
  top: 10px;
}
.search .entry .site-search .site-search__label--hovering {
  position: absolute;
}
.search .entry .site-search .site-search__input[value=""]:focus {
  outline: 2px solid rgba(199, 0, 122, 0.8);
}
.search .entry .site-search .site-search__submit {
  background-color: unset;
  border: 0;
  padding: 0;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
}
.search .entry .site-search .site-search__submit:hover .arrow-button,
.search .entry .site-search .site-search__submit:focus .arrow-button {
  filter: brightness(200%);
}
.search .entry .site-search .arrow-button {
  width: 28px;
  height: 28px;
  display: block;
}
.search .entry li.entry {
  position: relative;
  display: flex;
}
.search .entry li.entry a.more-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:468px) {
  .search .entry li.entry {
    display: block;
  }
}
.search .entry li.entry .picture {
  min-width: 200px;
  margin-right: 30px;
}
.search .entry li.entry .text .item-info {
  margin: 0;
}
@media only screen and (max-width:468px) {
  .search .entry li.entry .text .item-info {
    font-size: 17px;
    line-height: 23px;
    margin: 5px 0 16px;
  }
}
.search .entry li.entry .text h2 {
  margin: 0 0 30px;
  text-decoration: none;
}
@media only screen and (max-width:468px) {
  .search .entry li.entry .text h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 16px;
  }
}
.slide-toggle {
  margin-bottom: 64px;
}
.slide-toggle.slide-toggle-picture {
  margin: 0 auto;
}
.slide-toggle.slide-toggle-picture .thumbnail {
  padding: 16px 16px 0 16px;
  line-height: 0;
  text-align: center;
}
.slide-toggle.slide-toggle-picture .thumbnail img {
  max-width: 150px;
}
.slide-toggle.slide-toggle-picture .main-title {
  min-height: 60px;
  padding: 0 0 5px;
  border-bottom: 1px solid #bebebe;
}
@media only screen and (max-width:468px) {
  .slide-toggle.slide-toggle-picture .main-title {
    min-height: 52px;
    padding: 5px 0 0;
  }
}
@media only screen and (max-width:1023px) {
}
@media only screen and (max-width:767px) {
}
.slide-toggle.slide-toggle-picture .main-title h2 {
  width: 100%;
  max-width: 964px;
  margin-top: 0;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 37px;
  font-weight: normal;
  margin-bottom: 0;
}
@media only screen and (max-width:468px) {
  .slide-toggle.slide-toggle-picture .main-title h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
.slide-toggle + .slide-toggle {
  margin-top: -65px;
}
.slide-toggle__head {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-title.slide-toggle__head--list {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #bebebe;
  font-size: 26px;
  line-height: 26px;
  padding: 14px 26px;
  background-color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  border: 1px solid #FFFFFF;
  border-left: 0;
  border-right: 0;
}
@media only screen and (max-width:468px) {
  .main-title.slide-toggle__head--list {
    padding: 10px;
    font-size: 23px;
    line-height: 26px;
  }
}
.slide-toggle__head::after {
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 0;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 25px;
  filter: brightness(130%);
  transition: filter 235ms, transform 235ms;
  transform: rotate(90deg);
}
.no-arrow .slide-toggle__head::after {
  background-image: none;
}
.slide-toggle__head:hover::after {
  filter: brightness(0%);
}
.slide-toggle:not(.slide-toggle--closed) .slide-toggle__head::after {
  transform: rotate(-90deg);
}
.opener:not(.opener--closed).slide-toggle__head::after {
  transform: rotate(-90deg);
}
.slide-toggle__body {
  padding: 60px 0;
  margin-bottom: 26px;
  display: none;
  border-bottom: 1px solid #bebebe;
}
@media only screen and (max-width:468px) {
  .slide-toggle__body {
    padding: 30px 0;
  }
}
.slide-toggle__body .entry {
  margin-bottom: 35px;
}
.slide-toggle__body .entry:last-child {
  margin-bottom: 0;
}
.slide-toggle__body h1,
.slide-toggle__body h2 {
  margin: 0 0 30px;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
}
@media only screen and (max-width:468px) {
  .slide-toggle__body h1,
  .slide-toggle__body h2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px;
  }
}
.highlight {
  background-color: #ff79b8;
}
/* Layout-Elemente */
@media only screen and (max-width:468px) {
}
.start-page li.entry-item,
.content-page li.entry-item,
.overview-page li.entry-item {
  list-style-type: none;
}
@media only screen and (max-width:468px) {
}
.start-page #site-header .hamburger-outer .logo,
.content-page #site-header .hamburger-outer .logo,
.overview-page #site-header .hamburger-outer .logo {
  z-index: 500;
}
.start-page #site-header .hamburger-outer .empty,
.content-page #site-header .hamburger-outer .empty,
.overview-page #site-header .hamburger-outer .empty {
  display: none;
}
.start-page .entry.line-top,
.content-page .entry.line-top,
.overview-page .entry.line-top {
  padding-top: 24px;
  border-top: 2px solid #bebebe;
}
.start-page .entry.line-bottom,
.content-page .entry.line-bottom,
.overview-page .entry.line-bottom {
  border-bottom: 2px solid #bebebe;
}
.start-page .all-entries-area,
.content-page .all-entries-area,
.overview-page .all-entries-area,
.start-page .teaserbox-area,
.content-page .teaserbox-area,
.overview-page .teaserbox-area,
.start-page .width-1128,
.content-page .width-1128,
.overview-page .width-1128 {
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
}
.start-page .all-entries-area .entry,
.content-page .all-entries-area .entry,
.overview-page .all-entries-area .entry,
.start-page .teaserbox-area .entry,
.content-page .teaserbox-area .entry,
.overview-page .teaserbox-area .entry,
.start-page .width-1128 .entry,
.content-page .width-1128 .entry,
.overview-page .width-1128 .entry {
  margin: 0;
  position: relative;
}
.start-page .all-entries-area .index-entry,
.content-page .all-entries-area .index-entry,
.overview-page .all-entries-area .index-entry,
.start-page .teaserbox-area .index-entry,
.content-page .teaserbox-area .index-entry,
.overview-page .teaserbox-area .index-entry,
.start-page .width-1128 .index-entry,
.content-page .width-1128 .index-entry,
.overview-page .width-1128 .index-entry {
  display: flex;
  padding: 20px 0;
  width: 1040px;
  max-width: 100%;
  border-bottom: 1px solid #c8c8c8;
}
.start-page .all-entries-area .index-entry.filter-entries,
.content-page .all-entries-area .index-entry.filter-entries,
.overview-page .all-entries-area .index-entry.filter-entries,
.start-page .teaserbox-area .index-entry.filter-entries,
.content-page .teaserbox-area .index-entry.filter-entries,
.overview-page .teaserbox-area .index-entry.filter-entries,
.start-page .width-1128 .index-entry.filter-entries,
.content-page .width-1128 .index-entry.filter-entries,
.overview-page .width-1128 .index-entry.filter-entries {
  display: block;
  border-bottom: 2px solid #c7007a;
}
.start-page .all-entries-area .index-entry.filter-entries h2,
.content-page .all-entries-area .index-entry.filter-entries h2,
.overview-page .all-entries-area .index-entry.filter-entries h2,
.start-page .teaserbox-area .index-entry.filter-entries h2,
.content-page .teaserbox-area .index-entry.filter-entries h2,
.overview-page .teaserbox-area .index-entry.filter-entries h2,
.start-page .width-1128 .index-entry.filter-entries h2,
.content-page .width-1128 .index-entry.filter-entries h2,
.overview-page .width-1128 .index-entry.filter-entries h2 {
  font-family: 'Teko', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  margin: 24px 0;
}
.start-page .all-entries-area .index-entry.filter-entries form,
.content-page .all-entries-area .index-entry.filter-entries form,
.overview-page .all-entries-area .index-entry.filter-entries form,
.start-page .teaserbox-area .index-entry.filter-entries form,
.content-page .teaserbox-area .index-entry.filter-entries form,
.overview-page .teaserbox-area .index-entry.filter-entries form,
.start-page .width-1128 .index-entry.filter-entries form,
.content-page .width-1128 .index-entry.filter-entries form,
.overview-page .width-1128 .index-entry.filter-entries form {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 24px;
}
.start-page .all-entries-area .index-entry.filter-entries form h2,
.content-page .all-entries-area .index-entry.filter-entries form h2,
.overview-page .all-entries-area .index-entry.filter-entries form h2,
.start-page .teaserbox-area .index-entry.filter-entries form h2,
.content-page .teaserbox-area .index-entry.filter-entries form h2,
.overview-page .teaserbox-area .index-entry.filter-entries form h2,
.start-page .width-1128 .index-entry.filter-entries form h2,
.content-page .width-1128 .index-entry.filter-entries form h2,
.overview-page .width-1128 .index-entry.filter-entries form h2 {
  margin: 0 0 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 34px;
}
.start-page .all-entries-area .index-entry.filter-entries form .selectors,
.content-page .all-entries-area .index-entry.filter-entries form .selectors,
.overview-page .all-entries-area .index-entry.filter-entries form .selectors,
.start-page .teaserbox-area .index-entry.filter-entries form .selectors,
.content-page .teaserbox-area .index-entry.filter-entries form .selectors,
.overview-page .teaserbox-area .index-entry.filter-entries form .selectors,
.start-page .width-1128 .index-entry.filter-entries form .selectors,
.content-page .width-1128 .index-entry.filter-entries form .selectors,
.overview-page .width-1128 .index-entry.filter-entries form .selectors {
  display: flex;
}
.start-page .all-entries-area .index-entry.filter-entries form .selectors input,
.content-page .all-entries-area .index-entry.filter-entries form .selectors input,
.overview-page .all-entries-area .index-entry.filter-entries form .selectors input,
.start-page .teaserbox-area .index-entry.filter-entries form .selectors input,
.content-page .teaserbox-area .index-entry.filter-entries form .selectors input,
.overview-page .teaserbox-area .index-entry.filter-entries form .selectors input,
.start-page .width-1128 .index-entry.filter-entries form .selectors input,
.content-page .width-1128 .index-entry.filter-entries form .selectors input,
.overview-page .width-1128 .index-entry.filter-entries form .selectors input {
  margin-right: 5px;
}
@media only screen and (max-width:468px) {
  .start-page .all-entries-area .index-entry.filter-entries form .selectors > div,
  .content-page .all-entries-area .index-entry.filter-entries form .selectors > div,
  .overview-page .all-entries-area .index-entry.filter-entries form .selectors > div,
  .start-page .teaserbox-area .index-entry.filter-entries form .selectors > div,
  .content-page .teaserbox-area .index-entry.filter-entries form .selectors > div,
  .overview-page .teaserbox-area .index-entry.filter-entries form .selectors > div,
  .start-page .width-1128 .index-entry.filter-entries form .selectors > div,
  .content-page .width-1128 .index-entry.filter-entries form .selectors > div,
  .overview-page .width-1128 .index-entry.filter-entries form .selectors > div {
    margin-right: 20px;
  }
}
.start-page .all-entries-area .index-entry.filter-entries form .selectors.wide,
.content-page .all-entries-area .index-entry.filter-entries form .selectors.wide,
.overview-page .all-entries-area .index-entry.filter-entries form .selectors.wide,
.start-page .teaserbox-area .index-entry.filter-entries form .selectors.wide,
.content-page .teaserbox-area .index-entry.filter-entries form .selectors.wide,
.overview-page .teaserbox-area .index-entry.filter-entries form .selectors.wide,
.start-page .width-1128 .index-entry.filter-entries form .selectors.wide,
.content-page .width-1128 .index-entry.filter-entries form .selectors.wide,
.overview-page .width-1128 .index-entry.filter-entries form .selectors.wide {
  justify-content: space-between;
}
.start-page .all-entries-area .index-entry.filter-entries form .selectors.wide > div,
.content-page .all-entries-area .index-entry.filter-entries form .selectors.wide > div,
.overview-page .all-entries-area .index-entry.filter-entries form .selectors.wide > div,
.start-page .teaserbox-area .index-entry.filter-entries form .selectors.wide > div,
.content-page .teaserbox-area .index-entry.filter-entries form .selectors.wide > div,
.overview-page .teaserbox-area .index-entry.filter-entries form .selectors.wide > div,
.start-page .width-1128 .index-entry.filter-entries form .selectors.wide > div,
.content-page .width-1128 .index-entry.filter-entries form .selectors.wide > div,
.overview-page .width-1128 .index-entry.filter-entries form .selectors.wide > div {
  margin-right: 0;
}
.start-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.content-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.overview-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.start-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.content-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.overview-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.start-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.content-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items,
.overview-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items {
  display: flex;
  flex-wrap: wrap;
}
.start-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.content-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.overview-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.start-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.content-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.overview-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.start-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.content-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
.overview-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item {
  white-space: nowrap;
  margin-right: 20px;
  width: 200px;
}
@media only screen and (max-width:468px) {
  .start-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .content-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .overview-page .all-entries-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .start-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .content-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .overview-page .teaserbox-area .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .start-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .content-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item,
  .overview-page .width-1128 .index-entry.filter-entries form .selectors .category-selector .category-selector-items .category-selector-item {
    width: unset;
  }
}
.start-page .all-entries-area .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.content-page .all-entries-area .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.overview-page .all-entries-area .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.start-page .teaserbox-area .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.content-page .teaserbox-area .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.overview-page .teaserbox-area .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.start-page .width-1128 .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.content-page .width-1128 .index-entry.filter-entries form .selectors .order-selector .order-selector-item,
.overview-page .width-1128 .index-entry.filter-entries form .selectors .order-selector .order-selector-item {
  white-space: nowrap;
}
.start-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item,
.content-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item,
.overview-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item,
.start-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item,
.content-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item,
.overview-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item,
.start-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item,
.content-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item,
.overview-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.start-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.content-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.overview-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.start-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.content-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.overview-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.start-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.content-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption,
.overview-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item .time-selector-item-caption {
  margin-left: 19px;
  width: 40px;
}
.start-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item input,
.content-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item input,
.overview-page .all-entries-area .index-entry.filter-entries form .time-selector-individual-item input,
.start-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item input,
.content-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item input,
.overview-page .teaserbox-area .index-entry.filter-entries form .time-selector-individual-item input,
.start-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item input,
.content-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item input,
.overview-page .width-1128 .index-entry.filter-entries form .time-selector-individual-item input {
  width: 100px;
  font-size: 16px;
  padding: 5px;
  height: 24px;
}
@media only screen and (max-width:468px) {
  .start-page .all-entries-area .index-entry,
  .content-page .all-entries-area .index-entry,
  .overview-page .all-entries-area .index-entry,
  .start-page .teaserbox-area .index-entry,
  .content-page .teaserbox-area .index-entry,
  .overview-page .teaserbox-area .index-entry,
  .start-page .width-1128 .index-entry,
  .content-page .width-1128 .index-entry,
  .overview-page .width-1128 .index-entry {
    display: block;
  }
}
.start-page .all-entries-area .index-entry .picture,
.content-page .all-entries-area .index-entry .picture,
.overview-page .all-entries-area .index-entry .picture,
.start-page .teaserbox-area .index-entry .picture,
.content-page .teaserbox-area .index-entry .picture,
.overview-page .teaserbox-area .index-entry .picture,
.start-page .width-1128 .index-entry .picture,
.content-page .width-1128 .index-entry .picture,
.overview-page .width-1128 .index-entry .picture {
  min-width: 160px;
  margin: 0 60px 0 0;
}
@media only screen and (max-width:767px) {
  .start-page .all-entries-area .index-entry .picture,
  .content-page .all-entries-area .index-entry .picture,
  .overview-page .all-entries-area .index-entry .picture,
  .start-page .teaserbox-area .index-entry .picture,
  .content-page .teaserbox-area .index-entry .picture,
  .overview-page .teaserbox-area .index-entry .picture,
  .start-page .width-1128 .index-entry .picture,
  .content-page .width-1128 .index-entry .picture,
  .overview-page .width-1128 .index-entry .picture {
    min-width: 160px;
    margin: 0 20px 10px 0;
  }
}
.start-page .all-entries-area .index-entry .text .item-info,
.content-page .all-entries-area .index-entry .text .item-info,
.overview-page .all-entries-area .index-entry .text .item-info,
.start-page .teaserbox-area .index-entry .text .item-info,
.content-page .teaserbox-area .index-entry .text .item-info,
.overview-page .teaserbox-area .index-entry .text .item-info,
.start-page .width-1128 .index-entry .text .item-info,
.content-page .width-1128 .index-entry .text .item-info,
.overview-page .width-1128 .index-entry .text .item-info {
  margin: 0;
}
.start-page .all-entries-area .index-entry .text .modified,
.content-page .all-entries-area .index-entry .text .modified,
.overview-page .all-entries-area .index-entry .text .modified,
.start-page .teaserbox-area .index-entry .text .modified,
.content-page .teaserbox-area .index-entry .text .modified,
.overview-page .teaserbox-area .index-entry .text .modified,
.start-page .width-1128 .index-entry .text .modified,
.content-page .width-1128 .index-entry .text .modified,
.overview-page .width-1128 .index-entry .text .modified {
  font-size: 18px;
  line-height: 25px;
}
.start-page .all-entries-area .index-entry .text h2,
.content-page .all-entries-area .index-entry .text h2,
.overview-page .all-entries-area .index-entry .text h2,
.start-page .teaserbox-area .index-entry .text h2,
.content-page .teaserbox-area .index-entry .text h2,
.overview-page .teaserbox-area .index-entry .text h2,
.start-page .width-1128 .index-entry .text h2,
.content-page .width-1128 .index-entry .text h2,
.overview-page .width-1128 .index-entry .text h2 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.82px;
  line-height: 36px;
  margin: 0;
}
.start-page .all-entries-area .artist-link,
.content-page .all-entries-area .artist-link,
.overview-page .all-entries-area .artist-link,
.start-page .teaserbox-area .artist-link,
.content-page .teaserbox-area .artist-link,
.overview-page .teaserbox-area .artist-link,
.start-page .width-1128 .artist-link,
.content-page .width-1128 .artist-link,
.overview-page .width-1128 .artist-link {
  display: flex;
  text-align: right;
  font-weight: bold;
  align-items: center;
  justify-content: flex-end;
}
.start-page .all-entries-area .artist-link:after,
.content-page .all-entries-area .artist-link:after,
.overview-page .all-entries-area .artist-link:after,
.start-page .teaserbox-area .artist-link:after,
.content-page .teaserbox-area .artist-link:after,
.overview-page .teaserbox-area .artist-link:after,
.start-page .width-1128 .artist-link:after,
.content-page .width-1128 .artist-link:after,
.overview-page .width-1128 .artist-link:after {
  margin-left: 50px;
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 0;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 25px;
}
@media only screen and (max-width:468px) {
  .start-page .all-entries-area .artist-link:after,
  .content-page .all-entries-area .artist-link:after,
  .overview-page .all-entries-area .artist-link:after,
  .start-page .teaserbox-area .artist-link:after,
  .content-page .teaserbox-area .artist-link:after,
  .overview-page .teaserbox-area .artist-link:after,
  .start-page .width-1128 .artist-link:after,
  .content-page .width-1128 .artist-link:after,
  .overview-page .width-1128 .artist-link:after {
    margin-left: 10px;
  }
}
.start-page .all-entries-area h1,
.content-page .all-entries-area h1,
.overview-page .all-entries-area h1,
.start-page .teaserbox-area h1,
.content-page .teaserbox-area h1,
.overview-page .teaserbox-area h1,
.start-page .width-1128 h1,
.content-page .width-1128 h1,
.overview-page .width-1128 h1,
.start-page .all-entries-area h1 a,
.content-page .all-entries-area h1 a,
.overview-page .all-entries-area h1 a,
.start-page .teaserbox-area h1 a,
.content-page .teaserbox-area h1 a,
.overview-page .teaserbox-area h1 a,
.start-page .width-1128 h1 a,
.content-page .width-1128 h1 a,
.overview-page .width-1128 h1 a {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 40px;
}
@media only screen and (max-width:468px) {
  .start-page .all-entries-area h1,
  .content-page .all-entries-area h1,
  .overview-page .all-entries-area h1,
  .start-page .teaserbox-area h1,
  .content-page .teaserbox-area h1,
  .overview-page .teaserbox-area h1,
  .start-page .width-1128 h1,
  .content-page .width-1128 h1,
  .overview-page .width-1128 h1,
  .start-page .all-entries-area h1 a,
  .content-page .all-entries-area h1 a,
  .overview-page .all-entries-area h1 a,
  .start-page .teaserbox-area h1 a,
  .content-page .teaserbox-area h1 a,
  .overview-page .teaserbox-area h1 a,
  .start-page .width-1128 h1 a,
  .content-page .width-1128 h1 a,
  .overview-page .width-1128 h1 a {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.14px;
    line-height: 1.2;
  }
}
.start-page .teaserbox-area,
.content-page .teaserbox-area,
.overview-page .teaserbox-area {
  margin-top: -2px;
  padding-top: 60px;
  border-top: 2px solid #bebebe;
  border-bottom: 2px solid #bebebe;
}
.events-page .entry {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 27px;
}
.events-page .entry .event-item {
  padding-bottom: 24px;
  border-bottom: 2px solid #bebebe;
}
.events-page .entry h1,
.events-page .entry h1 a {
  height: 145px;
  text-align: center;
  padding-top: 50px;
  color: #FFFFFF;
  font-family: 'Teko', sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 40px;
  background: linear-gradient(166.72deg, #C7007A 0%, #62D1C1 100%);
  margin-top: 0;
}
.events-page .entry h2,
.events-page .entry h2 a {
  font-family: 'Teko', sans-serif;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 66px;
  padding-bottom: 5px;
  border-bottom: 2px solid #bebebe;
  margin: 72px 0 24px;
}
.categories-page .entry h2,
.categories-page .entry h2 a {
  margin-bottom: 30px;
}
.categories-page .entry ul li {
  border-bottom: 1px solid #bebebe;
  margin: 8px 0 0;
  padding-bottom: 8px;
}
.categories-page .entry ul li:last-child {
  border-bottom: 0;
}
#site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
  background: #FFF;
  height: 225px;
  transition: 500ms height;
}
.scrolled #site-header {
  height: 90px;
}
@media only screen and (max-width:767px) {
  .scrolled #site-header {
    height: 78px;
  }
}
.scrolled.up #site-header {
  height: 158px;
}
@media only screen and (max-width:767px) {
  .scrolled.up #site-header {
    height: 110px;
  }
}
.plexframe-tool #site-header {
  top: 42px;
}
@media only screen and (max-width:767px) {
  .plexframe-tool #site-header {
    top: 48px;
  }
}
@media only screen and (max-width:767px) {
  #site-header {
    height: unset;
  }
}
#site-header:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
#site-header .site-header__layer {
  position: absolute;
  z-index: 1000;
  top: 44px;
  right: 0;
  width: 350px;
  height: 80px;
  border: 1px solid #c7007a;
  background-color: #FFFFFF;
  padding: 16px;
  transition-property: transform, opacity;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 0 32px 32px rgba(0, 0, 0, 0.1), 0 64px 64px rgba(0, 0, 0, 0.1);
}
.scrolled #site-header .site-header__layer {
  top: 0;
}
.scrolled.up #site-header .site-header__layer {
  top: 12px;
}
@media only screen and (max-width:767px) {
  #site-header .site-header__layer {
    height: 55px;
    width: 100%;
    top: 66px;
  }
  .scrolled #site-header .site-header__layer {
    top: 66px;
  }
  .scrolled.up #site-header .site-header__layer {
    top: 66px;
  }
}
#site-header .site-header__layer--hidden {
  transform: translateY(-100%) translateY(-48px);
  opacity: 0;
}
#site-header #scroll-line {
  z-index: 200;
  position: fixed;
  height: 4px;
  top: 208px;
  transition: 500ms top;
  background-color: #2fc5ac;
}
.scrolled #site-header #scroll-line {
  top: 74px;
}
.scrolled.up #site-header #scroll-line {
  top: 135px;
}
@media only screen and (max-width:767px) {
  #site-header #scroll-line {
    top: 66px;
  }
  .scrolled #site-header #scroll-line {
    top: 66px;
  }
  .scrolled.up #site-header #scroll-line {
    top: 106px;
  }
}
.plexframe-tool #site-header #scroll-line {
  top: 248px;
}
@media only screen and (max-width:767px) {
  .plexframe-tool #site-header #scroll-line {
    top: 142px;
  }
}
.plexframe-tool.scrolled #site-header #scroll-line {
  top: 114px;
}
@media only screen and (max-width:767px) {
  .plexframe-tool.scrolled #site-header #scroll-line {
    top: 114px;
  }
}
.plexframe-tool.scrolled.up #site-header #scroll-line {
  top: 114px;
}
@media only screen and (max-width:767px) {
  .plexframe-tool.scrolled.up #site-header #scroll-line {
    top: 114px;
  }
}
#site-header .hamburger-outer {
  z-index: 250;
  display: flex;
  justify-content: space-between;
  height: 162px;
  position: absolute;
  top: 0;
  transition: 500ms height, 500ms display;
  width: 100%;
}
.scrolled #site-header .hamburger-outer {
  height: 90px;
}
@media only screen and (max-width:767px) {
  .scrolled #site-header .hamburger-outer {
    height: unset;
  }
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer {
    height: unset;
  }
}
#site-header .hamburger-outer .logo {
  position: absolute;
  left: calc(50% - 81px);
  height: 162px;
  width: 162px;
  top: 0;
  transition: 500ms height, 500ms top, 500ms left;
  margin: 0 auto;
}
.scrolled #site-header .hamburger-outer .logo {
  top: 0;
  left: calc(50% - 37px);
  height: 74px;
  width: 74px;
  z-index: 100;
}
.scrolled.up #site-header .hamburger-outer .logo {
  top: 0;
  left: calc(50% - 50px);
  height: 100px;
  width: 100px;
  z-index: 100;
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .logo {
    z-index: 100;
    height: 66px;
    width: 66px;
    left: calc(50% - 33px);
    margin: 0 auto;
  }
  .scrolled #site-header .hamburger-outer .logo,
  .scrolled.up #site-header .hamburger-outer .logo {
    z-index: 100;
    top: 0;
    height: 66px;
    width: 66px;
    left: calc(50% - 33px);
  }
}
#site-header .hamburger-outer .logo img {
  height: 100%;
}
#site-header .hamburger-outer .title-chapter-search {
  display: flex;
  margin-top: 52px;
  z-index: 101;
  transition: 500ms margin-top;
}
@media only screen and (max-width:1023px) {
  #site-header .hamburger-outer .title-chapter-search {
    margin-top: 48px;
  }
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .title-chapter-search {
    margin-top: 30px;
    height: 50px;
  }
}
.scrolled #site-header .hamburger-outer .title-chapter-search {
  margin-top: 8px;
}
@media only screen and (max-width:1023px) {
  .scrolled #site-header .hamburger-outer .title-chapter-search {
    margin-top: 0;
  }
}
.scrolled.up #site-header .hamburger-outer .title-chapter-search {
  margin-top: 20px;
}
@media only screen and (max-width:1023px) {
  .scrolled.up #site-header .hamburger-outer .title-chapter-search {
    margin-top: 0;
  }
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .title-chapter-search {
    margin-top: 0;
  }
  .scrolled #site-header .hamburger-outer .title-chapter-search,
  .scrolled.up #site-header .hamburger-outer .title-chapter-search {
    margin-top: 0;
  }
}
#site-header .hamburger-outer .title-chapter-search .title-chapter {
  display: none;
  padding-top: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
#site-header .hamburger-outer .title-chapter-search .title-chapter .highlight {
  background-color: unset;
}
#site-header .hamburger-outer .title-chapter-search .title-chapter a,
#site-header .hamburger-outer .title-chapter-search .title-chapter .separator {
  color: #000000;
  margin-right: 10px;
}
#site-header .hamburger-outer .title-chapter-search .title-chapter .title {
  font-weight: bold;
}
#site-header .hamburger-outer .title-chapter-search .title-chapter h1,
#site-header .hamburger-outer .title-chapter-search .title-chapter h2,
#site-header .hamburger-outer .title-chapter-search .title-chapter h3,
#site-header .hamburger-outer .title-chapter-search .title-chapter h4,
#site-header .hamburger-outer .title-chapter-search .title-chapter h5,
#site-header .hamburger-outer .title-chapter-search .title-chapter h6 {
  font-size: 18px;
  line-height: 24px;
}
.up #site-header .hamburger-outer .title-chapter-search .title-chapter {
  display: none;
}
.up #site-header .hamburger-outer .title-chapter-search .title-chapter.show {
  display: none;
  margin-top: 10px;
  margin-right: 66px;
}
@media only screen and (max-width:1440px) {
  .up #site-header .hamburger-outer .title-chapter-search .title-chapter.show {
    display: none;
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search {
  width: 30px;
  margin: 15px 23px 0 0;
}
@media only screen and (max-width:1023px) {
  #site-header .hamburger-outer .title-chapter-search .site-search {
    width: 30px;
    margin: 20px 16px 0 0;
  }
}
@media only screen and (max-width:600px) {
  #site-header .hamburger-outer .title-chapter-search .site-search {
    width: 26px;
    margin: 21px 16px 0 0;
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search button.togglebutton {
  border: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  z-index: 2000;
  transform: rotateY(180deg);
}
#site-header .hamburger-outer .title-chapter-search .site-search button.togglebutton svg {
  width: 100%;
  height: 100%;
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__form {
  display: flex;
  padding: 0;
}
@media only screen and (max-width:600px) {
  #site-header .hamburger-outer .title-chapter-search .site-search .site-search__form {
    display: block;
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__formfields {
  flex: 1;
  display: flex;
  position: relative;
  height: 78px;
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .title-chapter-search .site-search .site-search__formfields {
    height: 53px;
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__input {
  flex: 1;
  order: 1;
  font-size: 21px;
  padding: 20px;
  border: 0;
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__label {
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
  transition-property: transform, background-color;
  transform-origin: top left;
  display: inline-block;
  top: 17px;
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .title-chapter-search .site-search .site-search__label {
    top: 5px;
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  outline: 1px solid rgba(199, 0, 122, 0.8);
  outline-offset: -1px;
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__input:focus {
  border: 0;
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__label--hovering {
  position: absolute;
  font-size: 21px;
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__input:focus + .site-search__label--hovering,
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__input:not([value=""]) + .site-search__label--hovering {
  display: none;
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit {
  background-color: unset;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 22px;
  width: 34px;
  outline: none;
  transform: rotateY(180deg);
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit {
    top: 11px;
    right: 14px;
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit svg {
    display: none;
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit img {
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit img {
    display: block;
    transform: rotateY(180deg);
  }
}
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit:hover .arrow-button,
#site-header .hamburger-outer .title-chapter-search .site-search .site-search__submit:focus .arrow-button {
  filter: brightness(200%);
}
#site-header .hamburger-outer .title-chapter-search .site-search .arrow-button {
  width: 28px;
  height: 28px;
  display: block;
}
#site-header .hamburger-outer .title-chapter-search .site-search .arrow-button--right {
  transform: rotate(-90deg);
}
#site-header .hamburger-outer .actions-list {
  margin: 0 0 0 -54px;
}
#site-header .hamburger-outer .actions-list .caption {
  display: none;
}
#site-header .hamburger-outer .actions-list.opened .caption {
  display: block;
}
#site-header .hamburger-outer .actions-list.opened .actions-list__item.share {
  border: 2px solid #c7007a;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .actions-list.opened .actions-list__item.share {
    width: unset;
  }
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .actions-list.opened .actions-list__item.share {
    border: 2px solid transparent;
    background-color: unset;
    box-shadow: unset;
  }
}
#site-header .hamburger-outer .actions-list .actions-list__item {
  position: relative;
  margin-left: 16px;
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .actions-list .actions-list__item {
    margin-right: 10px;
  }
}
#site-header .hamburger-outer .actions-list .actions-list__item.share {
  border: 2px solid transparent;
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .actions-list .actions-list__item.share {
    height: 10px;
    width: 10px;
  }
}
#site-header .hamburger-outer .actions-list .actions-list__item .caption {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-right: 10px;
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .actions-list .actions-list__item .caption {
    display: none;
  }
}
#site-header .hamburger-outer .actions-list .actions-list__link {
  display: flex;
  margin-right: 20px;
  padding-top: 12px;
  text-decoration: none;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width:1023px) {
  #site-header .hamburger-outer .actions-list .actions-list__link {
    padding-top: 16px;
  }
}
@media only screen and (max-width:600px) {
  #site-header .hamburger-outer .actions-list .actions-list__link {
    padding-top: 18px;
    margin-right: 5px;
  }
}
#site-header .hamburger-outer .actions-list .actions-list__share_image {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width:600px) {
  #site-header .hamburger-outer .actions-list .actions-list__share_image {
    width: 26px;
    height: 26px;
  }
}
#site-header .hamburger-outer .actions-list .actions-list__image {
  width: 46px;
  height: 46px;
  display: block;
}
#site-header .hamburger-outer .actions-list .actions-list__image:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#site-header .hamburger-outer .actions-list .share-list {
  z-index: 10;
  display: flex;
  width: 100%;
  background-color: rgba(210, 210, 210, 0.9);
  margin-top: 22px;
  list-style-type: none;
  padding: 8px 16px;
  transition-property: transform, opacity;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 0 32px 32px rgba(0, 0, 0, 0.1), 0 64px 64px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .actions-list .share-list {
    margin-top: 11px;
    border: 2px solid #c7007a;
    background-color: #FFFFFF;
    padding: 5px 10px;
  }
}
#site-header .hamburger-outer .actions-list .share-list a {
  width: 48px;
  height: 48px;
  font-size: 24px;
  display: flex;
  background-color: #000000;
  border-radius: 100%;
  padding: 6px;
  color: #f0f0f0;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width:468px) {
  #site-header .hamburger-outer .actions-list .share-list a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
#site-header .hamburger-outer .actions-list .share-list a:hover {
  background-color: #c7007a;
}
#site-header .hamburger-outer .actions-list .share-list li:not(:last-child) {
  margin-right: 8px;
}
#site-header .hamburger-outer .actions-list .share-list ul {
  list-style-type: none;
  display: flex;
}
#site-header .hamburger-outer .actions-list .share-list img {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
@media only screen and (max-width:767px) {
  #site-header .hamburger-outer .actions-list .share-list img {
    margin-right: 0;
  }
}
#site-header .hamburger-outer .actions-list .share-list a:hover img {
  opacity: 0.7;
}
#site-header .hamburger-outer .actions-list .share-list--hidden {
  transform: translateY(-120px);
  opacity: 0;
  left: -99999px;
  right: auto;
}
#site-header .hamburger-outer .actions-list .share-list__link {
  padding: 0 3px;
  display: block;
  color: #c7007a;
  text-decoration: none;
}
#site-header > .site-nav-0 {
  z-index: 10;
  position: absolute;
  top: 162px;
  height: 50px;
  width: 900px;
  left: calc(50% - 450px);
  transition: 500ms top;
  padding: 8px 0 23px;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width:1023px) {
  #site-header > .site-nav-0 {
    width: calc(100% - 100px);
    left: 50px;
  }
}
.scrolled #site-header > .site-nav-0 {
  top: -50px;
}
.scrolled.up #site-header > .site-nav-0 {
  top: 92px;
}
@media only screen and (max-width:767px) {
  #site-header > .site-nav-0 {
    width: calc(100% - 20px);
    left: 10px;
    z-index: 240;
    top: 65px;
  }
  .scrolled.up #site-header > .site-nav-0 {
    top: 65px;
  }
}
#site-header > .site-nav-0 .nav-0-flickity {
  display: block;
  min-height: 45px;
  width: 900px;
  max-width: 100%;
}
@media only screen and (max-width:1236px) {
  #site-header > .site-nav-0 .nav-0-flickity {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width:767px) {
  #site-header > .site-nav-0 .nav-0-flickity {
    width: calc(100% - 60px);
  }
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button {
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button svg {
  display: none;
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button:after {
  content: '';
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0) 50px);
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.previous {
  top: 3px;
  left: -50px;
  right: unset;
  transform: rotateY(180deg);
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.previous:after {
  left: -70px;
}
@media only screen and (max-width:767px) {
  #site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.previous {
    left: -25px;
  }
  #site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.previous:after {
    left: -48px;
  }
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.next {
  top: 15px;
  right: -50px;
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.next:after {
  right: 50px;
}
@media only screen and (max-width:767px) {
  #site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.next {
    right: -25px;
  }
  #site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button.next:after {
    right: 25px;
  }
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-prev-next-button:disabled {
  opacity: 0;
}
#site-header > .site-nav-0 .nav-0-flickity .flickity-viewport {
  height: 45px !important;
}
#site-header > .site-nav-0 .nav-main-level1 {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width:767px) {
  #site-header > .site-nav-0 .nav-main-level1 {
    margin: 0 16px;
  }
}
#site-header > .site-nav-0 .nav-main-level1 li {
  margin: 0 16px;
}
@media only screen and (max-width:767px) {
}
#site-header > .site-nav-0 .nav-main-level1 li a {
  color: #000000;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.3px;
  white-space: nowrap;
}
#site-header > .site-nav-0 .nav-main-level1 li a.active,
#site-header > .site-nav-0 .nav-main-level1 li a:hover {
  border-bottom: 4px solid #2fc5ac;
}
@media only screen and (max-width:600px) {
  #site-header > .site-nav-0 .nav-main-level1 li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 186.667% */
    letter-spacing: -0.225px;
  }
  #site-header > .site-nav-0 .nav-main-level1 li a.active,
  #site-header > .site-nav-0 .nav-main-level1 li a:hover {
    border-bottom: 1px solid #2fc5ac;
  }
}
#claim {
  margin: 24px auto 0;
  padding-top: 7px;
  width: 1440px;
  max-width: 100%;
  background-color: #c7007a;
  color: #FFFFFF;
  min-height: 45px;
  display: flex;
  font-family: 'Teko', sans-serif;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  #claim {
    display: block;
    padding-top: 4px;
  }
}
#claim .claim1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.875;
  letter-spacing: 0.64px;
  margin-right: 15px;
}
@media only screen and (max-width:767px) {
  #claim .claim1 {
    margin-right: unset;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.36px;
  }
}
#claim .claim2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 0.82353;
  letter-spacing: 0.68px;
}
@media only screen and (max-width:767px) {
  #claim .claim2 {
    margin-right: unset;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
  }
}
#site-logo {
  padding: 24px 0 0;
  margin-bottom: 37px;
  display: flex;
  justify-content: space-around;
}
#site-logo img {
  display: block;
  margin: 0 auto;
  max-width: 125px;
  max-height: 121px;
}
#content-wrapper {
  padding: 0 24px 0 0;
  max-width: 1090px;
  width: 100%;
}
@media only screen and (max-width:1023px) {
  #content-wrapper {
    padding: 0;
  }
}
#content {
  margin: 0 auto;
  min-height: 500px;
  background: #FFF;
  font: normal 16px/21px 'Open Sans', sans-serif;
}
.content-page #content {
  max-width: 100%;
}
#content iframe {
  max-width: 100%;
}
#site-footer {
  background: #00738e;
  margin-top: 28px;
}
#site-footer .site-footer-support-outer {
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width:1023px) {
  #site-footer .site-footer-support-outer .site-footer-inner {
    display: block;
  }
}
#site-footer .site-footer-inner {
  padding: 0 16px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#site-footer .site-footer-inner .logos {
  display: flex;
  flex-wrap: nowrap;
}
#site-footer .site-footer-inner .logos img {
  width: 98px;
  margin-right: 30px;
}
#site-footer .site-footer-inner .support,
#site-footer .site-footer-inner .pinkdot {
  padding: 24px 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .support,
  #site-footer .site-footer-inner .pinkdot {
    padding: 16px 0;
  }
}
#site-footer .site-footer-inner .pinkdot {
  text-align: right;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .pinkdot {
    text-align: left;
  }
}
#site-footer .site-footer-inner .pinkdot .logos-support {
  justify-content: flex-end;
  margin: 15px 0 0;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .pinkdot .logos-support {
    display: flex;
  }
}
#site-footer .site-footer-inner .logos-support {
  margin-top: 30px;
  display: flex;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .logos-support {
    margin-top: 16px;
    justify-content: space-between;
  }
}
#site-footer .site-footer-inner .logos-support img.logo1 {
  width: 230px;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .logos-support img.logo1 {
    width: 140px;
  }
}
#site-footer .site-footer-inner .logos-support img.logo2 {
  width: 384px;
}
@media only screen and (max-width:767px) {
  #site-footer .site-footer-inner .logos-support img.logo2 {
    width: 356px;
  }
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .logos-support img.logo2 {
    width: 184px;
  }
}
#site-footer .site-footer-inner .logos-support img.logo3 {
  width: 98px;
  align-self: flex-end;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .logos-support img.logo3 {
    width: 64px;
  }
}
#site-footer .site-footer-inner .logos-support img:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-inner .logos-support img:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width:1236px) {
  #site-footer .site-footer-inner {
    padding: 0 16px;
  }
}
#site-footer .logo-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 0;
}
#site-footer .logo-social .social-buttons a {
  width: 48px;
  height: 48px;
  background-color: #000000;
  border-radius: 100%;
  padding: 6px;
  color: #f0f0f0;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  #site-footer .logo-social .social-buttons a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
#site-footer .logo-social .social-buttons a:hover {
  background-color: #c7007a;
}
#site-footer .logo-social .social-buttons li:not(:last-child) {
  margin-right: 8px;
}
#site-footer .logo-social .social-buttons ul {
  list-style-type: none;
  display: flex;
}
#site-footer .logo-social .social-buttons img {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
@media only screen and (max-width:767px) {
  #site-footer .logo-social .social-buttons img {
    margin-right: 0;
  }
}
#site-footer .logo-social .social-buttons a:hover img {
  opacity: 0.7;
}
#site-footer .site-footer-sponsors {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 100px 0 40px;
  width: 100%;
}
#site-footer .site-footer-sponsors .content-area {
  max-width: unset;
  margin: 0;
}
#site-footer .site-footer-sponsors .site-footer-sponsors-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width:1023px) {
  #site-footer .site-footer-sponsors .site-footer-sponsors-inner {
    display: block;
  }
}
#site-footer .site-footer-sponsors .site-footer-sponsors-inner .entry:nth-child(even) {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
#site-footer .site-footer-sponsors .site-footer-sponsors-inner .entry:nth-child(even) .text {
  margin: 0 0 15px;
  text-align: right;
}
#site-footer .site-footer-sponsors .site-footer-sponsors-inner .entry:nth-child(even) .picture {
  display: flex;
  justify-content: flex-end;
}
#site-footer .site-footer-sponsors .site-footer-sponsors-inner .entry:nth-child(even) .picture .pic-container {
  margin-right: 0;
}
#site-footer .site-footer-sponsors .site-footer-sponsors-inner .entry:nth-child(even) .picture .pic-container img {
  height: 100px !important;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-sponsors .site-footer-sponsors-inner .entry:nth-child(even) .picture .pic-container img {
    height: unset !important;
  }
}
#site-footer .site-footer-sponsors .entry .text {
  max-width: unset;
  margin: 0 0 30px;
}
#site-footer .site-footer-sponsors .entry {
  display: flex;
  flex-wrap: wrap;
}
#site-footer .site-footer-sponsors .entry .text {
  width: unset;
  max-width: unset;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
#site-footer .site-footer-sponsors .entry .picture {
  display: flex;
  flex-wrap: wrap;
}
#site-footer .site-footer-sponsors .entry .picture .pic-container {
  display: inline-block;
  max-width: 100%;
  margin-right: 50px;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-sponsors .entry .picture .pic-container {
    margin-right: 0;
  }
}
#site-footer .site-footer-sponsors .entry .picture .pic-container:last-child {
  margin-right: 0;
}
#site-footer .site-footer-sponsors .entry .picture .pic-container:last-child img {
  min-height: 60px !important;
}
#site-footer .site-footer-sponsors .entry .picture img {
  height: 75px !important;
  max-width: 100% !important;
  width: unset;
}
@media only screen and (max-width:468px) {
  #site-footer .site-footer-sponsors .entry .picture img {
    height: 100px !important;
  }
}
#site-footer .site-footer-sponsors .plexframe-entry-new {
  background-color: rgba(255, 255, 255, 0.5);
}
#user-menu-button {
  display: block;
  align-self: flex-start;
  width: 40px;
  max-width: 40px;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 68px 23px;
  transition-duration: 500ms;
  transition-property: width, height, padding, background-color, margin;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  background: transparent;
  cursor: pointer;
  z-index: 15;
  flex: 0 1 48px;
}
.scrolled #user-menu-button {
  margin: 23px;
}
.scrolled.up #user-menu-button {
  margin: 36px 23px;
}
@media only screen and (max-width:767px) {
  #user-menu-button {
    width: 32px;
    margin: 21px 0 0 16px;
  }
  .scrolled #user-menu-button,
  .scrolled.up #user-menu-button {
    margin: 21px 0 0 16px;
  }
}
@media only screen and (max-width:600px) {
  #user-menu-button {
    width: 30px;
    max-width: 30px;
  }
}
#user-menu-button span {
  display: block;
  height: 4px;
  background: #000000;
  margin: 0 auto 9px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(240, 240, 240, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(240, 240, 240, 0.5);
  position: relative;
  transition: 500ms transform, 250ms opacity 150ms;
  transform-origin: top;
}
@media only screen and (max-width:600px) {
  #user-menu-button span {
    margin: 0 auto 6px;
    height: 3px;
  }
}
/* Navis */
#site-nav-hamburger {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 500;
  display: none;
  position: fixed;
  top: 0;
  padding: 0;
  height: 100vh;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #00738e;
  margin-top: 0;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger {
    width: 100%;
  }
}
.plexframe-tool #site-nav-hamburger {
  margin-top: 42px;
}
@media only screen and (max-width:468px) {
  .plexframe-tool #site-nav-hamburger {
    margin-top: 48px;
  }
}
#site-nav-hamburger .close-site-nav-hamburger {
  margin: 23px 0 0 23px;
  cursor: pointer;
  width: 33px;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .close-site-nav-hamburger {
    margin: 14px 0 0 14px;
    width: 27px;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner {
  margin: 60px 12px 23px 60px;
  display: flex;
  overflow: auto;
  height: calc(100vh - 150px);
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner {
    margin: 14px 0 60px 14px;
    padding: 0 14px 0 0;
  }
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner {
    height: calc(100vh - 80px);
  }
}
#site-nav-hamburger .site-nav-hamburger-inner::-webkit-scrollbar {
  width: 10px;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner::-webkit-scrollbar {
    width: 0;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner::-webkit-scrollbar-thumb {
  background-color: rgba(210, 210, 210, 0.9);
  width: 10px;
  min-height: 20px;
  max-height: 50px;
  border-radius: 10px;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner::-webkit-scrollbar-thumb {
    width: 0;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner::-moz-scrollbar {
  width: 6px;
}
#site-nav-hamburger .site-nav-hamburger-inner::-moz-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#site-nav-hamburger .site-nav-hamburger-inner::-moz-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation {
  width: 330px;
  padding-right: 23px;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation li {
  position: relative;
  margin: 0;
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation li a {
  font-size: 25px;
  line-height: 45px;
  display: block;
  padding: 0 0 5px;
  font-weight: bold;
  color: #FFFFFF;
  transition: 200ms background-color;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation li a {
    font-size: 22px;
    line-height: 38px;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation li a:empty {
  display: none;
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation li a.active,
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation li a:hover {
  color: #2fc5ac;
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation li.nav2 a {
  font-weight: normal;
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .pcox-page-element {
  color: #FFFFFF !important;
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-tags {
  display: none;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-tags {
    display: flex;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px 0 12px;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-tags .site-nav-hamburger-inner-tagcloud {
    display: flex;
    padding: 0;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-tags .site-nav-hamburger-inner-tagcloud-opener {
    display: flex;
    margin-left: 5px;
    margin-bottom: 3px;
    align-items: center;
    cursor: pointer;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-0 {
  display: none;
}
@media only screen and (max-width:767px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-0 {
    display: block;
    margin-bottom: 60px;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-0 ul li a {
    font-weight: normal;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-2 {
  margin-top: 60px;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-navigation .site-nav-hamburger-inner-navigation-2 {
    margin-top: 0;
  }
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner #site-nav-hamburger-inner-tags.site-nav-hamburger-inner-tagcloud {
    display: none;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud {
  border-left: 1px solid #000000;
  padding: 0 23px;
  width: 420px;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud {
    max-height: 74px;
    padding: 20px 0;
    display: none;
    border-left: 0;
  }
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active {
    max-height: unset;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active::-webkit-scrollbar {
    width: 10px;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active::-webkit-scrollbar-thumb {
    background-color: rgba(210, 210, 210, 0.9);
    width: 10px;
    min-height: 20px;
    max-height: 50px;
    border-radius: 10px;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active::-moz-scrollbar {
    width: 6px;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active::-moz-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width:468px) and only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (max-width:468px) and only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud.active::-webkit-scrollbar-thumb {
    width: 0;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud a {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #005569;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 6px 6px 0;
  padding: 4px 10px  6px;
}
@media only screen and (max-width:468px) {
  #site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud a {
    font-size: 19px;
    line-height: 19px;
  }
}
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud a.active,
#site-nav-hamburger .site-nav-hamburger-inner .site-nav-hamburger-inner-tagcloud a:hover {
  background-color: #005569;
  color: #2fc5ac;
}
#site-language-nav {
  position: absolute;
  right: 10px;
  top: 10px;
}
#site-language-nav:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
#site-language-nav li {
  float: left;
  margin-right: 10px;
}
#site-language-nav li a {
  font: normal 14px/21px 'Open Sans', sans-serif;
  color: #000000;
}
#site-language-nav li a:hover,
#site-language-nav li a.active {
  color: #FFFFFF;
}
#site-language-nav ul:after {
  clear: both;
  content: '';
  display: block;
}
#site-footer-nav {
  display: flex;
  padding: 24px 0;
}
#site-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width:1023px) {
}
#site-footer-nav li {
  margin-right: 28px;
}
#site-footer-nav li a {
  font: 700 22px/35px 'Open Sans', sans-serif;
  color: #FFFFFF;
  display: inline-block;
}
@media only screen and (max-width:468px) {
  #site-footer-nav li a {
    font-size: 14px;
    line-height: 22px;
  }
}
#site-footer-nav li a:hover,
#site-footer-nav li a.active {
  color: #2fc5ac;
}
#site-footer-nav ul:after {
  clear: both;
  content: '';
  display: block;
}
.hero-slider {
  display: flex;
  padding: 0;
  max-width: 1440px;
  padding-bottom: 50%;
  margin: 0 auto 60px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}
.overview-page .hero-slider {
  height: 50vh;
}
@media only screen and (max-width:767px) {
}
.overview-page.plexframe-tool .hero-slider {
  height: unset;
  padding-bottom: 51.43%;
}
@media only screen and (max-width:767px) {
  .overview-page.plexframe-tool .hero-slider {
    height: calc(50vh - 48px);
  }
}
.hero-slider .hero-images {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-slider .hero-images .hero-image,
.hero-slider .hero-images h1,
.hero-slider .hero-images h2,
.hero-slider .hero-images h3,
.hero-slider .hero-images h4,
.hero-slider .hero-images h5,
.hero-slider .hero-images h6 {
  flex: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'Teko', sans-serif;
  font-size: 62px;
  line-height: 1.07em;
  text-shadow: 2px 2px 4px 0 #4F4F4F;
  font-weight: 500;
  letter-spacing: 1.77px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview-page .hero-slider .hero-images .hero-image,
.overview-page .hero-slider .hero-images h1,
.overview-page .hero-slider .hero-images h2,
.overview-page .hero-slider .hero-images h3,
.overview-page .hero-slider .hero-images h4,
.overview-page .hero-slider .hero-images h5,
.overview-page .hero-slider .hero-images h6 {
  font-size: 190px;
  line-height: 160px;
  font-weight: 500;
  letter-spacing: 5.43px;
}
.overview-page .hero-slider .hero-images .hero-image .highlight,
.overview-page .hero-slider .hero-images h1 .highlight,
.overview-page .hero-slider .hero-images h2 .highlight,
.overview-page .hero-slider .hero-images h3 .highlight,
.overview-page .hero-slider .hero-images h4 .highlight,
.overview-page .hero-slider .hero-images h5 .highlight,
.overview-page .hero-slider .hero-images h6 .highlight {
  line-height: 190px;
}
@media only screen and (max-width:1236px) {
  .overview-page .hero-slider .hero-images .hero-image,
  .overview-page .hero-slider .hero-images h1,
  .overview-page .hero-slider .hero-images h2,
  .overview-page .hero-slider .hero-images h3,
  .overview-page .hero-slider .hero-images h4,
  .overview-page .hero-slider .hero-images h5,
  .overview-page .hero-slider .hero-images h6 {
    font-size: 95px;
    line-height: 80px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width:767px) {
  .overview-page .hero-slider .hero-images .hero-image,
  .overview-page .hero-slider .hero-images h1,
  .overview-page .hero-slider .hero-images h2,
  .overview-page .hero-slider .hero-images h3,
  .overview-page .hero-slider .hero-images h4,
  .overview-page .hero-slider .hero-images h5,
  .overview-page .hero-slider .hero-images h6 {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width:468px) {
  .hero-slider .hero-images .hero-image,
  .hero-slider .hero-images h1,
  .hero-slider .hero-images h2,
  .hero-slider .hero-images h3,
  .hero-slider .hero-images h4,
  .hero-slider .hero-images h5,
  .hero-slider .hero-images h6 {
    font-size: 33px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2.2px;
  }
}
.hero-slider .hero-images .hero-image.typ1,
.hero-slider .hero-images h1.typ1,
.hero-slider .hero-images h2.typ1,
.hero-slider .hero-images h3.typ1,
.hero-slider .hero-images h4.typ1,
.hero-slider .hero-images h5.typ1,
.hero-slider .hero-images h6.typ1 {
  padding: 10% 0 0;
}
@media only screen and (max-width:468px) {
  .hero-slider .hero-images .hero-image.typ1,
  .hero-slider .hero-images h1.typ1,
  .hero-slider .hero-images h2.typ1,
  .hero-slider .hero-images h3.typ1,
  .hero-slider .hero-images h4.typ1,
  .hero-slider .hero-images h5.typ1,
  .hero-slider .hero-images h6.typ1 {
    padding: 16px 0 0;
  }
}
.hero-slider .hero-images .hero-image.typ1 .inner,
.hero-slider .hero-images h1.typ1 .inner,
.hero-slider .hero-images h2.typ1 .inner,
.hero-slider .hero-images h3.typ1 .inner,
.hero-slider .hero-images h4.typ1 .inner,
.hero-slider .hero-images h5.typ1 .inner,
.hero-slider .hero-images h6.typ1 .inner {
  max-width: 75%;
}
@media only screen and (max-width:1236px) {
  .hero-slider .hero-images .hero-image.typ1 .inner,
  .hero-slider .hero-images h1.typ1 .inner,
  .hero-slider .hero-images h2.typ1 .inner,
  .hero-slider .hero-images h3.typ1 .inner,
  .hero-slider .hero-images h4.typ1 .inner,
  .hero-slider .hero-images h5.typ1 .inner,
  .hero-slider .hero-images h6.typ1 .inner {
    max-width: 90%;
  }
}
.hero-slider .hero-images .hero-image .inner,
.hero-slider .hero-images h1 .inner,
.hero-slider .hero-images h2 .inner,
.hero-slider .hero-images h3 .inner,
.hero-slider .hero-images h4 .inner,
.hero-slider .hero-images h5 .inner,
.hero-slider .hero-images h6 .inner {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  position: relative;
}
.hero-slider .hero-images .hero-image .inner .text .font-black,
.hero-slider .hero-images h1 .inner .text .font-black,
.hero-slider .hero-images h2 .inner .text .font-black,
.hero-slider .hero-images h3 .inner .text .font-black,
.hero-slider .hero-images h4 .inner .text .font-black,
.hero-slider .hero-images h5 .inner .text .font-black,
.hero-slider .hero-images h6 .inner .text .font-black {
  color: #000000;
}
.hero-slider .hero-images .hero-image .inner .text .font-white,
.hero-slider .hero-images h1 .inner .text .font-white,
.hero-slider .hero-images h2 .inner .text .font-white,
.hero-slider .hero-images h3 .inner .text .font-white,
.hero-slider .hero-images h4 .inner .text .font-white,
.hero-slider .hero-images h5 .inner .text .font-white,
.hero-slider .hero-images h6 .inner .text .font-white {
  color: #FFFFFF;
}
.hero-slider .hero-images .hero-image .inner a,
.hero-slider .hero-images h1 .inner a,
.hero-slider .hero-images h2 .inner a,
.hero-slider .hero-images h3 .inner a,
.hero-slider .hero-images h4 .inner a,
.hero-slider .hero-images h5 .inner a,
.hero-slider .hero-images h6 .inner a {
  color: #FFFFFF;
}
.hero-slider .hero-images .hero-image .inner a::before,
.hero-slider .hero-images h1 .inner a::before,
.hero-slider .hero-images h2 .inner a::before,
.hero-slider .hero-images h3 .inner a::before,
.hero-slider .hero-images h4 .inner a::before,
.hero-slider .hero-images h5 .inner a::before,
.hero-slider .hero-images h6 .inner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-slider .hero-images .hero-image .inner h2,
.hero-slider .hero-images h1 .inner h2,
.hero-slider .hero-images h2 .inner h2,
.hero-slider .hero-images h3 .inner h2,
.hero-slider .hero-images h4 .inner h2,
.hero-slider .hero-images h5 .inner h2,
.hero-slider .hero-images h6 .inner h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.29;
  margin: 0 0 24px;
  text-align: center;
  color: #FFFFFF;
}
.hero-slider .hero-images .hero-image .inner h3,
.hero-slider .hero-images h1 .inner h3,
.hero-slider .hero-images h2 .inner h3,
.hero-slider .hero-images h3 .inner h3,
.hero-slider .hero-images h4 .inner h3,
.hero-slider .hero-images h5 .inner h3,
.hero-slider .hero-images h6 .inner h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.29;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
}
.in-picture-caption {
  position: absolute;
  width: 400px;
  max-width: 100%;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.in-picture-caption .caption-info-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  padding: 0;
  width: 50px;
  height: 35px;
  line-height: 0;
  font-size: 25px;
  text-align: left;
}
.in-picture-caption .caption-info-icon img {
  height: 25px;
  width: unset;
}
@media only screen and (max-width:468px) {
  .in-picture-caption .caption-info-icon {
    width: 36px;
    height: 32px;
  }
  .in-picture-caption .caption-info-icon img {
    height: 25px;
  }
}
.in-picture-caption .caption-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  text-shadow: none;
  padding-right: 76px;
  background-color: rgba(199, 0, 122, 0.65);
  color: #FFFFFF;
  display: none;
}
@media only screen and (max-width:468px) {
  .in-picture-caption .caption-text {
    width: 375px;
    font-size: 14px;
    line-height: 18px;
  }
}
.in-picture-caption .caption-text .caption-text-inner {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
}
.in-picture-caption .caption-text .close {
  height: 22px;
  margin-right: 18px;
  filter: brightness(0) invert(1);
}
#full-banner-outer {
  max-width: 1440px;
  margin: 26px auto 0;
}
#full-banner-outer #full-banner {
  padding: 0 24px 0 16px;
}
#full-banner-outer #full-banner .advertisement {
  color: #000000;
  font-size: 12px;
  line-height: 20px;
}
#full-banner-outer #full-banner img.mobile {
  display: none;
}
#full-banner-outer #full-banner img.no-mobile {
  display: block;
}
@media only screen and (max-width:468px) {
  #full-banner-outer #full-banner img.mobile {
    display: block;
  }
  #full-banner-outer #full-banner img.no-mobile {
    display: none;
  }
}
.start-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 1.41em;
}
.start-boxes.start-boxes-flickity {
  display: block;
  min-height: 596px;
}
@media only screen and (max-width:468px) {
  .start-boxes.start-boxes-flickity {
    min-height: 400px;
  }
}
.start-boxes.start-boxes-flickity .flickity-prev-next-button {
  background-image: url('../img/arrow_slider.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (max-width:468px) {
  .start-boxes.start-boxes-flickity .flickity-prev-next-button {
    top: -26px;
    width: 30px;
    height: 30px;
  }
}
.start-boxes.start-boxes-flickity .flickity-prev-next-button svg {
  display: none;
}
.start-boxes.start-boxes-flickity .flickity-prev-next-button.previous {
  top: -96px;
  left: unset;
  right: 100px;
  transform: rotateY(180deg);
}
@media only screen and (max-width:468px) {
  .start-boxes.start-boxes-flickity .flickity-prev-next-button.previous {
    right: 50px;
    top: -76px;
  }
}
.start-boxes.start-boxes-flickity .flickity-prev-next-button.next {
  top: -68px;
  right: 0;
}
@media only screen and (max-width:468px) {
  .start-boxes.start-boxes-flickity .flickity-prev-next-button.next {
    top: -60px;
  }
}
.start-boxes.start-boxes-flickity .flickity-viewport {
  height: 596px !important;
}
@media only screen and (max-width:468px) {
  .start-boxes.start-boxes-flickity .flickity-viewport {
    height: 400px !important;
  }
}
.start-boxes.start-boxes-flickity li {
  max-width: calc((100% - 2 * 24px) / 3);
  width: calc((100% - 2 * 24px) / 3);
  margin-right: 24px;
}
@media only screen and (max-width:1023px) {
  .start-boxes.start-boxes-flickity li {
    max-width: calc((100% - 24px) / 2);
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width:468px) {
  .start-boxes.start-boxes-flickity li {
    max-width: 255px;
    width: 255px;
    margin-right: 16px;
  }
}
@media only screen and (max-width:468px) {
  .start-boxes {
    font-size: 18px;
    line-height: 25px;
  }
}
.plexframe-tool:not(.preview) .pcox-fixed-edit-element .start-boxes {
  border: 2px solid rgba(0, 160, 230, 0.2);
  margin-bottom: 60px;
}
@media only screen and (max-width:468px) {
  .plexframe-tool:not(.preview) .pcox-fixed-edit-element .start-boxes {
    border: 0;
  }
}
.start-boxes p:last-child {
  margin-bottom: 0;
  padding: 0;
}
.start-boxes .item-info-caption {
  cursor: pointer;
}
.start-boxes li {
  flex: 0 1 calc((100% - 2 * 24px) / 3);
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width:1236px) {
  .start-boxes li {
    flex: 0 1 calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width:468px) {
  .start-boxes li {
    flex: 0 1 100%;
  }
}
.size-2 .start-boxes li {
  flex: 0 1 calc((100% - 24px) / 2);
}
@media only screen and (max-width:468px) {
  .size-2 .start-boxes li {
    flex: 0 1 100%;
  }
}
.size-3 .start-boxes li {
  flex: 0 1 100%;
}
.start-boxes li .event-tipps li {
  margin-bottom: 20px;
}
.plexframe-tool .pcox-fixed-edit-element .start-boxes li.plexframe-entry-new {
  margin-bottom: 0;
}
@media only screen and (max-width:468px) {
  .start-boxes li {
    margin-bottom: 40px;
  }
  .start-boxes li.empty {
    display: none;
  }
}
.start-boxes li.entry-item .teaser-item .google-auto-placed {
  display: none !important;
}
.start-boxes li.entry-item div:first-child.google-auto-placed {
  margin-top: 0 !important;
}
.start-boxes li.entry-item .advertisement + .google-auto-placed {
  display: none !important;
}
.start-boxes li.entry-item .picture .border {
  border: 1px solid #dadada;
}
.start-boxes li .tag-list {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width:468px) {
  .start-boxes li .tag-list {
    font-size: 12px;
    line-height: 16px;
  }
}
.start-boxes li .tag-list li {
  flex: unset;
  margin-bottom: unset;
}
.start-boxes li:hover .picture img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.start-boxes li .picture {
  overflow: hidden;
  margin: 0;
  line-height: 0;
  position: relative;
}
.start-boxes li .picture img {
  max-width: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.45, 0.45, 0.75);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.45, 0.45, 0.75);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.45, 0.45, 0.75);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.45, 0.45, 0.75);
  transition: all 0.35s cubic-bezier(0.25, 0.45, 0.45, 0.75);
}
.start-boxes li .picture img.mobile {
  display: none;
}
.start-boxes li .picture img.no-mobile {
  display: block;
}
@media only screen and (max-width:468px) {
  .start-boxes li .picture img.mobile {
    display: block;
  }
  .start-boxes li .picture img.no-mobile {
    display: none;
  }
}
.start-boxes li .picture .transparent-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 62px;
  left: -90px;
  border-radius: 50%;
  background: rgba(199, 0, 122, 0.8);
  padding-top: 100px;
  padding-left: 124px;
  padding-right: 60px;
  color: #FFFFFF;
  font-family: 'Teko', sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.07em;
}
.start-boxes li .picture .transparent-circle p,
.start-boxes li .picture .transparent-circle h1,
.start-boxes li .picture .transparent-circle h2 {
  font-family: 'Teko', sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.07em;
}
.start-boxes li .picture .transparent-circle p strong,
.start-boxes li .picture .transparent-circle h1 strong,
.start-boxes li .picture .transparent-circle h2 strong {
  font-weight: 500;
}
@media only screen and (max-width:1236px) {
  .start-boxes li .picture .transparent-circle p,
  .start-boxes li .picture .transparent-circle h1,
  .start-boxes li .picture .transparent-circle h2 {
    font-size: calc(0.031 * (100vw - 32px));
    line-height: 1.3;
  }
}
@media only screen and (max-width:468px) {
  .start-boxes li .picture .transparent-circle p,
  .start-boxes li .picture .transparent-circle h1,
  .start-boxes li .picture .transparent-circle h2 {
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width:1236px) {
  .start-boxes li .picture .transparent-circle {
    width: calc(0.52 * (100vw - 32px));
    height: calc(0.52 * (100vw - 32px));
    top: calc(0.1 * (100vw - 32px));
    left: calc(-0.11 * (100vw - 32px));
    padding-top: calc(0.1 * (100vw - 32px));
    padding-left: calc(0.151 * (100vw - 32px));
    padding-right: calc(0.069 * (100vw - 32px));
  }
}
@media only screen and (max-width:468px) {
  .start-boxes li .picture .transparent-circle {
    width: 334px;
    height: 334px;
    top: 17px;
    right: 38px;
    padding-top: 65px;
    padding-left: 54px;
    padding-right: 0;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .start-boxes li .picture .transparent-circle p,
  .start-boxes li .picture .transparent-circle h1,
  .start-boxes li .picture .transparent-circle h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
  }
}
.start-boxes li .picture .text-in-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 126px 169px 30px 30px;
}
@media only screen and (max-width:1236px) {
  .start-boxes li .picture .text-in-image {
    padding: 60px 16px 30px 16px;
  }
}
@media only screen and (max-width:1023px) {
  .start-boxes li .picture .text-in-image {
    padding: 60px 16px 30px 16px;
  }
}
@media only screen and (max-width:468px) {
  .start-boxes li .picture .text-in-image {
    padding: 16px 16px 30px 16px;
  }
}
.start-boxes li .picture .text-in-image .text-in-image-text,
.start-boxes li .picture .text-in-image .text-in-image-text p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'Teko', sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 45px;
}
@media only screen and (max-width:468px) {
  .start-boxes li .picture .text-in-image .text-in-image-text,
  .start-boxes li .picture .text-in-image .text-in-image-text p {
    font-size: 22px;
    line-height: 22px;
  }
}
.start-boxes li .picture .text-in-image .text-in-image-text h1,
.start-boxes li .picture .text-in-image .text-in-image-text p h1,
.start-boxes li .picture .text-in-image .text-in-image-text h2,
.start-boxes li .picture .text-in-image .text-in-image-text p h2 {
  font-family: 'Teko', sans-serif;
  margin: 0 0 15px;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 45px;
}
@media only screen and (max-width:468px) {
  .start-boxes li .picture .text-in-image .text-in-image-text h1,
  .start-boxes li .picture .text-in-image .text-in-image-text p h1,
  .start-boxes li .picture .text-in-image .text-in-image-text h2,
  .start-boxes li .picture .text-in-image .text-in-image-text p h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
.start-boxes li .picture .text-overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #000 44%, rgba(255, 255, 255, 0) 100%);
  padding: 0 38px 23px 20px;
  font-size: 27px;
  line-height: 35px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  display: flex;
}
.start-boxes li .picture .text-overlay .text-overlay-text {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.start-boxes li .picture .text-overlay .text-overlay-text h2 {
  margin: 0;
}
.start-boxes li .center {
  text-align: center;
}
.start-boxes li .center.more-link::before {
  content: unset;
  position: unset;
}
.start-boxes li iframe {
  z-index: 10;
}
.start-boxes li .item-info {
  font-size: 14px;
  line-height: 1.375em;
  margin: 12px 0 20px;
}
.start-boxes li .item-info .item-info-entry {
  margin-right: 3px;
}
.start-boxes li .item-info .item-info-entry.magazine {
  background-color: #ff79b8;
  padding: 0 8px;
  border-radius: 10px;
}
.start-boxes li .item-info a {
  color: #000000;
  display: inline-block;
  z-index: 1;
}
.start-boxes li .item-info .copyright {
  display: none;
  margin-left: 5px;
}
.start-boxes li .item-info .info-icon {
  display: inline-block;
  margin-bottom: -3px;
  height: 18px;
  cursor: pointer;
}
@media only screen and (max-width:468px) {
  .start-boxes li .item-info {
    font-size: 17px;
    line-height: 23px;
    margin: 5px 0 14px;
  }
}
.start-boxes li .copyright {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.375em;
}
.start-boxes li.entry-item.type-2 {
  border: 1px solid #828282;
}
.start-boxes li.entry-item.type-2 .item-info {
  display: none;
}
.start-boxes li.entry-item.type-2 .advertisement {
  display: none;
}
.start-boxes li.entry-item.type-2 .picture {
  position: relative;
}
.start-boxes li.entry-item.type-2 .picture .advertisement-inline {
  display: block;
  background-color: #FFFFFF;
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 18px;
  margin: 0;
  padding: 0 5px;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  border-top: unset;
}
.start-boxes li.entry-item.type-2 .item-text {
  padding: 17px;
  color: #920058;
}
.start-boxes li.entry-item.type-2 .item-text a {
  color: #920058;
}
#right-column .start-boxes li.entry-item.type-3 {
  border-bottom: 2px solid #bebebe;
}
.start-boxes li.entry-item h1,
.start-boxes li h2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: unset;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media only screen and (max-width:468px) {
  .start-boxes li.entry-item h1,
  .start-boxes li h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 14px;
  }
}
.start-boxes li.entry-item.aside h1 {
  color: #FFFFFF;
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.86px;
  line-height: 30px;
  padding: 8px 0 5px;
  text-align: center;
  background: linear-gradient(140.11deg, #C7007A 0%, #62D1C1 100%);
}
.start-boxes li h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  margin: 0 0 20px;
}
.start-boxes li p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.375em;
}
@media only screen and (max-width:468px) {
  .start-boxes li p {
    font-size: 18px;
    line-height: 25px;
  }
}
.start-boxes li .file_download a,
.start-boxes li a.more-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  display: block;
}
.start-boxes li .file_download a:hover,
.start-boxes li a.more-link:hover {
  color: #000000;
}
.start-boxes li a {
  color: #000000;
  text-decoration: none;
}
.start-boxes li a.link_arrow {
  font-weight: bold;
}
.start-boxes li a.link_arrow:after {
  margin: 6px 0 -6px 10px;
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 25px;
}
.start-boxes li #mc_embed_signup {
  font-family: 'Open Sans', sans-serif;
  margin: 0 28px 25px;
}
.start-boxes li #mc_embed_signup fieldset {
  border: 0;
  padding: 0;
}
.start-boxes li #mc_embed_signup #mce-NAME,
.start-boxes li #mc_embed_signup #mce-EMAIL {
  font-family: 'Open Sans', sans-serif;
  height: 20px;
  border: 1px solid #18758f;
  width: 185px;
  float: left;
  margin-bottom: 5px;
  padding: 1px 3px;
}
.start-boxes li #mc_embed_signup .nlbtn,
.start-boxes li #mc_embed_signup #wp-submit {
  font-family: 'Open Sans', sans-serif;
  float: right;
  width: 77px;
  height: 24px;
  text-align: center;
  border: none;
  background: #6caebc;
  color: #fff;
  cursor: pointer;
  transition: 0.5s background;
}
.start-boxes li.special_box {
  background: #00738e;
  position: relative;
}
.start-boxes li.special_box h2 {
  margin: 47px 28px 24px;
}
.start-boxes li.special_box h3 {
  margin: 24px 28px 39px;
}
.start-boxes li.special_box hr {
  margin: 39px 26px 53px;
}
.start-boxes li.special_box p {
  margin: 53px 28px 28px;
}
.start-boxes li.special_box .picture {
  position: absolute;
  bottom: 28px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.start-boxes li.special_box .picture img {
  max-height: 86px;
}
.start-boxes li .video-outer {
  position: relative;
  margin: 0;
  padding: 0 0 56.25%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.start-boxes li .video-outer video {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  height: auto !important;
  transition: 1s opacity;
  z-index: -1;
}
.content-page .content-area,
.content-page .width-820 {
  flex: 0 1 100%;
  max-width: 820px;
  margin: 0 auto;
}
.content-page .content-area .entry + .entry,
.content-page .width-820 .entry + .entry {
  border-top: 0;
}
.content-page .content-area .entry h2,
.content-page .width-820 .entry h2 {
  font-family: 'Open Sans', sans-serif;
}
.content-page .content-area .entry hr,
.content-page .width-820 .entry hr {
  border: 0;
  height: 2px;
  background: #000000;
  width: 10%;
  margin: 28px 0;
}
/* PAGINATION */
.page_switcher {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:468px) {
  .page_switcher {
    display: block;
  }
}
@media only screen and (max-width:468px) {
  .page_switcher .link_prev {
    display: none;
  }
}
.page_switcher .link_next {
  text-align: right;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width:468px) {
  .page_switcher .link_next {
    width: 100%;
  }
}
.page_switcher .link_next a:after {
  margin: 6px 0 -6px 10px;
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 25px;
}
.link_next {
  text-align: right;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width:468px) {
  .link_next {
    width: 100%;
  }
}
.link_next a:after {
  margin: 6px 0 -6px 10px;
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 25px;
}
ul.pages {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 15px 0 5px;
}
ul.pages li {
  margin-left: 10px;
  list-style: none;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.67px;
  line-height: 33px;
}
ul.pages li a {
  text-align: center;
  height: 36px;
  width: 36px;
  display: block;
  border-radius: 18px;
  background-color: #f0f0f0;
  color: #000000;
}
ul.pages li a:hover,
ul.pages li a.active {
  background-color: #c7007a;
  color: #FFFFFF;
}
.pages_noborder {
  border-top: 0;
  width: 100%;
}
#pcox-admin-toolbar .plexframe-site-logo {
  height: 32px;
  margin: 6px;
}
.plexframe-tool .pcox-edit-element {
  padding: 9px !important;
}
.plexframe-tool .pcox-fixed-edit-element {
  min-height: 24px;
}
.plexframe-tool .pcox-fixed-edit-element > .pcox-edit-element {
  z-index: 1000;
}
.plexframe-tool.edit #site-footer-nav li:not(:last-child)::after {
  margin: 0;
}
#twingleBodyWrapper {
  font-family: 'Open Sans', sans-serif;
}
#twingleBodyWrapper h1,
#twingleBodyWrapper h2,
#twingleBodyWrapper h3,
#twingleBodyWrapper h4,
#twingleBodyWrapper h5,
#twingleBodyWrapper h6 {
  font-family: 'Open Sans', sans-serif;
}
#twingleBodyWrapper label {
  background: #FFFFFF;
  color: #000000;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 27px;
}
#twingleBodyWrapper form,
#twingleBodyWrapper .row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: unset;
  margin-right: unset;
  max-width: 100%;
}
#twingleBodyWrapper .amount-wrapper label {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 25px 0;
}
#twingleBodyWrapper .amount-wrapper input[type="radio"] + label {
  background: #f0f0f0;
  color: #000000;
}
#twingleBodyWrapper .amount-wrapper input[type="radio"]:checked + label {
  background: #FFFFFF;
  border: 3px solid #c7007a;
  color: #920058;
}
#twingleBodyWrapper .amount-wrapper .slider-wrapper {
  background: #FFFFFF;
}
#twingleBodyWrapper .amount-wrapper .slider-wrapper.has-close-button .close {
  color: #920058;
  font-size: 23px;
}
#twingleBodyWrapper .amount-wrapper .button-wrapper label strong {
  font-size: 26px;
  line-height: 20px;
  vertical-align: bottom;
  font-weight: 700;
}
#twingleBodyWrapper .amount-wrapper [class^="twingle-"],
#twingleBodyWrapper .amount-wrapper [class*=" twingle-"],
#twingleBodyWrapper .amount-wrapper .twingle-icon,
#twingleBodyWrapper .amount-wrapper .checkbox-wrapper label:not(.error):before,
#twingleBodyWrapper .amount-wrapper .checkboxbutton-wrapper label:not(.error):before {
  font-weight: bold;
}
#twingleBodyWrapper .amount-wrapper input[type="number"],
#twingleBodyWrapper .amount-wrapper input[type="text"],
#twingleBodyWrapper .amount-wrapper input[type="tel"] {
  border: 3px solid #c7007a;
  font-size: 26px;
  line-height: 35px;
}
#twingleBodyWrapper .amount-wrapper .input-wrapper input {
  border-radius: 4px;
  box-shadow: unset;
}
#twingleBodyWrapper .amount-wrapper .slider-wrapper.has-close-button .close {
  color: #920058;
  font-size: 13px;
  position: absolute;
  right: 7px;
  top: 13px;
}
#twingleBodyWrapper .step-navigation {
  color: #920058;
}
#twingleBodyWrapper .step-navigation span {
  background: #FFFFFF;
  color: #920058;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}
#twingleBodyWrapper .step-navigation i {
  margin-top: -0.5em;
  left: 2px;
}
#twingleBodyWrapper .step-navigation [class^="twingle-"],
#twingleBodyWrapper .step-navigation [class*=" twingle-"],
#twingleBodyWrapper .step-navigation .twingle-icon,
#twingleBodyWrapper .step-navigation .checkbox-wrapper label:not(.error):before,
#twingleBodyWrapper .step-navigation .checkboxbutton-wrapper label:not(.error):before {
  color: #920058;
  font-size: 27px;
  line-height: 27px;
  font-weight: 600;
}
#twingleBodyWrapper callout {
  color: #000000;
  background-color: #bebebe;
}
#twingleBodyWrapper .payment-component-wrapper {
  background-color: #f0f0f0;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
#twingleBodyWrapper .payment-component-wrapper label {
  margin-bottom: 0;
}
#twingleBodyWrapper .payment-component-wrapper input[type="radio"]:checked + label {
  background: #f0f0f0;
  color: #000000;
}
#twingleBodyWrapper .payment-component-wrapper input[type="radio"].arrow + label:after {
  border-color: transparent transparent transparent #bebebe;
}
@media only screen and (max-width: 36.1875em) {
  #twingleBodyWrapper .payment-component-wrapper {
    padding: 10px;
  }
  #twingleBodyWrapper .payment-component-wrapper input[type="radio"] + label {
    padding-bottom: 0;
    margin: 10px 0;
  }
  #twingleBodyWrapper .payment-component-wrapper input[type="radio"] + label i {
    background: unset;
  }
  #twingleBodyWrapper .payment-component-wrapper input[type="radio"]:checked + label {
    background: #bebebe;
    color: #FFFFFF;
  }
}
#twingleBodyWrapper .payment-component-wrapper input[type="radio"] + label {
  background: #bebebe;
  color: #FFFFFF;
}
#twingleBodyWrapper .payment-component-wrapper input[type="radio"] + label i {
  font-size: 28px;
}
#twingleBodyWrapper .payment-component-wrapper input[type="radio"] + label span {
  font-size: 16px;
  line-height: 22px;
}
#twingleBodyWrapper .payment-component-wrapper .input-wrapper.info > i {
  background: #bebebe;
  color: #FFFFFF;
}
#twingleBodyWrapper .payment-component-wrapper textfield .medium-6 {
  width: 100%;
}
#twingleBodyWrapper .payment-component-wrapper textfield input[type="text"]:not(.placeholder-shown):valid + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="text"]:focus + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="text"] + label.error,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="text"]:not(.placeholder-shown):disabled + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="text"].show-label + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="number"]:not(.placeholder-shown):valid + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="number"]:focus + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="number"] + label.error,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="number"]:not(.placeholder-shown):disabled + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="number"].show-label + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="tel"]:not(.placeholder-shown):valid + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="tel"]:focus + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="tel"] + label.error,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="tel"]:not(.placeholder-shown):disabled + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="tel"].show-label + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="email"]:not(.placeholder-shown):valid + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="email"]:focus + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="email"] + label.error,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="email"]:not(.placeholder-shown):disabled + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="email"].show-label + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="date"]:not(.placeholder-shown):valid + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="date"]:focus + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="date"] + label.error,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="date"]:not(.placeholder-shown):disabled + label,
#twingleBodyWrapper .payment-component-wrapper textfield input[type="date"].show-label + label,
#twingleBodyWrapper .payment-component-wrapper textfield select:not(.placeholder-shown):valid + label,
#twingleBodyWrapper .payment-component-wrapper textfield select:focus + label,
#twingleBodyWrapper .payment-component-wrapper textfield select + label.error,
#twingleBodyWrapper .payment-component-wrapper textfield select:not(.placeholder-shown):disabled + label,
#twingleBodyWrapper .payment-component-wrapper textfield select.show-label + label,
#twingleBodyWrapper .payment-component-wrapper textfield textarea:not(.placeholder-shown):valid + label,
#twingleBodyWrapper .payment-component-wrapper textfield textarea:focus + label,
#twingleBodyWrapper .payment-component-wrapper textfield textarea + label.error,
#twingleBodyWrapper .payment-component-wrapper textfield textarea:not(.placeholder-shown):disabled + label,
#twingleBodyWrapper .payment-component-wrapper textfield textarea.show-label + label {
  top: 0;
}
#twingleBodyWrapper .payment-component-wrapper textfield label {
  font-size: 15px;
  line-height: 18px;
  padding: 2px 5px;
}
#twingleBodyWrapper .payment-component-wrapper textfield .input-wrapper.info > i {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
#twingleBodyWrapper .payment-component-wrapper textfield [type='text'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='password'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='date'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='datetime'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='datetime-local'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='month'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='week'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='email'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='number'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='search'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='tel'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='time'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='url'],
#twingleBodyWrapper .payment-component-wrapper textfield [type='color'],
#twingleBodyWrapper .payment-component-wrapper textfield textarea {
  font-size: 20px;
  line-height: 27px;
  height: 50px;
}
#twingleBodyWrapper .payment-component-wrapper .callout {
  color: #000000;
  background-color: unset;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
  max-width: 530px;
  text-align: center;
}
#twingleBodyWrapper .button {
  font-size: 18px;
  line-height: 25px;
  background: #c7007a;
  color: #FFFFFF;
}
#twingleBodyWrapper .button.inactive {
  background: #f0f0f0;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 17px;
}
#twingleBodyWrapper button.button.arrow:after,
#twingleBodyWrapper a.button.arrow:after {
  border-color: transparent transparent transparent #c7007a;
}
#twingleBodyWrapper button.button + .hint,
#twingleBodyWrapper a.button + .hint {
  color: #000000;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}
#twingleBodyWrapper submit button.button {
  width: calc(100% - 16px);
  border-radius: 4px 0 0 4px;
}
#twingleBodyWrapper submit button.button:after {
  content: "";
  position: absolute;
  right: -16px;
  top: -1px;
  transition: border-color 0.125s ease-out;
  border-width: 26px 0 26px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #c7007a;
}
#twingleBodyWrapper submit button.button.grey {
  background-color: #bebebe;
}
#twingleBodyWrapper submit button.button.grey:after {
  border-color: transparent transparent transparent #bebebe;
}
#twingleBodyWrapper footer {
  font-size: 16px;
  line-height: 22px;
}
#twingleBodyWrapper footer .impress-wrapper a {
  color: #000000;
}
#twingleBodyWrapper footer.light {
  background: #FFFFFF;
}
#twingleBodyWrapper .message {
  font-size: 20px;
  line-height: 27px;
  color: #920058;
}
#twingleBodyWrapper .thankyou-wrapper h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
#twingleBodyWrapper .thankyou-wrapper .twingle-check_checked {
  color: #c7007a;
}
#twingleBodyWrapper .thankyou-wrapper p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}
#twingleBodyWrapper .contact-wrapper {
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  background: #FFFFFF;
}
#twingleBodyWrapper .contact-wrapper.closed .teaser {
  font-size: 20px;
  line-height: 27px;
}
#twingleBodyWrapper .contact-wrapper.open {
  font-size: 16px;
}
#twingleBodyWrapper .contact-wrapper.open .salutation-wrapper input[type="radio"] + label {
  margin: 0;
  padding: 0;
  height: 50px;
}
#twingleBodyWrapper .contact-wrapper.open input[type="radio"] + label {
  background-color: #FFFFFF;
  color: #000000;
}
#twingleBodyWrapper .contact-wrapper.open input[type="radio"]:checked + label {
  background: #bebebe;
  color: #000000;
  border-color: #bebebe;
}
#twingleBodyWrapper .contact-wrapper.open label {
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 0;
}
#twingleBodyWrapper .contact-wrapper.open label.radio {
  font-size: 16px;
  line-height: 22px;
  background-color: #FFFFFF;
  color: #000000;
}
#twingleBodyWrapper .contact-wrapper.open input[type="text"],
#twingleBodyWrapper .contact-wrapper.open input[type="number"],
#twingleBodyWrapper .contact-wrapper.open input[type="tel"],
#twingleBodyWrapper .contact-wrapper.open input[type="email"],
#twingleBodyWrapper .contact-wrapper.open input[type="date"],
#twingleBodyWrapper .contact-wrapper.open select,
#twingleBodyWrapper .contact-wrapper.open textarea {
  margin-top: 25px;
  margin-bottom: 10px;
}
#twingleBodyWrapper .contact-wrapper.open input[type="text"],
#twingleBodyWrapper .contact-wrapper.open input[type="tel"],
#twingleBodyWrapper .contact-wrapper.open input[type="email"],
#twingleBodyWrapper .contact-wrapper.open input[type="number"],
#twingleBodyWrapper .contact-wrapper.open input[type="date"],
#twingleBodyWrapper .contact-wrapper.open select,
#twingleBodyWrapper .contact-wrapper.open textarea,
#twingleBodyWrapper .contact-wrapper.open textarea[rows] {
  height: 50px;
  font-size: 16px;
}
#twingleBodyWrapper .share.light {
  background: #FFFFFF;
  color: #000000;
}
#twingleBodyWrapper .share .teaser {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
#twingleBodyWrapper .share .share-content {
  background: #FFFFFF;
  color: #000000;
  padding: 10px 0;
}
#twingleBodyWrapper .share .share-content [class^="twingle-"],
#twingleBodyWrapper .share .share-content [class*=" twingle-"],
#twingleBodyWrapper .share .share-content .twingle-icon,
#twingleBodyWrapper .share .share-content .checkbox-wrapper label:not(.error):before,
#twingleBodyWrapper .share .share-content .checkboxbutton-wrapper label:not(.error):before {
  color: #920058;
}
#pcox-admin-toolbar .mobile,
.pcox-popup-list .mobile {
  display: none;
}
@media only screen and (max-width:767px) {
  #pcox-admin-toolbar .mobile,
  .pcox-popup-list .mobile {
    display: inline-block;
  }
}
#pcox-admin-toolbar .no-mobile,
.pcox-popup-list .no-mobile {
  display: inline-block;
}
@media only screen and (max-width:767px) {
  #pcox-admin-toolbar .no-mobile,
  .pcox-popup-list .no-mobile {
    display: none;
  }
}
#pcox-admin-toolbar .plexframe-site-logo,
.pcox-popup-list .plexframe-site-logo {
  height: 32px;
  margin: 6px;
}
.pcox-modal-window .template,
.pcox-modal-window .pictures_display,
.pcox-modal-window .views {
  margin-top: 30px;
}
.pcox-modal-window .template .template-entry,
.pcox-modal-window .pictures_display .template-entry,
.pcox-modal-window .views .template-entry,
.pcox-modal-window .template .template-entry-inactive,
.pcox-modal-window .pictures_display .template-entry-inactive,
.pcox-modal-window .views .template-entry-inactive {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  float: left;
  width: 220px;
  margin-right: 10px;
}
.pcox-modal-window .template .template-entry .icon,
.pcox-modal-window .pictures_display .template-entry .icon,
.pcox-modal-window .views .template-entry .icon,
.pcox-modal-window .template .template-entry-inactive .icon,
.pcox-modal-window .pictures_display .template-entry-inactive .icon,
.pcox-modal-window .views .template-entry-inactive .icon {
  margin: 0;
  float: left;
  width: 40px;
}
.pcox-modal-window .template .template-entry .description,
.pcox-modal-window .pictures_display .template-entry .description,
.pcox-modal-window .views .template-entry .description,
.pcox-modal-window .template .template-entry-inactive .description,
.pcox-modal-window .pictures_display .template-entry-inactive .description,
.pcox-modal-window .views .template-entry-inactive .description {
  padding-top: 0;
  margin: 0 0 0 10px;
  float: left;
  width: 150px;
}
.pcox-modal-window .template .template-entry:after,
.pcox-modal-window .pictures_display .template-entry:after,
.pcox-modal-window .views .template-entry:after,
.pcox-modal-window .template .template-entry-inactive:after,
.pcox-modal-window .pictures_display .template-entry-inactive:after,
.pcox-modal-window .views .template-entry-inactive:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.pcox-modal-window .template .template-entry.selected,
.pcox-modal-window .pictures_display .template-entry.selected,
.pcox-modal-window .views .template-entry.selected,
.pcox-modal-window .template .template-entry-inactive.selected,
.pcox-modal-window .pictures_display .template-entry-inactive.selected,
.pcox-modal-window .views .template-entry-inactive.selected {
  outline: 2px solid #009ee0;
  outline-offset: -2px;
}
.pcox-modal-window .template:after,
.pcox-modal-window .pictures_display:after,
.pcox-modal-window .views:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
/* ==========================================================================
   Helper Klassen
   ========================================================================== */
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.cursor_pointer {
  cursor: pointer;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.min_height {
  min-height: 1px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
  float: none;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  #footer #sitemap,
  #breadcrumb {
    display: none;
  }
  body {
    background-color: white !important;
  }
  #content {
    width: 100%;
  }
  .edit,
  .edit_elements_wrapper,
  .edit_elements,
  .teaser_navi,
  .left_navi {
    display: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Responsive Kram */
@media only screen and (max-width:1236px) {
  #content,
  #site-nav {
    max-width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  .content-page #content {
    min-height: 0;
    flex-wrap: wrap;
  }
  .content-page .content-area {
    flex: 1 1 100%;
  }
  .content-page aside {
    flex: 1 1 100%;
  }
  .sub-navigation {
    display: none;
  }
  .start-boxes li {
    flex: 0 1 calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width:767px) {
  body {
    padding-bottom: 0;
  }
  #site-footer {
    margin-bottom: 0;
  }
  #sitemap {
    display: none;
  }
  #sssite-header {
    transition: 200ms box-shadow;
  }
  #sssite-header .responsive-search {
    font-size: 24px;
  }
  #sssite-header #site-logo {
    padding: 28px 0;
    margin: 0 16px;
    max-width: 50px;
  }
  #sssite-header #site-logo img {
    max-width: 100%;
  }
  #sssite-header #site-language-nav {
    position: static;
    display: block;
  }
  #sssite-header #site-language-nav li {
    width: 50%;
    margin: 0;
  }
  #sssite-header #site-language-nav li a {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    border-top: 1px solid #DDD;
    transition: 200ms background-color;
    color: #FFFFFF;
  }
  #sssite-header #site-language-nav li a.active {
    font-weight: bold;
  }
  #sssite-header #site-language-nav li a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  #sssite-header #site-language-nav li:first-child a {
    border-right: 1px solid #DDD;
  }
  .column.left {
    margin-right: 0 !important;
  }
  .column.right {
    margin-left: 0 !important;
  }
  .entry .picture.float_left {
    margin-right: 10px;
  }
  .entry .picture.float_right {
    margin-left: 10px;
  }
  .entry .text_highlight {
    padding: 20px;
  }
  .entry .pic_text_aside {
    display: block;
  }
  .entry .pic_text_aside .picture {
    margin-right: 0;
  }
  .start-boxes li {
    flex: 0 1 100% !important;
  }
  .start-boxes li.special_box .picture {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    text-align: center;
    margin: 28px 0 0 0;
  }
}
@media only screen and (max-width:468px) {
  .entry .picture.float_left,
  .picture.float_right {
    float: none;
    width: auto !important;
    max-width: 100%;
    margin: 0 0 10px !important;
  }
  .entry .column.left {
    margin-right: 0 !important;
  }
  .column.right {
    margin-left: 0 !important;
  }
  .start-boxes li #mc_embed_signup,
  .start-boxes li.special_box #mc_embed_signup,
  .start-boxes li.special_box_circle #mc_embed_signup {
    margin: 0 14px 25px;
  }
  .start-boxes li a.more-link,
  .start-boxes li.special_box a.more-link,
  .start-boxes li.special_box_circle a.more-link {
    margin: -14px 14px 28px;
  }
}
.userway_buttons_wrapper {
  top: 12px !important;
  right: 70px !important;
  left: unset !important;
}
.plexframe-tool .userway_buttons_wrapper {
  top: 14px !important;
}
.scrolled .plexframe-tool .userway_buttons_wrapper {
  top: 4px !important;
}
.scrolled.up .plexframe-tool .userway_buttons_wrapper {
  top: 4px !important;
}
.scrolled .userway_buttons_wrapper {
  top: 0 !important;
}
@media only screen and (max-width:1023px) {
  .userway_buttons_wrapper {
    top: unset !important;
    right: 20px !important;
    bottom: 0 !important;
  }
  .scrolled .userway_buttons_wrapper,
  .scrolled.up .userway_buttons_wrapper {
    top: unset !important;
    right: 20px !important;
    bottom: 0 !important;
  }
}
.uwy.userway_p1 .uai {
  top: 45px !important;
  right: 0 !important;
  transition: 500ms top;
  width: 55px !important;
  height: 55px !important;
}
.scrolled .uwy.userway_p1 .uai {
  top: 10px !important;
}
.scrolled.up .uwy.userway_p1 .uai {
  top: 24px !important;
}
.plexframe-tool.scrolled .uwy.userway_p1 .uai {
  top: 54px !important;
}
.plexframe-tool.scrolled.up .uwy.userway_p1 .uai {
  top: 65px !important;
}
.uwy.userway_p1 .uai img {
  width: 55px !important;
  height: 55px !important;
}
@media only screen and (max-width:1023px) {
  .uwy.userway_p1 .uai {
    top: unset !important;
    right: -50px !important;
    bottom: 20px !important;
    width: 44px !important;
    height: 44px !important;
  }
  .scrolled .uwy.userway_p1 .uai,
  .scrolled.up .uwy.userway_p1 .uai {
    top: unset !important;
    right: -50px !important;
    bottom: 20px !important;
  }
  .uwy.userway_p1 .uai img {
    width: 44px !important;
    height: 44px !important;
  }
}
.plexframe-tool .uwy.userway_p1 .uai {
  top: 82px !important;
  transition: 500ms top;
}
@media only screen and (max-width:1023px) {
  .plexframe-tool .uwy.userway_p1 .uai {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */