.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;
}
/* 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;
  color: #FF6C2C;
  margin: 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;
}
/**
3* 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;
  font-weight: 500;
  width: 100% !important;
  height: auto !important;
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   Helper Klassen
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.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;
}
/* Schriften */
/* Farben */
/* Abstände */
body {
  background-color: #000;
  color: #FFF;
  overflow-y: scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
html,
button,
input,
select,
textarea {
  color: #FF6C2C;
}
#site-wrapper {
  width: 1440px;
  margin: 0 auto;
}
#site-header:after,
.clear {
  clear: both;
  content: '';
  display: block;
}
/* Layout-Elemente */
#site-header {
  position: relative;
}
#site-header:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#site-header .responsive-navi,
#site-header b.responsive-search {
  display: none;
}
#site-logo {
  margin: 20px 10px;
}
#site-search input,
#site-search button {
  font: normal 14px/16px 'Quicksand', sans-serif;
  border: 1px solid #AAA;
  padding: 5px;
}
#site-nav,
#footer-nav {
  position: relative;
  display: flex;
}
#site-nav .nav-main-level1,
#footer-nav .nav-main-level1 {
  display: flex;
}
#site-nav {
  float: left;
  clear: both;
}
#site-nav:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#site-nav li {
  margin-right: 10px;
}
#site-nav li a {
  font: bold 16px/28px 'Quicksand', sans-serif;
  color: #222222;
}
#site-nav li a:hover,
#site-nav li a.active {
  color: #FF6C2C;
}
#site-nav ul:after {
  clear: both;
  content: '';
  display: block;
}
#site-nav .nav-main-level2 {
  display: none;
  min-width: 100%;
  top: 97%;
  left: 0;
  padding: 8px 0;
  overflow: hidden;
  z-index: 100;
  background-color: #ddd;
}
#site-nav .nav-main-level2 li {
  margin: 0;
  position: relative;
}
#site-nav .nav-main-level2 li a {
  display: block;
  color: #FFF;
}
#site-nav .nav-main-level2 li.pcox-page-element {
  width: 100% !important;
  padding-left: 0 !important;
}
#meta-nav {
  position: relative;
}
#meta-nav .nav-main-level1 {
  display: flex;
}
#meta-nav {
  font-size: 12px;
}
#site-nav li {
  position: relative;
  min-width: 70px;
}
#site-nav li:hover {
  background-color: #ddd;
}
#site-nav li:hover ul {
  display: block;
}
#site-nav li:hover > a {
  color: #FFF;
  text-decoration: none;
}
#meta-nav li {
  position: relative;
}
#site-header li,
#site-footer li {
  margin-right: 26px;
}
#site-header ul a,
#site-footer ul a {
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}
#meta-nav li:last-child,
#site-footer li:last-child {
  margin: 0;
}
#site-header #switch-language {
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 40px;
  top: 15px;
}
#site-header #switch-language ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#site-header #switch-language ul li {
  margin-right: unset;
}
#site-header #switch-language ul li a:after {
  content: '|';
  margin: 0 4px;
}
#site-header #switch-language ul li:last-child a:after {
  content: '';
  margin: 0;
}
#site-header #switch-language a {
  font-size: 16px;
}
@media only screen and (max-width:1236px) {
  #site-header #switch-language {
    position: unset;
    right: unset;
    top: unset;
    justify-content: center;
  }
}
#site-header {
  width: 100%;
}
#site-footer {
  width: 100%;
  display: flex;
}
#site-header > nav,
#site-footer > nav {
  max-width: 100%;
  display: flex;
}
@media only screen and (max-width:1025px) {
  #site-header > nav,
  #site-footer > nav {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#site-header > nav .nav-container-left,
#site-footer > nav .nav-container-left {
  display: flex;
}
#sidebar {
  width: 318px;
  max-width: 100%;
}
#sidebar section {
  background: #FFF;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content-half #content {
  width: 656px;
  max-width: 100%;
}
/* Navis */
#site-nav-responsive {
  display: none;
}
#site-language-nav {
  position: absolute;
  right: 10px;
  top: 10px;
}
#site-language-nav:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#site-language-nav li {
  margin-right: 10px;
}
#site-language-nav li a {
  font: normal 14px/21px 'Quicksand', sans-serif;
  color: #EEE;
}
#site-language-nav li a:hover,
#site-language-nav li a.active {
  color: #222222;
}
#site-language-nav ul:after {
  clear: both;
  content: '';
  display: block;
}
#sub-nav > ul > li {
  margin-bottom: 5px;
}
#sub-nav > ul > li:last-child {
  margin-bottom: 0;
}
#sub-nav > ul > li > ul {
  margin-top: 5px;
}
#sub-nav > ul > li > ul > li {
  margin-left: 30px;
  margin-bottom: 5px;
}
#sub-nav > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
#sub-nav a {
  font: normal 16px/21px 'Quicksand', sans-serif;
  color: #EEE;
}
#sub-nav a:hover,
#sub-nav a.active {
  color: #222222;
}
#sub-nav .pcox-page-element {
  line-height: 20px !important;
}
#site-footer-nav li {
  margin-right: 10px;
  font: normal 14px/21px 'Quicksand', sans-serif;
  color: #EEE;
}
#site-footer-nav li a {
  font: normal 14px/21px 'Quicksand', sans-serif;
  color: #222222;
}
#site-footer-nav li a:hover,
#site-footer-nav li a.active {
  color: #222222;
}
#site-footer-nav ul:after {
  clear: both;
  content: '';
  display: block;
}
.entry {
  font: normal 18px/22px 'Quicksand', sans-serif;
  margin: 0 0 10px 0;
}
.entry:last-child {
  margin-bottom: 0;
}
.entry p {
  margin: 0 0 1em 0;
  padding: 0;
}
.entry h1,
.entry h1 a {
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  margin: 1.5em 0 1em 0;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
  color: #222222;
}
.entry h2,
.entry h2 a {
  font-size: 28px;
  line-height: 1.2em;
  margin: 1em 0 0.5em 0;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
  color: #222222;
}
.entry h3,
.entry h3 a {
  font-size: 28px;
  line-height: 1.2em;
  margin: 0.5em 0 0.4em 0;
  font-family: 'Quicksand', sans-serif;
  color: #222222;
}
.entry h4,
.entry h4 a {
  font-weight: 100;
  font-style: normal;
  margin: 0 0 0.75em 0;
  font-family: 'Quicksand', sans-serif;
  color: #222222;
}
.entry h5,
.entry h5 a {
  margin: 0.4em 0 0 0;
  font-family: 'Quicksand', sans-serif;
  color: #222222;
}
.entry h6,
.entry h6 a {
  font-weight: 100;
  margin-bottom: 25px;
  font-family: 'Quicksand', sans-serif;
  color: #222222;
}
.entry .text {
  max-width: 724px;
  margin: 0 0 10px 0;
  padding: 0;
}
.entry .text ul {
  margin: 0;
  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;
}
.entry .text a {
  color: #EEE;
}
.entry .dividing-line {
  border-top: 1px solid #FFF;
}
.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: #FFF;
  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: #FFF;
}
.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.line {
  border-top: 1px solid #ddd;
}
.entry .caption {
  font: normal 12px/15px 'Quicksand', sans-serif;
  margin-top: 1em;
  display: block;
}
.entry .caption p {
  margin: 0 0 7px 0;
  padding: 0;
}
.entry .caption p:last-child {
  margin-bottom: 0;
}
.entry .slideshow-caption {
  position: absolute;
  width: 100%;
  height: 1.5em;
  font: normal 16px/18px 'Quicksand', sans-serif;
  color: #2D2D2D;
  background-color: #000;
  opacity: 0.9;
  cursor: default;
  left: 0;
  bottom: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 4px 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  margin-top: 8px;
}
.entry .slideshow-caption h2 {
  color: #FFF;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 10px;
}
.entry .slideshow-caption.long {
  padding-right: 48px;
  cursor: pointer;
}
.entry .slideshow-caption.long::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 24px;
  width: 48px;
  line-height: 36px;
  content: '';
  background: url('../img/pfeil_bu.svg') no-repeat center;
  text-align: center;
}
.entry .slideshow-caption.open {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  height: unset;
}
.entry .slideshow-caption.open::after {
  transform: rotate(180deg);
  cursor: pointer;
}
.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;
  list-style-type: none;
}
.entry .entry_links.link-list .link-list__item a {
  border-bottom: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 100;
  line-height: 31px;
  width: 100%;
  font: 21px 'Quicksand', sans-serif;
  color: #2D2D2D;
}
.entry .picture {
  position: relative;
  margin: 0 0 10px 0;
  vertical-align: bottom;
  line-height: 0;
  max-width: 100%;
}
.entry .picture img {
  max-width: 100%;
}
.entry .picture.pic-total {
  padding-bottom: 33.3%;
  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 .slideshow {
  margin: 0;
}
.entry .slideshow .slideshow-container {
  position: relative;
  top: 0;
  left: 0;
}
.entry .slideshow .slideshow-container .slideshow-container-slides {
  border: 1px solid #000;
  position: absolute;
  overflow: hidden;
  cursor: move;
  left: 0;
  top: 0;
}
.entry .slideshow .slideshow-container .slideshow-arrow-left,
.entry .slideshow .slideshow-container .slideshow-arrow-right {
  width: 40px;
  height: 40px;
  top: 45%;
}
.entry .slideshow .slideshow-container .slideshow-arrow-left {
  left: 8px;
}
.entry .slideshow .slideshow-container .slideshow-arrow-right {
  right: 8px;
}
.entry .slideshow .slideshow-container .slideshow-loading {
  position: absolute;
  top: 0;
  left: 0;
}
.entry .slideshow .slideshow-container .slideshow-loading-layer {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry .slideshow .slideshow-container .slideshow-loading-image {
  position: absolute;
  display: block;
  background: url(../img/loader.gif) no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry .slideshow .slideshow-container .slideshow-thumbnail-cell-outer {
  position: relative;
}
.entry .slideshow .slideshow-container .slideshow-thumbnail-cell-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entry .slideshow .jssort07 {
  display: none !important;
}
.entry .slideshow .jssora103 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.entry .slideshow .jssora103 .c {
  fill: #fff;
  opacity: 0.8;
}
.entry .slideshow .jssora103 .a {
  fill: #333;
  opacity: 0.8;
}
.entry .slideshow .jssora103:hover .c {
  opacity: 0.6;
}
.entry .slideshow .jssora103:hover .a {
  opacity: 1;
}
.entry .slideshow .jssora103.jssora103dn .c {
  opacity: 0.3;
}
.entry .slideshow .jssora103.jssora103dn .a {
  opacity: 1;
}
.entry .slideshow .jssora103.jssora103ds {
  opacity: 0.3;
  pointer-events: none;
}
.entry .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0;
  padding: 0;
}
.entry .gallery .gallery-item {
  flex-grow: 0;
  margin-bottom: 10px;
  position: relative;
}
.entry .gallery .gallery-item .caption {
  text-align: left;
  margin-top: 1em;
}
.entry .gallery .gallery-item .gallery-item-image {
  position: relative;
  padding: 0 0 100% 0;
}
.entry .gallery .gallery-item .gallery-item-image.border {
  padding: 4px 4px 100% 4px;
  border: 1px solid #dadada;
}
.entry .gallery .gallery-item .gallery-item-image .gallery-item-image-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}
.entry .gallery .gallery-item .gallery-item-image .gallery-item-image-inner .gallery-item-image-inner-wrapper {
  position: relative;
  height: 100%;
  display: flex;
}
.entry .gallery .gallery-item .gallery-item-image .gallery-item-image-inner .gallery-item-image-inner-wrapper.square {
  padding: 18px;
}
.entry .gallery .gallery-item .gallery-item-image .gallery-item-image-inner .gallery-item-image-inner-wrapper.semi-square {
  padding: 6px;
}
.entry .gallery .gallery-item .gallery-item-image .gallery-item-image-inner .gallery-item-image-inner-wrapper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.entry .gallery.cols-6 .gallery-item {
  width: calc((100% - 120px) / 6);
}
@media only screen and (max-width:600px) {
  .entry .gallery.cols-6 .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}
.entry .gallery.cols-5 .gallery-item {
  width: calc((100% - 100px) / 5);
}
@media only screen and (max-width:600px) {
  .entry .gallery.cols-5 .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}
.entry .gallery.cols-4 .gallery-item {
  width: calc((100% - 60px) / 4);
}
@media only screen and (max-width:600px) {
  .entry .gallery.cols-4 .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}
.entry .gallery.cols-3 .gallery-item {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width:600px) {
  .entry .gallery.cols-3 .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}
.entry .gallery.cols-2 .gallery-item {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width:600px) {
  .entry .gallery.cols-2 .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}
.entry .big-gallery {
  list-style-type: none;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 0;
  max-width: 100%;
  clear: both;
  position: relative;
  margin-top: 30px;
}
.entry .big-gallery .carousel {
  height: 660px;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width:767px) {
  .entry .big-gallery .carousel {
    height: 400px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 400px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-height: 450px;
  }
}
@media only screen and (max-width:600px) {
  .entry .big-gallery .carousel {
    height: 300px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 300px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-height: 300px;
  }
}
.entry .big-gallery .carousel-centered {
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry .big-gallery .carousel-cell {
  width: 100%;
  height: 100%;
  margin: 0 2px;
  max-width: 100%;
}
.entry .big-gallery .flickity-viewport {
  position: absolute;
  width: 100%;
}
.entry .big-gallery .carousel-cell-inner {
  width: 100%;
}
.entry .big-gallery .carousel-cell-inner img {
  max-width: 100%;
  max-height: 100%;
}
.entry .big-gallery div .caption0.collapsed .toggle-arrow {
  transform: rotate(180deg);
}
.entry .big-gallery div .caption0.collapsed .text {
  opacity: 0;
  width: 675px;
  white-space: nowrap;
}
.entry .big-gallery div .caption0.collapsed .text p {
  display: inline;
}
.entry .audio {
  margin: 0 0 10px;
  max-width: 100%;
}
.entry .audio .mejs-container {
  max-width: 100%;
}
.entry .file_download {
  margin: 0 0 10px;
}
.entry .file_download a {
  color: #EEE;
  text-decoration: none;
  display: block;
}
.entry .entry_links {
  margin: 0 0 10px;
}
.entry .entry_links a {
  color: #EEE;
  text-decoration: none;
  display: block;
}
.entry mark {
  color: #EEE;
}
.entry > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:1025px) {
  .entry > *:last-child {
    margin: 0 auto;
  }
}
@media only screen and (max-width:600px) {
  .entry > *:last-child {
    width: unset;
  }
}
/* PAGINATION */
.pages {
  padding: 15px 0 5px;
  margin: 0;
  border-top: 1px solid #ccc;
}
.pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pages ul li {
  margin-left: 3px;
  background-color: #b9b9ba;
  list-style: none;
  font: normal 14px/20px 'Quicksand', sans-serif;
  color: #EEE;
}
.pages ul li a {
  padding: 0 6px;
  display: block;
  color: #EEE;
}
.pages ul li a:hover,
.pages ul li a.active {
  color: #000;
}
.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: #EEE;
  font-size: 26px;
  line-height: 26px;
  padding: 14px 26px;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  border: 1px solid #FFF;
  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 #EEE;
}
@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: 100;
  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;
  }
}
.no-decoration {
  text-decoration: none !important;
}
.pages_noborder {
  border-top: 0;
  width: 100%;
}
#pcox-admin-toolbar .plexframe-site-logo {
  height: 32px;
  margin: 6px;
}
.plexframe-tool #site-header,
.preview #site-header,
.plexframe-tool #header-logo,
.preview #header-logo {
  margin-top: 42px;
}
.plexframe-tool .pcox-popup-list,
.preview .pcox-popup-list {
  z-index: 10000;
}
#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: #EEE;
  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: #000;
}
#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: #000;
  color: #FFF;
  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: #EEE;
  width: 48px;
  height: 28px;
  border: 1px solid #EEE;
  padding: 0 1px;
}
#cookie-message-modal-window .modal-main .checkbox-switch label::after {
  background-color: #000;
  width: 27px;
  height: 27px;
  border: 1px solid #FFF;
  transform: translateY(-50%) translateX(-24px);
}
#cookie-message-modal-window .modal-main .checkbox-switch input:checked + label::after {
  background-color: #222222;
  border: 1px solid #222222;
  transform: translateY(-50%);
  margin-right: 1px;
}
#cookie-message-modal-window .modal-main .checkbox-switch input:checked + label::before {
  background-color: #000;
}
#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: #FFF;
  background-color: #ddd;
  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: #FFF;
  background-color: #222222;
}
#cookie-message {
  z-index: 10001;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  border-top: 2px solid #FFF;
  padding: 16px;
  font-size: 16px;
  font-family: 'Quicksand', 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 .reject-all-cookies,
#cookie-message .cookie-settings,
#cookie-message .save-cookie-settings {
  color: #FFF;
  background-color: #ddd;
  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 .reject-all-cookies:hover,
#cookie-message .cookie-settings:hover,
#cookie-message .save-cookie-settings:hover {
  background-color: #222222;
}
#cookie-message a {
  color: #FFF;
}
#cookie-message a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #FFF !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 {
    display: none;
  }
  #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:1023px) {
  #content,
  .content-half #content {
    width: 100%;
    min-height: 0;
  }
  .sub-navigation {
    display: none;
  }
  #sidebar {
    clear: both;
    width: 100%;
  }
  #sidebar section {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  body {
    padding-bottom: 0;
  }
  #site-footer {
    margin-bottom: 0;
  }
  #sitemap {
    display: none;
  }
  #site-header {
    transition: 200ms box-shadow;
  }
  #site-header.active {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  }
  #site-header .responsive-navi,
  #site-header .responsive-search {
    outline: 0;
    display: block;
    font-size: 32px;
    background: transparent;
    border: 0;
    margin: -11px -10px -20px;
    line-height: 32px;
    color: #222222;
  }
  #site-header .responsive-search {
    font-size: 24px;
  }
  #site-header .nav-container,
  #site-header #site-search {
    display: none;
  }
  #site-header #site-logo {
    margin: 3px 0 0;
    max-width: calc(100% - 85px);
  }
  #site-header #site-logo img {
    max-width: 100%;
  }
  #site-header .nav-container {
    margin-bottom: 20px;
    position: relative;
    clear: both;
  }
  #site-header .nav-container #site-language-nav {
    position: static;
    display: block;
  }
  #site-header .nav-container #site-language-nav li {
    width: 50%;
    margin: 0;
  }
  #site-header .nav-container #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: #222222;
  }
  #site-header .nav-container #site-language-nav li a.active {
    font-weight: bold;
  }
  #site-header .nav-container #site-language-nav li a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  #site-header .nav-container #site-language-nav li:first-child a {
    border-right: 1px solid #DDD;
  }
  #site-header .nav-container #site-nav-responsive {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    background: #FFF;
  }
  #site-header .nav-container #site-nav-responsive li {
    position: relative;
    margin: 0;
  }
  #site-header .nav-container #site-nav-responsive li .icon-down-open {
    cursor: pointer;
  }
  #site-header .nav-container #site-nav-responsive li .icon-down-open:before {
    position: absolute;
    color: #222222;
    line-height: 60px;
    text-align: center;
    width: 64px;
    right: -2px;
    top: 0;
    transition: 200ms transform;
    font-size: 14px;
  }
  #site-header .nav-container #site-nav-responsive li .icon-down-open.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #site-header .nav-container #site-nav-responsive li ul {
    background-color: #b9b9ba;
    display: none;
  }
  #site-header .nav-container #site-nav-responsive li ul li a {
    padding-left: 30px;
  }
  #site-header .nav-container #site-nav-responsive li ul ul a {
    padding-left: 50px;
    border-top-style: dashed;
  }
  #site-header .nav-container #site-nav-responsive li ul ul li:first-child a {
    border-top-style: solid;
  }
  #site-header .nav-container #site-nav-responsive li a {
    display: block;
    padding: 15px;
    border-top: 1px solid #DDD;
    font-weight: normal;
    color: #222222;
    transition: 200ms background-color;
    font: 16px/28px 'Quicksand', sans-serif;
  }
  #site-header .nav-container #site-nav-responsive li a:empty {
    display: none;
  }
  #site-header .nav-container #site-nav-responsive li a.active {
    color: #222222;
    font-weight: bold;
  }
  #site-header .nav-container #site-nav-responsive li a:hover {
    color: #FFF;
    background: #ddd;
  }
  #site-header #site-search {
    clear: both;
    padding-top: 10px;
  }
  #site-header #site-search input[type=text] {
    width: calc(100% - 48px);
    margin-right: 5px;
    padding: 10px;
  }
  #site-header #site-search button {
    width: 42px;
    padding: 10px;
  }
  .column.left {
    margin-right: 0 !important;
  }
  .column.right {
    margin-left: 0 !important;
  }
  #content .entry .picture.float_left {
    margin-right: 10px;
    float: none;
    margin-bottom: 30px;
  }
  #content .entry .picture.float_right {
    margin-left: 10px;
    float: none;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:468px) {
  .entry .picture.float_left,
  .picture.float_right {
    width: auto !important;
    max-width: 100%;
    margin: 0 0 10px !important;
  }
  .entry .column.left {
    margin-right: 0 !important;
  }
  .column.right {
    margin-left: 0 !important;
  }
}
/* Schriften */
/* Farben */
.pcox-addon-contact-form {
  margin-top: 30px;
  margin-bottom: 26px;
}
.pcox-addon-contact-form label {
  display: block;
}
.pcox-addon-contact-form input[name=url] {
  display: none;
}
.pcox-addon-contact-form input[type=radio],
.pcox-addon-contact-form input[type=checkbox] {
  margin-right: 5px;
}
.pcox-addon-contact-form input[type=submit] {
  padding: 5px 52px;
  background: #222222;
  border: 0;
  text-transform: uppercase;
  float: right;
  color: #fff;
}
.pcox-addon-contact-form input[type=text],
.pcox-addon-contact-form input[type=password],
.pcox-addon-contact-form input[type=email],
.pcox-addon-contact-form textarea,
.pcox-addon-contact-form select {
  padding: 5px;
  width: 100%;
}
.pcox-addon-contact-form form::after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
.pcox-addon-contact-form .form-message {
  font-weight: bold;
}
.pcox-addon-contact-form .form-error-message {
  font-weight: bold;
  color: red;
}
.pcox-edit-element {
  padding: 8px !important;
}
.pcox-edit-element.unpublished {
  border: 1px solid #f00 !important;
  margin: -1px;
}
/* Schriften */
body {
  font: normal 16px/1.35;
  font-family: 'Quicksand', sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  background: #000;
  padding: 0;
}
body .pcox-page-element {
  padding-left: 12px;
}
body.pcox-logs .pcox-table td {
  padding-right: 25px;
}
body.pcox-logs .entry .text {
  width: unset;
}
@media only screen and (max-width:468px) {
  body.pcox-logs .entry .text {
    margin-bottom: 25px;
  }
}
.pcox-usermanagement #content h1,
h2,
.pcox-logs #content h1,
h2 {
  margin: 0 ;
  padding: 0 15px 15px;
}
@media only screen and (max-width:468px) {
  .pcox-usermanagement #content h1,
  h2,
  .pcox-logs #content h1,
  h2 {
    hyphens: auto;
  }
}
body.pcox-usermanagement,
body.pcox-logs {
  background-color: #000;
}
body.pcox-usermanagement #content > *,
body.pcox-logs #content > * {
  width: 750px;
  margin: 0 auto;
  padding: 15px;
}
@media only screen and (max-width:600px) {
  body.pcox-usermanagement #content > *,
  body.pcox-logs #content > * {
    width: unset;
    font-size: 25px;
  }
}
@media only screen and (max-width:1025px) {
  body.pcox-usermanagement #content,
  body.pcox-logs #content {
    padding-top: 74px;
  }
}
body.pcox-usermanagement .entry,
body.pcox-logs .entry {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  font-size: 16px;
}
body.pcox-usermanagement .entry .boTop,
body.pcox-logs .entry .boTop {
  border-bottom: 2px solid #D9D9D9;
}
body.pcox-usermanagement .entry .boTop h2,
body.pcox-logs .entry .boTop h2 {
  padding: 0 0 15px;
}
body.pcox-usermanagement .entry .boTop .clearfix::after,
body.pcox-logs .entry .boTop .clearfix::after {
  padding-bottom: 15px;
}
@media only screen and (max-width:600px) {
  body.pcox-usermanagement .entry,
  body.pcox-logs .entry {
    width: unset;
  }
}
body.pcox-usermanagement .entry h1,
body.pcox-logs .entry h1,
body.pcox-usermanagement .entry h2,
body.pcox-logs .entry h2 {
  margin: 0 auto;
  width: 750px;
}
@media only screen and (max-width:600px) {
  body.pcox-usermanagement .entry h1,
  body.pcox-logs .entry h1,
  body.pcox-usermanagement .entry h2,
  body.pcox-logs .entry h2 {
    width: unset;
  }
}
body.pcox-usermanagement .entry h2,
body.pcox-logs .entry h2 {
  margin-top: 0;
}
body.pcox-usermanagement .entry .pcox-table,
body.pcox-logs .entry .pcox-table {
  width: 750px !important;
  margin: 0 auto !important;
  padding: 15px;
}
@media only screen and (max-width:600px) {
  body.pcox-usermanagement .entry .pcox-table,
  body.pcox-logs .entry .pcox-table {
    width: unset !important;
  }
}
html,
button,
input,
select,
textarea {
  color: #222;
}
button {
  cursor: pointer;
  border: 0;
  background: unset;
}
#site-header #site-nav-responsive {
  margin-top: -4px;
}
.home {
  background-color: #000;
}
.home .teaser .content-area {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media only screen and (max-width:1025px) {
  .home .teaser .content-area {
    width: 600px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
  }
}
@media only screen and (max-width:600px) {
  .home .teaser .content-area {
    padding: 0 15px;
    width: unset;
  }
}
@media only screen and (max-width:1025px) {
  .home .teaser .content-area .empty-h1 {
    display: none;
  }
}
.home h2 {
  color: #FFF !important;
  font-size: 25px;
  line-height: 1.4 !important;
  margin-bottom: 50px;
}
@media only screen and (max-width:600px) {
  .home h2 {
    padding-top: 0;
  }
}
.home .entry p,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  color: #FFF;
}
.home .entry p a,
.home h1 a,
.home h2 a,
.home h3 a,
.home h4 a,
.home h5 a,
.home h6 a {
  color: #FFF;
}
.home .entry p a:hover,
.home h1 a:hover,
.home h2 a:hover,
.home h3 a:hover,
.home h4 a:hover,
.home h5 a:hover,
.home h6 a:hover {
  color: #FF6C2C;
}
main,
#content-search {
  background-color: #FFF;
}
.home #hamburger-menu #user-menu-button span {
  background: #FFF;
}
#content > *:first-child h1 {
  margin-top: 0;
  /* text-transform: none; */
  font-size: 31px;
  line-height: 1.39;
  font-weight: 500;
  color: #FF6C2C;
  width: 350px;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width:600px) {
  #content > *:first-child h1 {
    font-size: 25px;
    width: unset;
  }
}
@media only screen and (max-width:468px) {
  #content > *:first-child h1 {
    font-size: 22px;
    margin-top: 10px;
  }
}
/* Elemente */
.search-result {
  padding-right: 0;
  padding-top: 200px;
  width: 673px;
  margin: 0 auto !important;
}
@media only screen and (max-width:1025px) {
  .search-result {
    padding-top: 15px;
  }
}
@media only screen and (max-width:600px) {
  .search-result {
    width: unset;
    padding: 10px;
  }
}
.search-result .content-area {
  margin: 0 auto;
}
.search-result .content-area .result-entry {
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #D9D9D9;
}
.search-result .content-area .result-entry h2 {
  padding-left: 0;
}
.search-result .content-area .result-entry h2 a.link-black {
  border-bottom: 2px dotted #FF6C2C;
  font-weight: 500;
}
.search-result .content-area .result-entry:last-child {
  border-bottom: 0;
}
.search-result .content-area .entry > *:last-child {
  margin: 30px auto !important;
}
.search-result .content-area #empty-result {
  display: none;
}
.entry_div {
  color: #000;
  font-weight: 500;
  border-bottom: none;
}
#content-wrapper-outer {
  background: white;
}
.content-header .entry .picture {
  width: 100% !important;
}
@media only screen and (max-width:600px) {
  .content-header .entry .picture {
    margin-top: 48px;
  }
}
.aside-content {
  width: 673px;
  margin-bottom: 100px;
  margin-right: 31px ;
}
.aside-content .entry h2 {
  margin-bottom: 8px;
}
@media only screen and (max-width:1025px) {
  .aside-content {
    width: 600px;
    margin: 48px auto 0;
  }
}
@media only screen and (max-width:600px) {
  .aside-content {
    padding: 15px;
    width: unset;
  }
}
.aside-content .entry .picture {
  width: unset;
}
.aside-content .entry.teaser .teaser-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);
}
.aside-content .entry.teaser .teaser-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);
}
.aside-content .entry.teaser .teaser-boxes li.entry-item .teaser-item .item-text {
  width: unset;
}
.aside-content .entry .teaserbox-area .teaser-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aside-content .entry .teaserbox-area .teaser-boxes li {
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  flex: 0 1 calc((100% - 2*15px) / 3);
  position: relative;
}
@media only screen and (max-width:1025px) {
  .aside-content .entry .pcox-fixed-edit-element {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.aside-content .entry .content-area h1 {
  width: 673px;
  margin-bottom: 48px;
}
@media only screen and (max-width:1025px) {
  .aside-content .entry .content-area h1 {
    width: unset;
  }
}
.aside-content .entry .content-area h1 hr {
  width: 292px;
}
@media only screen and (max-width:600px) {
  .aside-content .entry .content-area h1 {
    width: unset;
    word-wrap: break-word;
    /* overflow-wrap: break-word; */
    white-space: normal;
  }
}
.aside-content a.more-link.link_arrow {
  font-size: 14px;
  border-bottom: 1px solid black;
}
.small-font tr td {
  font-size: 13px;
}
.small-font tr td p {
  font-size: 11px;
}
.font-pt tr td {
  font-size: 12pt;
}
.font-pt tr td p {
  font-size: 12pt;
}
.page_20 #hamburger-menu #user-menu-button span {
  background: #FFF;
}
form.site-search__form.site-header__layer.search-result-hidden {
  left: 78px;
}
@media only screen and (max-width:1025px) {
  form.site-search__form.site-header__layer.search-result-hidden {
    right: 228px;
    left: unset;
  }
}
@media only screen and (max-width:600px) {
  form.site-search__form.site-header__layer.search-result-hidden {
    right: 94px;
  }
}
@media only screen and (max-width:320px) {
  form.site-search__form.site-header__layer.search-result-hidden {
    right: 68px;
  }
}
@media only screen and (max-width:375px) {
  form.site-search__form.site-header__layer.search-result-hidden {
    right: 68px;
  }
}
@media only screen and (max-width:321px) {
  form.site-search__form.site-header__layer.search-result-hidden {
    right: 148px;
    top: 0;
  }
}
form.site-search__form.site-header__layer.site-header__layer--hidden.search-result-hidden {
  position: absolute;
  left: 78px;
}
@media only screen and (max-width:1025px) {
  form.site-search__form.site-header__layer.site-header__layer--hidden.search-result-hidden {
    right: 228px;
    left: unset;
  }
}
@media only screen and (max-width:600px) {
  form.site-search__form.site-header__layer.site-header__layer--hidden.search-result-hidden {
    right: 94px;
  }
}
@media only screen and (max-width:320px) {
  form.site-search__form.site-header__layer.site-header__layer--hidden.search-result-hidden {
    right: 68px;
  }
}
@media only screen and (max-width:375px) {
  form.site-search__form.site-header__layer.site-header__layer--hidden.search-result-hidden {
    right: 68px;
  }
}
@media only screen and (max-width:321px) {
  form.site-search__form.site-header__layer.site-header__layer--hidden.search-result-hidden {
    right: 148px;
    top: 0;
  }
}
li::marker {
  color: #000;
}
.home li::marker {
  color: #FFF;
}
.home .entry {
  margin: 0;
}
@media only screen and (max-width:1025px) {
  .home .entry .content-area h1 {
    margin: 48px 0;
    word-wrap: break-word;
    /* overflow-wrap: break-word; */
    white-space: normal;
  }
}
.home .entry .content-area h2 {
  margin-top: 0;
  max-width: 600px;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width:600px) {
  .home .entry .content-area h2 {
    margin-top: 15px;
  }
}
.home .entry .content-area .plexframe-entry-new {
  background-color: #555;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.home .entry .content-area .entry_links.link-list a {
  color: #FFF;
}
.home .entry .content-area .entry_links.link-list .link-list__item {
  margin-bottom: 30px;
}
.home .entry ul li {
  color: #FFF;
}
.home .entry ul li a {
  color: #FFF;
}
.home .entry .text {
  width: 600px;
  margin-bottom: 48px;
}
.home .entry .text .more-link {
  color: #FFF;
}
@media only screen and (max-width:768px) {
  .home .entry .text {
    width: unset;
  }
}
.home .entry .picture-outer {
  width: 600px;
  padding-bottom: 15px;
  margin-bottom: 48px;
}
@media only screen and (max-width:1025px) {
  .home .entry .picture-outer {
    width: unset;
  }
}
.home .entry .picture-outer .picture {
  width: 100% !important;
}
.home .entry .gallery {
  width: unset;
}
.home .entry .gallery .gallery-item {
  flex-basis: calc((100% - 2*15px) / 3);
}
@media only screen and (max-width:600px) {
  .home .entry .gallery {
    width: unset;
  }
}
@media only screen and (max-width:468px) {
  .home .entry {
    font-size: 18px;
  }
}
.home .entry .content-area > * {
  width: 600px;
}
@media only screen and (max-width:1025px) {
  .home .entry .content-area > * {
    margin: 0 auto ;
  }
}
.home .entry .content-area > * h1 {
  width: 600px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width:600px) {
  .home .entry .content-area > * h1 {
    width: unset !important;
    padding-left: 0 !important;
  }
}
.content-header .entry .picture img {
  max-width: 100%;
  width: 100%;
}
.entry {
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  font-style: normal;
  line-height: 25px;
  margin: 0 0 100px;
}
@media only screen and (max-width:1025px) {
  .entry {
    margin: 0;
  }
}
.entry:last-child {
  margin-bottom: 0;
}
.entry p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  color: #000;
}
.entry p a:hover {
  color: #FF6C2C;
}
.entry h1,
.entry h1 a {
  font-family: 'Quicksand', sans-serif;
  display: block;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 1.09;
  font-weight: 500;
  color: #FF6C2C;
  margin: 0 0 48px;
}
@media only screen and (max-width:468px) {
  .entry h1,
  .entry h1 a {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 50px;
    letter-spacing: normal;
  }
}
.entry h2,
.entry h2 a {
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 1.12;
}
.entry h3,
.entry h3 a {
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  font-family: 'Quicksand', sans-serif;
  color: #000;
  font-weight: normal;
  font-style: normal;
}
.entry h4,
.entry h4 a {
  font-weight: 600;
  font-style: normal;
  margin: 0 0 0.75em 0;
  font-family: 'Quicksand', sans-serif;
  color: #000;
}
.entry h5,
.entry h5 a {
  margin: 0.4em 0 0 0;
  font-family: 'Quicksand', sans-serif;
  color: #000;
}
.entry h6,
.entry h6 a {
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'Quicksand', sans-serif;
  color: #000;
}
.entry .gallery .gallery-item {
  margin-bottom: 15px;
}
.entry .content-area > * {
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width:1025px) {
  .entry .content-area > * {
    margin: 0 auto;
  }
}
.entry .content-area .site-search-input {
  position: relative;
}
.entry .content-area .pcox-edit-element,
.entry .content-area .plexframe-entry-new,
.entry .content-area h1,
.entry .content-area h1 a {
  width: unset;
  max-width: unset;
}
.entry .content-area h1,
.entry .content-area h1 a {
  width: 673px;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.09;
  color: #FF6C2C;
}
@media only screen and (max-width:1025px) {
  .entry .content-area h1,
  .entry .content-area h1 a {
    width: unset;
  }
}
@media only screen and (max-width:600px) {
  .entry .content-area h1,
  .entry .content-area h1 a {
    width: unset;
  }
}
@media only screen and (max-width:600px) {
  .entry .content-area h2 {
    width: unset;
  }
}
.entry .content-area .link-black {
  color: #000;
}
.entry .content-area .entry_links.link-list {
  margin: 0;
  padding: 0;
  list-style-type: disc !important;
}
.entry .content-area .entry_links.link-list .link-list__item {
  margin: 0 0 0 20px;
  padding: 0 0 0 5px;
  list-style-type: disc !important;
}
.entry .content-area .entry_links.link-list a {
  color: #000;
  border-bottom: 2px dotted #FF6C2C;
  display: inline;
  word-wrap: break-word;
  /* overflow-wrap: break-word; */
  white-space: normal;
}
.entry .content-area .entry_links.link-list .link-list__link::before {
  width: 15px;
  height: 35px;
  flex: 0 0 15px;
  margin-right: 12px;
  border-bottom: unset;
}
.entry .text {
  color: #000;
  padding: 0;
  width: 673px;
  /* p:last-child { margin-bottom: 0; padding: 0; } */
}
@media only screen and (max-width:1025px) {
  .entry .text {
    margin: 0 auto;
  }
}
@media only screen and (max-width:600px) {
  .entry .text {
    margin-left: 0;
    width: 100%;
  }
}
.entry .text ul {
  margin: 0;
  padding: 0;
  list-style-type: disc !important;
  line-height: 1.3333;
}
.entry .text ol {
  margin: 0;
  padding: 0;
}
.entry .text ul li,
.entry .text ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 5px;
}
.entry .text p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.33333;
  word-wrap: break-word;
  /* overflow-wrap: break-word; */
  white-space: normal;
}
.entry .text p + .more_link {
  margin-top: -15px;
  display: block;
}
.entry .text p + ul,
.entry .text p + ol {
  line-height: 1.3333;
  margin-bottom: 30px;
}
.entry .text a {
  color: #000;
  font-size: 21px;
  text-decoration: none;
  line-height: 1.3333;
  border-bottom: 2px dotted #FF6C2C;
}
.entry .text a:hover,
.entry .text a:active {
  color: #FF6C2C;
}
.entry .caption {
  font-family: 'Quicksand', sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3333;
  /* 137.5% */
  letter-spacing: -0.4px;
  margin: 5px auto;
  display: block;
}
.entry .caption a.link {
  color: #000;
  text-decoration: underline;
}
.entry .caption p {
  margin: 0 0 7px 0;
  padding: 0;
  font-weight: 500;
}
.entry .caption p:last-child {
  margin-bottom: 0;
}
.entry .picture {
  position: relative;
  vertical-align: bottom;
  line-height: 0;
  max-width: 100%;
  width: 673px;
}
.entry .picture img {
  max-width: 100%;
}
.entry .picture.float_left {
  margin: 0;
}
.entry .picture.float_right {
  margin: 0;
}
.entry .picture .border {
  border: 1px solid #dadada;
}
.entry .picture.pic-total:before,
.entry .video-background.pic-total:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 673px;
}
@media only screen and (max-width:1025px) {
  .entry .gallery {
    width: 600px;
  }
}
@media only screen and (max-width:600px) {
  .entry .gallery {
    width: unset;
  }
}
.entry .gallery .gallery-item {
  flex-grow: 0;
  display: flex;
  flex-basis: 214px;
}
@media only screen and (max-width:1025px) {
  .entry .gallery .gallery-item {
    flex-basis: 188px;
  }
}
.entry .gallery .gallery-item img {
  display: block;
}
.entry .gallery .gallery-item .caption {
  text-align: left;
  margin-top: 8px;
}
.entry .gallery.gallery-big-small .gallery-item,
.entry .gallery.gallery-small-big .gallery-item {
  justify-content: flex-start;
}
.entry .gallery.gallery-big-small .gallery-item.big,
.entry .gallery.gallery-small-big .gallery-item.big {
  flex-basis: 392px;
  max-width: 392px;
}
.entry .big-gallery {
  list-style-type: none;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 0;
  max-width: 100%;
  clear: both;
  position: relative;
  margin-top: 0;
}
.entry .big-gallery .flickity-prev-next-button {
  top: calc(50% - 15px);
}
.entry .big-gallery .flickity-prev-next-button .arrow {
  fill: #fff;
}
.entry .big-gallery .addon-caption {
  padding: 8px 0 0 0;
}
.entry .big-gallery .carousel {
  height: 670px;
  max-width: 100%;
  max-height: 100%;
}
.entry .big-gallery .carousel img {
  max-height: 666px;
  margin: 0;
}
.entry .big-gallery .carousel img.svg {
  height: 666px;
  max-width: 100%;
}
@media only screen and (max-width:1025px) {
  .entry .big-gallery .carousel {
    height: 580px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 580px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-width: 100vw;
    max-height: 576px;
  }
  .entry .big-gallery .carousel .carousel-centered img.svg {
    height: 576px;
    max-width: 100%;
  }
}
@media only screen and (max-width:600px) {
  .entry .big-gallery .carousel {
    height: 300px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 258px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-width: calc(100vw - 25px - 25px);
    max-height: 258px;
  }
  .entry .big-gallery .carousel .carousel-centered img.svg {
    height: 258px;
    max-width: 100%;
  }
  .entry .big-gallery .carousel .flickity-prev-next-button {
    top: calc(50% - 18px);
  }
}
@media only screen and (max-width:468px) {
  .entry .big-gallery .carousel {
    height: 200px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 200px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-width: calc(100vw - 25px - 25px);
    max-height: 198px;
  }
  .entry .big-gallery .carousel .flickity-prev-next-button {
    top: 50%;
  }
}
.entry .big-gallery .carousel-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.entry .big-gallery .carousel-cell {
  width: calc(100% - 0);
  height: calc(100% - 2px);
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}
.entry .big-gallery .flickity-viewport {
  position: absolute;
  width: 100%;
}
.entry .big-gallery .flickity-page-dots {
  bottom: -10px;
  z-index: 1;
}
@media only screen and (max-width:768px) {
  .entry .big-gallery .flickity-page-dots {
    bottom: -25px;
  }
}
.entry .big-gallery .flickity-page-dots .dot.is-selected {
  background: #000;
  opacity: 1;
}
.entry .big-gallery .carousel-cell-inner {
  max-height: 100%;
  height: 100%;
}
.entry .big-gallery .carousel-cell-inner img {
  max-width: calc(100% - 0);
}
.entry .big-gallery .carousel-cell-inner .caption-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 16px);
}
@media only screen and (max-width:768px) {
  .entry .big-gallery .carousel-cell-inner .caption-outer {
    bottom: -1px;
  }
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  color: #000;
  width: calc(100% - 16px);
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  /* 137.5% */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin: 1em auto 0;
  display: block;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption br {
  display: none;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption a {
  color: #ddd;
  text-decoration: none;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption p {
  margin: 0 0 7px 0;
  padding: 0;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption p:last-child {
  margin-bottom: 0;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.long {
  padding-right: 48px;
  cursor: pointer;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.long::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 48px;
  line-height: 41px;
  content: '';
  text-align: center;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.open {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.open br {
  display: block;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.open::after {
  transform: rotate(180deg);
  cursor: pointer;
}
.entry .big-gallery div .caption0.collapsed .toggle-arrow {
  transform: rotate(180deg);
}
.entry .big-gallery div .caption0.collapsed .text {
  opacity: 0;
  width: 675px;
  white-space: nowrap;
}
.entry .big-gallery div .caption0.collapsed .text p {
  display: inline;
}
.entry .big-gallery .gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: #fff;
}
.entry .audio {
  margin: 0 0 10px;
  max-width: 100%;
}
.entry .audio .mejs-container {
  max-width: 100%;
}
.entry .video {
  margin: 0 0 10px;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background: #333;
}
.entry .video:nth-last-child(2) {
  margin-bottom: 0;
}
.entry .video iframe {
  width: 100% !important;
  height: 100%;
  position: absolute;
}
.entry .video .mejs-container {
  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-overlay.mejs-layer.mejs-overlay-play .mejs-overlay-button {
  margin-top: -50px !important;
}
.entry .video .mejs-container .mejs-poster,
.entry .video .mejs-container .mejs-overlay {
  width: 100% !important;
  height: 100% !important;
}
.entry .file_download {
  margin: 0 0 10px;
}
.entry .file_download a {
  color: #222222;
  text-decoration: none;
  display: block;
}
.entry .file_download a:hover,
.entry .file_download a:active {
  color: #000;
}
.entry .file_download + .picture {
  margin-top: 1.5em;
}
.entry .entry_links {
  width: 673px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.entry .entry_links a {
  color: #222222;
  text-decoration: none;
  display: block;
}
.entry .entry_links a:hover,
.entry .entry_links a:active {
  color: #000;
}
.entry mark {
  color: #000;
}
@media only screen and (max-width:468px) {
  .entry > *:last-child {
    padding-right: 0;
  }
}
.entry.size_75 .picture {
  max-width: 75%;
}
.entry.size_50 .picture {
  max-width: 50%;
}
.entry.size_33 .picture {
  max-width: 33%;
}
.entry.size_25 .picture {
  max-width: 25%;
}
.entry .picture,
.entry .video-background {
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 0;
  max-width: 100%;
}
@media only screen and (max-width:600px) {
  .entry .picture,
  .entry .video-background {
    margin-top: 0;
  }
}
.entry .picture .pcox-addon-slideshow-caption,
.entry .video-background .pcox-addon-slideshow-caption {
  padding: 10px 0;
}
.entry .picture.pic_center,
.entry .video-background.pic_center,
.entry .picture.pic_center_bottom,
.entry .video-background.pic_center_bottom {
  margin: 28px auto;
}
.page_20 .entry .picture.pic-total,
.page_20 .entry .video-background.pic-total {
  padding-bottom: 33.3%;
  margin-bottom: 88px;
}
@media only screen and (max-width:1025px) {
  .page_20 .entry .picture.pic-total,
  .page_20 .entry .video-background.pic-total {
    margin-bottom: 0;
  }
}
.entry .picture .border,
.entry .video-background .border {
  border: 1px solid #dadada;
}
.entry .picture.pic_left_floating,
.entry .video-background.pic_left_floating {
  float: left;
  z-index: 1;
}
.entry .picture.pic_right_floating,
.entry .video-background.pic_right_floating {
  float: right;
  z-index: 1;
}
.entry .picture.pic_left,
.entry .video-background.pic_left,
.entry .picture.pic_right,
.entry .video-background.pic_right,
.entry .picture.pic_left_floating,
.entry .video-background.pic_left_floating,
.entry .picture.pic_right_floating,
.entry .video-background.pic_right_floating {
  margin: 0 40px 40px 0;
  max-width: 38%;
}
@media only screen and (max-width:600px) {
  .entry .picture.pic_left,
  .entry .video-background.pic_left,
  .entry .picture.pic_right,
  .entry .video-background.pic_right,
  .entry .picture.pic_left_floating,
  .entry .video-background.pic_left_floating,
  .entry .picture.pic_right_floating,
  .entry .video-background.pic_right_floating {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width:600px) {
  .entry .picture.pic_left,
  .entry .video-background.pic_left,
  .entry .picture.pic_right,
  .entry .video-background.pic_right,
  .entry .picture.pic_left_floating,
  .entry .video-background.pic_left_floating,
  .entry .picture.pic_right_floating,
  .entry .video-background.pic_right_floating {
    float: none;
  }
}
@media only screen and (max-width:600px) {
  .entry .picture.pic_left,
  .entry .video-background.pic_left,
  .entry .picture.pic_right,
  .entry .video-background.pic_right,
  .entry .picture.pic_left_floating,
  .entry .video-background.pic_left_floating,
  .entry .picture.pic_right_floating,
  .entry .video-background.pic_right_floating {
    max-width: 100%;
  }
}
.entry .picture.pic_left.size_75,
.entry .video-background.pic_left.size_75,
.entry .picture.pic_right.size_75,
.entry .video-background.pic_right.size_75,
.entry .picture.pic_left_floating.size_75,
.entry .video-background.pic_left_floating.size_75,
.entry .picture.pic_right_floating.size_75,
.entry .video-background.pic_right_floating.size_75 {
  max-width: 28.5%;
}
@media only screen and (max-width:600px) {
  .entry .picture.pic_left.size_75,
  .entry .video-background.pic_left.size_75,
  .entry .picture.pic_right.size_75,
  .entry .video-background.pic_right.size_75,
  .entry .picture.pic_left_floating.size_75,
  .entry .video-background.pic_left_floating.size_75,
  .entry .picture.pic_right_floating.size_75,
  .entry .video-background.pic_right_floating.size_75 {
    max-width: 75%;
  }
  .entry .picture.pic_left.size_75.display_gallery,
  .entry .video-background.pic_left.size_75.display_gallery,
  .entry .picture.pic_right.size_75.display_gallery,
  .entry .video-background.pic_right.size_75.display_gallery,
  .entry .picture.pic_left_floating.size_75.display_gallery,
  .entry .video-background.pic_left_floating.size_75.display_gallery,
  .entry .picture.pic_right_floating.size_75.display_gallery,
  .entry .video-background.pic_right_floating.size_75.display_gallery,
  .entry .picture.pic_left.size_75.display_gallery_first_big,
  .entry .video-background.pic_left.size_75.display_gallery_first_big,
  .entry .picture.pic_right.size_75.display_gallery_first_big,
  .entry .video-background.pic_right.size_75.display_gallery_first_big,
  .entry .picture.pic_left_floating.size_75.display_gallery_first_big,
  .entry .video-background.pic_left_floating.size_75.display_gallery_first_big,
  .entry .picture.pic_right_floating.size_75.display_gallery_first_big,
  .entry .video-background.pic_right_floating.size_75.display_gallery_first_big,
  .entry .picture.pic_left.size_75.display_gallery_row,
  .entry .video-background.pic_left.size_75.display_gallery_row,
  .entry .picture.pic_right.size_75.display_gallery_row,
  .entry .video-background.pic_right.size_75.display_gallery_row,
  .entry .picture.pic_left_floating.size_75.display_gallery_row,
  .entry .video-background.pic_left_floating.size_75.display_gallery_row,
  .entry .picture.pic_right_floating.size_75.display_gallery_row,
  .entry .video-background.pic_right_floating.size_75.display_gallery_row,
  .entry .picture.pic_left.size_75.display_slideshow,
  .entry .video-background.pic_left.size_75.display_slideshow,
  .entry .picture.pic_right.size_75.display_slideshow,
  .entry .video-background.pic_right.size_75.display_slideshow,
  .entry .picture.pic_left_floating.size_75.display_slideshow,
  .entry .video-background.pic_left_floating.size_75.display_slideshow,
  .entry .picture.pic_right_floating.size_75.display_slideshow,
  .entry .video-background.pic_right_floating.size_75.display_slideshow {
    max-width: 100%;
  }
}
.entry .picture.pic_left.size_50,
.entry .video-background.pic_left.size_50,
.entry .picture.pic_right.size_50,
.entry .video-background.pic_right.size_50,
.entry .picture.pic_left_floating.size_50,
.entry .video-background.pic_left_floating.size_50,
.entry .picture.pic_right_floating.size_50,
.entry .video-background.pic_right_floating.size_50 {
  max-width: 19%;
}
@media only screen and (max-width:600px) {
  .entry .picture.pic_left.size_50,
  .entry .video-background.pic_left.size_50,
  .entry .picture.pic_right.size_50,
  .entry .video-background.pic_right.size_50,
  .entry .picture.pic_left_floating.size_50,
  .entry .video-background.pic_left_floating.size_50,
  .entry .picture.pic_right_floating.size_50,
  .entry .video-background.pic_right_floating.size_50 {
    max-width: 50%;
  }
  .entry .picture.pic_left.size_50.display_gallery,
  .entry .video-background.pic_left.size_50.display_gallery,
  .entry .picture.pic_right.size_50.display_gallery,
  .entry .video-background.pic_right.size_50.display_gallery,
  .entry .picture.pic_left_floating.size_50.display_gallery,
  .entry .video-background.pic_left_floating.size_50.display_gallery,
  .entry .picture.pic_right_floating.size_50.display_gallery,
  .entry .video-background.pic_right_floating.size_50.display_gallery,
  .entry .picture.pic_left.size_50.display_gallery_first_big,
  .entry .video-background.pic_left.size_50.display_gallery_first_big,
  .entry .picture.pic_right.size_50.display_gallery_first_big,
  .entry .video-background.pic_right.size_50.display_gallery_first_big,
  .entry .picture.pic_left_floating.size_50.display_gallery_first_big,
  .entry .video-background.pic_left_floating.size_50.display_gallery_first_big,
  .entry .picture.pic_right_floating.size_50.display_gallery_first_big,
  .entry .video-background.pic_right_floating.size_50.display_gallery_first_big,
  .entry .picture.pic_left.size_50.display_gallery_row,
  .entry .video-background.pic_left.size_50.display_gallery_row,
  .entry .picture.pic_right.size_50.display_gallery_row,
  .entry .video-background.pic_right.size_50.display_gallery_row,
  .entry .picture.pic_left_floating.size_50.display_gallery_row,
  .entry .video-background.pic_left_floating.size_50.display_gallery_row,
  .entry .picture.pic_right_floating.size_50.display_gallery_row,
  .entry .video-background.pic_right_floating.size_50.display_gallery_row,
  .entry .picture.pic_left.size_50.display_slideshow,
  .entry .video-background.pic_left.size_50.display_slideshow,
  .entry .picture.pic_right.size_50.display_slideshow,
  .entry .video-background.pic_right.size_50.display_slideshow,
  .entry .picture.pic_left_floating.size_50.display_slideshow,
  .entry .video-background.pic_left_floating.size_50.display_slideshow,
  .entry .picture.pic_right_floating.size_50.display_slideshow,
  .entry .video-background.pic_right_floating.size_50.display_slideshow {
    max-width: 100%;
  }
}
.entry .picture.pic_left.size_25,
.entry .video-background.pic_left.size_25,
.entry .picture.pic_right.size_25,
.entry .video-background.pic_right.size_25,
.entry .picture.pic_left_floating.size_25,
.entry .video-background.pic_left_floating.size_25,
.entry .picture.pic_right_floating.size_25,
.entry .video-background.pic_right_floating.size_25 {
  max-width: 13.8%;
}
@media only screen and (max-width:600px) {
  .entry .picture.pic_left.size_25,
  .entry .video-background.pic_left.size_25,
  .entry .picture.pic_right.size_25,
  .entry .video-background.pic_right.size_25,
  .entry .picture.pic_left_floating.size_25,
  .entry .video-background.pic_left_floating.size_25,
  .entry .picture.pic_right_floating.size_25,
  .entry .video-background.pic_right_floating.size_25 {
    max-width: 25%;
  }
  .entry .picture.pic_left.size_25.display_gallery,
  .entry .video-background.pic_left.size_25.display_gallery,
  .entry .picture.pic_right.size_25.display_gallery,
  .entry .video-background.pic_right.size_25.display_gallery,
  .entry .picture.pic_left_floating.size_25.display_gallery,
  .entry .video-background.pic_left_floating.size_25.display_gallery,
  .entry .picture.pic_right_floating.size_25.display_gallery,
  .entry .video-background.pic_right_floating.size_25.display_gallery,
  .entry .picture.pic_left.size_25.display_gallery_first_big,
  .entry .video-background.pic_left.size_25.display_gallery_first_big,
  .entry .picture.pic_right.size_25.display_gallery_first_big,
  .entry .video-background.pic_right.size_25.display_gallery_first_big,
  .entry .picture.pic_left_floating.size_25.display_gallery_first_big,
  .entry .video-background.pic_left_floating.size_25.display_gallery_first_big,
  .entry .picture.pic_right_floating.size_25.display_gallery_first_big,
  .entry .video-background.pic_right_floating.size_25.display_gallery_first_big,
  .entry .picture.pic_left.size_25.display_gallery_row,
  .entry .video-background.pic_left.size_25.display_gallery_row,
  .entry .picture.pic_right.size_25.display_gallery_row,
  .entry .video-background.pic_right.size_25.display_gallery_row,
  .entry .picture.pic_left_floating.size_25.display_gallery_row,
  .entry .video-background.pic_left_floating.size_25.display_gallery_row,
  .entry .picture.pic_right_floating.size_25.display_gallery_row,
  .entry .video-background.pic_right_floating.size_25.display_gallery_row,
  .entry .picture.pic_left.size_25.display_slideshow,
  .entry .video-background.pic_left.size_25.display_slideshow,
  .entry .picture.pic_right.size_25.display_slideshow,
  .entry .video-background.pic_right.size_25.display_slideshow,
  .entry .picture.pic_left_floating.size_25.display_slideshow,
  .entry .video-background.pic_left_floating.size_25.display_slideshow,
  .entry .picture.pic_right_floating.size_25.display_slideshow,
  .entry .video-background.pic_right_floating.size_25.display_slideshow {
    max-width: 100%;
  }
}
.entry .picture.pic_right,
.entry .video-background.pic_right,
.entry .picture.pic_right_floating,
.entry .video-background.pic_right_floating {
  margin: 0 0 40px 0;
}
.entry .pic_text_aside {
  display: flex;
  flex-direction: column;
}
.entry .pic_text_aside.pic_center_bottom .picture,
.entry .pic_text_aside.pic_bottom .picture {
  order: 2;
}
.entry .pic_text_aside.pic_center_bottom .text-aside,
.entry .pic_text_aside.pic_bottom .text-aside {
  order: 1;
}
.entry .pic_text_aside.pic_right,
.entry .pic_text_aside.pic_left {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:468px) {
  .entry .pic_text_aside {
    display: block;
  }
}
.entry .pic_text_aside.pic_right .picture {
  order: 1;
}
.entry .pic_text_aside.pic_right .text_aside {
  order: 0;
}
.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.pic_left .picture,
.entry .pic_text_aside.pic_left_floating .picture {
  margin-right: 25px;
}
@media only screen and (max-width:468px) {
  .entry .pic_text_aside.pic_left .picture,
  .entry .pic_text_aside.pic_left_floating .picture {
    margin-right: 0;
  }
}
.entry .pic_text_aside.pic_right .picture,
.entry .pic_text_aside.pic_right_floating .picture {
  margin-left: 25px;
}
@media only screen and (max-width:468px) {
  .entry .pic_text_aside.pic_right .picture,
  .entry .pic_text_aside.pic_right_floating .picture {
    margin-left: 0;
  }
}
.entry.pic_total {
  width: 100%;
  max-width: 100%;
}
.entry.pic_total .text {
  z-index: 1;
  position: absolute;
  padding-bottom: 67px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.entry.pic_total .text h1 {
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.01em;
  width: 1440px;
  max-width: 100%;
  margin: 28px auto 120px;
  text-transform: uppercase;
}
.entry.pic_total .text p {
  max-width: 836px;
  margin: 0 auto;
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.01em;
  text-align: center;
}
@media only screen and (max-width:600px) {
  .entry.pic_total .text p {
    font-size: 62px;
    line-height: 64px;
  }
}
.entry.pic_total .video {
  margin-top: 0;
}
.entry.pic_total .video .mejs__container {
  padding-bottom: 33.33%;
  background-color: #000;
}
.page_20 .entry.pic_total .video .mejs__container {
  padding-bottom: 39.0625%;
}
.entry.pic_total .video .mejs__container .mejs__controls {
  display: none !important;
}
.entry .accordion {
  max-width: 100%;
  margin-left: 0;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  padding: 10px 0;
}
.plexframe-tool.edit .entry .accordion {
  padding-top: 40px;
}
.entry .accordion h2 {
  margin-top: 0;
}
.entry .accordion .slide-toggle__head {
  width: 100%;
  justify-content: space-between;
  align-items: unset;
}
.entry .accordion .slide-toggle__head h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}
.entry .accordion .slide-toggle__head h2 p {
  margin-bottom: 0;
}
.entry .accordion .slide-toggle__head h1 {
  margin: 0 0 20px;
  padding: 0;
}
.entry .accordion .slide-toggle__body {
  margin: 0;
}
.entry .accordion .slide-toggle__body,
.entry .accordion .text p {
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
  letter-spacing: 0.36px;
}
@media only screen and (max-width:600px) {
  .entry .accordion .slide-toggle__body,
  .entry .accordion .text p {
    font-size: 16px;
    line-height: 21px;
  }
}
.entry .accordion .slide-toggle__body a:hover::after,
.entry .accordion .text p a:hover::after {
  transform: translateX(10px);
}
.entry .accordion .slide-toggle__body a.link_arrow::before,
.entry .accordion .text p a.link_arrow::before {
  position: unset;
  background: unset;
  width: unset;
  height: unset;
  content: unset;
  top: unset;
  left: unset;
}
.entry .accordion .slide-toggle__body .picture,
.entry .accordion .text p .picture {
  margin-bottom: 50px;
}
.entry .accordion .slide-toggle__body .slide-toggle__body-inner {
  display: flex;
}
@media only screen and (max-width:468px) {
  .entry .accordion .slide-toggle__body .slide-toggle__body-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width:1025px) {
  .entry.teaser .teaser-boxes {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width:468px) {
  .entry.teaser .teaser-boxes {
    display: block;
  }
}
@media only screen and (max-width:468px) {
  .entry.teaser .teaser-boxes {
    font-size: 18px;
    line-height: 25px;
  }
}
.entry.teaser .teaser-boxes li {
  flex: 0 1 calc((100% - 2 * 25px) / 3);
  position: relative;
}
@media only screen and (max-width:1025px) {
  .entry.teaser .teaser-boxes li {
    flex: 0 1 calc((100% - 25px) / 2);
    margin: 0;
  }
}
@media only screen and (max-width:768px) {
  .entry.teaser .teaser-boxes li {
    flex: 0 1 100%;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .entry.teaser .teaser-boxes li.empty {
    display: none;
  }
}
@media only screen and (max-width:468px) {
  .entry.teaser .teaser-boxes li {
    padding: 10px;
  }
}
@media only screen and (max-width:600px) {
  .entry.teaser .teaser-boxes li {
    padding-bottom: 30px;
  }
}
.entry.teaser .teaser-boxes li.empty,
.entry.teaser .teaser-boxes li.plexframe-entry-new {
  border-bottom: 0;
  margin: 0;
  min-height: unset;
  background-color: rgba(0, 0, 0, 0.03);
}
.entry.teaser .teaser-boxes li.entry-item .teaser-item {
  position: relative;
}
.entry.teaser .teaser-boxes li.entry-item .teaser-item .item-text {
  color: #000;
  line-height: 28px;
  font-style: normal;
  font-weight: 100;
  width: 673px;
}
@media only screen and (max-width:1025px) {
  .entry.teaser .teaser-boxes li.entry-item .teaser-item .item-text {
    margin: 0 auto;
    width: 600px;
    padding-top: 50px;
  }
}
@media only screen and (max-width:600px) {
  .entry.teaser .teaser-boxes li.entry-item .teaser-item .item-text {
    width: unset;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
.entry.teaser .teaser-boxes li.entry-item .teaser-item .item-text h2 {
  color: #000;
  font-size: 25px;
  line-height: 1.4;
  font-style: 'Quicksand', sans-serif;
  font-weight: 500;
  margin: 0 0 4px;
}
.entry.teaser .teaser-boxes li.entry-item .teaser-item .google-auto-placed {
  display: none !important;
}
.entry.teaser .teaser-boxes li.entry-item .teaser-item .picture + .item-text {
  color: #000;
}
.entry.teaser .teaser-boxes li.entry-item .teaser-item .picture + .item-text h2 {
  color: #000;
}
.entry.teaser .teaser-boxes li.entry-item div:first-child.google-auto-placed {
  margin-top: 0 !important;
}
.entry.teaser .teaser-boxes li.entry-item .advertisement + .google-auto-placed {
  display: none !important;
}
.entry.teaser .teaser-boxes li.entry-item .picture .border {
  border: 1px solid #FFF;
}
.entry.teaser .teaser-boxes li .picture {
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.entry.teaser .teaser-boxes li .picture img {
  max-width: 100%;
  width: 148px;
}
@media only screen and (max-width:1025px) {
  .entry.teaser .teaser-boxes li .picture img {
    height: unset;
  }
}
.entry.teaser .teaser-boxes li .picture img.mobile {
  display: none;
}
.entry.teaser .teaser-boxes li .picture img.no-mobile {
  display: block;
}
@media only screen and (max-width:468px) {
  .entry.teaser .teaser-boxes li .picture img.mobile {
    display: block;
  }
  .entry.teaser .teaser-boxes li .picture img.no-mobile {
    display: none;
  }
}
.entry.teaser .teaser-boxes li.box_typ_2 .teaser-item {
  background-color: #000;
}
.entry.teaser .teaser-boxes li.box_typ_2 .teaser-item:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.entry.teaser .teaser-boxes li.box_typ_2 .teaser-item .picture {
  overflow: hidden;
  margin: 0;
  line-height: 0;
  position: absolute;
  top: 0;
}
.entry.teaser .teaser-boxes li.box_typ_2 .teaser-item .item-text {
  margin-top: unset;
  position: absolute;
  top: 24px;
  left: 19px;
  max-width: calc(100% - 38px);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 127.778% */
}
.entry.teaser .teaser-boxes li.box_typ_2 .teaser-item .item-text h2 {
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0;
}
.entry .slide-toggle__head::after {
  content: '';
  width: 18px;
  margin-top: 10px;
  margin-right: 2px;
  margin-left: 20px;
  background-image: url('../img/arrow_accordeon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 25px;
  transition: transform 235ms, filter 235ms, background-image 235ms;
  transform: unset;
}
.entry .slide-toggle:not(.slide-toggle--closed) .slide-toggle__head::after {
  transition: transform 235ms;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.entry .slide-toggle__body {
  padding: 0;
  border-bottom: unset;
}
.entry .white {
  color: #FFF;
}
.entry .blue {
  color: #FFF;
}
.entry.accordion + .entry.accordion {
  margin-top: -45px;
}
.entry.accordion + .entry.accordion .accordion {
  border-top: unset;
}
@media only screen and (max-width:600px) {
  .entry.accordion + .entry.accordion {
    margin-top: -34px;
  }
}
/* Layout-Elemente */
#site-wrapper {
  width: 100%;
}
#hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 500ms;
  transition-property: opacity;
  opacity: 0;
  z-index: 1000;
  background-color: transparent;
}
.plexframe-tool #hamburger-menu {
  top: 42px;
}
@media only screen and (max-width:1025px) {
  #hamburger-menu {
    display: none;
  }
}
.hide-desktop-navi #hamburger-menu {
  opacity: 1;
}
@media only screen and (max-width:1025px) {
  .hide-desktop-navi #hamburger-menu {
    display: none;
  }
}
#hamburger-menu #user-menu-button {
  display: block;
  align-self: flex-start;
  height: 59px;
  width: 50px;
  max-width: 50px;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 25px 25px;
  background: transparent;
  cursor: pointer;
  z-index: 15;
  flex: 0 1 48px;
}
#hamburger-menu #user-menu-button span {
  display: block;
  height: 6px;
  background: #000;
  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;
}
.change-to-white {
  background: #FFF !important;
}
#site-header {
  display: flex;
  box-shadow: unset;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  transition: transform 0.25s 0.1s ease-in-out;
  background-color: #000;
  z-index: 200;
  top: 0;
}
@media only screen and (max-width:1025px) {
  #site-header {
    position: fixed;
  }
}
@media only screen and (max-width:768px) {
  #site-header {
    padding: 0;
  }
}
@media only screen and (max-width:468px) {
  #site-header {
    padding: 0;
  }
}
@media only screen and (max-width:600px) {
  .plexframe-tool #site-header {
    top: 42px;
  }
}
@media only screen and (max-width:468px) {
  .plexframe-tool #site-header {
    top: 0;
  }
}
.hide-desktop-navi #site-header {
  transform: translate3d(0, -240px, 0);
}
.hide-desktop-navi.show-desktop-navi #site-header {
  transform: translate3d(0, 0, 0);
  position: sticky;
  max-width: unset;
}
.hide-desktop-navi.show-desktop-navi #site-header #site-logo {
  flex: 0 1 412px;
  margin: 16px 0 16px 446px;
  box-sizing: border-box;
}
@media only screen and (max-width:1900px) {
  .hide-desktop-navi.show-desktop-navi #site-header #site-logo {
    margin: 16px 0 16px 327px;
  }
}
@media only screen and (max-width:1600px) {
  .hide-desktop-navi.show-desktop-navi #site-header #site-logo {
    margin: 16px 0 16px 215px;
  }
}
.hide-desktop-navi.show-desktop-navi #site-header .site-search-input .site-search__form {
  right: 610px;
}
@media only screen and (max-width:1900px) {
  .hide-desktop-navi.show-desktop-navi #site-header .site-search-input .site-search__form {
    right: 488px;
  }
}
@media only screen and (max-width:1600px) {
  .hide-desktop-navi.show-desktop-navi #site-header .site-search-input .site-search__form {
    right: 380px;
  }
}
.hide-desktop-navi.show-desktop-navi #site-header form.site-search__form.site-header__layer.en-search {
  right: 689px;
}
@media only screen and (max-width:1900px) {
  .hide-desktop-navi.show-desktop-navi #site-header form.site-search__form.site-header__layer.en-search {
    right: 568px;
  }
}
@media only screen and (max-width:1600px) {
  .hide-desktop-navi.show-desktop-navi #site-header form.site-search__form.site-header__layer.en-search {
    right: 458px;
  }
}
.hide-desktop-navi.show-desktop-navi.plexframe-tool #site-header {
  padding-top: 42px;
}
.hide-desktop-navi.show-desktop-navi.plexframe-tool #site-header #site-logo {
  flex: 0 1 412px;
  margin: 16px 0 16px 446px;
  box-sizing: border-box;
}
@media only screen and (max-width:1900px) {
  .hide-desktop-navi.show-desktop-navi.plexframe-tool #site-header #site-logo {
    margin: 16px 0 16px 327px;
  }
}
@media only screen and (max-width:1600px) {
  .hide-desktop-navi.show-desktop-navi.plexframe-tool #site-header #site-logo {
    margin: 16px 0 16px 215px;
  }
}
@media only screen and (max-width:1025px) {
  .hide-desktop-navi #site-header,
  .hide-desktop-navi.show-desktop-navi #site-header {
    transform: translate3d(0, 0, 0);
  }
  .down #site-header {
    transform: translate3d(0, -240px, 0);
  }
}
#site-header:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#site-header .responsive-navi,
#site-header .responsive-search {
  display: none;
}
#site-header .site-header__layer--hidden {
  transform: translateY(-100%) translateY(-48px);
  opacity: 0;
}
#site-header .bluebox {
  background: #000;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  height: 274px;
  font-family: 'Quicksand', sans-serif;
}
@media only screen and (max-width:768px) {
  #site-header .bluebox {
    margin-top: 32px;
  }
}
@media only screen and (max-width:600px) {
  #site-header .bluebox {
    height: auto;
    min-height: 64px;
  }
}
#site-header .bluebox .box-container {
  flex: 0 0 392px;
  max-width: 392px;
  width: 50%;
  word-break: break-all;
  margin-right: 30px;
  padding: 4px 8px;
  color: #FFF;
  font-size: 23px;
  height: 100%;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 860px) {
  #site-header .bluebox .box-container {
    flex-basis: 50% !important;
    margin: 0;
    width: 50%;
  }
}
@media only screen and (max-width:768px) {
  #site-header .bluebox .box-container {
    flex-basis: 50%;
    margin: 0;
  }
}
@media only screen and (max-width:600px) {
  #site-header .bluebox .box-container {
    flex-basis: 100%;
    margin: 0;
  }
  #site-header .bluebox .box-container:empty {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  #site-header .bluebox .box-container.second.flickity-enabled.is-draggable {
    flex-basis: 392px !important;
    width: 392px;
  }
}
@media only screen and (max-width: 800px) {
  #site-header .bluebox .box-container.second.flickity-enabled.is-draggable {
    flex-basis: 50% !important;
    width: 50%;
  }
}
@media only screen and (max-width:768px) {
  #site-header .bluebox .box-container.second.flickity-enabled.is-draggable {
    flex-basis: 50% !important;
    width: 50%;
  }
}
@media only screen and (max-width:600px) {
  #site-header .bluebox .box-container.second.flickity-enabled.is-draggable {
    flex-basis: 392px !important;
    width: 392px;
    max-width: 100%;
    height: 274px;
  }
  #site-header .bluebox .box-container.second.flickity-enabled.is-draggable .flickity-viewport {
    height: 274px !important;
  }
}
#site-header .bluebox .box-container a {
  color: #FFF;
}
#site-header .bluebox .box-container a:hover,
#site-header .bluebox .box-container a:focus {
  opacity: 0.7;
  text-decoration: none;
}
#site-header .bluebox .box-container.second {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-size: cover;
  letter-spacing: 0;
}
#site-header .bluebox .box-container.second .second-inner {
  width: 392px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width:768px) {
  #site-header .bluebox .box-container.second .second-inner {
    width: 100%;
  }
}
#site-header .bluebox .box-container.second:not([style^="background-image"]):not(:empty):not(.flickity-enabled) {
  background: #FFF;
  color: #000;
  flex-basis: 392px;
  padding-bottom: 0;
  text-align: left;
}
#site-header .bluebox .box-container.second.flickity-enabled {
  flex-basis: 392px !important;
  margin-left: 0 !important;
  padding: 0;
  width: 392px;
  max-width: 100%;
  background: transparent !important;
}
#site-header .bluebox .box-container.second.flickity-enabled .flickity-viewport {
  width: 100%;
}
#site-header .bluebox .box-container.second.flickity-enabled .text {
  padding: 4px 8px;
}
#site-logo {
  flex: 0 1 412px;
  margin: 16px 0 16px 105px;
  box-sizing: border-box;
}
#site-logo img {
  max-width: 100%;
}
@media only screen and (max-width:468px) {
  #site-logo {
    display: none;
  }
}
#site-logo-mobile {
  display: none;
}
@media only screen and (max-width:468px) {
  #site-logo-mobile {
    padding: 0 15px;
    display: block;
    margin: 0;
    max-width: 145px;
    line-height: 0;
  }
  #site-logo-mobile img {
    max-width: 97%;
  }
}
#site-search {
  float: right;
}
#site-search input,
#site-search button {
  font: normal 14px/16px 'Quicksand', sans-serif;
  border: 1px solid #AAA;
  padding: 5px;
}
.content-inner {
  margin: 0 auto;
  max-width: 1220px;
  justify-content: space-between;
  display: flex;
  padding-top: 88px;
}
.content-inner .home-content-one {
  flex: 0 0 345px;
  min-height: 450px;
  margin-left: 105px;
}
@media only screen and (max-width:1025px) {
  .content-inner {
    display: block;
    padding: 15px;
  }
}
@media only screen and (max-width:600px) {
  .content-inner {
    padding: 0;
  }
}
.content-header {
  width: 100%;
}
.content-header .entry {
  margin: 0 !important;
}
.content-header .entry .content-area-header plexframe-entry-new {
  margin: 0 !important;
}
#content {
  margin: 0 auto;
  display: block;
  font: normal 18px/25px 'Quicksand', sans-serif;
}
@media only screen and (max-width:1025px) {
  #content {
    display: block;
  }
}
@media only screen and (max-width:600px) {
  #content {
    padding-top: 50px;
  }
}
#content iframe {
  max-width: 100%;
}
@media only screen and (max-width:600px) {
  #content > .entry,
  #content > #sortable .entry {
    margin: 0 auto;
    width: unset;
  }
}
#content > .entry .nonavi,
#content > #sortable .entry .nonavi {
  width: 600px;
}
@media only screen and (max-width:768px) {
  #content > .entry .nonavi,
  #content > #sortable .entry .nonavi {
    width: unset;
  }
}
#content > .entry h1,
#content > #sortable .entry h1 {
  width: 294px;
  font-size: 31px;
  line-height: 1.09;
  font-weight: 500;
  color: #FF6C2C;
  margin-top: 0;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width:1025px) {
  #content > .entry h1,
  #content > #sortable .entry h1 {
    width: 600px;
  }
}
@media only screen and (max-width:600px) {
  #content > .entry h1,
  #content > #sortable .entry h1 {
    width: unset;
  }
}
.header-hr {
  height: 0;
  border: 0;
  margin: 0 0 6px;
  border-top: 1px #FF6C2C solid;
  width: 292px;
}
@media only screen and (max-width:1025px) {
  .header-hr {
    width: 100%;
  }
}
.site-map {
  margin-top: 80px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width:468px) {
  .site-map {
    padding: 0 16px;
  }
}
.site-map ul.nav-main-level1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
  list-style-type: none;
  flex: 0 1 auto;
}
.site-map ul.nav-main-level1 > li {
  margin-bottom: 25px;
}
.site-map ul.nav-main-level1 li {
  position: relative;
  flex: 0 1 calc(50% - 20px);
}
@media only screen and (max-width:468px) {
  .site-map ul.nav-main-level1 li {
    flex: 0 1 calc(100%);
  }
}
.site-map ul.nav-main-level1 li a {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-align: left;
  text-transform: uppercase;
}
.site-map ul.nav-main-level1 li ul.nav-main-level2 {
  list-style-type: none;
}
.site-map ul.nav-main-level1 li ul.nav-main-level2 li {
  position: relative;
}
.site-map ul.nav-main-level1 li ul.nav-main-level2 li a {
  font-weight: 400;
  text-transform: unset;
  margin-bottom: 20px;
}
.site-map ul.nav-main-level1 li ul.nav-main-level2 li a.active {
  font-weight: 700;
}
.site-map ul.nav-main-level1 li ul.nav-main-level2 li a.hash-link {
  color: #000;
}
.site-map ul.nav-main-level1 li.meta-nav a {
  text-transform: unset;
}
.site-map ul.nav-main-level1 .site-nav__link {
  color: #222222;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  font-size: 18px;
}
.site-map ul.nav-main-level1 .site-nav__link:hover {
  color: #EEE;
}
@media only screen and (max-width:1025px) {
  #site-footer {
    font-size: 16px;
  }
}
@media only screen and (max-width:600px) {
  #site-footer {
    display: block;
    width: unset;
  }
}
#site-footer #site-footer-nav {
  max-width: 1220px;
  width: 100%;
  font-size: 18px;
  line-height: 1.27777;
  height: 27px;
  color: #FFF;
  margin: 5px auto 30px;
  display: flex;
  justify-content: space-between;
}
#site-footer #site-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:600px) {
  #site-footer #site-footer-nav ul {
    display: block;
  }
}
#site-footer #site-footer-nav ul li a {
  font-family: 'Quicksand', sans-serif;
  color: #FFF;
  font-size: 18px;
  line-height: 21px;
  font-style: normal;
  font-weight: 100;
  /* 175% */
  letter-spacing: 0.08px;
}
#site-footer #site-footer-nav ul li a:hover,
#site-footer #site-footer-nav ul li a.active {
  color: #FF6C2C;
}
#site-footer #site-footer-nav .footer_1,
#site-footer #site-footer-nav .footer_2,
#site-footer #site-footer-nav .footer_3,
#site-footer #site-footer-nav .footer_4 {
  float: left;
  padding-top: 20px;
}
@media only screen and (max-width:1025px) {
  #site-footer #site-footer-nav .footer_1,
  #site-footer #site-footer-nav .footer_2 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width:1025px) {
  #site-footer #site-footer-nav .footer_3 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#site-footer #site-footer-nav .footer_3 a {
  color: #FFF;
}
#site-footer #site-footer-nav .footer_3 a:hover {
  color: #FF6C2C;
}
@media only screen and (max-width:1025px) {
  #site-footer #site-footer-nav .footer_4 {
    padding-top: 0;
  }
}
@media only screen and (max-width:768px) {
  #site-footer #site-footer-nav .footer_4 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#site-footer #site-footer-nav .footer_4 ul {
  padding: 0;
  margin: 0;
}
#site-footer .copyright {
  font-family: 'Quicksand', sans-serif;
  color: #FFF;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.76px;
  flex-shrink: 0;
}
.footer_5 {
  float: left;
  height: 50px;
}
@media only screen and (max-width:1025px) {
  .footer_5 {
    margin-right: 30px;
  }
}
.footer_5 .linkedin {
  width: 50px;
  margin-bottom: 20px;
}
/* Navis */
@media screen and (min-width: 1026px) {
  #site-nav-responsive {
    display: none !important;
  }
}
.nav-container {
  margin-top: 59px;
  display: flex;
  justify-content: space-between;
  height: 50px;
  background-color: #000;
}
.nav-container .nav-container-right {
  display: flex;
  justify-content: space-between;
  height: 50px;
}
#site-nav {
  display: flex;
  align-items: center;
  float: none;
  position: relative;
  height: 50px;
}
#site-nav .nav-main-level1 {
  padding: 0;
  height: 50px;
}
#site-nav .nav-main-level1 > li {
  height: 50px;
  display: flex;
  align-items: center;
  margin-right: 35px;
}
@media only screen and (max-width:1025px) {
  #site-nav .nav-main-level1 {
    padding-left: 30px;
  }
}
#site-nav ul {
  display: flex;
}
#site-nav ul li:hover {
  background-color: unset;
}
#site-nav ul li a {
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 100;
  line-height: 24px;
  /* 120% */
  text-transform: capitalize;
  color: #FFF;
  display: inline-block;
  margin-top: 6px;
}
#site-nav ul li a.active,
#site-nav ul li a:hover {
  color: #FF6C2C;
}
@media only screen and (max-width:1025px) {
  #site-nav ul li a {
    font-size: 19px;
  }
}
#site-nav ul li.pcox-element {
  position: absolute;
  right: 0;
  top: -4px;
  transform: translateY(-100%);
  margin-right: 0;
}
#site-nav ul li .nav-main-level2 {
  position: absolute;
  top: 50px;
  width: max-content;
  background-color: rgba(92, 92, 96, 0.9);
}
#site-nav ul li .nav-main-level2 li {
  padding: 5px 15px;
  white-space: nowrap;
}
#site-nav ul li .nav-main-level2 li a {
  text-transform: none;
  font-family: 'Quicksand', sans-serif;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 22px;
  letter-spacing: 0.4px;
}
#site-nav ul li .nav-main-level2 li a:hover,
#site-nav ul li .nav-main-level2 li a.active {
  color: #FF6C2C;
}
#site-nav ul li .nav-main-level2 li.pcox-element {
  position: static;
  transform: none;
}
#site-nav ul li .nav-main-level3 {
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
}
#site-nav ul li .nav-main-level3 li {
  flex: 0 auto;
}
#site-nav ul li .nav-main-level3 li a {
  font-size: 18px;
  text-transform: none;
  font-family: 'Quicksand', sans-serif;
  color: #868889;
  letter-spacing: 0;
}
#site-nav ul li .nav-main-level3 li a:hover,
#site-nav ul li .nav-main-level3 li a.active {
  color: #FFF;
}
#site-nav ul li .nav-main-level3 li.pcox-element {
  position: static;
  transform: none;
}
.site-search-icon {
  width: 24px;
  margin: 13px 20px 0;
  height: 50px;
  position: relative;
}
#content .site-search-icon {
  margin-top: 50px;
  margin-bottom: 32px;
}
@media only screen and (max-width:320px) {
  .site-search-icon {
    width: 32px;
    margin: 12px 16px 0 0;
  }
}
.site-search-icon button.togglebutton {
  border: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  z-index: 2000;
  filter: brightness(0) invert(1);
}
.site-search-icon button.togglebutton svg {
  width: 100%;
  height: 100%;
}
.site-search-icon .site-search__form {
  position: absolute;
  top: -6px;
  left: -268px;
  width: 300px;
  max-width: 100%;
  display: flex;
  padding: 0;
}
#content .site-search-icon .site-search__form {
  width: 50%;
}
@media only screen and (max-width:468px) {
  .site-search-icon .site-search__form {
    display: block;
  }
}
#content .site-search-icon .site-search__form {
  position: relative;
  top: unset;
  left: unset;
}
.site-search-icon .site-search__formfields {
  flex: 1;
  display: flex;
  position: relative;
  height: 40px;
}
@media only screen and (max-width:320px) {
  .site-search-icon .site-search__formfields {
    height: 53px;
  }
}
.site-search-icon .site-search__label {
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
  transition-property: transform, background-color;
  transform-origin: top left;
  display: inline-block;
  top: -2px;
}
.site-search-icon .site-search__input {
  flex: 1;
  order: 1;
  font-size: 26px;
  padding: 6px 10px 0;
  border: 0;
  width: 280px;
  max-width: 100%;
}
#content .site-search-icon .site-search__input {
  width: 100%;
}
.site-search-icon .site-search__input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  outline: 1px solid #000;
  outline-offset: -1px;
  z-index: 10;
}
.site-search-icon .site-search__input:focus {
  border: 0;
}
.site-search-icon .site-search__label--hovering {
  position: absolute;
  font-size: 16px;
}
.site-search-icon .site-search__input:focus + .site-search__label--hovering,
.site-search-icon .site-search__input:not([value=""]) + .site-search__label--hovering {
  display: none;
}
.site-search-icon .site-search__submit {
  background-color: unset;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 21px;
  cursor: pointer;
  position: relative;
  top: 6px;
  right: 10px;
  z-index: 11;
  width: 24px;
  outline: none;
}
@media only screen and (max-width:320px) {
  .site-search-icon .site-search__submit {
    top: 11px;
    right: 14px;
  }
}
.site-search-icon .site-search__submit svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:320px) {
  .site-search-icon .site-search__submit svg {
    display: none;
  }
}
.site-search-icon .site-search__submit img {
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width:320px) {
  .site-search-icon .site-search__submit img {
    display: block;
    transform: rotateY(180deg);
  }
}
.site-search-icon .site-search__submit:hover .arrow-button,
.site-search-icon .site-search__submit:focus .arrow-button {
  filter: brightness(200%);
}
.site-search-icon .arrow-button {
  width: 28px;
  height: 28px;
  display: block;
}
.site-search-icon .arrow-button--right {
  transform: rotate(-90deg);
}
.site-search__input-hidden {
  top: -10px;
  left: -268px;
  width: 204px;
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width:1025px) {
  .site-search__input-hidden {
    left: unset;
  }
}
.site-search-input {
  width: 24px;
  margin: 13px 20px 0;
  height: 50px;
  position: absolute;
  bottom: -15px;
  right: 96px;
}
#content .site-search-input {
  margin-top: 50px;
  margin-bottom: 32px;
  left: -116px;
}
@media only screen and (max-width:600px) {
  #content .site-search-input {
    width: 250px;
  }
}
@media only screen and (max-width:320px) {
  .site-search-input {
    right: 10px;
    top: 10px;
    bottom: unset;
  }
}
.site-search-input button.togglebutton {
  border: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  z-index: 2000;
  filter: brightness(0) invert(1);
}
.site-search-input button.togglebutton svg {
  width: 100%;
  height: 100%;
}
.site-search-input form.site-search__form.site-header__layer.en-search {
  position: absolute;
  top: -10px;
  right: 348px;
  width: 300px;
  max-width: 100%;
  display: flex;
  padding: 0;
}
.site-search-input .site-search__form {
  position: absolute;
  top: -10px;
  right: 268px;
  width: 300px;
  max-width: 100%;
  display: flex;
  padding: 0;
}
#content .site-search-input .site-search__form {
  width: 40%;
}
@media only screen and (max-width:468px) {
  #content .site-search-input .site-search__form {
    width: unset;
  }
}
@media only screen and (max-width:1025px) {
  .site-search-input .site-search__form {
    left: -205px;
    bottom: unset;
  }
}
@media only screen and (max-width:320px) {
  .site-search-input .site-search__form {
    top: -20px;
    left: -208px;
  }
}
#content .site-search-input .site-search__form {
  position: relative;
  top: unset;
  left: -220px;
}
@media only screen and (max-width:600px) {
  #content .site-search-input .site-search__form {
    position: relative;
    top: unset;
    left: 40px;
  }
}
@media only screen and (max-width:375px) {
  #content .site-search-input .site-search__form {
    position: relative;
    top: unset;
    left: 60px;
  }
}
@media only screen and (max-width:320px) {
  #content .site-search-input .site-search__form {
    position: relative;
    top: unset;
    left: 90px;
  }
}
.site-search-input .site-search__formfields {
  flex: 1;
  display: flex;
  position: relative;
  height: 40px;
}
@media only screen and (max-width:320px) {
  .site-search-input .site-search__formfields {
    width: 195px;
    left: 20px;
  }
}
.site-search-input .site-search__label {
  padding: 16px;
  cursor: pointer;
  font-size: 18px;
  transition-property: transform, background-color;
  transform-origin: top left;
  display: inline-block;
  top: -2px;
}
.site-search-input .site-search__input {
  flex: 1;
  order: 1;
  font-size: 16px;
  padding: 6px 10px 0;
  border: 0;
  width: 280px;
  max-width: 100%;
}
.site-search-input .site-search__input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  outline: 1px solid #000;
  outline-offset: -1px;
  z-index: 10;
  font-weight: 500;
}
.site-search-input .site-search__input:focus {
  border: 0;
}
.site-search-input .site-search__label--hovering {
  position: absolute;
  font-size: 16px;
}
.site-search-input .site-search__input:focus + .site-search__label--hovering,
.site-search-input .site-search__input:not([value=""]) + .site-search__label--hovering {
  display: none;
}
.site-search-input .site-search__submit {
  background-color: unset;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 11;
  width: 24px;
  outline: none;
}
@media only screen and (max-width:320px) {
  .site-search-input .site-search__submit {
    top: 11px;
    right: 7px;
  }
}
.site-search-input .site-search__submit svg {
  width: 100%;
  height: 100%;
}
.site-search-input .site-search__submit img {
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width:320px) {
  .site-search-input .site-search__submit img {
    display: block;
    transform: rotateY(180deg);
  }
}
.site-search-input .site-search__submit:hover .arrow-button,
.site-search-input .site-search__submit:focus .arrow-button {
  filter: brightness(200%);
}
.site-search-input .arrow-button {
  width: 28px;
  height: 28px;
  display: block;
}
.site-search-input .arrow-button--right {
  transform: rotate(-90deg);
}
#site-language-nav {
  position: relative;
  right: unset;
  top: unset;
  height: 50px;
}
#site-language-nav:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
#site-language-nav ul {
  display: flex;
}
#site-language-nav ul li {
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
#site-language-nav ul li:not(:last-child)::after {
  color: #FFF;
  content: '|';
  padding: 5px 10px 0;
}
#site-language-nav ul li a {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 6px;
}
#site-language-nav ul li a:hover,
#site-language-nav ul li a.active {
  color: #FF6C2C;
}
#site-language-nav ul:after {
  clear: both;
  content: '';
  display: block;
}
.cookie-message {
  color: #000;
}
#subnavigation {
  min-height: 450px;
  width: 343px;
  margin-left: 105px;
  background-color: #FFF;
}
@media only screen and (max-width:1025px) {
  #subnavigation {
    display: none;
  }
}
@media only screen and (max-width:1025px) {
  #subnavigation ul {
    width: 600px;
    margin-left: 176px;
  }
}
@media only screen and (max-width:768px) {
  #subnavigation ul {
    margin-left: 50px;
  }
}
@media only screen and (max-width:600px) {
  #subnavigation ul {
    margin: auto;
    width: unset;
    padding: 10px;
  }
}
#subnavigation a {
  text-decoration: none;
  color: #000;
  font-size: 21px;
  line-height: 1.66666;
  margin-bottom: 5px;
  border-bottom: 2px dotted #FF6C2C;
  font-weight: 500;
  display: inline;
}
#subnavigation a:hover,
#subnavigation .active > a {
  color: #FF6C2C;
}
.nav-sub-level3 {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width:1025px) {
  .nav-sub-level3 {
    margin-left: 0 !important;
  }
}
/* PAGINATION */
ul.pages {
  margin: 0;
  padding: 15px 0 5px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  list-style: none;
}
ul.pages li {
  float: left;
  margin-left: 3px;
  list-style: none;
  color: #000;
}
ul.pages li a {
  padding: 6px;
  color: #000;
  height: 36px;
  width: 36px;
  background-color: #eee;
  display: block;
  align-items: center;
  text-align: center;
  font: normal 20px/30px 'Quicksand', sans-serif;
}
ul.pages li a:hover,
ul.pages li a.active {
  background-color: #000;
  color: #fff;
}
.pages_noborder {
  border-top: 0;
  width: 100%;
}
#pcox-admin-toolbar .plexframe-site-logo {
  height: 32px;
  margin: 6px;
}
@media only screen and (max-width:600px) {
  .plexframe-tool .site-search-input .site-search__form {
    top: -5px;
  }
}
@media only screen and (max-width:320px) {
  .plexframe-tool .site-search-input .site-search__form {
    top: -15px;
  }
}
.plexframe-tool #site-wrapper {
  margin: 160px auto 0;
}
@media only screen and (max-width:768px) {
  .plexframe-tool #site-wrapper {
    margin-top: 160px;
  }
}
@media only screen and (max-width:600px) {
  .plexframe-tool #site-wrapper {
    background: #000;
  }
}
.plexframe-tool #site-wrapper {
  margin-top: 16px;
}
@media only screen and (max-width:1025px) {
  .plexframe-tool #site-wrapper {
    margin-top: 90px;
  }
}
/* ==========================================================================
   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 {
    display: none;
  }
  #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:1025px) {
  body {
    padding-bottom: 0;
  }
  #site-wrapper {
    max-width: 1024px;
  }
  #content,
  .content-half #content {
    width: 100%;
    min-height: 0;
    padding: 0;
  }
  .sub-navigation {
    display: none;
  }
  #sidebar {
    float: none;
    clear: both;
    width: 100%;
  }
  #sidebar section {
    width: 100%;
  }
  #site-logo {
    padding: 0 30px;
  }
  #site-footer {
    padding: 10px;
    height: auto;
  }
  #site-header #site-nav-responsive li li a {
    padding-left: 40px;
  }
  #site-header #site-nav-responsive li li a.active {
    padding-left: 35px;
  }
  #site-header #site-nav-responsive li li li a {
    padding-left: 60px;
  }
  #site-header #site-nav-responsive li li li a.active {
    padding-left: 55px;
  }
  #site-header {
    display: block;
    height: 48px;
  }
  #site-header .scroll-navi,
  #site-header .responsive-navi,
  #site-header .responsive-search {
    outline: 0;
    display: block;
    font-size: 32px;
    background: transparent;
    border: 0;
    float: right;
    margin: 0;
    padding: -1px;
    line-height: 0;
    color: #000;
  }
  #site-header .responsive-search {
    margin: 12px 50px 0 0;
  }
  #site-header .responsive-navi {
    display: block;
  }
  #site-header #site-logo {
    margin: 0;
    max-width: calc(100% - 105px);
    padding-left: 0;
  }
  #site-header #site-logo img {
    padding: 0 15px;
    height: 48px;
    width: auto;
    box-sizing: border-box;
  }
  #site-header .nav-container {
    display: none !important;
  }
  #site-header #site-nav-responsive {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    background-color: #000;
    color: #FFF;
    overflow: hidden;
    width: 100%;
  }
  #site-header #site-nav-responsive li {
    position: relative;
    margin: 0;
    float: none;
  }
  #site-header #site-nav-responsive li .icon-down-open {
    cursor: pointer;
  }
  #site-header #site-nav-responsive li .icon-down-open:before {
    position: absolute;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    width: 48px;
    right: -2px;
    top: 0;
    transition: 200ms transform;
    font-size: 14px;
  }
  #site-header #site-nav-responsive li .icon-down-open.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #site-header #site-nav-responsive li ul {
    background-color: #000;
    display: none;
  }
  #site-header #site-nav-responsive li a {
    display: block;
    padding: 12px 20px;
    background-color: transparent;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: 200ms background-color;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.8px;
  }
  #site-header #site-nav-responsive li a:empty {
    display: none;
  }
  #site-header #site-nav-responsive li a.active {
    color: #FF6C2C;
    border-left: 5px solid #FF6C2C;
    padding-left: 15px;
  }
  #site-header #site-nav-responsive li a:hover {
    color: #FF6C2C;
  }
  #site-header #site-nav-responsive li ul {
    background-color: rgba(255, 255, 255, 0.1);
  }
  #site-header #site-nav-responsive #site-language-nav {
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #site-header #site-nav-responsive #site-language-nav li a {
    padding: 15px 0;
  }
  #site-header #site-nav-responsive #site-language-nav li a.active {
    border-left: 0;
  }
  #site-header #site-search {
    float: none;
    clear: both;
    padding-top: 10px;
  }
  #site-header #site-search input[type=text] {
    width: calc(100% - 48px);
    float: left;
    margin-right: 5px;
    padding: 10px;
  }
  #site-header #site-search button {
    width: 42px;
    float: left;
    padding: 10px;
  }
}
.responsive-navi {
  display: none;
  width: 48px;
  height: 48px;
  padding: 7px 11px 0;
  cursor: pointer;
  transition-duration: 500ms;
  transition-property: width, height, padding, background-color;
  z-index: 15;
  border: 0;
  outline: none !important;
  float: left;
  background: transparent;
  color: white;
  -webkit-flex: 0 1 48px;
  -ms-flex: 0 1 48px;
  flex: 0 1 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}
.responsive-navi span {
  display: block;
  height: 3px;
  background: #FFF;
  margin: 0 auto 4px;
  position: relative;
  transition: 500ms background-color, 250ms opacity 150ms, 500ms -webkit-transform;
  transition: 500ms background-color, 500ms transform, 250ms opacity 150ms;
  transition: 500ms background-color, 500ms transform, 250ms opacity 150ms, 500ms -webkit-transform;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.responsive-navi.active {
  background-color: #FF6C2C !important;
}
.responsive-navi.active span {
  background: #FFF;
  transition: 500ms background-color, 0ms opacity, 500ms -webkit-transform;
  transition: 500ms background-color, 500ms transform, 0ms opacity;
  transition: 500ms background-color, 500ms transform, 0ms opacity, 500ms -webkit-transform;
}
.responsive-navi.active .first {
  -webkit-transform: rotate(45deg) translate(6px, 3px);
  -ms-transform: rotate(45deg) translate(6px, 3px);
  transform: rotate(45deg) translate(6px, 3px);
}
.responsive-navi.active .second {
  opacity: 0;
}
.responsive-navi.active .third {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}
@media only screen and (max-width:768px) {
  #sitemap {
    display: none;
  }
  .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;
  }
  #site-footer-nav ul li a {
    font-size: 14px;
  }
  #site-logo {
    margin: 0;
    max-width: calc(100% - 105px);
    padding-left: 0;
  }
}
@media only screen and (max-width:600px) {
  #content,
  .content-half #content {
    padding: 0;
  }
  #site-footer {
    background: #000;
  }
  #site-header #site-logo img {
    margin-left: 16px;
  }
  .entry .gallery .gallery-item {
    flex: 0 1 auto;
    flex-basis: calc((100% - 2*15px) / 3);
  }
  .entry .gallery.gallery-small-big .gallery-item.big,
  .entry .gallery.gallery-big-small .gallery-item.big {
    flex-basis: calc(100% / 1.5 - 2px);
  }
  .entry .gallery .gallery-item .caption {
    font-size: 10px;
  }
}
@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;
  }
}
/*# sourceMappingURL=style.css.map */