/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/keen-slider/keen-slider.min.css ***!
  \************************************************************************************************/
.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/photoswipe/dist/photoswipe.css ***!
  \***********************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./theme/scss/style.scss ***!
  \**************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* mixins allgemein */
/* mixins uebersicht page -2 */
/* mixins Page -3 Story */
/* mixins Page -4 Saale */
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes introTextOne {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  3% {
    opacity: 0;
    transform: translateX(50px); }
  8% {
    opacity: 1;
    transform: translateX(0); }
  30% {
    opacity: 1;
    transform: translateX(0); }
  33% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(0); } }

@keyframes introTextTwo {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  3% {
    opacity: 0;
    transform: translateY(-50px); }
  8% {
    opacity: 1;
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(0); }
  33% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(0); } }

@keyframes introTextThree {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  3% {
    opacity: 0;
    transform: translateX(-50px); }
  8% {
    opacity: 1;
    transform: translateX(0); }
  30% {
    opacity: 1;
    transform: translateX(0); }
  33% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(0); } }

@keyframes fadeOutIntroText1 {
  0% {
    opacity: 0;
    transform: translateY(0); }
  3% {
    opacity: 1;
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(0); }
  33% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 0;
    transform: translateY(-50px); } }

@keyframes fadeOutIntroText2 {
  0% {
    opacity: 0;
    transform: translateX(0); }
  3% {
    opacity: 1;
    transform: translateX(0); }
  30% {
    opacity: 1;
    transform: translateX(0); }
  33% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 0;
    transform: translateX(-50px); } }

@keyframes fadeOutIntroText3 {
  0% {
    opacity: 0;
    transform: translateY(0); }
  3% {
    opacity: 1;
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(0); }
  33% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 0;
    transform: translateY(50px); } }

/* keyframes für Home */
@keyframes videoIntroText {
  from {
    opacity: 0;
    transform: translate(-50%, 20%); }
  to {
    opacity: 1;
    transform: translate(-50%, 0); } }

@keyframes overlayContentTop {
  from {
    opacity: 0;
    transform: translateY(20%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes overlayContentSite {
  from {
    opacity: 0;
    transform: translateX(-15%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes saaleSlides {
  from {
    opacity: 0.6;
    transform: translateY(3%); }
  to {
    opacity: 1;
    transform: translate(0); } }

@keyframes saaleSlidesMobile {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes saaleSlidesOff {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@keyframes saaleSlidesOffMobile {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@keyframes saaleDesc {
  from {
    opacity: 0;
    transform: translateY(-30%); }
  to {
    opacity: 1; } }

@keyframes showServiceBox {
  from {
    opacity: 0;
    transform: translateX(15%); }
  to {
    opacity: 1; } }

@keyframes serviceSlides {
  from {
    opacity: 0.5;
    transform: translateX(-3%); }
  to {
    opacity: 1; } }

@keyframes serviceSlidesOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes removeIntroTextOne {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateY(-50px); } }

@keyframes removeIntroTextTwo {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateX(-50px); } }

@keyframes removeIntroTextThree {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateY(50px); } }

@keyframes missionState {
  0% {
    visibility: hidden;
    opacity: 0; }
  50% { }
  100% {
    visibility: visible;
    opacity: 1; } }

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
.mce-content-body ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
.mce-content-body ol ul,
ul .mce-content-body ol,
.mce-content-body ul ol,
.mce-content-body ol ol,
ol ul,
ol .mce-content-body ol,
.mce-content-body ol ol,
ul ol,
.mce-content-body ol ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-1 {
    margin-left: calc(1 / 12 * 100%); }
  .offset-sm-2 {
    margin-left: calc(2 / 12 * 100%); }
  .offset-sm-3 {
    margin-left: calc(3 / 12 * 100%); }
  .offset-sm-4 {
    margin-left: calc(4 / 12 * 100%); }
  .offset-sm-5 {
    margin-left: calc(5 / 12 * 100%); }
  .offset-sm-6 {
    margin-left: calc(6 / 12 * 100%); }
  .offset-sm-7 {
    margin-left: calc(7 / 12 * 100%); }
  .offset-sm-8 {
    margin-left: calc(8 / 12 * 100%); }
  .offset-sm-9 {
    margin-left: calc(9 / 12 * 100%); }
  .offset-sm-10 {
    margin-left: calc(10 / 12 * 100%); }
  .offset-sm-11 {
    margin-left: calc(11 / 12 * 100%); }
  .offset-sm-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-1 {
    margin-left: calc(1 / 12 * 100%); }
  .offset-md-2 {
    margin-left: calc(2 / 12 * 100%); }
  .offset-md-3 {
    margin-left: calc(3 / 12 * 100%); }
  .offset-md-4 {
    margin-left: calc(4 / 12 * 100%); }
  .offset-md-5 {
    margin-left: calc(5 / 12 * 100%); }
  .offset-md-6 {
    margin-left: calc(6 / 12 * 100%); }
  .offset-md-7 {
    margin-left: calc(7 / 12 * 100%); }
  .offset-md-8 {
    margin-left: calc(8 / 12 * 100%); }
  .offset-md-9 {
    margin-left: calc(9 / 12 * 100%); }
  .offset-md-10 {
    margin-left: calc(10 / 12 * 100%); }
  .offset-md-11 {
    margin-left: calc(11 / 12 * 100%); }
  .offset-md-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-1 {
    margin-left: calc(1 / 12 * 100%); }
  .offset-lg-2 {
    margin-left: calc(2 / 12 * 100%); }
  .offset-lg-3 {
    margin-left: calc(3 / 12 * 100%); }
  .offset-lg-4 {
    margin-left: calc(4 / 12 * 100%); }
  .offset-lg-5 {
    margin-left: calc(5 / 12 * 100%); }
  .offset-lg-6 {
    margin-left: calc(6 / 12 * 100%); }
  .offset-lg-7 {
    margin-left: calc(7 / 12 * 100%); }
  .offset-lg-8 {
    margin-left: calc(8 / 12 * 100%); }
  .offset-lg-9 {
    margin-left: calc(9 / 12 * 100%); }
  .offset-lg-10 {
    margin-left: calc(10 / 12 * 100%); }
  .offset-lg-11 {
    margin-left: calc(11 / 12 * 100%); }
  .offset-lg-12 {
    margin-left: calc(12 / 12 * 100%); } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-1 {
    margin-left: calc(1 / 12 * 100%); }
  .offset-xl-2 {
    margin-left: calc(2 / 12 * 100%); }
  .offset-xl-3 {
    margin-left: calc(3 / 12 * 100%); }
  .offset-xl-4 {
    margin-left: calc(4 / 12 * 100%); }
  .offset-xl-5 {
    margin-left: calc(5 / 12 * 100%); }
  .offset-xl-6 {
    margin-left: calc(6 / 12 * 100%); }
  .offset-xl-7 {
    margin-left: calc(7 / 12 * 100%); }
  .offset-xl-8 {
    margin-left: calc(8 / 12 * 100%); }
  .offset-xl-9 {
    margin-left: calc(9 / 12 * 100%); }
  .offset-xl-10 {
    margin-left: calc(10 / 12 * 100%); }
  .offset-xl-11 {
    margin-left: calc(11 / 12 * 100%); }
  .offset-xl-12 {
    margin-left: calc(12 / 12 * 100%); } }
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: var(--scroll-padding, 65px); }
  @media screen and (min-width: 992px) {
    html {
      scroll-padding-top: var(--scroll-padding, 80px); } }

.turbolinks-progress-bar {
  background-color: #212121;
  height: 3px; }

a {
  outline: none; }

.yt-box {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #f9f9f9; }

.yt-box p {
  font-size: 1.5em; }

#cookieeinstellungen {
  box-sizing: border-box;
  color: #444;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  padding: 15px 25px 7px 25px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

#cookieeinstellungen .checker {
  display: block;
  margin-bottom: 10px; }

body {
  font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
  color: #454545;
  background-color: #fff;
  padding-top: 6.5rem; }
  @media screen and (min-width: 992px) {
    body {
      padding-top: 8rem; } }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(28, 28, 28, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s; }
  #page-overlay.admin {
    z-index: 4; }
  #page-overlay.active {
    opacity: 1;
    visibility: visible; }

#dynamicContent {
  min-height: calc(100vh - 252px); }

#dynamicContent section > .container-fluid .plugin-content {
  padding-left: 0;
  padding-right: 0; }

#top-observe {
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: 100%;
  opacity: 0;
  visibility: hidden; }

.embed-responsive {
  margin-bottom: 20px; }

.cookie-activate {
  border: none;
  background-color: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 4px;
  font-family: Arial !important;
  font-size: 15px; }

.fadeOut {
  animation: fadeOut 0.2s ease-out 0s 1 forwards; }

.fadeIn {
  animation: fadeIn 0.2s ease-in 0s 1 forwards; }

.fotograf {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Arial !important;
  font-size: 10px !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 4px; }

.loading-spinner {
  width: 50px;
  height: 50px;
  background-color: #212121;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  .loading-spinner.active {
    visibility: visible;
    animation: sk-rotateplane 1.2s infinite ease-in-out, fadeIn 0s forwards ease-out 0.2s; }

.mce-content-body {
  font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
  color: #212121;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
  font-size: calc(1.9rem / 1.2); }
  @media screen and (min-width: 768px) {
    .mce-content-body {
      font-size: calc(1.9rem / 1.1); } }
  @media screen and (min-width: 1200px) {
    .mce-content-body {
      font-size: calc(1.9rem); } }
  .mce-content-body a {
    color: #00577b;
    text-decoration: underline;
    transition: color 0.2s; }
    .mce-content-body a:hover {
      color: #212121; }
    .mce-content-body a.button-link {
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      font-size: calc(2.2rem / 1.2);
      color: #1d1d1b;
      display: inline-block;
      text-decoration: none !important;
      text-transform: uppercase;
      border: 1px solid #1d1d1b;
      padding: 4px 20px 4px 20px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .mce-content-body a.button-link {
          font-size: calc(2.2rem / 1.1); } }
      @media screen and (min-width: 1200px) {
        .mce-content-body a.button-link {
          font-size: calc(2.2rem); } }
      .mce-content-body a.button-link:after {
        content: ' »'; }
      .mce-content-body a.button-link:hover {
        background-color: rgba(29, 29, 27, 0.05); }
  .mce-content-body b,
  .mce-content-body strong {
    font-weight: normal;
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
  .mce-content-body i,
  .mce-content-body em {
    font-style: normal;
    font-family: "Frutiger Light Italic", Helvetica, Arial, Geneva, sans-serif; }
  .mce-content-body img {
    max-width: 100%;
    height: auto;
    display: block; }
  .mce-content-body h1,
  .mce-content-body h2 {
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: normal;
    -webkit-hyphens: auto;
            hyphens: auto;
    color: #1d1d1b;
    margin: 0 0 3rem -1px; }
    @media (min-width: 375px) {
      .mce-content-body h1,
      .mce-content-body h2 {
        font-size: 3.6rem; } }
    @media (min-width: 768px) {
      .mce-content-body h1,
      .mce-content-body h2 {
        font-size: 4rem;
        margin: 0 0 3rem -1px; } }
    @media (min-width: 992px) {
      .mce-content-body h1,
      .mce-content-body h2 {
        font-size: 5rem; } }
  .mce-content-body div.container h2:first-child {
    margin-top: 0; }
  .mce-content-body h3 {
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.9rem;
    font-weight: normal;
    color: #444;
    margin: 3rem 0 1rem 0; }
    @media (min-width: 375px) {
      .mce-content-body h3 {
        font-size: 2.2rem; } }
    @media (min-width: 768px) {
      .mce-content-body h3 {
        font-size: 2.4rem; } }
  .mce-content-body h4 {
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.41;
    color: #444;
    margin: 0; }
    @media (min-width: 768px) {
      .mce-content-body h4 {
        font-size: 1.7rem; } }
    @media (min-width: 992px) {
      .mce-content-body h4 {
        font-size: 1.9rem; } }
  .mce-content-body p {
    margin: 0 0 3rem 0; }
  .mce-content-body .blauer-text {
    color: #00577b;
    margin: 0; }
  .mce-content-body table {
    border-collapse: collapse;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 3rem; }
  .mce-content-body th p,
  .mce-content-body th ul,
  .mce-content-body th ol,
  .mce-content-body th ol {
    font-size: 1em; }
  .mce-content-body th p {
    margin: 0; }
  .mce-content-body td p,
  .mce-content-body td ul,
  .mce-content-body td ol,
  .mce-content-body td ol {
    font-size: 1em; }
  .mce-content-body td p {
    margin: 0; }
  .mce-content-body table.termine-tabelle th,
  .mce-content-body table.termine-tabelle td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .mce-content-body table.termine-tabelle th {
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.41;
    color: #00577b;
    margin: 0; }
    @media (min-width: 768px) {
      .mce-content-body table.termine-tabelle th {
        font-size: 1.7rem; } }
    @media (min-width: 992px) {
      .mce-content-body table.termine-tabelle th {
        font-size: 1.9rem; } }
  .mce-content-body table.termine-tabelle tr {
    border-top: 1px solid #00577b; }
    .mce-content-body table.termine-tabelle tr:first-child {
      border-top: none; }
  .mce-content-body table.raeume {
    border-top: 1px solid #fff;
    max-width: 100% !important; }
    .mce-content-body table.raeume th,
    .mce-content-body table.raeume td {
      vertical-align: top;
      width: auto !important;
      height: auto !important;
      font-size: 1.4rem;
      border-bottom: 1px solid #fff;
      padding: 0.3rem 2rem 0.3rem 0;
      -webkit-hyphens: auto;
              hyphens: auto; }
      @media (min-width: 768px) {
        .mce-content-body table.raeume th,
        .mce-content-body table.raeume td {
          font-size: 1.6rem; } }
    .mce-content-body table.raeume th:last-child,
    .mce-content-body table.raeume td:last-child {
      text-align: right;
      padding-right: 0; }
  .mce-content-body table.raeumedark {
    border-top: 1px solid #dcdddc;
    max-width: 100% !important; }
    .mce-content-body table.raeumedark th,
    .mce-content-body table.raeumedark td {
      vertical-align: top;
      width: auto !important;
      height: auto !important;
      font-size: 1.4rem;
      border-bottom: 1px solid #dcdddc;
      padding: 0.3rem 2rem 0.3rem 0;
      text-align: right;
      -webkit-hyphens: auto;
              hyphens: auto; }
      @media (min-width: 768px) {
        .mce-content-body table.raeumedark th,
        .mce-content-body table.raeumedark td {
          font-size: 1.6rem; } }
    .mce-content-body table.raeumedark th:last-child,
    .mce-content-body table.raeumedark td:first-child {
      text-align: left;
      padding-right: 0; }
  .mce-content-body hr {
    height: 3rem;
    border: none !important;
    border-top: 1px solid #ccc !important;
    margin: 0; }
  .mce-content-body hr.abstandshalter-small,
  .mce-content-body hr.abstandshalter,
  .mce-content-body hr.spacer {
    height: 5rem;
    border: none !important;
    border-top: none !important;
    margin: 0; }
  .mce-content-body hr.abstandshalter-small {
    height: 2.5rem; }
  .mce-content-body ul, .mce-content-body ol {
    margin: 0 0 3rem 0;
    padding-left: 0;
    list-style-type: square; }
    .mce-content-body ul li, .mce-content-body ol li {
      margin: 0 0 0 2.2rem;
      padding: 0; }
      .mce-content-body ul li ul, .mce-content-body ol li ul, .mce-content-body ul li ol, .mce-content-body ol li ol {
        font-size: 1em;
        margin: 0 0 0.47059em 0; }
    .mce-content-body ul.network-list-gold li, .mce-content-body ol.network-list-gold li, .mce-content-body ul.network-list li, .mce-content-body ol.network-list li {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMTMuOTE0IDQ0LjkwMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEzLjkxNCA0NC45MDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA3OThBO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEzLjkxNCwyMC4zNjFMNTEuMTA1LDIwLjI5YzAuMDgzLDEuMDksMC4xOTgsMi4xODIsMC4xNDksMy4yNjNsNjIuNjYsMC4wNjRWMjAuMzYxeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTguOTMxLDQwLjMyN2M0LjkzOCwzLjY5NywxMS4wNjYsNS4yMTksMTcuMjQyLDQuMzI1YzYuMDktMC44ODUsMTEuNDU1LTQuMDQyLDE1LjEzLTguODY1CgkJYzMuNjc1LTQuODIzLDUuMjItMTAuNzM3LDQuMzU0LTE2LjY1NmMtMC44NDUtNS44MzktMy45NDctMTEuMDE5LTguNzItMTQuNTgzYy00LjkzOS0zLjY2Ny0xMS4wNDMtNS4yLTE3LjIxMi00LjI5NAoJCWMtMi4yNDYsMC4zMjQtNC4zODgsMC45NzQtNi4zNTYsMS44NzRDNC4zOTYsNi4yMzItMS4yMjYsMTUuNzMyLDAuMjI4LDI1Ljc4MUMxLjA2NywzMS42MDgsNC4xNjQsMzYuNzc2LDguOTMxLDQwLjMyN3oiLz4KPC9nPgo8L3N2Zz4K);
      background-repeat: no-repeat;
      background-position: left top 0.5rem;
      background-size: 4rem auto;
      padding-left: 5rem;
      padding-bottom: 1.5rem;
      margin: 0;
      list-style-type: none; }
    .mce-content-body ul.network-list-gold li, .mce-content-body ol.network-list-gold li {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMTMuOSA0NC45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMTMuOSA0NC45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0NGQTYyRDt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTExMy45LDIwLjRsLTYyLjgtMC4xYzAuMSwxLjEsMC4yLDIuMiwwLjEsMy4zbDYyLjcsMC4xVjIwLjR6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC45LDQwLjNjNC45LDMuNywxMS4xLDUuMiwxNy4yLDQuM2M2LjEtMC45LDExLjUtNCwxNS4xLTguOWMzLjctNC44LDUuMi0xMC43LDQuNC0xNi43CgkJYy0wLjgtNS44LTMuOS0xMS04LjctMTQuNmMtNC45LTMuNy0xMS01LjItMTcuMi00LjNjLTIuMiwwLjMtNC40LDEtNi40LDEuOUM0LjQsNi4yLTEuMiwxNS43LDAuMiwyNS44QzEuMSwzMS42LDQuMiwzNi44LDguOSw0MC4zCgkJeiIvPgo8L2c+Cjwvc3ZnPgo=); }
  .mce-content-body ul.leaves, .mce-content-body ol.leaves {
    list-style-type: none; }
    .mce-content-body ul.leaves li, .mce-content-body ol.leaves li {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3J1cHBlXzE2IiBkYXRhLW5hbWU9IkdydXBwZSAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjUxLjg5NiIgaGVpZ2h0PSI0Ni40NDgiIHZpZXdCb3g9IjAgMCA1MS44OTYgNDYuNDQ4Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY2h0ZWNrXzE3IiBkYXRhLW5hbWU9IlJlY2h0ZWNrIDE3IiB3aWR0aD0iNTEuODk3IiBoZWlnaHQ9IjQ2LjQ0OCIgZmlsbD0ibm9uZSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IkdydXBwZV8xIiBkYXRhLW5hbWU9IkdydXBwZSAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+CiAgICA8cGF0aCBpZD0iUGZhZF81IiBkYXRhLW5hbWU9IlBmYWQgNSIgZD0iTTYwLjA3OS4wNEM1Ni41NjEsMS40MTMsNTAuMTA5LDcuNyw0My45NzUsMTQuOWMtMyw3LjA1Mi03LjYyNCwyMC43MTQtMTUuNDY1LDIyLjQ4Mi0uMjE1LS44MzMtLjQwNi0xLjYzLS41NzktMi40LS4yLS44ODQtLjM3LTEuNzM0LS41MTQtMi41MzctMS4wNjMtNS45NTMtLjYyNy05Ljc4My43NzEtMTMuMDNBMjkuMTIzLDI5LjEyMywwLDAsMSwzMi4wNDEsMTMuM0MzNi44LDcuMDg3LDUzLjEzMi0uNjE4LDYwLjA3OS4wNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTguMTgyIDApIiBmaWxsPSIjYTZiZjRhIi8+CiAgICA8cGF0aCBpZD0iUGZhZF82IiBkYXRhLW5hbWU9IlBmYWQgNiIgZD0iTTYxLjU3Ni4wNTdDNDkuMTEsMTAsNjIuMzIxLDMyLjIyMiwzMS43MzIsMzcuODE1YzMuMzU3LTYuNSw3LjUtMTQuNzg3LDEzLjctMjIuODU0LjAxMi0uMDE3LjAyNC0uMDI5LjAzNS0uMDQ3QzUxLjYwNiw3LjcxNiw1OC4wNTgsMS40Myw2MS41NzYuMDU3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS42NzkgLTAuMDE4KSIgZmlsbD0iI2E2YmY0YSIvPgogICAgPHBhdGggaWQ9IlBmYWRfNyIgZGF0YS1uYW1lPSJQZmFkIDciIGQ9Ik02MS41NzYuMDU3QzQ5LjExLDEwLDYyLjMyMSwzMi4yMjIsMzEuNzMyLDM3LjgxNWMzLjM1Ny02LjUsNy41LTE0Ljc4NywxMy43LTIyLjg1NC4wMTItLjAxNy4wMjQtLjAyOS4wMzUtLjA0N0M1MS42MDYsNy43MTYsNTguMDU4LDEuNDMsNjEuNTc2LjA1NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkuNjc5IC0wLjAxOCkiIGZpbGw9IiM4OWE5MzYiLz4KICAgIDxwYXRoIGlkPSJQZmFkXzgiIGRhdGEtbmFtZT0iUGZhZCA4IiBkPSJNMTguNSwyMi43MzljLTEuMjE2LDMuNDE5LTEuNDM0LDcuMzg1LS4wMjgsMTMuNDUyLjE4OS44MTkuNDA1LDEuNjg0LjY2LDIuNTgzLTguOTczLS43MjEtMTEuNTI4LTMuMzU1LTE0LjcxLTcuNjU0Qy45MSwyNi4zNzYtMS4yMTQsMTMuMS43NSw4LjMwOWMzLjAwOSw3LjI1MiwxMi4zODgsOC4xNDQsMTcuNzQ3LDE0LjQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yLjUzNSkiIGZpbGw9IiNhNmJmNGEiLz4KICAgIDxwYXRoIGlkPSJQZmFkXzkiIGRhdGEtbmFtZT0iUGZhZCA5IiBkPSJNMTguOCwzNi4xOTFDMTIuMTkxLDI5LjYxOSwxLjU0MiwxMy41MDksMS4wNzksOC4zMDljMy4wMDksNy4yNTIsMTIuMzg5LDguMTQ0LDE3Ljc0NywxNC40My0xLjIxNiwzLjQxOS0xLjQzNCw3LjM4NC0uMDI4LDEzLjQ1MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMzI5IC0yLjUzNSkiIGZpbGw9IiM4OWE5MzYiLz4KICAgIDxwYXRoIGlkPSJQZmFkXzEwIiBkYXRhLW5hbWU9IlBmYWQgMTAiIGQ9Ik0zMC41NDIsNTQuNjkyaC0xNS40YTEuNTY0LDEuNTY0LDAsMCwxLDAtMy4xMjdoMTUuNGExLjU2NCwxLjU2NCwwLDAsMSwwLDMuMTI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4xNCAtMTUuNzI5KSIgZmlsbD0iIzVlNjU2NiIvPgogICAgPHBhdGggaWQ9IlBmYWRfMTEiIGRhdGEtbmFtZT0iUGZhZCAxMSIgZD0iTTI2LjIyLDU4Ljg5MWExLjU2NCwxLjU2NCwwLDAsMS0xLjU2NC0xLjU2NFY0Mi4zNThhMS41NjQsMS41NjQsMCwwLDEsMy4xMjcsMHYxNC45N2ExLjU2NCwxLjU2NCwwLDAsMS0xLjU2NCwxLjU2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNTIxIC0xMi40NDMpIiBmaWxsPSIjNWU2NTY2Ii8+CiAgPC9nPgo8L3N2Zz4K);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 5rem auto;
      padding-left: 7rem;
      padding-bottom: 2rem;
      margin-top: 0; }
  .mce-content-body ul.arrows, .mce-content-body ol.arrows {
    list-style-type: none; }
    .mce-content-body ul.arrows li, .mce-content-body ol.arrows li {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTMzLjYgNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzMy42IDY5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzRGQTlFMDt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuNiwzOC4xYy0xLDAtMS45LTAuNC0yLjYtMS4xQzAuNCwzNi40LDAsMzUuNSwwLDM0LjVzMC40LTEuOSwxLjEtMi42YzAuMi0wLjIsMC40LTAuMywwLjYtMC41CgkJCWMwLjItMC4xLDAuNC0wLjIsMC42LTAuM2MwLjItMC4xLDAuNS0wLjIsMC43LTAuMmMxLjItMC4yLDIuNCwwLjEsMy4zLDFjMC43LDAuNywxLjEsMS42LDEuMSwyLjZzLTAuNCwxLjktMS4xLDIuNgoJCQljLTAuMiwwLjItMC4zLDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM2MtMC4yLDAuMS0wLjQsMC4yLTAuNywwLjJTMy45LDM4LjEsMy42LDM4LjF6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjEsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzExNi4xLDM4LjEsMTE0LjEsMzguMXogTTk4LjMsMzguMQoJCQljLTIsMC0zLjYtMS42LTMuNi0zLjZzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlMxMDAuNCwzOC4xLDk4LjMsMzguMXogTTgyLjYsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNgoJCQlzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlM4NC42LDM4LjEsODIuNiwzOC4xeiBNNjYuOCwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwCgkJCWMyLDAsMy42LDEuNiwzLjYsMy42UzY4LjgsMzguMSw2Ni44LDM4LjF6IE01MSwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTNTMsMzguMSw1MSwzOC4xCgkJCXogTTM1LjIsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzM3LjIsMzguMSwzNS4yLDM4LjF6IE0xOS40LDM4LjFjLTIsMC0zLjYtMS42LTMuNi0zLjYKCQkJczEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTMjEuNCwzOC4xLDE5LjQsMzguMXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw3LjNjLTEsMC0xLjktMC40LTIuNi0xLjFjLTAuMi0wLjItMC4zLTAuMy0wLjQtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNgoJCQljLTAuMS0wLjItMC4yLTAuNC0wLjItMC43Yy0wLjEtMC4yLTAuMS0wLjUtMC4xLTAuN2MwLTEsMC40LTEuOSwxLjEtMi42YzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMQoJCQljMC43LDAuNywxLjEsMS42LDEuMSwyLjZjMCwwLjIsMCwwLjUtMC4xLDAuN2MtMC4xLDAuMi0wLjEsMC41LTAuMiwwLjdjLTAuMSwwLjItMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNgoJCQlDMTA1LjcsNi45LDEwNC44LDcuMywxMDMuOCw3LjN6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIxLjIsMjcuOGMtMSwwLTItMC40LTIuNy0xLjJjLTEuMy0xLjUtMS4yLTMuOCwwLjMtNS4xYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMAoJCQljMS4zLDEuNSwxLjIsMy44LTAuMyw1LjFDMTIyLjksMjcuNSwxMjIuMSwyNy44LDEyMS4yLDI3Ljh6IE0xMTIuNSwxNy42Yy0xLDAtMi0wLjQtMi43LTEuMmMtMS4zLTEuNS0xLjItMy44LDAuMy01LjEKCQkJYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMGMxLjMsMS41LDEuMiwzLjgtMC4zLDUuMUMxMTQuMiwxNy4yLDExMy40LDE3LjYsMTEyLjUsMTcuNnoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw2OWMtMSwwLTEuOS0wLjQtMi42LTEuMWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjZjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4yLTAuNwoJCQljLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMC4yLDAtMC41LDAuMS0wLjdjMC4xLTAuMiwwLjEtMC41LDAuMi0wLjdjMC4xLTAuMiwwLjItMC40LDAuMy0wLjZjMC4xLTAuMiwwLjMtMC40LDAuNC0wLjUKCQkJYzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuOS0wLjQsMS45LTEuMSwyLjZDMTA1LjcsNjguNiwxMDQuOCw2OSwxMDMuOCw2OXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTIuNSw1OC43Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMGMxLjMtMS42LDMuNS0xLjgsNS4xLTAuNgoJCQljMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTE0LjYsNTguMiwxMTMuNiw1OC43LDExMi41LDU4Ljd6IE0xMjEuMiw0OC40Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMAoJCQljMS4zLTEuNiwzLjUtMS44LDUuMS0wLjZjMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTIzLjMsNDgsMTIyLjMsNDguNCwxMjEuMiw0OC40eiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyOS45LDM4LjFjLTAuMiwwLTAuNSwwLTAuNy0wLjFjLTAuMiwwLTAuNS0wLjEtMC43LTAuMmMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC40LTAuMy0wLjYtMC41CgkJCWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjVjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjUtMC4yLTAuN2MtMC4xLTAuMi0wLjEtMC41LTAuMS0wLjdjMC0xLDAuNC0xLjksMS4xLTIuNgoJCQljMC4yLTAuMiwwLjQtMC4zLDAuNi0wLjVjMC4yLTAuMSwwLjQtMC4yLDAuNi0wLjNjMC4yLTAuMSwwLjQtMC4yLDAuNy0wLjJjMC41LTAuMSwwLjktMC4xLDEuNCwwYzAuMiwwLDAuNSwwLjEsMC43LDAuMgoJCQlzMC40LDAuMiwwLjYsMC4zYzAuMiwwLjEsMC40LDAuMywwLjYsMC41YzAuNywwLjcsMS4xLDEuNiwxLjEsMi42YzAsMC4yLDAsMC41LTAuMSwwLjdjLTAuMSwwLjItMC4xLDAuNS0wLjIsMC43CgkJCXMtMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNWMtMC4yLDAuMi0wLjQsMC4zLTAuNiwwLjVjLTAuMiwwLjEtMC40LDAuMi0wLjYsMC4zcy0wLjQsMC4yLTAuNywwLjIKCQkJQzEzMC40LDM4LjEsMTMwLjIsMzguMSwxMjkuOSwzOC4xeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 5rem auto;
      padding-left: 7rem;
      padding-bottom: 2rem;
      margin-top: 0;
      margin-left: 0; }
    .mce-content-body ul.arrows li:nth-child(4n+1), .mce-content-body ol.arrows li:nth-child(4n+1) {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTMzLjYgNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzMy42IDY5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzRGQTlFMDt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuNiwzOC4xYy0xLDAtMS45LTAuNC0yLjYtMS4xQzAuNCwzNi40LDAsMzUuNSwwLDM0LjVzMC40LTEuOSwxLjEtMi42YzAuMi0wLjIsMC40LTAuMywwLjYtMC41CgkJCWMwLjItMC4xLDAuNC0wLjIsMC42LTAuM2MwLjItMC4xLDAuNS0wLjIsMC43LTAuMmMxLjItMC4yLDIuNCwwLjEsMy4zLDFjMC43LDAuNywxLjEsMS42LDEuMSwyLjZzLTAuNCwxLjktMS4xLDIuNgoJCQljLTAuMiwwLjItMC4zLDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM2MtMC4yLDAuMS0wLjQsMC4yLTAuNywwLjJTMy45LDM4LjEsMy42LDM4LjF6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjEsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzExNi4xLDM4LjEsMTE0LjEsMzguMXogTTk4LjMsMzguMQoJCQljLTIsMC0zLjYtMS42LTMuNi0zLjZzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlMxMDAuNCwzOC4xLDk4LjMsMzguMXogTTgyLjYsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNgoJCQlzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlM4NC42LDM4LjEsODIuNiwzOC4xeiBNNjYuOCwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwCgkJCWMyLDAsMy42LDEuNiwzLjYsMy42UzY4LjgsMzguMSw2Ni44LDM4LjF6IE01MSwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTNTMsMzguMSw1MSwzOC4xCgkJCXogTTM1LjIsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzM3LjIsMzguMSwzNS4yLDM4LjF6IE0xOS40LDM4LjFjLTIsMC0zLjYtMS42LTMuNi0zLjYKCQkJczEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTMjEuNCwzOC4xLDE5LjQsMzguMXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw3LjNjLTEsMC0xLjktMC40LTIuNi0xLjFjLTAuMi0wLjItMC4zLTAuMy0wLjQtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNgoJCQljLTAuMS0wLjItMC4yLTAuNC0wLjItMC43Yy0wLjEtMC4yLTAuMS0wLjUtMC4xLTAuN2MwLTEsMC40LTEuOSwxLjEtMi42YzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMQoJCQljMC43LDAuNywxLjEsMS42LDEuMSwyLjZjMCwwLjIsMCwwLjUtMC4xLDAuN2MtMC4xLDAuMi0wLjEsMC41LTAuMiwwLjdjLTAuMSwwLjItMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNgoJCQlDMTA1LjcsNi45LDEwNC44LDcuMywxMDMuOCw3LjN6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIxLjIsMjcuOGMtMSwwLTItMC40LTIuNy0xLjJjLTEuMy0xLjUtMS4yLTMuOCwwLjMtNS4xYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMAoJCQljMS4zLDEuNSwxLjIsMy44LTAuMyw1LjFDMTIyLjksMjcuNSwxMjIuMSwyNy44LDEyMS4yLDI3Ljh6IE0xMTIuNSwxNy42Yy0xLDAtMi0wLjQtMi43LTEuMmMtMS4zLTEuNS0xLjItMy44LDAuMy01LjEKCQkJYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMGMxLjMsMS41LDEuMiwzLjgtMC4zLDUuMUMxMTQuMiwxNy4yLDExMy40LDE3LjYsMTEyLjUsMTcuNnoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw2OWMtMSwwLTEuOS0wLjQtMi42LTEuMWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjZjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4yLTAuNwoJCQljLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMC4yLDAtMC41LDAuMS0wLjdjMC4xLTAuMiwwLjEtMC41LDAuMi0wLjdjMC4xLTAuMiwwLjItMC40LDAuMy0wLjZjMC4xLTAuMiwwLjMtMC40LDAuNC0wLjUKCQkJYzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuOS0wLjQsMS45LTEuMSwyLjZDMTA1LjcsNjguNiwxMDQuOCw2OSwxMDMuOCw2OXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTIuNSw1OC43Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMGMxLjMtMS42LDMuNS0xLjgsNS4xLTAuNgoJCQljMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTE0LjYsNTguMiwxMTMuNiw1OC43LDExMi41LDU4Ljd6IE0xMjEuMiw0OC40Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMAoJCQljMS4zLTEuNiwzLjUtMS44LDUuMS0wLjZjMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTIzLjMsNDgsMTIyLjMsNDguNCwxMjEuMiw0OC40eiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyOS45LDM4LjFjLTAuMiwwLTAuNSwwLTAuNy0wLjFjLTAuMiwwLTAuNS0wLjEtMC43LTAuMmMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC40LTAuMy0wLjYtMC41CgkJCWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjVjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjUtMC4yLTAuN2MtMC4xLTAuMi0wLjEtMC41LTAuMS0wLjdjMC0xLDAuNC0xLjksMS4xLTIuNgoJCQljMC4yLTAuMiwwLjQtMC4zLDAuNi0wLjVjMC4yLTAuMSwwLjQtMC4yLDAuNi0wLjNjMC4yLTAuMSwwLjQtMC4yLDAuNy0wLjJjMC41LTAuMSwwLjktMC4xLDEuNCwwYzAuMiwwLDAuNSwwLjEsMC43LDAuMgoJCQlzMC40LDAuMiwwLjYsMC4zYzAuMiwwLjEsMC40LDAuMywwLjYsMC41YzAuNywwLjcsMS4xLDEuNiwxLjEsMi42YzAsMC4yLDAsMC41LTAuMSwwLjdjLTAuMSwwLjItMC4xLDAuNS0wLjIsMC43CgkJCXMtMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNWMtMC4yLDAuMi0wLjQsMC4zLTAuNiwwLjVjLTAuMiwwLjEtMC40LDAuMi0wLjYsMC4zcy0wLjQsMC4yLTAuNywwLjIKCQkJQzEzMC40LDM4LjEsMTMwLjIsMzguMSwxMjkuOSwzOC4xeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=); }
    .mce-content-body ul.arrows li:nth-child(4n+2), .mce-content-body ol.arrows li:nth-child(4n+2) {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTMzLjU1IDY5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzMuNTUgNjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRUE2NzZCO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMy42MywzOC4xM2MtMC45NiwwLTEuODktMC4zOS0yLjU2LTEuMDYxQzAuMzksMzYuMzksMCwzNS40NiwwLDM0LjVzMC4zOS0xLjg5LDEuMDctMi41NwoJCQljMC4xNi0wLjE2LDAuMzUtMC4zMiwwLjU1LTAuNDVjMC4xOS0wLjEzLDAuNDEtMC4yNCwwLjYyLTAuMzNjMC4yMi0wLjA5LDAuNDUtMC4xNiwwLjY4LTAuMjFjMS4xOS0wLjI0LDIuNDQsMC4xNSwzLjI4LDAuOTkKCQkJYzAuNjcsMC42OCwxLjA2LDEuNjEsMS4wNiwyLjU3cy0wLjM5LDEuODktMS4wNiwyLjU2OWMtMC4xNywwLjE2LTAuMzUsMC4zMi0wLjU1LDAuNDVjLTAuMiwwLjEzLTAuNDEsMC4yNC0wLjYzLDAuMzMKCQkJYy0wLjIyLDAuMDktMC40NSwwLjE2LTAuNjgsMC4yMVMzLjg3LDM4LjEzLDMuNjMsMzguMTN6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjEzMiwzOC4xM2MtMi4wMDUsMC0zLjYzMy0xLjYyNS0zLjYzMy0zLjYzczEuNjIxLTMuNjMsMy42MjYtMy42M2gwLjAwN2MyLjAwNSwwLDMuNjMsMS42MjUsMy42MywzLjYzCgkJCVMxMTYuMTM3LDM4LjEzLDExNC4xMzIsMzguMTN6IE05OC4zNDcsMzguMTNjLTIuMDA1LDAtMy42MzQtMS42MjUtMy42MzQtMy42M3MxLjYyMS0zLjYzLDMuNjI2LTMuNjNoMC4wMDgKCQkJYzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjNTMTAwLjM1MiwzOC4xMyw5OC4zNDcsMzguMTN6IE04Mi41NjEsMzguMTNjLTIuMDA1LDAtMy42MzMtMS42MjUtMy42MzMtMy42M3MxLjYyMS0zLjYzLDMuNjI2LTMuNjMKCQkJaDAuMDA3YzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjNTODQuNTY1LDM4LjEzLDgyLjU2MSwzOC4xM3ogTTY2Ljc3NCwzOC4xM2MtMi4wMDUsMC0zLjYzMy0xLjYyNS0zLjYzMy0zLjYzCgkJCXMxLjYyMS0zLjYzLDMuNjI2LTMuNjNoMC4wMDdjMi4wMDUsMCwzLjYzLDEuNjI1LDMuNjMsMy42M1M2OC43NzksMzguMTMsNjYuNzc0LDM4LjEzeiBNNTAuOTg5LDM4LjEzCgkJCWMtMi4wMDUsMC0zLjYzMy0xLjYyNS0zLjYzMy0zLjYzczEuNjIxLTMuNjMsMy42MjYtMy42M2gwLjAwN2MyLjAwNSwwLDMuNjMsMS42MjUsMy42MywzLjYzUzUyLjk5NCwzOC4xMyw1MC45ODksMzguMTN6CgkJCSBNMzUuMjA0LDM4LjEzYy0yLjAwNSwwLTMuNjMzLTEuNjI1LTMuNjMzLTMuNjNzMS42MjEtMy42MywzLjYyNi0zLjYzaDAuMDA3YzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjMKCQkJUzM3LjIwOCwzOC4xMywzNS4yMDQsMzguMTN6IE0xOS40MTcsMzguMTNjLTIuMDA1LDAtMy42MzMtMS42MjUtMy42MzMtMy42M3MxLjYyMi0zLjYzLDMuNjI2LTMuNjNoMC4wMDcKCQkJYzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjNTMjEuNDIyLDM4LjEzLDE5LjQxNywzOC4xM3oiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOTIsMzguMTNjLTAuMjQsMC0wLjQ4LTAuMDIxLTAuNzEtMC4wN2MtMC4yMy0wLjA1LTAuNDYtMC4xMi0wLjY4MS0wLjIxYy0wLjIyLTAuMDktMC40My0wLjItMC42My0wLjMzCgkJCWMtMC4xOTktMC4xMy0wLjM4LTAuMjktMC41NS0wLjQ1Yy0wLjE3LTAuMTctMC4zMi0wLjM1OS0wLjQ1LTAuNTVjLTAuMTMtMC4yLTAuMjM5LTAuNDEtMC4zMy0wLjYzCgkJCWMtMC4wOS0wLjIyLTAuMTU5LTAuNDUtMC4yMS0wLjY4Yy0wLjA1LTAuMjMtMC4wNjktMC40Ny0wLjA2OS0wLjcxYzAtMC45NiwwLjM5LTEuODksMS4wNi0yLjU3YzAuMTctMC4xNiwwLjM1MS0wLjMyLDAuNTUtMC40NQoJCQljMC4yLTAuMTMsMC40MS0wLjI0LDAuNjMtMC4zM2MwLjIyMS0wLjA5LDAuNDUtMC4xNiwwLjY4MS0wLjIxYzAuNDctMC4wOSwwLjk1LTAuMDksMS40MiwwYzAuMjI5LDAuMDUsMC40NiwwLjEyLDAuNjgsMC4yMQoJCQlzMC40MzEsMC4yLDAuNjIsMC4zM2MwLjIsMC4xMywwLjM5LDAuMjksMC41NSwwLjQ1YzAuNjgxLDAuNjgsMS4wNywxLjYxLDEuMDcsMi41N2MwLDAuMjQtMC4wMywwLjQ4LTAuMDcsMC43MQoJCQljLTAuMDUsMC4yMy0wLjEyLDAuNDYtMC4yMSwwLjY4cy0wLjIsMC40My0wLjMzLDAuNjNjLTAuMTQsMC4xOS0wLjI5LDAuMzgtMC40NiwwLjU1Yy0wLjE2LDAuMTYtMC4zNSwwLjMyLTAuNTUsMC40NQoJCQljLTAuMTg5LDAuMTMtMC40LDAuMjQtMC42MiwwLjMzcy0wLjQ1LDAuMTYtMC42OCwwLjIxQzEzMC4zOSwzOC4xMDksMTMwLjE2LDM4LjEzLDEyOS45MiwzOC4xM3oiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw3LjI2Yy0wLjk2LDAtMS44OS0wLjM5LTIuNTctMS4wNmMtMC4xNy0wLjE3LTAuMzE5LTAuMzUtMC40NS0wLjU1Yy0wLjEzLTAuMi0wLjIzOS0wLjQxLTAuMzI5LTAuNjMKCQkJYy0wLjA5MS0wLjIyLTAuMTYtMC40NS0wLjIxLTAuNjhjLTAuMDUxLTAuMjMtMC4wNy0wLjQ3LTAuMDctMC43MWMwLTAuOTUsMC4zOS0xLjg5LDEuMDYtMi41NkMxMDEuOTEsMC4zOSwxMDIuODQsMCwxMDMuOCwwCgkJCWMwLjk1LDAsMS44OSwwLjM5LDIuNTYsMS4wN2MwLjY4MSwwLjY3LDEuMDcsMS42MSwxLjA3LDIuNTZjMCwwLjI0LTAuMDMsMC40OC0wLjA3LDAuNzFjLTAuMDUsMC4yMy0wLjExOSwwLjQ2LTAuMjEsMC42OAoJCQljLTAuMDksMC4yMi0wLjE5OSwwLjQzLTAuMzMsMC42M2MtMC4xNCwwLjItMC4yOSwwLjM4LTAuNDYsMC41NUMxMDUuNjg5LDYuODcsMTA0Ljc1LDcuMjYsMTAzLjgsNy4yNnoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjEuMjEyLDI3Ljg0Yy0xLjAwMSwwLTEuOTk3LTAuNDEyLTIuNzE0LTEuMjE4Yy0xLjMzMi0xLjQ5OS0xLjE5OS0zLjc5NSwwLjMtNS4xMjcKCQkJYzEuNDk3LTEuMzMxLDMuNzktMS4xOTksNS4xMjIsMC4yOTlsMC4wMDQsMC4wMDRjMS4zMzIsMS40OTksMS4xOTcsMy43OTMtMC4zMDIsNS4xMjVDMTIyLjkzMSwyNy41MzgsMTIyLjA3LDI3Ljg0LDEyMS4yMTIsMjcuODQKCQkJeiBNMTEyLjUwNiwxNy41NTFjLTEuMDAxLDAtMS45OTctMC40MTItMi43MTQtMS4yMThjLTEuMzMyLTEuNDk5LTEuMTk5LTMuNzk1LDAuMy01LjEyN2MxLjQ5Ny0xLjMzMSwzLjc5LTEuMTk5LDUuMTIyLDAuMjk5CgkJCWwwLjAwNCwwLjAwNGMxLjMzMiwxLjQ5OSwxLjE5NywzLjc5My0wLjMwMiw1LjEyNUMxMTQuMjI1LDE3LjI0OSwxMTMuMzY0LDE3LjU1MSwxMTIuNTA2LDE3LjU1MXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOTIsMzguMTNjLTAuMjQsMC0wLjQ4LTAuMDIxLTAuNzEtMC4wN2MtMC4yMy0wLjA1LTAuNDYtMC4xMi0wLjY4MS0wLjIxYy0wLjIyLTAuMDktMC40My0wLjItMC42My0wLjMzCgkJCWMtMC4xOTktMC4xMy0wLjM4LTAuMjktMC41NS0wLjQ1Yy0wLjE3LTAuMTctMC4zMi0wLjM1OS0wLjQ1LTAuNTVjLTAuMTMtMC4yLTAuMjM5LTAuNDEtMC4zMy0wLjYzCgkJCWMtMC4wOS0wLjIyLTAuMTU5LTAuNDUtMC4yMS0wLjY4Yy0wLjA1LTAuMjMtMC4wNjktMC40Ny0wLjA2OS0wLjcxYzAtMC45NiwwLjM5LTEuODksMS4wNi0yLjU3YzAuMTctMC4xNiwwLjM1MS0wLjMyLDAuNTUtMC40NQoJCQljMC4yLTAuMTMsMC40MS0wLjI0LDAuNjMtMC4zM2MwLjIyMS0wLjA5LDAuNDUtMC4xNiwwLjY4MS0wLjIxYzAuNDctMC4wOSwwLjk1LTAuMDksMS40MiwwYzAuMjI5LDAuMDUsMC40NiwwLjEyLDAuNjgsMC4yMQoJCQlzMC40MzEsMC4yLDAuNjIsMC4zM2MwLjIsMC4xMywwLjM5LDAuMjksMC41NSwwLjQ1YzAuNjgxLDAuNjgsMS4wNywxLjYxLDEuMDcsMi41N2MwLDAuMjQtMC4wMywwLjQ4LTAuMDcsMC43MQoJCQljLTAuMDUsMC4yMy0wLjEyLDAuNDYtMC4yMSwwLjY4cy0wLjIsMC40My0wLjMzLDAuNjNjLTAuMTQsMC4xOS0wLjI5LDAuMzgtMC40NiwwLjU1Yy0wLjE2LDAuMTYtMC4zNSwwLjMyLTAuNTUsMC40NQoJCQljLTAuMTg5LDAuMTMtMC40LDAuMjQtMC42MiwwLjMzcy0wLjQ1LDAuMTYtMC42OCwwLjIxQzEzMC4zOSwzOC4xMDksMTMwLjE2LDM4LjEzLDEyOS45MiwzOC4xM3oiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw2OWMtMC45NiwwLTEuODktMC4zOTEtMi41Ny0xLjA2MWMtMC4xNy0wLjE3LTAuMzE5LTAuMzU5LTAuNDUtMC41NmMtMC4xMy0wLjE5LTAuMjM5LTAuNC0wLjMyOS0wLjYyCgkJCWMtMC4wOTEtMC4yMi0wLjE2LTAuNDUtMC4yMS0wLjY4Yy0wLjA1MS0wLjI0LTAuMDctMC40OC0wLjA3LTAuNzFjMC0wLjI0LDAuMDItMC40OCwwLjA3LTAuNzFjMC4wNS0wLjIzLDAuMTE5LTAuNDYsMC4yMS0wLjY4MQoJCQljMC4wOS0wLjIyLDAuMTk5LTAuNDMsMC4zMjktMC42M2MwLjEzMS0wLjIsMC4yOC0wLjM4LDAuNDUtMC41NWMwLjY4MS0wLjY3LDEuNjEtMS4wNiwyLjU3LTEuMDZjMC45NSwwLDEuODksMC4zOSwyLjU2LDEuMDYKCQkJYzAuNjgxLDAuNjgsMS4wNywxLjYxLDEuMDcsMi41N2MwLDAuOTQ5LTAuMzksMS44OS0xLjA3LDIuNTY5QzEwNS42ODksNjguNjA5LDEwNC43NSw2OSwxMDMuOCw2OXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTIuNDk5LDU4LjcxMWMtMC43OTUsMC0xLjU5NS0wLjI2LTIuMjY0LTAuNzk1Yy0xLjU2NS0xLjI1Mi0xLjgyMS0zLjUzNC0wLjU2OC01LjFsMC4wMDQtMC4wMDUKCQkJYzEuMjUyLTEuNTY2LDMuNTM3LTEuODE5LDUuMTAyLTAuNTY2YzEuNTY1LDEuMjUyLDEuODE5LDMuNTM2LDAuNTY2LDUuMTAyQzExNC42MjIsNTguMjQzLDExMy41NjUsNTguNzExLDExMi40OTksNTguNzExegoJCQkgTTEyMS4yMDUsNDguNDIyYy0wLjc5NSwwLTEuNTk1LTAuMjYtMi4yNjQtMC43OTVjLTEuNTY1LTEuMjUyLTEuODIxLTMuNTM0LTAuNTY4LTUuMWwwLjAwNC0wLjAwNQoJCQljMS4yNTItMS41NjcsMy41MzctMS44MTksNS4xMDItMC41NjZjMS41NjUsMS4yNTIsMS44MTksMy41MzYsMC41NjYsNS4xMDJDMTIzLjMyOCw0Ny45NTQsMTIyLjI3MSw0OC40MjIsMTIxLjIwNSw0OC40MjJ6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTI5LjkyLDM4LjEzYy0wLjI0LDAtMC40OC0wLjAyMS0wLjcxLTAuMDdjLTAuMjMtMC4wNS0wLjQ2LTAuMTItMC42ODEtMC4yMWMtMC4yMi0wLjA5LTAuNDMtMC4yLTAuNjMtMC4zMwoJCQljLTAuMTk5LTAuMTMtMC4zOC0wLjI5LTAuNTUtMC40NWMtMC4xNy0wLjE3LTAuMzItMC4zNTktMC40NS0wLjU1Yy0wLjEzLTAuMi0wLjIzOS0wLjQxLTAuMzMtMC42MwoJCQljLTAuMDktMC4yMi0wLjE1OS0wLjQ1LTAuMjEtMC42OGMtMC4wNS0wLjIzLTAuMDY5LTAuNDctMC4wNjktMC43MWMwLTAuOTYsMC4zOS0xLjg5LDEuMDYtMi41N2MwLjE3LTAuMTYsMC4zNTEtMC4zMiwwLjU1LTAuNDUKCQkJYzAuMi0wLjEzLDAuNDEtMC4yNCwwLjYzLTAuMzNjMC4yMjEtMC4wOSwwLjQ1LTAuMTYsMC42ODEtMC4yMWMwLjQ3LTAuMDksMC45NS0wLjA5LDEuNDIsMGMwLjIyOSwwLjA1LDAuNDYsMC4xMiwwLjY4LDAuMjEKCQkJczAuNDMxLDAuMiwwLjYyLDAuMzNjMC4yLDAuMTMsMC4zOSwwLjI5LDAuNTUsMC40NWMwLjY4MSwwLjY4LDEuMDcsMS42MSwxLjA3LDIuNTdjMCwwLjI0LTAuMDMsMC40OC0wLjA3LDAuNzEKCQkJYy0wLjA1LDAuMjMtMC4xMiwwLjQ2LTAuMjEsMC42OHMtMC4yLDAuNDMtMC4zMywwLjYzYy0wLjE0LDAuMTktMC4yOSwwLjM4LTAuNDYsMC41NWMtMC4xNiwwLjE2LTAuMzUsMC4zMi0wLjU1LDAuNDUKCQkJYy0wLjE4OSwwLjEzLTAuNCwwLjI0LTAuNjIsMC4zM3MtMC40NSwwLjE2LTAuNjgsMC4yMUMxMzAuMzksMzguMTA5LDEzMC4xNiwzOC4xMywxMjkuOTIsMzguMTN6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==); }
    .mce-content-body ul.arrows li:nth-child(4n+3), .mce-content-body ol.arrows li:nth-child(4n+3) {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTMzLjU1IDY5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzMuNTUgNjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojOUQ4OTYzO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMy42MywzOC4xM2MtMC45NiwwLTEuODktMC4zOS0yLjU2LTEuMDYxQzAuMzksMzYuMzksMCwzNS40NiwwLDM0LjVzMC4zOS0xLjg5LDEuMDctMi41NwoJCQljMC4xNi0wLjE2LDAuMzUtMC4zMiwwLjU1LTAuNDVjMC4xOS0wLjEzLDAuNDEtMC4yNCwwLjYyLTAuMzNjMC4yMi0wLjA5LDAuNDUtMC4xNiwwLjY4LTAuMjFjMS4xOS0wLjI0LDIuNDQsMC4xNSwzLjI4LDAuOTkKCQkJYzAuNjcsMC42OCwxLjA2LDEuNjEsMS4wNiwyLjU3cy0wLjM5LDEuODktMS4wNiwyLjU2OWMtMC4xNywwLjE2LTAuMzUsMC4zMi0wLjU1LDAuNDVjLTAuMiwwLjEzLTAuNDEsMC4yNC0wLjYzLDAuMzMKCQkJYy0wLjIyLDAuMDktMC40NSwwLjE2LTAuNjgsMC4yMVMzLjg3LDM4LjEzLDMuNjMsMzguMTN6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjEzMiwzOC4xM2MtMi4wMDUsMC0zLjYzMy0xLjYyNS0zLjYzMy0zLjYzczEuNjIxLTMuNjMsMy42MjYtMy42M2gwLjAwN2MyLjAwNSwwLDMuNjMsMS42MjUsMy42MywzLjYzCgkJCVMxMTYuMTM3LDM4LjEzLDExNC4xMzIsMzguMTN6IE05OC4zNDcsMzguMTNjLTIuMDA1LDAtMy42MzQtMS42MjUtMy42MzQtMy42M3MxLjYyMS0zLjYzLDMuNjI2LTMuNjNoMC4wMDgKCQkJYzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjNTMTAwLjM1MiwzOC4xMyw5OC4zNDcsMzguMTN6IE04Mi41NjEsMzguMTNjLTIuMDA1LDAtMy42MzMtMS42MjUtMy42MzMtMy42M3MxLjYyMS0zLjYzLDMuNjI2LTMuNjMKCQkJaDAuMDA3YzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjNTODQuNTY1LDM4LjEzLDgyLjU2MSwzOC4xM3ogTTY2Ljc3NCwzOC4xM2MtMi4wMDUsMC0zLjYzMy0xLjYyNS0zLjYzMy0zLjYzCgkJCXMxLjYyMS0zLjYzLDMuNjI2LTMuNjNoMC4wMDdjMi4wMDUsMCwzLjYzLDEuNjI1LDMuNjMsMy42M1M2OC43NzksMzguMTMsNjYuNzc0LDM4LjEzeiBNNTAuOTg5LDM4LjEzCgkJCWMtMi4wMDUsMC0zLjYzMy0xLjYyNS0zLjYzMy0zLjYzczEuNjIxLTMuNjMsMy42MjYtMy42M2gwLjAwN2MyLjAwNSwwLDMuNjMsMS42MjUsMy42MywzLjYzUzUyLjk5NCwzOC4xMyw1MC45ODksMzguMTN6CgkJCSBNMzUuMjA0LDM4LjEzYy0yLjAwNSwwLTMuNjMzLTEuNjI1LTMuNjMzLTMuNjNzMS42MjEtMy42MywzLjYyNi0zLjYzaDAuMDA3YzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjMKCQkJUzM3LjIwOCwzOC4xMywzNS4yMDQsMzguMTN6IE0xOS40MTcsMzguMTNjLTIuMDA1LDAtMy42MzMtMS42MjUtMy42MzMtMy42M3MxLjYyMi0zLjYzLDMuNjI2LTMuNjNoMC4wMDcKCQkJYzIuMDA1LDAsMy42MywxLjYyNSwzLjYzLDMuNjNTMjEuNDIyLDM4LjEzLDE5LjQxNywzOC4xM3oiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOTIsMzguMTNjLTAuMjQsMC0wLjQ4LTAuMDIxLTAuNzEtMC4wN2MtMC4yMy0wLjA1LTAuNDYtMC4xMi0wLjY4MS0wLjIxYy0wLjIyLTAuMDktMC40My0wLjItMC42My0wLjMzCgkJCWMtMC4xOTktMC4xMy0wLjM4LTAuMjktMC41NS0wLjQ1Yy0wLjE3LTAuMTctMC4zMi0wLjM1OS0wLjQ1LTAuNTVjLTAuMTMtMC4yLTAuMjM5LTAuNDEtMC4zMy0wLjYzCgkJCWMtMC4wOS0wLjIyLTAuMTU5LTAuNDUtMC4yMS0wLjY4Yy0wLjA1LTAuMjMtMC4wNjktMC40Ny0wLjA2OS0wLjcxYzAtMC45NiwwLjM5LTEuODksMS4wNi0yLjU3YzAuMTctMC4xNiwwLjM1MS0wLjMyLDAuNTUtMC40NQoJCQljMC4yLTAuMTMsMC40MS0wLjI0LDAuNjMtMC4zM2MwLjIyMS0wLjA5LDAuNDUtMC4xNiwwLjY4MS0wLjIxYzAuNDctMC4wOSwwLjk1LTAuMDksMS40MiwwYzAuMjI5LDAuMDUsMC40NiwwLjEyLDAuNjgsMC4yMQoJCQlzMC40MzEsMC4yLDAuNjIsMC4zM2MwLjIsMC4xMywwLjM5LDAuMjksMC41NSwwLjQ1YzAuNjgxLDAuNjgsMS4wNywxLjYxLDEuMDcsMi41N2MwLDAuMjQtMC4wMywwLjQ4LTAuMDcsMC43MQoJCQljLTAuMDUsMC4yMy0wLjEyLDAuNDYtMC4yMSwwLjY4cy0wLjIsMC40My0wLjMzLDAuNjNjLTAuMTQsMC4xOS0wLjI5LDAuMzgtMC40NiwwLjU1Yy0wLjE2LDAuMTYtMC4zNSwwLjMyLTAuNTUsMC40NQoJCQljLTAuMTg5LDAuMTMtMC40LDAuMjQtMC42MiwwLjMzcy0wLjQ1LDAuMTYtMC42OCwwLjIxQzEzMC4zOSwzOC4xMDksMTMwLjE2LDM4LjEzLDEyOS45MiwzOC4xM3oiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw3LjI2Yy0wLjk2LDAtMS44OS0wLjM5LTIuNTctMS4wNmMtMC4xNy0wLjE3LTAuMzE5LTAuMzUtMC40NS0wLjU1Yy0wLjEzLTAuMi0wLjIzOS0wLjQxLTAuMzI5LTAuNjMKCQkJYy0wLjA5MS0wLjIyLTAuMTYtMC40NS0wLjIxLTAuNjhjLTAuMDUxLTAuMjMtMC4wNy0wLjQ3LTAuMDctMC43MWMwLTAuOTUsMC4zOS0xLjg5LDEuMDYtMi41NkMxMDEuOTEsMC4zOSwxMDIuODQsMCwxMDMuOCwwCgkJCWMwLjk1LDAsMS44OSwwLjM5LDIuNTYsMS4wN2MwLjY4MSwwLjY3LDEuMDcsMS42MSwxLjA3LDIuNTZjMCwwLjI0LTAuMDMsMC40OC0wLjA3LDAuNzFjLTAuMDUsMC4yMy0wLjExOSwwLjQ2LTAuMjEsMC42OAoJCQljLTAuMDksMC4yMi0wLjE5OSwwLjQzLTAuMzMsMC42M2MtMC4xNCwwLjItMC4yOSwwLjM4LTAuNDYsMC41NUMxMDUuNjg5LDYuODcsMTA0Ljc1LDcuMjYsMTAzLjgsNy4yNnoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjEuMjEyLDI3Ljg0Yy0xLjAwMSwwLTEuOTk3LTAuNDEyLTIuNzE0LTEuMjE4Yy0xLjMzMi0xLjQ5OS0xLjE5OS0zLjc5NSwwLjMtNS4xMjcKCQkJYzEuNDk3LTEuMzMxLDMuNzktMS4xOTksNS4xMjIsMC4yOTlsMC4wMDQsMC4wMDRjMS4zMzIsMS40OTksMS4xOTcsMy43OTMtMC4zMDIsNS4xMjVDMTIyLjkzMSwyNy41MzgsMTIyLjA3LDI3Ljg0LDEyMS4yMTIsMjcuODQKCQkJeiBNMTEyLjUwNiwxNy41NTFjLTEuMDAxLDAtMS45OTctMC40MTItMi43MTQtMS4yMThjLTEuMzMyLTEuNDk5LTEuMTk5LTMuNzk1LDAuMy01LjEyN2MxLjQ5Ny0xLjMzMSwzLjc5LTEuMTk5LDUuMTIyLDAuMjk5CgkJCWwwLjAwNCwwLjAwNGMxLjMzMiwxLjQ5OSwxLjE5NywzLjc5My0wLjMwMiw1LjEyNUMxMTQuMjI1LDE3LjI0OSwxMTMuMzY0LDE3LjU1MSwxMTIuNTA2LDE3LjU1MXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOTIsMzguMTNjLTAuMjQsMC0wLjQ4LTAuMDIxLTAuNzEtMC4wN2MtMC4yMy0wLjA1LTAuNDYtMC4xMi0wLjY4MS0wLjIxYy0wLjIyLTAuMDktMC40My0wLjItMC42My0wLjMzCgkJCWMtMC4xOTktMC4xMy0wLjM4LTAuMjktMC41NS0wLjQ1Yy0wLjE3LTAuMTctMC4zMi0wLjM1OS0wLjQ1LTAuNTVjLTAuMTMtMC4yLTAuMjM5LTAuNDEtMC4zMy0wLjYzCgkJCWMtMC4wOS0wLjIyLTAuMTU5LTAuNDUtMC4yMS0wLjY4Yy0wLjA1LTAuMjMtMC4wNjktMC40Ny0wLjA2OS0wLjcxYzAtMC45NiwwLjM5LTEuODksMS4wNi0yLjU3YzAuMTctMC4xNiwwLjM1MS0wLjMyLDAuNTUtMC40NQoJCQljMC4yLTAuMTMsMC40MS0wLjI0LDAuNjMtMC4zM2MwLjIyMS0wLjA5LDAuNDUtMC4xNiwwLjY4MS0wLjIxYzAuNDctMC4wOSwwLjk1LTAuMDksMS40MiwwYzAuMjI5LDAuMDUsMC40NiwwLjEyLDAuNjgsMC4yMQoJCQlzMC40MzEsMC4yLDAuNjIsMC4zM2MwLjIsMC4xMywwLjM5LDAuMjksMC41NSwwLjQ1YzAuNjgxLDAuNjgsMS4wNywxLjYxLDEuMDcsMi41N2MwLDAuMjQtMC4wMywwLjQ4LTAuMDcsMC43MQoJCQljLTAuMDUsMC4yMy0wLjEyLDAuNDYtMC4yMSwwLjY4cy0wLjIsMC40My0wLjMzLDAuNjNjLTAuMTQsMC4xOS0wLjI5LDAuMzgtMC40NiwwLjU1Yy0wLjE2LDAuMTYtMC4zNSwwLjMyLTAuNTUsMC40NQoJCQljLTAuMTg5LDAuMTMtMC40LDAuMjQtMC42MiwwLjMzcy0wLjQ1LDAuMTYtMC42OCwwLjIxQzEzMC4zOSwzOC4xMDksMTMwLjE2LDM4LjEzLDEyOS45MiwzOC4xM3oiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw2OWMtMC45NiwwLTEuODktMC4zOTEtMi41Ny0xLjA2MWMtMC4xNy0wLjE3LTAuMzE5LTAuMzU5LTAuNDUtMC41NmMtMC4xMy0wLjE5LTAuMjM5LTAuNC0wLjMyOS0wLjYyCgkJCWMtMC4wOTEtMC4yMi0wLjE2LTAuNDUtMC4yMS0wLjY4Yy0wLjA1MS0wLjI0LTAuMDctMC40OC0wLjA3LTAuNzFjMC0wLjI0LDAuMDItMC40OCwwLjA3LTAuNzFjMC4wNS0wLjIzLDAuMTE5LTAuNDYsMC4yMS0wLjY4MQoJCQljMC4wOS0wLjIyLDAuMTk5LTAuNDMsMC4zMjktMC42M2MwLjEzMS0wLjIsMC4yOC0wLjM4LDAuNDUtMC41NWMwLjY4MS0wLjY3LDEuNjEtMS4wNiwyLjU3LTEuMDZjMC45NSwwLDEuODksMC4zOSwyLjU2LDEuMDYKCQkJYzAuNjgxLDAuNjgsMS4wNywxLjYxLDEuMDcsMi41N2MwLDAuOTQ5LTAuMzksMS44OS0xLjA3LDIuNTY5QzEwNS42ODksNjguNjA5LDEwNC43NSw2OSwxMDMuOCw2OXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTIuNDk5LDU4LjcxMWMtMC43OTUsMC0xLjU5NS0wLjI2LTIuMjY0LTAuNzk1Yy0xLjU2NS0xLjI1Mi0xLjgyMS0zLjUzNC0wLjU2OC01LjFsMC4wMDQtMC4wMDUKCQkJYzEuMjUyLTEuNTY2LDMuNTM3LTEuODE5LDUuMTAyLTAuNTY2YzEuNTY1LDEuMjUyLDEuODE5LDMuNTM2LDAuNTY2LDUuMTAyQzExNC42MjIsNTguMjQzLDExMy41NjUsNTguNzExLDExMi40OTksNTguNzExegoJCQkgTTEyMS4yMDUsNDguNDIyYy0wLjc5NSwwLTEuNTk1LTAuMjYtMi4yNjQtMC43OTVjLTEuNTY1LTEuMjUyLTEuODIxLTMuNTM0LTAuNTY4LTUuMWwwLjAwNC0wLjAwNQoJCQljMS4yNTItMS41NjcsMy41MzctMS44MTksNS4xMDItMC41NjZjMS41NjUsMS4yNTIsMS44MTksMy41MzYsMC41NjYsNS4xMDJDMTIzLjMyOCw0Ny45NTQsMTIyLjI3MSw0OC40MjIsMTIxLjIwNSw0OC40MjJ6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTI5LjkyLDM4LjEzYy0wLjI0LDAtMC40OC0wLjAyMS0wLjcxLTAuMDdjLTAuMjMtMC4wNS0wLjQ2LTAuMTItMC42ODEtMC4yMWMtMC4yMi0wLjA5LTAuNDMtMC4yLTAuNjMtMC4zMwoJCQljLTAuMTk5LTAuMTMtMC4zOC0wLjI5LTAuNTUtMC40NWMtMC4xNy0wLjE3LTAuMzItMC4zNTktMC40NS0wLjU1Yy0wLjEzLTAuMi0wLjIzOS0wLjQxLTAuMzMtMC42MwoJCQljLTAuMDktMC4yMi0wLjE1OS0wLjQ1LTAuMjEtMC42OGMtMC4wNS0wLjIzLTAuMDY5LTAuNDctMC4wNjktMC43MWMwLTAuOTYsMC4zOS0xLjg5LDEuMDYtMi41N2MwLjE3LTAuMTYsMC4zNTEtMC4zMiwwLjU1LTAuNDUKCQkJYzAuMi0wLjEzLDAuNDEtMC4yNCwwLjYzLTAuMzNjMC4yMjEtMC4wOSwwLjQ1LTAuMTYsMC42ODEtMC4yMWMwLjQ3LTAuMDksMC45NS0wLjA5LDEuNDIsMGMwLjIyOSwwLjA1LDAuNDYsMC4xMiwwLjY4LDAuMjEKCQkJczAuNDMxLDAuMiwwLjYyLDAuMzNjMC4yLDAuMTMsMC4zOSwwLjI5LDAuNTUsMC40NWMwLjY4MSwwLjY4LDEuMDcsMS42MSwxLjA3LDIuNTdjMCwwLjI0LTAuMDMsMC40OC0wLjA3LDAuNzEKCQkJYy0wLjA1LDAuMjMtMC4xMiwwLjQ2LTAuMjEsMC42OHMtMC4yLDAuNDMtMC4zMywwLjYzYy0wLjE0LDAuMTktMC4yOSwwLjM4LTAuNDYsMC41NWMtMC4xNiwwLjE2LTAuMzUsMC4zMi0wLjU1LDAuNDUKCQkJYy0wLjE4OSwwLjEzLTAuNCwwLjI0LTAuNjIsMC4zM3MtMC40NSwwLjE2LTAuNjgsMC4yMUMxMzAuMzksMzguMTA5LDEzMC4xNiwzOC4xMywxMjkuOTIsMzguMTN6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==); }
    .mce-content-body ul.arrows li:nth-child(4n+4), .mce-content-body ol.arrows li:nth-child(4n+4) {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTMzLjYgNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzMy42IDY5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzY2QjVBRjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuNiwzOC4xYy0xLDAtMS45LTAuNC0yLjYtMS4xQzAuNCwzNi40LDAsMzUuNSwwLDM0LjVzMC40LTEuOSwxLjEtMi42YzAuMi0wLjIsMC40LTAuMywwLjYtMC41CgkJCWMwLjItMC4xLDAuNC0wLjIsMC42LTAuM2MwLjItMC4xLDAuNS0wLjIsMC43LTAuMmMxLjItMC4yLDIuNCwwLjEsMy4zLDFjMC43LDAuNywxLjEsMS42LDEuMSwyLjZzLTAuNCwxLjktMS4xLDIuNgoJCQljLTAuMiwwLjItMC4zLDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM2MtMC4yLDAuMS0wLjQsMC4yLTAuNywwLjJTMy45LDM4LjEsMy42LDM4LjF6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjEsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzExNi4xLDM4LjEsMTE0LjEsMzguMXogTTk4LjMsMzguMQoJCQljLTIsMC0zLjYtMS42LTMuNi0zLjZzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlMxMDAuNCwzOC4xLDk4LjMsMzguMXogTTgyLjYsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNgoJCQlzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlM4NC42LDM4LjEsODIuNiwzOC4xeiBNNjYuOCwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwCgkJCWMyLDAsMy42LDEuNiwzLjYsMy42UzY4LjgsMzguMSw2Ni44LDM4LjF6IE01MSwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTNTMsMzguMSw1MSwzOC4xCgkJCXogTTM1LjIsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzM3LjIsMzguMSwzNS4yLDM4LjF6IE0xOS40LDM4LjFjLTIsMC0zLjYtMS42LTMuNi0zLjYKCQkJczEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTMjEuNCwzOC4xLDE5LjQsMzguMXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw3LjNjLTEsMC0xLjktMC40LTIuNi0xLjFjLTAuMi0wLjItMC4zLTAuMy0wLjQtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNgoJCQljLTAuMS0wLjItMC4yLTAuNC0wLjItMC43Yy0wLjEtMC4yLTAuMS0wLjUtMC4xLTAuN2MwLTEsMC40LTEuOSwxLjEtMi42YzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMQoJCQljMC43LDAuNywxLjEsMS42LDEuMSwyLjZjMCwwLjIsMCwwLjUtMC4xLDAuN2MtMC4xLDAuMi0wLjEsMC41LTAuMiwwLjdjLTAuMSwwLjItMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNgoJCQlDMTA1LjcsNi45LDEwNC44LDcuMywxMDMuOCw3LjN6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIxLjIsMjcuOGMtMSwwLTItMC40LTIuNy0xLjJjLTEuMy0xLjUtMS4yLTMuOCwwLjMtNS4xYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMAoJCQljMS4zLDEuNSwxLjIsMy44LTAuMyw1LjFDMTIyLjksMjcuNSwxMjIuMSwyNy44LDEyMS4yLDI3Ljh6IE0xMTIuNSwxNy42Yy0xLDAtMi0wLjQtMi43LTEuMmMtMS4zLTEuNS0xLjItMy44LDAuMy01LjEKCQkJYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMGMxLjMsMS41LDEuMiwzLjgtMC4zLDUuMUMxMTQuMiwxNy4yLDExMy40LDE3LjYsMTEyLjUsMTcuNnoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw2OWMtMSwwLTEuOS0wLjQtMi42LTEuMWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjZjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4yLTAuNwoJCQljLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMC4yLDAtMC41LDAuMS0wLjdjMC4xLTAuMiwwLjEtMC41LDAuMi0wLjdjMC4xLTAuMiwwLjItMC40LDAuMy0wLjZjMC4xLTAuMiwwLjMtMC40LDAuNC0wLjUKCQkJYzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuOS0wLjQsMS45LTEuMSwyLjZDMTA1LjcsNjguNiwxMDQuOCw2OSwxMDMuOCw2OXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTIuNSw1OC43Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMGMxLjMtMS42LDMuNS0xLjgsNS4xLTAuNgoJCQljMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTE0LjYsNTguMiwxMTMuNiw1OC43LDExMi41LDU4Ljd6IE0xMjEuMiw0OC40Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMAoJCQljMS4zLTEuNiwzLjUtMS44LDUuMS0wLjZjMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTIzLjMsNDgsMTIyLjMsNDguNCwxMjEuMiw0OC40eiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyOS45LDM4LjFjLTAuMiwwLTAuNSwwLTAuNy0wLjFjLTAuMiwwLTAuNS0wLjEtMC43LTAuMmMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC40LTAuMy0wLjYtMC41CgkJCWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjVjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjUtMC4yLTAuN2MtMC4xLTAuMi0wLjEtMC41LTAuMS0wLjdjMC0xLDAuNC0xLjksMS4xLTIuNgoJCQljMC4yLTAuMiwwLjQtMC4zLDAuNi0wLjVjMC4yLTAuMSwwLjQtMC4yLDAuNi0wLjNjMC4yLTAuMSwwLjQtMC4yLDAuNy0wLjJjMC41LTAuMSwwLjktMC4xLDEuNCwwYzAuMiwwLDAuNSwwLjEsMC43LDAuMgoJCQlzMC40LDAuMiwwLjYsMC4zYzAuMiwwLjEsMC40LDAuMywwLjYsMC41YzAuNywwLjcsMS4xLDEuNiwxLjEsMi42YzAsMC4yLDAsMC41LTAuMSwwLjdjLTAuMSwwLjItMC4xLDAuNS0wLjIsMC43CgkJCXMtMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNWMtMC4yLDAuMi0wLjQsMC4zLTAuNiwwLjVjLTAuMiwwLjEtMC40LDAuMi0wLjYsMC4zcy0wLjQsMC4yLTAuNywwLjIKCQkJQzEzMC40LDM4LjEsMTMwLjIsMzguMSwxMjkuOSwzOC4xeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=); }
  .mce-content-body ol {
    list-style-type: decimal; }
  .mce-content-body ul.checkmark li, .mce-content-body ol.checkmark li {
    list-style-type: none;
    padding-left: 5rem;
    padding-bottom: 1rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMi42IDIyLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyLjYgMjIuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM3MTc4Nzk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIuMSwwYzAuNCwwLjEsMC44LDAuMSwxLjIsMC4yYzEuMSwwLjIsMi4xLDAuNSwzLDFjMC41LDAuMywwLjgsMC45LDAuNSwxLjVjLTAuMywwLjYtMC45LDAuOC0xLjUsMC41CgljLTAuNy0wLjMtMS40LTAuNi0yLjEtMC43Yy00LjYtMS05LjMsMS44LTEwLjYsNi40Yy0xLjUsNS4xLDEuNywxMC40LDcsMTEuNGM0LjgsMSw5LjctMi4yLDEwLjYtNy4xYzAuMS0wLjMsMC4xLTAuNSwwLjEtMC44CgljMC4xLTAuNywwLjYtMS4xLDEuMy0xYzAuNiwwLjEsMSwwLjcsMC45LDEuM2MtMC43LDQuNi0zLjIsNy44LTcuNSw5LjRjLTQsMS40LTcuNywwLjctMTEtMS45Yy0yLjItMS44LTMuNS00LjEtNC02LjgKCUMtMC41LDkuMiwwLjcsNS43LDMuNywyLjljMS43LTEuNiwzLjctMi41LDYtMi44YzAuMywwLDAuNS0wLjEsMC44LTAuMUgxMi4xeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEuNCwxMy4yYzAtMC4xLDAuMS0wLjIsMC4xLTAuMmMyLjctMi43LDUuMy01LjMsOC04YzAuNS0wLjUsMS4yLTAuNSwxLjcsMGMwLjQsMC40LDAuNCwxLjEsMC4xLDEuNQoJYy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMmwtOC44LDguOGMtMC42LDAuNi0xLjIsMC42LTEuOCwwYy0xLjMtMS4zLTIuNi0yLjUtMy44LTMuOEM2LDExLDYuMiwxMCw3LDkuN2MwLjUtMC4xLDAuOSwwLDEuMiwwLjMKCWMxLDEsMS45LDEuOSwyLjksMi45QzExLjIsMTMsMTEuMiwxMy4xLDExLjQsMTMuMkMxMS4zLDEzLjIsMTEuNCwxMy4yLDExLjQsMTMuMiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 3.5rem 3.5rem;
    margin-left: 0;
    background-position: left 0.5rem;
    padding-top: 1rem; }
  .mce-content-body .options-table-container {
    width: calc(100% + 1rem);
    overflow: hidden;
    margin-left: -1rem; }
  .mce-content-body .options-table {
    border-spacing: 2rem 0;
    border-collapse: separate;
    margin-left: -3rem;
    margin-right: -3rem;
    width: revert !important; }
  .mce-content-body .options-table th,
  .mce-content-body .options-table td {
    padding-left: 1rem;
    padding-right: 1rem; }
  .mce-content-body .options-table th {
    padding-bottom: 2rem;
    width: 18%;
    text-align: center;
    vertical-align: bottom;
    font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif; }
  .mce-content-body .options-table th strong,
  .mce-content-body .options-table th b {
    font-weight: normal;
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
  .mce-content-body .options-table th:first-child {
    width: 46%;
    text-align: left;
    padding-left: 2rem; }
  .mce-content-body .options-table-two th:first-child {
    width: 64%; }
  .mce-content-body .options-table td {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
    color: #727879;
    font-size: 1.6rem;
    text-align: center; }
  .mce-content-body .options-table td:first-child {
    text-align: left;
    padding-left: 2rem; }
  .mce-content-body .tools-table td {
    border-bottom: 1px solid #ccc;
    padding: 4rem 0; }
    .mce-content-body .tools-table td ul li, .mce-content-body .tools-table td ol li {
      color: #212121;
      font-size: 1.6rem; }
  .mce-content-body .tools-table td:first-child {
    padding-right: 3rem; }
  .mce-content-body .tools-table tr:last-child td {
    border-bottom: none; }
  .mce-content-body .tools-table td ul, .mce-content-body .tools-table td ol {
    margin-bottom: 0; }
  .mce-content-body span.small-text {
    color: #727879;
    font-size: 1.6rem; }
  .mce-content-body .text-right {
    text-align: right; }
  .mce-content-body .social-icons-in-page {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem; }
    .mce-content-body .social-icons-in-page a {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px;
      opacity: 0.8; }
      .mce-content-body .social-icons-in-page a:hover {
        opacity: 1; }
      .mce-content-body .social-icons-in-page a img {
        width: 5rem;
        height: 5rem; }

.lazyload {
  transition: opacity 0.3s ease-out, filter 0.3s ease-out; }
  .lazyload__loading {
    filter: blur(10px);
    opacity: 0; }
  .lazyload__loaded {
    filter: blur(0);
    opacity: 1; }

.cookiepopup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000 !important;
  opacity: 1;
  transition: opacity 0.2s; }
  @media screen and (min-width: 768px) {
    .cookiepopup {
      align-items: center; } }
  .cookiepopup__hinweis {
    color: #222;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    padding: 25px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.2s; }
    @media screen and (min-width: 768px) {
      .cookiepopup__hinweis {
        border-radius: 5px;
        padding: 40px;
        max-width: 800px; } }
    .cookiepopup__hinweis--text {
      margin-bottom: 15px; }
      .cookiepopup__hinweis--text b {
        font-size: 20px;
        display: block;
        margin-bottom: 15px; }
      .cookiepopup__hinweis--text a {
        color: #222;
        text-decoration: underline; }
        .cookiepopup__hinweis--text a:hover {
          color: #000;
          text-decoration: underline; }
      .cookiepopup__hinweis--text label {
        display: block;
        margin-right: 15px; }
        @media screen and (min-width: 768px) {
          .cookiepopup__hinweis--text label {
            display: inline-block; } }
    @media (min-width: 768px) {
      .cookiepopup__hinweis--checkboxes {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0 3rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .cookiepopup__hinweis--checkboxes label {
      display: flex;
      align-items: center; }
    .cookiepopup__hinweis--checkboxes span {
      display: inline-block;
      margin-left: 5px; }
    @media (min-width: 768px) {
      .cookiepopup__hinweis--buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3rem; } }
  .cookiepopup__button {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 15px;
    margin-top: 15px;
    transition: all 0.2s; }
    .cookiepopup__button:hover {
      box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 768px) {
      .cookiepopup__button {
        display: inline-block; } }
    .cookiepopup__button:hover {
      opacity: 0.9; }

.mce-content-body .cookie-einstellungen-inpage {
  color: #212121;
  background-color: white;
  padding: 15px 25px 7px 25px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .mce-content-body .cookie-einstellungen-inpage .checker {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .mce-content-body .cookie-einstellungen-inpage .checker label {
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
      font-weight: normal;
      display: inline-block;
      margin-left: 7px;
      margin-bottom: 0; }

.page-public article {
  position: relative; }
  .page-public article .column {
    position: relative; }

.main-navigation {
  background-color: rgba(255, 255, 255, 0.97);
  padding: 1.5rem 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 6.5rem;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.2); }
  .main-navigation.active {
    height: 100dvh;
    overflow: auto; }
  @media screen and (min-width: 992px) {
    .main-navigation {
      min-height: 8rem;
      padding: 1.8rem 0; } }
  .main-navigation .container {
    position: relative; }
    @media (min-width: 992px) {
      .main-navigation .container {
        max-width: none;
        padding-left: 4rem;
        padding-right: 4rem; } }
    .main-navigation .container .col-12 {
      display: block;
      position: relative; }
      @media (min-width: 992px) {
        .main-navigation .container .col-12 {
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between;
          align-items: center; } }
  .main-navigation .logo,
  .main-navigation .logo-kp {
    display: inline-block;
    z-index: 2; }
    @media (min-width: 992px) {
      .main-navigation .logo,
      .main-navigation .logo-kp {
        display: block; } }
    .main-navigation .logo img,
    .main-navigation .logo-kp img {
      width: 10rem;
      height: auto; }
    @media (min-width: 992px) {
      .main-navigation .logo img,
      .main-navigation .logo-kp img {
        width: 12.3rem; } }
  .main-navigation .logo-kp img {
    width: 11.5rem;
    margin: 0.4rem 0 0 3rem; }
  @media (min-width: 992px) {
    .main-navigation .logo-kp img {
      width: 14rem;
      margin: 0; } }
  .main-navigation ul, .main-navigation .mce-content-body ol, .mce-content-body .main-navigation ol,
  .main-navigation li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .main-navigation ul.main-tree, .main-navigation .mce-content-body ol.main-tree, .mce-content-body .main-navigation ol.main-tree {
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: height 0.3s; }
    .main-navigation ul.main-tree.active, .main-navigation .mce-content-body ol.main-tree.active, .mce-content-body .main-navigation ol.main-tree.active {
      visibility: visible;
      opacity: 1;
      margin-top: 5rem;
      margin-bottom: 3rem; }
    @media screen and (min-width: 992px) {
      .main-navigation ul.main-tree, .main-navigation .mce-content-body ol.main-tree, .mce-content-body .main-navigation ol.main-tree {
        position: absolute;
        display: flex;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0;
        visibility: visible;
        opacity: 1;
        height: auto;
        width: 100%;
        overflow: visible; } }
    .main-navigation ul.main-tree > li, .main-navigation .mce-content-body ol.main-tree > li, .mce-content-body .main-navigation ol.main-tree > li {
      position: relative; }
      .main-navigation ul.main-tree > li input.form-control, .main-navigation .mce-content-body ol.main-tree > li input.form-control, .mce-content-body .main-navigation ol.main-tree > li input.form-control {
        font-size: calc(1.5rem / 1.2); }
        @media screen and (min-width: 768px) {
          .main-navigation ul.main-tree > li input.form-control, .main-navigation .mce-content-body ol.main-tree > li input.form-control, .mce-content-body .main-navigation ol.main-tree > li input.form-control {
            font-size: calc(1.5rem / 1.1); } }
        @media screen and (min-width: 1200px) {
          .main-navigation ul.main-tree > li input.form-control, .main-navigation .mce-content-body ol.main-tree > li input.form-control, .mce-content-body .main-navigation ol.main-tree > li input.form-control {
            font-size: calc(1.5rem); } }
      .main-navigation ul.main-tree > li:not(:first-child), .main-navigation .mce-content-body ol.main-tree > li:not(:first-child), .mce-content-body .main-navigation ol.main-tree > li:not(:first-child) {
        margin-top: 1rem; }
        @media screen and (min-width: 992px) {
          .main-navigation ul.main-tree > li:not(:first-child), .main-navigation .mce-content-body ol.main-tree > li:not(:first-child), .mce-content-body .main-navigation ol.main-tree > li:not(:first-child) {
            margin-top: 0;
            margin-left: 2rem; } }
      .main-navigation ul.main-tree > li a, .main-navigation .mce-content-body ol.main-tree > li a, .mce-content-body .main-navigation ol.main-tree > li a {
        font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        color: #8c8c8c;
        font-size: calc(2rem / 1.2); }
        @media screen and (min-width: 768px) {
          .main-navigation ul.main-tree > li a, .main-navigation .mce-content-body ol.main-tree > li a, .mce-content-body .main-navigation ol.main-tree > li a {
            font-size: calc(2rem / 1.1); } }
        @media screen and (min-width: 1200px) {
          .main-navigation ul.main-tree > li a, .main-navigation .mce-content-body ol.main-tree > li a, .mce-content-body .main-navigation ol.main-tree > li a {
            font-size: calc(2rem); } }
        @media (max-width: 991px) {
          .main-navigation ul.main-tree > li a, .main-navigation .mce-content-body ol.main-tree > li a, .mce-content-body .main-navigation ol.main-tree > li a {
            font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
            font-size: calc(2rem / 1.2);
            font-weight: normal;
            color: #212121; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .main-navigation ul.main-tree > li a, .main-navigation .mce-content-body ol.main-tree > li a, .mce-content-body .main-navigation ol.main-tree > li a {
      font-size: calc(2rem / 1.1); } }
  @media screen and (max-width: 991px) and (min-width: 1200px) {
    .main-navigation ul.main-tree > li a, .main-navigation .mce-content-body ol.main-tree > li a, .mce-content-body .main-navigation ol.main-tree > li a {
      font-size: calc(2rem); } }
        .main-navigation ul.main-tree > li a:hover, .main-navigation .mce-content-body ol.main-tree > li a:hover, .mce-content-body .main-navigation ol.main-tree > li a:hover, .main-navigation ul.main-tree > li a:active, .main-navigation .mce-content-body ol.main-tree > li a:active, .mce-content-body .main-navigation ol.main-tree > li a:active, .main-navigation ul.main-tree > li a:focus, .main-navigation .mce-content-body ol.main-tree > li a:focus, .mce-content-body .main-navigation ol.main-tree > li a:focus, .main-navigation ul.main-tree > li a.active, .main-navigation .mce-content-body ol.main-tree > li a.active, .mce-content-body .main-navigation ol.main-tree > li a.active {
          text-decoration: none;
          color: black; }
        .main-navigation ul.main-tree > li a.ihre-anfrage, .main-navigation .mce-content-body ol.main-tree > li a.ihre-anfrage, .mce-content-body .main-navigation ol.main-tree > li a.ihre-anfrage {
          background-color: #00577b;
          color: white;
          padding: 0 1rem 0 1rem; }
          .main-navigation ul.main-tree > li a.ihre-anfrage:hover, .main-navigation .mce-content-body ol.main-tree > li a.ihre-anfrage:hover, .mce-content-body .main-navigation ol.main-tree > li a.ihre-anfrage:hover {
            background-color: #212121; }
      .main-navigation ul.main-tree > li ul, .main-navigation .mce-content-body ol.main-tree > li ul, .mce-content-body .main-navigation ol.main-tree > li ul, .main-navigation ul.main-tree > li .mce-content-body ol, .mce-content-body .main-navigation ul.main-tree > li ol, .main-navigation .mce-content-body ol.main-tree > li ol, .mce-content-body .main-navigation ol.main-tree > li ol {
        margin-top: 5rem; }
        @media (max-width: 991px) {
          .main-navigation ul.main-tree > li ul, .main-navigation .mce-content-body ol.main-tree > li ul, .mce-content-body .main-navigation ol.main-tree > li ul, .main-navigation ul.main-tree > li .mce-content-body ol, .mce-content-body .main-navigation ul.main-tree > li ol, .main-navigation .mce-content-body ol.main-tree > li ol, .mce-content-body .main-navigation ol.main-tree > li ol {
            margin-top: 0; } }
        @media (min-width: 992px) {
          .main-navigation ul.main-tree > li ul, .main-navigation .mce-content-body ol.main-tree > li ul, .mce-content-body .main-navigation ol.main-tree > li ul, .main-navigation ul.main-tree > li .mce-content-body ol, .mce-content-body .main-navigation ul.main-tree > li ol, .main-navigation .mce-content-body ol.main-tree > li ol, .mce-content-body .main-navigation ol.main-tree > li ol {
            display: none;
            position: absolute;
            top: -2rem;
            left: 0;
            min-width: 170px;
            background-color: rgba(255, 255, 255, 0.97);
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-top: none;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            border-radius: 0 0 4px 4px;
            padding: 4px 0; } }
        .main-navigation ul.main-tree > li ul li a, .main-navigation .mce-content-body ol.main-tree > li ul li a, .mce-content-body .main-navigation ol.main-tree > li ul li a, .main-navigation ul.main-tree > li .mce-content-body ol li a, .mce-content-body .main-navigation ul.main-tree > li ol li a, .main-navigation .mce-content-body ol.main-tree > li ol li a, .mce-content-body .main-navigation ol.main-tree > li ol li a {
          display: block;
          font-size: 2rem;
          text-transform: none !important;
          padding: 0.5rem 0; }
          @media (max-width: 991px) {
            .main-navigation ul.main-tree > li ul li a, .main-navigation .mce-content-body ol.main-tree > li ul li a, .mce-content-body .main-navigation ol.main-tree > li ul li a, .main-navigation ul.main-tree > li .mce-content-body ol li a, .mce-content-body .main-navigation ul.main-tree > li ol li a, .main-navigation .mce-content-body ol.main-tree > li ol li a, .mce-content-body .main-navigation ol.main-tree > li ol li a {
              font-size: 1.7rem;
              font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
              padding-left: 1rem; } }
          @media (min-width: 992px) {
            .main-navigation ul.main-tree > li ul li a, .main-navigation .mce-content-body ol.main-tree > li ul li a, .mce-content-body .main-navigation ol.main-tree > li ul li a, .main-navigation ul.main-tree > li .mce-content-body ol li a, .mce-content-body .main-navigation ul.main-tree > li ol li a, .main-navigation .mce-content-body ol.main-tree > li ol li a, .mce-content-body .main-navigation ol.main-tree > li ol li a {
              font-size: 1.7rem !important;
              padding: 2px 15px;
              white-space: nowrap; }
              .main-navigation ul.main-tree > li ul li a:hover, .main-navigation .mce-content-body ol.main-tree > li ul li a:hover, .mce-content-body .main-navigation ol.main-tree > li ul li a:hover, .main-navigation ul.main-tree > li .mce-content-body ol li a:hover, .mce-content-body .main-navigation ul.main-tree > li ol li a:hover, .main-navigation .mce-content-body ol.main-tree > li ol li a:hover, .mce-content-body .main-navigation ol.main-tree > li ol li a:hover {
                background-color: rgba(0, 0, 0, 0.04); } }
        .main-navigation ul.main-tree > li ul li.active a, .main-navigation .mce-content-body ol.main-tree > li ul li.active a, .mce-content-body .main-navigation ol.main-tree > li ul li.active a, .main-navigation ul.main-tree > li .mce-content-body ol li.active a, .mce-content-body .main-navigation ul.main-tree > li ol li.active a, .main-navigation .mce-content-body ol.main-tree > li ol li.active a, .mce-content-body .main-navigation ol.main-tree > li ol li.active a {
          font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
          text-decoration: none;
          color: #444; }
      .main-navigation ul.main-tree > li:hover ul, .main-navigation .mce-content-body ol.main-tree > li:hover ul, .mce-content-body .main-navigation ol.main-tree > li:hover ul, .main-navigation ul.main-tree > li:hover .mce-content-body ol, .mce-content-body .main-navigation ul.main-tree > li:hover ol, .main-navigation .mce-content-body ol.main-tree > li:hover ol, .mce-content-body .main-navigation ol.main-tree > li:hover ol {
        display: block; }
  .main-navigation__toggle {
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    color: #1c1c1c;
    cursor: pointer;
    height: 20px; }
    @media screen and (min-width: 992px) {
      .main-navigation__toggle {
        display: none; } }
    .main-navigation__toggle--icon {
      position: relative;
      width: 2.5rem;
      height: 2px;
      background-color: #1c1c1c; }
      .main-navigation__toggle--icon::before, .main-navigation__toggle--icon::after {
        content: '';
        background-color: #1c1c1c;
        height: 2px;
        width: 2.5rem;
        position: absolute;
        right: 0;
        transition: transform 0.3s; }
      .main-navigation__toggle--icon::before {
        top: -6px; }
      .main-navigation__toggle--icon::after {
        top: 6px; }
      .main-navigation__toggle--icon.active {
        background-color: transparent !important; }
        .main-navigation__toggle--icon.active::before {
          transform: rotate(135deg);
          top: 0; }
        .main-navigation__toggle--icon.active::after {
          transform: rotate(-135deg);
          top: 0; }

@media (min-width: 992px) {
  .hamburger {
    position: relative;
    order: -1;
    cursor: pointer;
    margin-left: 0 !important; } }

.hamburger span {
  display: none;
  font-size: 2.5rem;
  line-height: 1.1;
  color: #8c8c8c; }
  @media (min-width: 992px) {
    .hamburger span {
      display: block;
      padding: 0 1rem; } }

.hamburger ul, .hamburger .mce-content-body ol, .mce-content-body .hamburger ol {
  margin-top: 5rem; }
  @media (min-width: 992px) {
    .hamburger ul, .hamburger .mce-content-body ol, .mce-content-body .hamburger ol {
      display: none;
      position: absolute;
      top: -2rem;
      left: 0;
      min-width: 170px;
      background-color: rgba(255, 255, 255, 0.97);
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-top: none;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      border-radius: 0 0 4px 4px;
      padding: 4px 0; } }
  .hamburger ul li a, .hamburger .mce-content-body ol li a, .mce-content-body .hamburger ol li a {
    display: block;
    font-size: 2rem;
    text-transform: none !important;
    padding: 0.5rem 0; }
    @media (min-width: 992px) {
      .hamburger ul li a, .hamburger .mce-content-body ol li a, .mce-content-body .hamburger ol li a {
        font-size: 1.7rem !important;
        padding: 2px 15px;
        white-space: nowrap; }
        .hamburger ul li a:hover, .hamburger .mce-content-body ol li a:hover, .mce-content-body .hamburger ol li a:hover {
          background-color: rgba(0, 0, 0, 0.04); } }
  .hamburger ul li.active a, .hamburger .mce-content-body ol li.active a, .mce-content-body .hamburger ol li.active a {
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    text-decoration: none;
    color: #444; }

.hamburger:hover ul, .hamburger:hover .mce-content-body ol, .mce-content-body .hamburger:hover ol {
  display: block; }

.mce-content-body .article-container {
  padding-top: 3rem;
  padding-bottom: 0; }
  @media screen and (min-width: 1200px) {
    .mce-content-body .article-container {
      padding-top: 5rem;
      padding-bottom: 2rem; } }
  .mce-content-body .article-container.article-nopadding {
    padding-top: 0;
    padding-bottom: 0; }
  .mce-content-body .article-container.article-big-padding {
    padding-top: 6rem;
    padding-bottom: 4.5rem; }
    @media screen and (min-width: 768px) {
      .mce-content-body .article-container.article-big-padding {
        padding-top: 7.5rem;
        padding-bottom: 5.25rem; } }
    @media screen and (min-width: 1400px) {
      .mce-content-body .article-container.article-big-padding {
        padding-top: 8.25rem;
        padding-bottom: 5.7rem; } }
    @media screen and (min-width: 1700px) {
      .mce-content-body .article-container.article-big-padding {
        padding-top: 9rem;
        padding-bottom: 6rem; } }
  .mce-content-body .article-container.article-huge-padding {
    padding-top: 9rem;
    padding-bottom: 7.5rem; }
    @media screen and (min-width: 768px) {
      .mce-content-body .article-container.article-huge-padding {
        padding-top: 10.5rem;
        padding-bottom: 8.25rem; } }
    @media screen and (min-width: 1400px) {
      .mce-content-body .article-container.article-huge-padding {
        padding-top: 11.25rem;
        padding-bottom: 8.7rem; } }
    @media screen and (min-width: 1700px) {
      .mce-content-body .article-container.article-huge-padding {
        padding-top: 12rem;
        padding-bottom: 9rem; } }

.mce-content-body .column .pageplugin {
  padding-bottom: 3rem; }

.mce-content-body .column .pageplugin.coretext {
  padding-bottom: 0; }

.mce-content-body .column .plugin-content {
  position: relative; }

.mce-content-body .column-nopadding section.column {
  padding-top: 0;
  padding-bottom: 0; }

.mce-content-body .corebox .column {
  padding-top: 0; }

@media (min-width: 1300px) {
  .mce-content-body .column-113 .container {
    max-width: 1290px; } }

.mce-content-body .fullwidth .container {
  max-width: none;
  padding: 0; }
  .mce-content-body .fullwidth .container > .row {
    margin: 0; }

.mce-content-body .fullwidth .column {
  padding: 0; }
  .mce-content-body .fullwidth .column > .row {
    margin: 0; }
    .mce-content-body .fullwidth .column > .row .pluginCol {
      padding: 0; }
  .mce-content-body .fullwidth .column .pageplugin {
    padding-top: 0;
    padding-bottom: 0;
    width: 100% !important; }
  .mce-content-body .fullwidth .column .coretext,
  .mce-content-body .fullwidth .column .coreaccordion,
  .mce-content-body .fullwidth .column .news-list,
  .mce-content-body .fullwidth .column .coredownload,
  .mce-content-body .fullwidth .column .coreform,
  .mce-content-body .fullwidth .column .coregallerythumbs,
  .mce-content-body .fullwidth .column .coreteaser {
    padding: 1.5rem 3rem !important;
    width: 100%; }
    @media screen and (min-width: 1400px) {
      .mce-content-body .fullwidth .column .coretext,
      .mce-content-body .fullwidth .column .coreaccordion,
      .mce-content-body .fullwidth .column .news-list,
      .mce-content-body .fullwidth .column .coredownload,
      .mce-content-body .fullwidth .column .coreform,
      .mce-content-body .fullwidth .column .coregallerythumbs,
      .mce-content-body .fullwidth .column .coreteaser {
        padding: 1.5rem 5rem !important; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .fullwidth .column .coretext,
      .mce-content-body .fullwidth .column .coreaccordion,
      .mce-content-body .fullwidth .column .news-list,
      .mce-content-body .fullwidth .column .coredownload,
      .mce-content-body .fullwidth .column .coreform,
      .mce-content-body .fullwidth .column .coregallerythumbs,
      .mce-content-body .fullwidth .column .coreteaser {
        padding: 1.5rem 8rem !important; } }
  .mce-content-body .fullwidth .column .coreimage .image img {
    width: 100%; }

.mce-content-body .custom-grey p, .mce-content-body .custom-blue p, .mce-content-body .custom-gold p,
.mce-content-body .custom-grey h1,
.mce-content-body .custom-blue h1,
.mce-content-body .custom-gold h1,
.mce-content-body .custom-grey h2,
.mce-content-body .custom-blue h2,
.mce-content-body .custom-gold h2,
.mce-content-body .custom-grey h3,
.mce-content-body .custom-blue h3,
.mce-content-body .custom-gold h3,
.mce-content-body .custom-grey h4,
.mce-content-body .custom-blue h4,
.mce-content-body .custom-gold h4,
.mce-content-body .custom-grey h5,
.mce-content-body .custom-blue h5,
.mce-content-body .custom-gold h5,
.mce-content-body .custom-grey a,
.mce-content-body .custom-blue a,
.mce-content-body .custom-gold a,
.mce-content-body .custom-grey td,
.mce-content-body .custom-blue td,
.mce-content-body .custom-gold td,
.mce-content-body .custom-grey th,
.mce-content-body .custom-blue th,
.mce-content-body .custom-gold th,
.mce-content-body .custom-grey li,
.mce-content-body .custom-blue li,
.mce-content-body .custom-gold li {
  color: white; }

.mce-content-body .custom-grey .querverlinkung a, .mce-content-body .custom-blue .querverlinkung a, .mce-content-body .custom-gold .querverlinkung a {
  border-color: white; }
  @media (min-width: 768px) {
    .mce-content-body .custom-grey .querverlinkung a:hover, .mce-content-body .custom-blue .querverlinkung a:hover, .mce-content-body .custom-gold .querverlinkung a:hover {
      background-color: rgba(255, 255, 255, 0.1); } }

.mce-content-body .custom-grey .info-text, .mce-content-body .custom-blue .info-text, .mce-content-body .custom-gold .info-text {
  background-color: rgba(255, 255, 255, 0.15); }

.mce-content-body .custom-grey .button-link, .mce-content-body .custom-blue .button-link, .mce-content-body .custom-gold .button-link {
  border-color: white; }

.mce-content-body .custom-grey {
  background-color: #717879; }
  .mce-content-body .custom-grey .info-text:before {
    color: #717879; }

.mce-content-body .custom-lightgrey {
  background-color: #eaebeb; }
  .mce-content-body .custom-lightgrey .info-text {
    background-color: white; }
    .mce-content-body .custom-lightgrey .info-text:before {
      background-color: rgba(113, 120, 121, 0.5);
      color: white; }

.mce-content-body .custom-blue {
  background-color: #00577b; }
  .mce-content-body .custom-blue .info-text:before {
    color: #00577b; }

.mce-content-body .custom-gold {
  background-color: #b79e6c; }
  .mce-content-body .custom-gold h1, .mce-content-body .custom-gold h2 {
    color: #00577b; }
  .mce-content-body .custom-gold ul.arrows li, .mce-content-body .custom-gold ol.arrows li {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTMzLjYgNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzMy42IDY5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I2ZmZmZmZjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuNiwzOC4xYy0xLDAtMS45LTAuNC0yLjYtMS4xQzAuNCwzNi40LDAsMzUuNSwwLDM0LjVzMC40LTEuOSwxLjEtMi42YzAuMi0wLjIsMC40LTAuMywwLjYtMC41CgkJCWMwLjItMC4xLDAuNC0wLjIsMC42LTAuM2MwLjItMC4xLDAuNS0wLjIsMC43LTAuMmMxLjItMC4yLDIuNCwwLjEsMy4zLDFjMC43LDAuNywxLjEsMS42LDEuMSwyLjZzLTAuNCwxLjktMS4xLDIuNgoJCQljLTAuMiwwLjItMC4zLDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM2MtMC4yLDAuMS0wLjQsMC4yLTAuNywwLjJTMy45LDM4LjEsMy42LDM4LjF6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE0LjEsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzExNi4xLDM4LjEsMTE0LjEsMzguMXogTTk4LjMsMzguMQoJCQljLTIsMC0zLjYtMS42LTMuNi0zLjZzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlMxMDAuNCwzOC4xLDk4LjMsMzguMXogTTgyLjYsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNgoJCQlzMS42LTMuNiwzLjYtMy42aDBjMiwwLDMuNiwxLjYsMy42LDMuNlM4NC42LDM4LjEsODIuNiwzOC4xeiBNNjYuOCwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwCgkJCWMyLDAsMy42LDEuNiwzLjYsMy42UzY4LjgsMzguMSw2Ni44LDM4LjF6IE01MSwzOC4xYy0yLDAtMy42LTEuNi0zLjYtMy42czEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTNTMsMzguMSw1MSwzOC4xCgkJCXogTTM1LjIsMzguMWMtMiwwLTMuNi0xLjYtMy42LTMuNnMxLjYtMy42LDMuNi0zLjZoMGMyLDAsMy42LDEuNiwzLjYsMy42UzM3LjIsMzguMSwzNS4yLDM4LjF6IE0xOS40LDM4LjFjLTIsMC0zLjYtMS42LTMuNi0zLjYKCQkJczEuNi0zLjYsMy42LTMuNmgwYzIsMCwzLjYsMS42LDMuNiwzLjZTMjEuNCwzOC4xLDE5LjQsMzguMXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw3LjNjLTEsMC0xLjktMC40LTIuNi0xLjFjLTAuMi0wLjItMC4zLTAuMy0wLjQtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNgoJCQljLTAuMS0wLjItMC4yLTAuNC0wLjItMC43Yy0wLjEtMC4yLTAuMS0wLjUtMC4xLTAuN2MwLTEsMC40LTEuOSwxLjEtMi42YzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMQoJCQljMC43LDAuNywxLjEsMS42LDEuMSwyLjZjMCwwLjIsMCwwLjUtMC4xLDAuN2MtMC4xLDAuMi0wLjEsMC41LTAuMiwwLjdjLTAuMSwwLjItMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNgoJCQlDMTA1LjcsNi45LDEwNC44LDcuMywxMDMuOCw3LjN6Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIxLjIsMjcuOGMtMSwwLTItMC40LTIuNy0xLjJjLTEuMy0xLjUtMS4yLTMuOCwwLjMtNS4xYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMAoJCQljMS4zLDEuNSwxLjIsMy44LTAuMyw1LjFDMTIyLjksMjcuNSwxMjIuMSwyNy44LDEyMS4yLDI3Ljh6IE0xMTIuNSwxNy42Yy0xLDAtMi0wLjQtMi43LTEuMmMtMS4zLTEuNS0xLjItMy44LDAuMy01LjEKCQkJYzEuNS0xLjMsMy44LTEuMiw1LjEsMC4zbDAsMGMxLjMsMS41LDEuMiwzLjgtMC4zLDUuMUMxMTQuMiwxNy4yLDExMy40LDE3LjYsMTEyLjUsMTcuNnoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjkuOSwzOC4xYy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjIsMC0wLjUtMC4xLTAuNy0wLjJjLTAuMi0wLjEtMC40LTAuMi0wLjYtMC4zYy0wLjItMC4xLTAuNC0wLjMtMC42LTAuNQoJCQljLTAuMi0wLjItMC4zLTAuNC0wLjQtMC41Yy0wLjEtMC4yLTAuMi0wLjQtMC4zLTAuNmMtMC4xLTAuMi0wLjItMC41LTAuMi0wLjdjLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMSwwLjQtMS45LDEuMS0yLjYKCQkJYzAuMi0wLjIsMC40LTAuMywwLjYtMC41YzAuMi0wLjEsMC40LTAuMiwwLjYtMC4zYzAuMi0wLjEsMC40LTAuMiwwLjctMC4yYzAuNS0wLjEsMC45LTAuMSwxLjQsMGMwLjIsMCwwLjUsMC4xLDAuNywwLjIKCQkJczAuNCwwLjIsMC42LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC42LDAuNWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuMiwwLDAuNS0wLjEsMC43Yy0wLjEsMC4yLTAuMSwwLjUtMC4yLDAuNwoJCQlzLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMiwwLjItMC40LDAuMy0wLjYsMC41Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM3MtMC40LDAuMi0wLjcsMC4yCgkJCUMxMzAuNCwzOC4xLDEzMC4yLDM4LjEsMTI5LjksMzguMXoiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDMuOCw2OWMtMSwwLTEuOS0wLjQtMi42LTEuMWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjZjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjQtMC4yLTAuNwoJCQljLTAuMS0wLjItMC4xLTAuNS0wLjEtMC43YzAtMC4yLDAtMC41LDAuMS0wLjdjMC4xLTAuMiwwLjEtMC41LDAuMi0wLjdjMC4xLTAuMiwwLjItMC40LDAuMy0wLjZjMC4xLTAuMiwwLjMtMC40LDAuNC0wLjUKCQkJYzAuNy0wLjcsMS42LTEuMSwyLjYtMS4xYzAuOSwwLDEuOSwwLjQsMi42LDEuMWMwLjcsMC43LDEuMSwxLjYsMS4xLDIuNmMwLDAuOS0wLjQsMS45LTEuMSwyLjZDMTA1LjcsNjguNiwxMDQuOCw2OSwxMDMuOCw2OXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTIuNSw1OC43Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMGMxLjMtMS42LDMuNS0xLjgsNS4xLTAuNgoJCQljMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTE0LjYsNTguMiwxMTMuNiw1OC43LDExMi41LDU4Ljd6IE0xMjEuMiw0OC40Yy0wLjgsMC0xLjYtMC4zLTIuMy0wLjhjLTEuNi0xLjMtMS44LTMuNS0wLjYtNS4xbDAsMAoJCQljMS4zLTEuNiwzLjUtMS44LDUuMS0wLjZjMS42LDEuMywxLjgsMy41LDAuNiw1LjFDMTIzLjMsNDgsMTIyLjMsNDguNCwxMjEuMiw0OC40eiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyOS45LDM4LjFjLTAuMiwwLTAuNSwwLTAuNy0wLjFjLTAuMiwwLTAuNS0wLjEtMC43LTAuMmMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC40LTAuMy0wLjYtMC41CgkJCWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjVjLTAuMS0wLjItMC4yLTAuNC0wLjMtMC42Yy0wLjEtMC4yLTAuMi0wLjUtMC4yLTAuN2MtMC4xLTAuMi0wLjEtMC41LTAuMS0wLjdjMC0xLDAuNC0xLjksMS4xLTIuNgoJCQljMC4yLTAuMiwwLjQtMC4zLDAuNi0wLjVjMC4yLTAuMSwwLjQtMC4yLDAuNi0wLjNjMC4yLTAuMSwwLjQtMC4yLDAuNy0wLjJjMC41LTAuMSwwLjktMC4xLDEuNCwwYzAuMiwwLDAuNSwwLjEsMC43LDAuMgoJCQlzMC40LDAuMiwwLjYsMC4zYzAuMiwwLjEsMC40LDAuMywwLjYsMC41YzAuNywwLjcsMS4xLDEuNiwxLjEsMi42YzAsMC4yLDAsMC41LTAuMSwwLjdjLTAuMSwwLjItMC4xLDAuNS0wLjIsMC43CgkJCXMtMC4yLDAuNC0wLjMsMC42Yy0wLjEsMC4yLTAuMywwLjQtMC41LDAuNWMtMC4yLDAuMi0wLjQsMC4zLTAuNiwwLjVjLTAuMiwwLjEtMC40LDAuMi0wLjYsMC4zcy0wLjQsMC4yLTAuNywwLjIKCQkJQzEzMC40LDM4LjEsMTMwLjIsMzguMSwxMjkuOSwzOC4xeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=); }
  .mce-content-body .custom-gold .info-text:before {
    color: #b79e6c; }
  .mce-content-body .custom-gold .querverlinkung a {
    border-color: #00577b;
    background-color: #00577b;
    color: white; }
    @media (min-width: 768px) {
      .mce-content-body .custom-gold .querverlinkung a:hover {
        background-color: rgba(0, 87, 123, 0.9); } }

.mce-content-body .custom-white.section-nopadding {
  border-bottom: none; }

.mce-content-body .custom-lightblue {
  background-color: #dceff1; }

.mce-content-body .column.col-lg-3 .col-lg-3,
.mce-content-body .column.col-lg-3 .col-lg-4,
.mce-content-body .column.col-lg-3 .col-lg-6,
.mce-content-body .column.col-lg-3 .col-lg-8,
.mce-content-body .column.col-lg-3 .col-lg-9, .mce-content-body .column.col-lg-4 .col-lg-3,
.mce-content-body .column.col-lg-4 .col-lg-4,
.mce-content-body .column.col-lg-4 .col-lg-6,
.mce-content-body .column.col-lg-4 .col-lg-8,
.mce-content-body .column.col-lg-4 .col-lg-9 {
  flex: 0 0 100%;
  max-width: 100%; }

.mce-content-body .elementsLeft .content-row {
  justify-content: flex-start; }

.mce-content-body .elementsCenter .content-row {
  justify-content: center; }

.mce-content-body .elementsRight .content-row {
  justify-content: flex-end; }

.mce-content-body .v-center .pluginCol {
  display: flex;
  align-items: center; }
  .mce-content-body .v-center .pluginCol .plugin-content {
    width: 100%; }

.mce-content-body .v-bottom .pluginCol {
  display: flex;
  align-items: flex-end; }
  .mce-content-body .v-bottom .pluginCol .plugin-content {
    width: 100%; }

.mce-content-body .article-container.nogap .column {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mce-content-body .article-container.nogap .content-row {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.mce-content-body .article-container.smallgap .column {
  padding-left: 0.5px !important;
  padding-right: 0.5px !important; }

.mce-content-body .article-container.smallgap .content-row {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.mce-content-body .article-container.fullwidth .column {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mce-content-body .article-container.fullwidth .content-row {
  padding-left: 0 !important;
  padding-right: 0 !important; }

footer {
  position: relative;
  padding-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border-top: 1px solid #eee; }
  @media (min-width: 768px) {
    footer {
      padding-top: 15rem; } }
  @media (min-width: 992px) {
    footer {
      padding-top: 18rem; } }
  footer h3 {
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    font-size: 2.6rem;
    margin: 0 0 2.5rem 0;
    text-align: center; }
    @media (min-width: 375px) {
      footer h3 {
        font-size: 3rem; } }
    @media (min-width: 768px) {
      footer h3 {
        margin: 0 0 3rem 0;
        font-size: 6rem; } }
  footer form #form-error-response {
    margin-top: 3rem;
    border: 2px solid indianred;
    display: inline-block;
    padding: 1rem;
    font-size: 1.6rem;
    display: none; }
    footer form #form-error-response.active {
      display: inline-block; }
  footer p {
    font-size: 1.6em;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    text-align: center;
    padding: 0 15px; }
    @media (min-width: 375px) {
      footer p {
        font-size: 1.8em; } }
    @media (min-width: 768px) {
      footer p {
        font-size: 2.4rem;
        padding: 0; } }
    footer p a {
      color: #444; }
      footer p a:hover {
        color: #444;
        text-decoration: underline; }
    footer p strong {
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      font-weight: normal; }
  footer .form-wrapper {
    padding-bottom: 5rem;
    width: 100%; }
    @media (min-width: 768px) {
      footer .form-wrapper {
        padding-bottom: 15rem; } }
    @media (min-width: 992px) {
      footer .form-wrapper {
        padding-bottom: 18rem; } }
  footer .footer-formular {
    width: 100%; }
    footer .footer-formular .inputs {
      width: 80vw;
      margin-top: 3rem;
      margin-left: auto;
      margin-right: auto; }
      footer .footer-formular .inputs .form-error {
        font-size: 11px;
        color: indianred;
        text-transform: uppercase;
        margin-top: 3px;
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
        text-align: left;
        padding: 0; }
      footer .footer-formular .inputs input {
        font-size: 14px; }
      footer .footer-formular .inputs div[data-plz] {
        display: none; }
      @media (min-width: 992px) {
        footer .footer-formular .inputs {
          width: 100%;
          margin-top: 4rem;
          display: flex;
          flex-direction: row;
          justify-content: center; } }
      @media (min-width: 1200px) {
        footer .footer-formular .inputs {
          width: 95%; } }
      footer .footer-formular .inputs #magicword {
        background-repeat: no-repeat;
        background-size: auto 22px;
        background-position: right center; }
      footer .footer-formular .inputs div {
        padding: 0 1rem;
        margin-bottom: 1rem; }
        @media (min-width: 992px) {
          footer .footer-formular .inputs div {
            flex: 1 1 18%;
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          footer .footer-formular .inputs div:last-child {
            flex: 1 1 10%; } }
        footer .footer-formular .inputs div .btn-footer {
          width: 100%;
          font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
          background-color: #444;
          color: #ffffff;
          margin-top: 1rem; }
          @media (min-width: 768px) {
            footer .footer-formular .inputs div .btn-footer {
              margin-top: 0; } }
          footer .footer-formular .inputs div .btn-footer:hover {
            background-color: #00577b; }
  footer .subfooter {
    background-color: #00577b;
    width: 100%; }
    footer .subfooter .footer-mitglied {
      margin-bottom: 4rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .subfooter .footer-mitglied p {
        font-size: 1.6rem;
        color: #ffffff; }
      footer .subfooter .footer-mitglied a {
        display: block;
        padding: 0 1.5rem; }
        footer .subfooter .footer-mitglied a img {
          width: 12rem;
          height: auto; }
    footer .subfooter .subfooter-flex {
      padding: 5rem 0; }
      @media (min-width: 992px) {
        footer .subfooter .subfooter-flex {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          /* height: 100vh; */
          padding: 0; } }
    footer .subfooter .social-icons {
      text-align: center;
      margin-bottom: 4rem; }
      @media (min-width: 992px) {
        footer .subfooter .social-icons {
          margin-top: 6rem; } }
      footer .subfooter .social-icons a {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        opacity: 0.8; }
        footer .subfooter .social-icons a:hover {
          opacity: 1; }
        footer .subfooter .social-icons a img {
          width: 5rem;
          height: 5rem; }
    footer .subfooter .google-maps {
      width: 90%;
      height: 30rem;
      border: 5px solid #ffffff;
      box-shadow: 0 2px 15px rgba(29, 29, 27, 0.4);
      margin: 0 auto 4rem auto; }
      @media (min-width: 768px) {
        footer .subfooter .google-maps {
          width: 68rem;
          height: 38rem; } }
      @media (min-width: 992px) {
        footer .subfooter .google-maps {
          width: 68rem;
          height: 38rem; } }
      footer .subfooter .google-maps iframe {
        width: 100%;
        height: 100%; }
    footer .subfooter .footer-adresse {
      padding: 0 15px;
      margin-bottom: 4rem; }
      @media (min-width: 992px) {
        footer .subfooter .footer-adresse {
          padding: 0;
          display: flex;
          justify-content: center; } }
      footer .subfooter .footer-adresse .footer-adresse-col {
        text-align: center;
        padding-bottom: 3rem; }
        @media (min-width: 992px) {
          footer .subfooter .footer-adresse .footer-adresse-col {
            padding-left: 40px;
            padding-right: 40px;
            padding-bottom: 0; } }
      footer .subfooter .footer-adresse img {
        width: auto;
        height: 4.7rem;
        margin-top: -4px; }
      footer .subfooter .footer-adresse p {
        font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 1.375;
        margin: 0; }
      footer .subfooter .footer-adresse a {
        color: #ffffff; }
    footer .subfooter .footer-logos {
      margin-bottom: 4rem;
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        footer .subfooter .footer-logos br {
          display: none; } }
      footer .subfooter .footer-logos img {
        height: 30px;
        width: auto;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 2.5rem; }
    footer .subfooter .footer-meta {
      text-align: center;
      margin-bottom: 4rem; }
      footer .subfooter .footer-meta ul, footer .subfooter .footer-meta .mce-content-body ol, .mce-content-body footer .subfooter .footer-meta ol,
      footer .subfooter .footer-meta li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        footer .subfooter .footer-meta ul a, footer .subfooter .footer-meta .mce-content-body ol a, .mce-content-body footer .subfooter .footer-meta ol a,
        footer .subfooter .footer-meta li a {
          font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
          color: #ffffff;
          font-size: 1.6rem;
          line-height: 1.375;
          color: #ffffff; }
      @media (min-width: 992px) {
        footer .subfooter .footer-meta li {
          display: inline-block;
          margin-left: 1.5rem;
          margin-right: 1.5rem; } }

.mce-content-body .prKurztext {
  padding: 1em 0 1em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }

.mce-content-body .prBild {
  margin: 0; }

.mce-content-body .prBild img {
  width: 100%;
  height: auto;
  display: block; }

.mce-content-body .prBildunterschrift {
  font-style: italic;
  padding: 0.6em;
  background-color: #f2f2f2; }

.mce-content-body .prDownload {
  margin-bottom: 0px;
  width: auto !important; }

.mce-content-body .prDownload a {
  display: inline-block; }

/* für Pressemodul analo zu h1 */
.prEinzeil {
  color: #212121;
  font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
  line-height: 1.1;
  font-size: calc(4.8rem / 1.6);
  font-weight: 900;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .prEinzeil {
      font-size: calc(4.8rem / 1.3); } }
  @media screen and (min-width: 1200px) {
    .prEinzeil {
      font-size: calc(4.8rem); } }

.prEinzeilMargin {
  margin-bottom: 1em; }

/* für Pressemodul analo zu p */
.prTextoptional {
  font-size: 1.6em;
  margin: 0 0 1.5em 0;
  color: #454545; }

.mce-content-body .search-results {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .mce-content-body .search-results li {
    list-style-type: none;
    margin: 0 0 2.5rem 0;
    padding: 0;
    line-height: 1.5; }
  .mce-content-body .search-results h3 {
    margin: 0; }
  .mce-content-body .search-results small b {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 2px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px; }

.mce-content-body .search-pagination {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .mce-content-body .search-pagination li {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0; }
    .mce-content-body .search-pagination li a {
      font-family: Arial;
      font-size: 14px;
      font-weight: bold;
      line-height: 1;
      text-decoration: none;
      display: block;
      padding: 4px 6px;
      background-color: #fff;
      border: 1px solid #333;
      color: #333; }
    .mce-content-body .search-pagination li.active a {
      background-color: #333;
      border: 1px solid #333;
      color: #fff; }

.detailseite {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .detailseite h4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
    @media screen and (min-width: 992px) {
      .detailseite h4 {
        margin-top: 5rem; } }
  .detailseite__navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
    .detailseite__navigation a {
      color: rgba(34, 34, 34, 0.8);
      font-size: 1.5rem;
      text-decoration: none; }
      .detailseite__navigation a:hover {
        color: rgba(34, 34, 34, 0.6); }
  .detailseite__introbild {
    min-height: 30rem;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 768px) {
      .detailseite__introbild {
        min-height: 45rem; } }
  .detailseite__heading {
    margin-top: 3rem;
    position: relative; }
    .detailseite__heading h1 {
      color: #00577b;
      font-size: 2rem; }
      @media screen and (min-width: 768px) {
        .detailseite__heading h1 {
          font-size: 3rem; } }
    .detailseite__heading--kcn {
      display: flex;
      align-items: flex-start; }
      .detailseite__heading--kcn img {
        margin-right: 2rem; }
    .detailseite__heading--socials {
      display: flex;
      margin: 1.5rem 0; }
      @media screen and (min-width: 768px) {
        .detailseite__heading--socials {
          position: absolute;
          right: 1.5rem;
          top: 0; } }
      .detailseite__heading--socials a:not(:first-child) {
        margin-left: 0.5rem; }
      .detailseite__heading--socials img {
        width: 2.5rem; }
  .detailseite__trenner {
    margin: 1.5rem 0 !important;
    height: 0 !important; }
    @media screen and (min-width: 992px) {
      .detailseite__trenner {
        margin: 2.5rem 0 !important;
        height: 0 !important; } }
  .detailseite__auflistung {
    display: flex;
    flex-flow: row wrap;
    list-style: none !important;
    margin-bottom: 0 !important; }
    .detailseite__auflistung li {
      margin-left: 0 !important;
      margin-right: 1.5rem !important; }
      .detailseite__auflistung li::before {
        content: '»';
        display: inline-block;
        margin-right: 0.5rem; }
  .detailseite__sitzordnung {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
    display: flex; }
    .detailseite__sitzordnung li {
      margin: 0 !important; }
      .detailseite__sitzordnung li:not(:first-child) {
        margin-left: 2.5rem !important; }
        @media screen and (min-width: 992px) {
          .detailseite__sitzordnung li:not(:first-child) {
            margin-left: 4rem !important; } }
      .detailseite__sitzordnung li img {
        width: 4rem; }
        @media screen and (min-width: 992px) {
          .detailseite__sitzordnung li img {
            width: 5rem; } }
    .detailseite__sitzordnung p {
      margin-top: 1rem;
      font-size: 1.6rem;
      text-align: center;
      margin-bottom: 0; }
  .detailseite__anbieterinformationen {
    margin-top: 2rem; }
    @media screen and (min-width: 992px) {
      .detailseite__anbieterinformationen {
        padding-left: 6rem;
        margin-top: 0; } }
    .detailseite__anbieterinformationen h4 {
      margin-top: 0; }
    .detailseite__anbieterinformationen img {
      max-width: 250px;
      margin-bottom: 1.5rem; }
    .detailseite__anbieterinformationen a:first-child {
      color: #00577b; }
      .detailseite__anbieterinformationen a:first-child:hover {
        color: rgba(0, 87, 123, 0.8); }
    .detailseite__anbieterinformationen--buttonAnbieter {
      margin-top: 2rem;
      display: block;
      background-color: #00577b;
      color: white !important;
      text-align: center;
      padding: 1rem;
      font-size: 1.6rem;
      text-decoration: none !important; }
      .detailseite__anbieterinformationen--buttonAnbieter:hover {
        color: rgba(255, 255, 255, 0.8); }
    .detailseite__anbieterinformationen--buttons {
      margin-top: 1rem;
      display: flex;
      justify-content: space-between; }
      .detailseite__anbieterinformationen--buttons a {
        display: flex;
        align-items: center;
        border: 1px solid #00577b;
        flex: 0 1 50%;
        padding: 0.8rem;
        color: #00577b;
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1.4rem;
        cursor: pointer; }
        .detailseite__anbieterinformationen--buttons a img {
          width: 2rem;
          margin-left: auto;
          margin-bottom: 0; }
        .detailseite__anbieterinformationen--buttons a:hover {
          color: rgba(0, 87, 123, 0.8); }
        .detailseite__anbieterinformationen--buttons a:first-child {
          margin-right: 1rem; }
  .detailseite .coredownload--name {
    border: none !important;
    padding: 0 0 1.3rem 4rem !important;
    background-position: 0.2rem 0.3rem !important; }

.onpageNav__favoritenliste {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: right; }
  .onpageNav__favoritenliste a {
    color: rgba(34, 34, 34, 0.8);
    font-size: 1.5rem;
    text-decoration: none; }
    .onpageNav__favoritenliste a:hover {
      color: rgba(34, 34, 34, 0.6); }

.onpageNav .navMenu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem; }
  @media screen and (min-width: 650px) {
    .onpageNav .navMenu {
      flex-flow: row;
      justify-content: center; } }
  .onpageNav .navMenu__item {
    border: 1px solid #ddd;
    padding: .5rem 3rem;
    color: #ddd;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all .2s ease;
    margin: 0;
    text-decoration: none; }
    .onpageNav .navMenu__item li {
      margin: 0; }
    @media screen and (min-width: 850px) {
      .onpageNav .navMenu__item {
        font-size: 1.8rem; } }
    .onpageNav .navMenu__item:not(:last-child) {
      margin-bottom: 1rem; }
      @media screen and (min-width: 650px) {
        .onpageNav .navMenu__item:not(:last-child) {
          margin-bottom: 0;
          margin-right: 1rem; } }
      @media screen and (min-width: 850px) {
        .onpageNav .navMenu__item:not(:last-child) {
          margin-bottom: 0;
          margin-right: 2rem; } }
    .onpageNav .navMenu__item--active {
      border-color: #1d1d1b;
      color: #1d1d1b; }
    .onpageNav .navMenu__item a {
      text-decoration: none;
      color: inherit; }
    .onpageNav .navMenu__item:hover {
      border-color: #1d1d1b;
      color: #1d1d1b; }

/* Range Input */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 9.3px 0; }

input[type="range"]:focus {
  outline: none; }

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #ddd; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #888;
  height: 20px;
  width: 8px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  background-color: transparent;
  border-left: none;
  border-top: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaCAYAAACO5M0mAAAABHNCSVQICAgIfAhkiAAAABxJREFUOI1jfMwm/J+BCMBEjKJRhaMKRxUOT4UAqvACL/MEDG4AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -7px; }

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #ddd; }

input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #888;
  height: 20px;
  width: 8px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  background-color: transparent;
  border-left: none;
  border-top: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaCAYAAACO5M0mAAAABHNCSVQICAgIfAhkiAAAABxJREFUOI1jfMwm/J+BCMBEjKJRhaMKRxUOT4UAqvACL/MEDG4AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -7px; }

input[type="range"]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #ddd; }

input[type="range"]::-ms-fill-lower {
  width: 100%;
  cursor: pointer;
  background: #444; }

input[type="range"]::-ms-fill-upper {
  width: 100%;
  cursor: pointer;
  background: #999; }

input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #888;
  height: 20px;
  width: 8px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  background-color: transparent;
  border-left: none;
  border-top: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaCAYAAACO5M0mAAAABHNCSVQICAgIfAhkiAAAABxJREFUOI1jfMwm/J+BCMBEjKJRhaMKRxUOT4UAqvACL/MEDG4AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -7px; }

input[type="range"]::-ms-tooltip {
  display: none; }

/*./ Range Input*/
.planungsFilter {
  margin-top: 1rem; }
  .planungsFilter label {
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif !important; }
  .planungsFilter .col-sm-6 {
    margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .planungsFilter .col-md-4 {
      margin-top: -7px; } }
  .planungsFilter .form-group {
    width: 100%;
    margin: 0 auto; }
  .planungsFilter__nummer {
    display: flex;
    flex-flow: column wrap; }
    @media screen and (min-width: 425px) {
      .planungsFilter__nummer {
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center; } }
    .planungsFilter__nummer select {
      font-size: 1.4rem;
      padding: 2px 0;
      height: 100%;
      outline: none; }
      @media screen and (min-width: 500px) {
        .planungsFilter__nummer select {
          margin-left: auto;
          margin-right: 1rem; } }
    .planungsFilter__nummer span {
      margin-left: auto; }
    .planungsFilter__nummer input[type="number"] {
      width: 50px;
      padding-left: 0.5rem;
      font-size: 1.4rem;
      margin: 1rem 0;
      -moz-appearance: textfield; }
      @media screen and (min-width: 425px) {
        .planungsFilter__nummer input[type="number"] {
          margin: 0; } }
      .planungsFilter__nummer input[type="number"]:focus, .planungsFilter__nummer input[type="number"]:hover {
        outline: none; }
      .planungsFilter__nummer input[type="number"]::-webkit-outer-spin-button, .planungsFilter__nummer input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none; }
    .planungsFilter__nummer span {
      font-size: 1.5rem; }
  .planungsFilter .multiselect {
    width: 100%;
    position: relative; }
    .planungsFilter .multiselect__selectBox {
      position: relative;
      cursor: pointer; }
      .planungsFilter .multiselect__selectBox select {
        width: 100%;
        height: 3rem;
        font-size: 1.4rem;
        padding-left: 1rem; }
      .planungsFilter .multiselect__selectBox--overSelect {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
  .planungsFilter .checkboxes {
    border: 1px #dadada solid;
    padding-top: 0.5rem;
    position: absolute;
    width: 100%;
    z-index: 5;
    background-color: #fff; }
    .planungsFilter .checkboxes label {
      display: flex;
      align-items: center;
      font-weight: 100;
      font-size: 1.5rem;
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif !important;
      cursor: pointer; }
      .planungsFilter .checkboxes label:hover {
        background-color: #1e90ff; }
      .planungsFilter .checkboxes label input {
        margin-right: 0.5rem;
        margin-left: 0.3rem;
        margin-top: 0; }

.textsearch {
  padding-top: 15px;
  padding-bottom: 15px; }
  .textsearch__treffer h4 {
    padding-bottom: 10px; }
    @media screen and (min-width: 992px) {
      .textsearch__treffer h4 {
        padding-bottom: 0;
        padding-top: 5px; } }
  .textsearch__input {
    position: relative; }
    .textsearch__input img {
      transform: rotate(90deg);
      width: 2.2rem;
      position: absolute;
      top: 6px;
      right: 20px; }

.ergebnisse {
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  transition: all .1s; }
  .ergebnisse .col-md-8 {
    margin-top: 2rem; }
  .ergebnisse:hover {
    background-color: rgba(221, 221, 221, 0.2); }
  .ergebnisse__kcn {
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 992px) {
      .ergebnisse__kcn {
        margin-top: 0;
        margin-bottom: 0; } }
    .ergebnisse__kcn img {
      width: 47px;
      height: 47px; }
  .ergebnisse-icon {
    padding-right: 1.5rem; }
  .ergebnisse__buttons {
    z-index: 5;
    display: flex;
    align-items: center;
    margin-bottom: 3rem; }
    @media screen and (min-width: 992px) {
      .ergebnisse__buttons {
        justify-content: flex-end; } }
    .ergebnisse__buttons img {
      cursor: pointer;
      width: 3rem; }
      .ergebnisse__buttons img:not(:first-child) {
        margin-left: 2rem; }
    @media screen and (min-width: 992px) {
      .ergebnisse__buttons--service {
        position: absolute;
        top: 0;
        right: 0; } }
  .ergebnisse h2 {
    font-size: 2rem;
    margin-top: 0;
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    color: #1d1d1b;
    max-width: 85%; }
    @media screen and (min-width: 992px) {
      .ergebnisse h2 {
        font-size: 2.5rem; } }
    .ergebnisse h2 span {
      font-size: 1.2rem;
      display: block;
      line-height: 1.5;
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
      padding-left: 1px; }
    .ergebnisse h2 a {
      display: block;
      color: #1d1d1b;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      text-decoration: none;
      font-size: 2rem;
      transition: color .1s; }
      @media screen and (min-width: 992px) {
        .ergebnisse h2 a {
          font-size: 2.5rem; } }
      .ergebnisse h2 a:hover {
        color: rgba(29, 29, 27, 0.6); }
  .ergebnisse__rahmentext {
    padding: 0; }
  .ergebnisse p {
    font-size: 1.5rem; }
    .ergebnisse p a {
      color: #1d1d1b;
      text-decoration: none;
      transition: color .1s; }
      .ergebnisse p a:hover {
        color: rgba(29, 29, 27, 0.6); }
  .ergebnisse a {
    font-size: 1.5rem;
    color: #1d1d1b;
    text-decoration: none;
    transition: color .1s; }
    .ergebnisse a:hover {
      color: rgba(29, 29, 27, 0.6); }
  .ergebnisse ul, .ergebnisse .mce-content-body ol, .mce-content-body .ergebnisse ol {
    list-style: none;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .ergebnisse ul, .ergebnisse .mce-content-body ol, .mce-content-body .ergebnisse ol {
        text-align: right;
        margin-left: 2rem; } }
    .ergebnisse ul li, .ergebnisse .mce-content-body ol li, .mce-content-body .ergebnisse ol li {
      font-size: 1.4rem;
      margin-bottom: .5rem;
      margin-left: 0;
      color: #00577b; }
      .ergebnisse ul li.sitzordnung, .ergebnisse .mce-content-body ol li.sitzordnung, .mce-content-body .ergebnisse ol li.sitzordnung {
        display: flex;
        margin-top: 3rem; }
        @media screen and (min-width: 992px) {
          .ergebnisse ul li.sitzordnung, .ergebnisse .mce-content-body ol li.sitzordnung, .mce-content-body .ergebnisse ol li.sitzordnung {
            justify-content: flex-end; } }
        .ergebnisse ul li.sitzordnung div, .ergebnisse .mce-content-body ol li.sitzordnung div, .mce-content-body .ergebnisse ol li.sitzordnung div {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-flow: column wrap; }
          .ergebnisse ul li.sitzordnung div:not(:first-child), .ergebnisse .mce-content-body ol li.sitzordnung div:not(:first-child), .mce-content-body .ergebnisse ol li.sitzordnung div:not(:first-child) {
            margin-left: 15px; }
            @media screen and (min-width: 768px) {
              .ergebnisse ul li.sitzordnung div:not(:first-child), .ergebnisse .mce-content-body ol li.sitzordnung div:not(:first-child), .mce-content-body .ergebnisse ol li.sitzordnung div:not(:first-child) {
                margin-left: 2.5rem; } }
            @media screen and (min-width: 992px) {
              .ergebnisse ul li.sitzordnung div:not(:first-child), .ergebnisse .mce-content-body ol li.sitzordnung div:not(:first-child), .mce-content-body .ergebnisse ol li.sitzordnung div:not(:first-child) {
                margin-left: 2.5rem; } }
          .ergebnisse ul li.sitzordnung div img, .ergebnisse .mce-content-body ol li.sitzordnung div img, .mce-content-body .ergebnisse ol li.sitzordnung div img {
            width: 2.5rem; }
            @media screen and (min-width: 768px) {
              .ergebnisse ul li.sitzordnung div img, .ergebnisse .mce-content-body ol li.sitzordnung div img, .mce-content-body .ergebnisse ol li.sitzordnung div img {
                width: 3rem; } }
            @media screen and (min-width: 992px) {
              .ergebnisse ul li.sitzordnung div img, .ergebnisse .mce-content-body ol li.sitzordnung div img, .mce-content-body .ergebnisse ol li.sitzordnung div img {
                width: 3.5rem; } }
          .ergebnisse ul li.sitzordnung div p, .ergebnisse .mce-content-body ol li.sitzordnung div p, .mce-content-body .ergebnisse ol li.sitzordnung div p {
            font-size: 1.3rem;
            margin-top: 5px; }

.keine-ergebnisse {
  margin-top: 5rem;
  padding-bottom: 3rem;
  padding-top: 3rem; }

.partnerFilter {
  margin-top: 2rem; }
  .partnerFilter .col-xs-12,
  .partnerFilter .col-12 {
    padding-left: 15px;
    padding-right: 15px; }
  .partnerFilter label, .partnerFilter input {
    cursor: pointer; }
  .partnerFilter__row {
    display: flex;
    flex-flow: column wrap; }
    @media screen and (min-width: 575px) {
      .partnerFilter__row {
        flex-flow: row wrap; } }
    @media screen and (min-width: 1200px) {
      .partnerFilter__row {
        justify-content: center; } }
  .partnerFilter__filterParent {
    display: flex;
    align-items: center;
    margin: .5rem 0; }
    .partnerFilter__filterParent input, .partnerFilter__filterParent label {
      margin: 0; }
    .partnerFilter__filterParent label {
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif !important; }
    @media screen and (min-width: 575px) {
      .partnerFilter__filterParent {
        margin: 0;
        margin-right: 3rem;
        margin-top: 10px; } }
  .partnerFilter input[type="checkbox"] {
    transform: scale(1.5);
    transform-origin: left center;
    margin-left: 3px;
    margin-right: 0.8rem; }

.favoritenListe {
  padding-top: 3rem;
  padding-bottom: 5rem; }
  @media screen and (min-width: 992px) {
    .favoritenListe {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  .favoritenListe__intro .col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 992px) {
      .favoritenListe__intro .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px; } }
  .favoritenListe .col-md-8 {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 992px) {
      .favoritenListe .col-md-8 {
        padding-right: 15px;
        padding-left: 15px; } }
  .favoritenListe hr {
    width: 5rem;
    border-top: 3px solid #00577b !important; }
  .favoritenListe__heading {
    font-size: 1.7rem;
    color: #1d1d1b;
    display: block;
    margin-bottom: 2rem;
    background-color: #f0f0f0;
    padding: 1.5rem; }
    .favoritenListe__heading--2 {
      margin-top: 5rem; }
  .favoritenListe__item {
    display: flex;
    background-color: #f0f0f0;
    flex-flow: row wrap;
    margin-bottom: 2rem; }
    .favoritenListe__item--left {
      padding: 0; }
    .favoritenListe__item--right {
      position: relative;
      padding: 4rem 2rem 1rem 2rem;
      background-color: #f0f0f0; }
      @media screen and (min-width: 992px) {
        .favoritenListe__item--right {
          padding: 3rem 2.5rem; } }
      .favoritenListe__item--right h3 {
        margin-bottom: 1.5rem;
        font-size: 2.2rem; }
        .favoritenListe__item--right h3 a {
          text-decoration: none;
          color: #00577b; }
      .favoritenListe__item--right p {
        font-size: 1.7rem; }
        .favoritenListe__item--right p.info {
          font-size: 1.5rem;
          color: #8c8c8c;
          margin: 0; }
      .favoritenListe__item--right-delete {
        position: absolute;
        top: 10px;
        right: 10px; }
        .favoritenListe__item--right-delete img {
          width: 3rem; }
      .favoritenListe__item--right-download {
        position: absolute;
        top: 8px;
        right: 35px; }
        .favoritenListe__item--right-download img {
          width: 3rem; }
    .favoritenListe__item--bild {
      background-size: cover;
      background-position: center center;
      height: 25rem; }
      @media screen and (min-width: 992px) {
        .favoritenListe__item--bild {
          height: 100%; } }
  .favoritenListe h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .favoritenListe .col-md-4 {
    order: -1;
    padding: 0; }
  .favoritenListe__right {
    background-color: #f0f0f0;
    padding: 2.5rem;
    margin-bottom: 2rem; }
    .favoritenListe__right p {
      margin: 0;
      font-size: 1.7rem; }
    .favoritenListe__right ul, .favoritenListe__right .mce-content-body ol, .mce-content-body .favoritenListe__right ol {
      list-style: none;
      margin: 0; }
      .favoritenListe__right ul li, .favoritenListe__right .mce-content-body ol li, .mce-content-body .favoritenListe__right ol li {
        margin: 0; }
        .favoritenListe__right ul li a, .favoritenListe__right .mce-content-body ol li a, .mce-content-body .favoritenListe__right ol li a {
          color: #00577b; }
        .favoritenListe__right ul li span, .favoritenListe__right .mce-content-body ol li span, .mce-content-body .favoritenListe__right ol li span {
          display: inline-block;
          font-size: 1.5rem;
          background-color: #8c8c8c;
          color: #ffffff;
          border-radius: 50%;
          padding: 2px 7px; }
    .favoritenListe__right--buttons {
      display: flex;
      flex-flow: column wrap;
      margin-top: 1.5rem; }
      .favoritenListe__right--buttons a {
        display: inline-block;
        background-color: #00577b;
        color: #ffffff;
        font-size: 1.5rem;
        text-decoration: none;
        padding: .5rem 1rem;
        text-align: center; }
        @media screen and (min-width: 992px) {
          .favoritenListe__right--buttons a {
            font-size: 2rem; } }
        .favoritenListe__right--buttons a:hover {
          color: rgba(255, 255, 255, 0.8); }
        .favoritenListe__right--buttons a:not(first-child) {
          margin-top: 1.5rem; }
    .favoritenListe__right--alleListen {
      margin-top: 2rem; }
      @media screen and (min-width: 992px) {
        .favoritenListe__right--alleListen {
          margin-top: 5rem; } }

.mce-content-body .coregallery {
  position: relative; }

.mce-content-body .galeria-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .mce-content-body .galeria-item:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .mce-content-body .galeria-item .boxcontent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat; }
    .mce-content-body .galeria-item .boxcontent img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: 100%; }

.mce-content-body .galeria__slideshow {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .mce-content-body .galeria__slideshow--list {
    list-style: none;
    margin: 0; }
    .mce-content-body .galeria__slideshow--list li {
      margin: 0; }
  .mce-content-body .galeria__slideshow--item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px; }
    @media screen and (min-width: 576px) {
      .mce-content-body .galeria__slideshow--item {
        width: 175px;
        height: 175px; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .galeria__slideshow--item {
        width: 190px;
        height: 190px; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .galeria__slideshow--item {
        width: 185px;
        height: 185px; } }
  .mce-content-body .galeria__slideshow--next, .mce-content-body .galeria__slideshow--prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 4rem !important;
    padding: 0.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    display: flex; }
  .mce-content-body .galeria__slideshow--next {
    right: 10px; }
  .mce-content-body .galeria__slideshow--prev {
    left: 10px; }

.mce-content-body .halfslider {
  position: relative;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .mce-content-body .halfslider {
      padding: 0; } }
  .mce-content-body .halfslider__controls {
    position: absolute;
    bottom: 1.5rem;
    right: 15px; }
    .mce-content-body .halfslider__controls button {
      border: none;
      background-color: transparent;
      outline: none; }
      .mce-content-body .halfslider__controls button img {
        width: 3rem; }
        @media screen and (min-width: 992px) {
          .mce-content-body .halfslider__controls button img {
            width: 4rem; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .halfslider__slide {
      display: flex; } }
  .mce-content-body .halfslider__slide--image {
    position: relative;
    aspect-ratio: 1/1; }
    @media screen and (min-width: 992px) {
      .mce-content-body .halfslider__slide--image {
        max-width: 50%;
        flex: 0 0 50%; } }
    @media screen and (min-width: 1400px) {
      .mce-content-body .halfslider__slide--image {
        height: 570px; } }
    .mce-content-body .halfslider__slide--image img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .mce-content-body .halfslider__slide--text {
    padding: 15px;
    background-color: #8eb54a;
    color: #ffffff;
    flex: 1; }
    @media screen and (min-width: 576px) {
      .mce-content-body .halfslider__slide--text {
        padding: 2.5rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .halfslider__slide--text {
        display: flex;
        justify-content: center;
        flex-flow: column wrap; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .halfslider__slide--text {
        padding: 5rem; } }
    .mce-content-body .halfslider__slide--text p {
      font-size: 1.8rem; }
      @media screen and (min-width: 1200px) {
        .mce-content-body .halfslider__slide--text p {
          max-width: 570px; } }
      .mce-content-body .halfslider__slide--text p:last-child {
        margin-bottom: 0; }
    .mce-content-body .halfslider__slide--text p.caption-name {
      font-size: 1.4rem;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }

.mce-content-body .bigslider {
  position: relative; }
  .mce-content-body .bigslider.format .bigslider__slide--image {
    position: relative; }
    .mce-content-body .bigslider.format .bigslider__slide--image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
  .mce-content-body .bigslider .textoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)); }
  .mce-content-body .bigslider .bigslider__slide--image.format-16\/9 {
    aspect-ratio: 16/9; }
  .mce-content-body .bigslider .bigslider__slide--image.format-3\/2 {
    aspect-ratio: 3/2; }
  .mce-content-body .bigslider .bigslider__slide--image.format-4\/3 {
    aspect-ratio: 4/3; }
  .mce-content-body .bigslider__slide {
    position: relative; }
    .mce-content-body .bigslider__slide .fotograf {
      z-index: 2; }
    .mce-content-body .bigslider__slide--text {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      text-align: center;
      color: #fff;
      background-color: rgba(28, 28, 28, 0.5);
      width: 100%;
      padding: 1rem 0; }
      @media screen and (min-width: 768px) {
        .mce-content-body .bigslider__slide--text {
          bottom: 5rem;
          background-color: transparent; } }
      .mce-content-body .bigslider__slide--text h3 {
        color: #fff;
        margin-bottom: 0; }
      .mce-content-body .bigslider__slide--text p {
        font-size: calc(2rem / 1.2);
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .mce-content-body .bigslider__slide--text p {
            font-size: calc(2rem / 1.1); } }
        @media screen and (min-width: 1200px) {
          .mce-content-body .bigslider__slide--text p {
            font-size: calc(2rem); } }
  .mce-content-body .bigslider__indicators {
    display: none; }
    @media screen and (min-width: 768px) {
      .mce-content-body .bigslider__indicators {
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        list-style: none;
        margin: 0;
        z-index: 10; } }
    .mce-content-body .bigslider__indicators li {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px solid #fff;
      border-radius: 50%;
      margin-left: 0;
      margin-top: 0;
      cursor: pointer;
      transition: background-color 0.5s ease-out; }
      @media screen and (min-width: 992px) {
        .mce-content-body .bigslider__indicators li {
          width: 1.5rem;
          height: 1.5rem; } }
      .mce-content-body .bigslider__indicators li:not(:first-child) {
        margin-left: 8px; }
      .mce-content-body .bigslider__indicators li.active {
        background-color: #fff; }
  .mce-content-body .bigslider__controls button {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: none;
    transition: opacity 0.2s; }
    .mce-content-body .bigslider__controls button:focus-visible {
      outline: 1px solid #fff;
      outline-offset: 2px; }
    .mce-content-body .bigslider__controls button.disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .mce-content-body .bigslider__controls img {
    width: 3rem;
    border-radius: 4px; }
    @media screen and (min-width: 992px) {
      .mce-content-body .bigslider__controls img {
        width: 4rem; } }
  .mce-content-body .bigslider__controls--left {
    left: 1rem; }
  .mce-content-body .bigslider__controls--right {
    right: 1rem; }
  .mce-content-body .bigslider.bigslider-slide {
    padding-bottom: 0; }

.mce-content-body .masonry {
  max-width: 100%;
  overflow: hidden; }
  .mce-content-body .masonry::after {
    content: '';
    display: block;
    clear: both; }
  .mce-content-body .masonry figure {
    margin: 0; }
  .mce-content-body .masonry__griditem {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 1px; }
    @media screen and (min-width: 768px) {
      .mce-content-body .masonry__griditem {
        width: calc(100% / 3); } }
    .mce-content-body .masonry__griditem img {
      display: block;
      max-width: calc(100% - 1px); }
    .mce-content-body .masonry__griditem figcaption {
      display: block;
      font-size: 1.2rem;
      line-height: 1;
      position: absolute;
      bottom: 0;
      right: 1px;
      color: white;
      background-color: rgba(28, 28, 28, 0.7);
      padding: 0.5rem 1rem;
      margin: 0; }
  .mce-content-body .masonry__gridsizer {
    width: 50%; }
    @media screen and (min-width: 768px) {
      .mce-content-body .masonry__gridsizer {
        width: calc(100% / 3); } }
  .mce-content-body .masonry.grid-columns-3 .masonry__griditem,
  .mce-content-body .masonry.grid-columns-3 .masonry__gridsizer {
    width: calc(100% / 2); }
    @media screen and (min-width: 768px) {
      .mce-content-body .masonry.grid-columns-3 .masonry__griditem,
      .mce-content-body .masonry.grid-columns-3 .masonry__gridsizer {
        width: calc(100% / 3); } }
  .mce-content-body .masonry.grid-columns-4 .masonry__griditem,
  .mce-content-body .masonry.grid-columns-4 .masonry__gridsizer {
    width: calc(100% / 3); }
    @media screen and (min-width: 768px) {
      .mce-content-body .masonry.grid-columns-4 .masonry__griditem,
      .mce-content-body .masonry.grid-columns-4 .masonry__gridsizer {
        width: calc(100% / 4); } }
  .mce-content-body .masonry.grid-columns-5 .masonry__griditem,
  .mce-content-body .masonry.grid-columns-5 .masonry__gridsizer {
    width: calc(100% / 3); }
    @media screen and (min-width: 768px) {
      .mce-content-body .masonry.grid-columns-5 .masonry__griditem,
      .mce-content-body .masonry.grid-columns-5 .masonry__gridsizer {
        width: calc(100% / 5); } }

.bild-breit .galeria__slideshow--item {
  width: 15rem;
  height: 10rem; }

.mce-content-body .coreimage {
  padding: 0 !important;
  margin-bottom: 3rem;
  position: relative; }
  .mce-content-body .coreimage figcaption {
    display: block;
    color: white;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
    .mce-content-body .coreimage figcaption h1, .mce-content-body .coreimage figcaption h2 {
      font-size: 3rem;
      color: white;
      margin: 0;
      padding: 3rem 1.5rem 1.5rem 1.5rem; }
      @media (min-width: 576px) {
        .mce-content-body .coreimage figcaption h1, .mce-content-body .coreimage figcaption h2 {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        .mce-content-body .coreimage figcaption h1, .mce-content-body .coreimage figcaption h2 {
          font-size: 3.6rem; } }
      @media (min-width: 992px) {
        .mce-content-body .coreimage figcaption h1, .mce-content-body .coreimage figcaption h2 {
          font-size: 5rem; } }
      @media (min-width: 1200px) {
        .mce-content-body .coreimage figcaption h1, .mce-content-body .coreimage figcaption h2 {
          font-size: 6rem; } }
    @media (min-width: 576px) {
      .mce-content-body .coreimage figcaption .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mce-content-body .coreimage figcaption .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mce-content-body .coreimage figcaption .container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mce-content-body .coreimage figcaption .container {
        max-width: 1140px; } }
  .mce-content-body .coreimage--photograper {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: Arial !important;
    font-size: 10px !important;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 4px; }

.mce-content-body .image-figcaption {
  margin-top: -2rem; }
  .mce-content-body .image-figcaption p {
    font-size: 0.8em; }

.mce-content-body .blog {
  max-width: 100vw;
  overflow-x: hidden; }
  .mce-content-body .blog .container {
    width: revert;
    padding-right: 0;
    padding-left: 0;
    position: relative; }
    @media (min-width: 768px) {
      .mce-content-body .blog .container {
        width: 720px !important; } }
    @media (min-width: 992px) {
      .mce-content-body .blog .container {
        width: 940px !important;
        height: 100%; } }
    @media (min-width: 1200px) {
      .mce-content-body .blog .container {
        width: 1140px !important; } }
  @media (min-width: 768px) {
    .mce-content-body .blog-header {
      margin-left: 0;
      margin-right: 0; } }
  .mce-content-body .blog-hero {
    height: 56vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .mce-content-body .blog-hero {
        height: 40vw; } }
    @media (min-width: 992px) {
      .mce-content-body .blog-hero {
        height: 56rem; } }
    @media (min-width: 1200px) {
      .mce-content-body .blog-hero {
        height: 60rem; } }
    @media (min-width: 1400px) {
      .mce-content-body .blog-hero {
        height: 60rem; } }
    @media (min-width: 1600px) {
      .mce-content-body .blog-hero {
        height: 60rem; } }
  .mce-content-body .blog-caption-top {
    padding: 3rem 0;
    color: #444;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 20px 20px 16px 20px; }
    @media (min-width: 992px) {
      .mce-content-body .blog-caption-top {
        padding: 20px 20px 16px 20px;
        position: absolute;
        bottom: 3rem;
        z-index: 2;
        left: 0;
        width: 36rem;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 6px rgba(29, 29, 27, 0.2);
        transition: box-shadow 0.1s ease-in-out; } }
    @media (min-width: 1200px) {
      .mce-content-body .blog-caption-top {
        bottom: 5rem;
        width: 36rem; } }
    .mce-content-body .blog-caption-top:hover {
      color: #444; }
      @media (min-width: 992px) {
        .mce-content-body .blog-caption-top:hover {
          box-shadow: 0 0 8px rgba(29, 29, 27, 0.5); } }
      .mce-content-body .blog-caption-top:hover .link {
        color: #00577b; }
    .mce-content-body .blog-caption-top h2 {
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
    .mce-content-body .blog-caption-top h2,
    .mce-content-body .blog-caption-top p {
      font-size: 1.6rem; }
    .mce-content-body .blog-caption-top p {
      margin-bottom: 1rem !important; }
    .mce-content-body .blog-caption-top .date {
      margin-bottom: 0 !important; }
    .mce-content-body .blog-caption-top .link {
      margin-bottom: 0 !important;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
  .mce-content-body .blog-cards {
    background-color: #b3bbbd; }
    @media (min-width: 768px) {
      .mce-content-body .blog-cards {
        margin-left: 0;
        margin-right: 0; } }
    .mce-content-body .blog-cards .card-image {
      overflow: hidden; }
      @media (min-width: 768px) {
        .mce-content-body .blog-cards .card-image {
          margin: -20px -20px 0 -20px; } }
    .mce-content-body .blog-cards .blog-caption {
      color: #444;
      text-decoration: none;
      display: block;
      width: auto;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: none;
      margin-bottom: 3rem;
      box-shadow: 0 0 3px rgba(29, 29, 27, 0);
      transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .mce-content-body .blog-cards .blog-caption {
          width: 29.3rem;
          position: relative;
          left: auto;
          bottom: auto;
          margin-left: 15px;
          margin-right: 15px;
          padding-bottom: 5rem; } }
      @media (min-width: 1200px) {
        .mce-content-body .blog-cards .blog-caption {
          width: 35rem; } }
      .mce-content-body .blog-cards .blog-caption img {
        transition: all 1s ease-out; }
      .mce-content-body .blog-cards .blog-caption .link {
        margin-bottom: 0 !important;
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
      @media (min-width: 992px) {
        .mce-content-body .blog-cards .blog-caption:hover {
          box-shadow: 0 0 15px rgba(29, 29, 27, 0.3); } }
      .mce-content-body .blog-cards .blog-caption:hover .link {
        color: #00577b; }
      @media (min-width: 992px) {
        .mce-content-body .blog-cards .blog-caption:hover img {
          transform: scale(1.04); } }
      .mce-content-body .blog-cards .blog-caption h2 {
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
        margin-top: 2rem; }
      .mce-content-body .blog-cards .blog-caption h2,
      .mce-content-body .blog-cards .blog-caption p {
        font-size: 1.6rem; }
      .mce-content-body .blog-cards .blog-caption p {
        margin-bottom: 1rem !important; }
      .mce-content-body .blog-cards .blog-caption .date {
        margin-bottom: 0 !important; }
      @media (min-width: 992px) {
        .mce-content-body .blog-cards .blog-caption .row {
          position: absolute;
          left: 2rem;
          right: 2rem;
          bottom: 2rem; } }
  .mce-content-body .blog-buttons {
    padding: 5rem 0;
    background-color: #b3bbbd;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      .mce-content-body .blog-buttons {
        margin-left: 0;
        margin-right: 0; } }
    .mce-content-body .blog-buttons button {
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      font-size: 2.4rem;
      color: #ffffff;
      font-weight: normal;
      background: none;
      border: 1px solid #ffffff;
      padding: 0.5rem 1.5rem 0.6rem 1.5rem;
      line-height: 1;
      border-radius: 5px;
      margin: 0 0.7rem 1.5rem 0.7rem;
      opacity: 0.3; }
      .mce-content-body .blog-buttons button:hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.05); }
      .mce-content-body .blog-buttons button:active {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.1); }
      .mce-content-body .blog-buttons button.selected {
        opacity: 1; }
  @media (min-width: 992px) {
    .mce-content-body .blog .caption-container {
      display: flex;
      flex-wrap: wrap;
      width: 971px !important; } }
  @media (min-width: 1200px) {
    .mce-content-body .blog .caption-container {
      width: 1171px !important; } }

.mce-content-body .corebox {
  position: relative; }

.mce-content-body .coredownload {
  position: relative; }
  .mce-content-body .coredownload--name {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-cloud-download\" viewBox=\"0 0 16 16\"><path d=\"M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z\"/><path d=\"M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z\"/></svg>");
    padding: 1.3rem 0 1.3rem 4rem;
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    background-position: 0.2rem 1.7rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd; }
    .mce-content-body .coredownload--name a {
      display: block;
      text-decoration: none; }
      .mce-content-body .coredownload--name a:hover {
        text-decoration: underline; }
  .mce-content-body .coredownload--fileinfo {
    display: block; }
  .mce-content-body .coredownload--filetext {
    padding-left: 4rem; }

.mce-content-body {
  /* @end */ }
  .mce-content-body .rsForm {
    font-size: 1.4rem; }
    .mce-content-body .rsForm .form-group {
      margin-bottom: 2rem !important; }
    .mce-content-body .rsForm .ai {
      position: absolute;
      visibility: hidden;
      opacity: 0; }
    .mce-content-body .rsForm .form-error {
      color: indianred; }
  .mce-content-body .form-control {
    font-size: inherit;
    padding: 0.75rem 1.25rem;
    border: none;
    background-color: #f4f4f4;
    border-radius: 4px; }
  .mce-content-body [data-name='field1337'] {
    display: none; }
  .mce-content-body .row label {
    font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    font-size: 1.4rem; }
    .mce-content-body .row label.radio-checkbox-label {
      display: block; }
  .mce-content-body .row label.checkbox-inline,
  .mce-content-body .row label.radio-inline {
    font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
    margin-right: 10px; }
    .mce-content-body .row label.checkbox-inline input,
    .mce-content-body .row label.radio-inline input {
      margin-right: 5px; }
  .mce-content-body .form-button {
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    font-size: inherit;
    background-color: #00577b;
    color: white;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    transition: box-shadow 0.2s;
    box-shadow: 0 0 12px rgba(28, 28, 28, 0.2);
    font-size: 1.6rem; }
    .mce-content-body .form-button:hover, .mce-content-body .form-button:active, .mce-content-body .form-button:focus, .mce-content-body .form-button:link {
      box-shadow: 0 0 12px rgba(28, 28, 28, 0.5); }
    .mce-content-body .form-button:disabled {
      opacity: 0.3; }
  .mce-content-body .form-response {
    margin: 2rem 0;
    text-align: center;
    border: 2px solid yellowgreen;
    padding: 2rem;
    font-weight: bold;
    display: none; }
    .mce-content-body .form-response.active {
      display: block; }
    .mce-content-body .form-response.error {
      border-color: indianred; }
  .mce-content-body .rsForm .form-error {
    color: indianred;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
  .mce-content-body .rsForm .has-error .form-control {
    font-size: inherit;
    border-color: indianred !important; }

.rsForm .form-error {
  color: indianred; }

.rsForm .form-loading-spinner {
  margin: 4rem 0;
  margin-top: 2rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  display: none; }
  .rsForm .form-loading-spinner.active {
    display: block; }
  .rsForm .form-loading-spinner .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .rsForm .form-loading-spinner .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #212121;
      border-radius: 100%;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .rsForm .form-loading-spinner .sk-circle2 {
    transform: rotate(30deg); }
    .rsForm .form-loading-spinner .sk-circle2:before {
      animation-delay: -1.1s; }
  .rsForm .form-loading-spinner .sk-circle3 {
    transform: rotate(60deg); }
    .rsForm .form-loading-spinner .sk-circle3:before {
      animation-delay: -1s; }
  .rsForm .form-loading-spinner .sk-circle4 {
    transform: rotate(90deg); }
    .rsForm .form-loading-spinner .sk-circle4:before {
      animation-delay: -0.9s; }
  .rsForm .form-loading-spinner .sk-circle5 {
    transform: rotate(120deg); }
    .rsForm .form-loading-spinner .sk-circle5:before {
      animation-delay: -0.8s; }
  .rsForm .form-loading-spinner .sk-circle6 {
    transform: rotate(150deg); }
    .rsForm .form-loading-spinner .sk-circle6:before {
      animation-delay: -0.7s; }
  .rsForm .form-loading-spinner .sk-circle7 {
    transform: rotate(180deg); }
    .rsForm .form-loading-spinner .sk-circle7:before {
      animation-delay: -0.6s; }
  .rsForm .form-loading-spinner .sk-circle8 {
    transform: rotate(210deg); }
    .rsForm .form-loading-spinner .sk-circle8:before {
      animation-delay: -0.5s; }
  .rsForm .form-loading-spinner .sk-circle9 {
    transform: rotate(240deg); }
    .rsForm .form-loading-spinner .sk-circle9:before {
      animation-delay: -0.4s; }
  .rsForm .form-loading-spinner .sk-circle10 {
    transform: rotate(270deg); }
    .rsForm .form-loading-spinner .sk-circle10:before {
      animation-delay: -0.3s; }
  .rsForm .form-loading-spinner .sk-circle11 {
    transform: rotate(300deg); }
    .rsForm .form-loading-spinner .sk-circle11:before {
      animation-delay: -0.2s; }
  .rsForm .form-loading-spinner .sk-circle12 {
    transform: rotate(330deg); }
    .rsForm .form-loading-spinner .sk-circle12:before {
      animation-delay: -0.1s; }

.rsForm .form-response {
  margin: 2rem 0;
  text-align: center;
  border: 2px solid yellowgreen;
  padding: 2rem;
  font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
  font-size: 1.6rem;
  display: none; }
  .rsForm .form-response.active {
    display: block; }
  .rsForm .form-response.error {
    border-color: indianred; }

.rsForm .form-error {
  color: indianred;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }

.rsForm .has-error .form-control {
  font-size: inherit;
  border-color: indianred !important; }

.form-loading-spinner {
  margin: 4rem 0;
  margin-top: 2rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  display: none; }
  .form-loading-spinner.active {
    display: block; }
  .form-loading-spinner .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .form-loading-spinner .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #212121;
      border-radius: 100%;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .form-loading-spinner .sk-circle2 {
    transform: rotate(30deg); }
    .form-loading-spinner .sk-circle2:before {
      animation-delay: -1.1s; }
  .form-loading-spinner .sk-circle3 {
    transform: rotate(60deg); }
    .form-loading-spinner .sk-circle3:before {
      animation-delay: -1s; }
  .form-loading-spinner .sk-circle4 {
    transform: rotate(90deg); }
    .form-loading-spinner .sk-circle4:before {
      animation-delay: -0.9s; }
  .form-loading-spinner .sk-circle5 {
    transform: rotate(120deg); }
    .form-loading-spinner .sk-circle5:before {
      animation-delay: -0.8s; }
  .form-loading-spinner .sk-circle6 {
    transform: rotate(150deg); }
    .form-loading-spinner .sk-circle6:before {
      animation-delay: -0.7s; }
  .form-loading-spinner .sk-circle7 {
    transform: rotate(180deg); }
    .form-loading-spinner .sk-circle7:before {
      animation-delay: -0.6s; }
  .form-loading-spinner .sk-circle8 {
    transform: rotate(210deg); }
    .form-loading-spinner .sk-circle8:before {
      animation-delay: -0.5s; }
  .form-loading-spinner .sk-circle9 {
    transform: rotate(240deg); }
    .form-loading-spinner .sk-circle9:before {
      animation-delay: -0.4s; }
  .form-loading-spinner .sk-circle10 {
    transform: rotate(270deg); }
    .form-loading-spinner .sk-circle10:before {
      animation-delay: -0.3s; }
  .form-loading-spinner .sk-circle11 {
    transform: rotate(300deg); }
    .form-loading-spinner .sk-circle11:before {
      animation-delay: -0.2s; }
  .form-loading-spinner .sk-circle12 {
    transform: rotate(330deg); }
    .form-loading-spinner .sk-circle12:before {
      animation-delay: -0.1s; }

.mce-content-body .htmlembed {
  position: relative; }

.mce-content-body .parallax {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  height: 25rem;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 576px) {
    .mce-content-body .parallax {
      height: 30rem; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .parallax {
      height: 40rem; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .parallax {
      height: 50rem; } }
  @media screen and (min-width: 1400px) {
    .mce-content-body .parallax {
      height: 60rem; } }
  @media screen and (min-width: 1600px) {
    .mce-content-body .parallax {
      height: 70rem; } }

.mce-content-body .coreimageimagetextflow {
  position: relative; }
  @media (min-width: 768px) {
    .mce-content-body .coreimageimagetextflow--caption {
      padding: 0.5em;
      display: block;
      color: white;
      background-color: rgba(28, 28, 28, 0.6);
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px; } }
  .mce-content-body .coreimageimagetextflow--floatleft {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .mce-content-body .coreimageimagetextflow--floatleft {
        float: left;
        margin-right: 30px; } }
  .mce-content-body .coreimageimagetextflow--floatright {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .mce-content-body .coreimageimagetextflow--floatright {
        float: right;
        margin-left: 30px; } }

.mce-content-body .htmlembed {
  position: relative; }

.mce-content-body .coreteaser-grid {
  display: grid;
  position: relative;
  gap: 3rem; }
  @media (min-width: 575px) {
    .mce-content-body .coreteaser-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .mce-content-body .coreteaser-grid {
      grid-template-columns: 1fr 1fr 1fr; } }

.mce-content-body .teaser {
  position: relative; }
  .mce-content-body .teaser a {
    text-decoration: none;
    display: block;
    color: #1c1c1c; }
  .mce-content-body .teaser p {
    font-size: 1.6rem; }
  .mce-content-body .teaser .teaserText {
    margin-top: 1.5rem; }
  .mce-content-body .teaser .teaserImg {
    overflow: hidden; }
    .mce-content-body .teaser .teaserImg img {
      aspect-ratio: 5 / 4;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center;
      transition: transform 0.3s ease-in-out; }
  .mce-content-body .teaser:hover .teaserImg img {
    transform: scale(105%); }

.mce-content-body .info-text {
  position: relative;
  background-color: #eaebeb;
  padding: 5rem 3rem 5rem 10rem;
  border-radius: 15px; }
  .mce-content-body .info-text p:last-of-type {
    margin-bottom: 0; }

.mce-content-body .info-text:before {
  position: absolute;
  display: inline-block;
  left: 3rem;
  top: 4.5rem;
  content: "i";
  background: #fff;
  width: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 2em;
  line-height: 1.15;
  font-family: Times;
  font-style: italic;
  border-radius: 100%;
  color: #000;
  font-weight: 700; }

.mce-content-body .accordiontrunk {
  border-bottom: 1px solid #cccccc; }

.mce-content-body .accordiontrigger {
  cursor: pointer;
  font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
  font-size: calc(2.4rem / 1.2);
  line-height: 1.2;
  padding: 0.5em 0 0.4em 4rem;
  margin: 0;
  color: #212121;
  border-top: 1px solid #cccccc;
  overflow: hidden;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpb25pY29uIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHRpdGxlPkNoZXZyb24gRm9yd2FyZDwvdGl0bGU+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI0OCIgZD0iTTE4NCAxMTJsMTQ0IDE0NC0xNDQgMTQ0Ii8+PC9zdmc+) left center no-repeat;
  background-size: 25px 25px; }
  @media screen and (min-width: 768px) {
    .mce-content-body .accordiontrigger {
      font-size: calc(2.4rem / 1.1); } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .accordiontrigger {
      font-size: calc(2.4rem); } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .accordiontrigger {
      background-size: 30px 30px; } }
  .mce-content-body .accordiontrigger.mce-content-body {
    padding: 0.2em 0 0.2em 35px !important;
    margin: 0 !important; }
  .mce-content-body .accordiontrigger.active {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpb25pY29uIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHRpdGxlPkNoZXZyb24gRG93bjwvdGl0bGU+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI0OCIgZD0iTTExMiAxODRsMTQ0IDE0NCAxNDQtMTQ0Ii8+PC9zdmc+) 2px center no-repeat;
    background-size: 20px 20px; }
    @media screen and (min-width: 1200px) {
      .mce-content-body .accordiontrigger.active {
        background-position: left center;
        background-size: 30px 30px; } }

.mce-content-body .accordioncontainer {
  position: relative;
  padding-left: 3.5rem;
  height: 0;
  overflow: hidden;
  transition: height 0.2s, padding 0.2s; }
  .mce-content-body .accordioncontainer.active {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .mce-content-body .accordioncontainer .callto {
      display: flex;
      align-items: center; }
      .mce-content-body .accordioncontainer .callto .querverlinkung {
        flex: 0 0 33%; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .accordioncontainer .callto .querverlinkung {
      flex: 0 0 50%; } }
  .mce-content-body .accordioncontainer > *:last-child {
    margin-bottom: 1.5rem; }

.mce-content-body .custom-blue .accordiontrigger {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ4O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xODQsMTEybDE0NCwxNDRMMTg0LDQwMCIvPgo8L3N2Zz4K); }
  .mce-content-body .custom-blue .accordiontrigger.active {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ4O3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTIsMTg0bDE0NCwxNDRsMTQ0LTE0NCIvPgo8L3N2Zz4K); }

.text-teaser-container {
  align-items: flex-end;
  display: flex; }

.text-teaser-row {
  justify-content: center; }

.text-teaser {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  padding-bottom: 12rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2NSA2NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUgNjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9Cgkuc3Qye2ZpbGw6IzIyMjIyMjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MCw2NUgxNUM2LjgsNjUsMCw1OC4yLDAsNTBWMTVDMCw2LjgsNi44LDAsMTUsMGgzNWM4LjIsMCwxNSw2LjgsMTUsMTV2MzVDNjUsNTguMiw1OC4yLDY1LDUwLDY1eiIvPgo8ZyBjbGFzcz0ic3QxIj4KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00Mi43LDMyLjVMMzUuMiw0MGwtMi4xLTIuMWw1LjQtNS40bC01LjQtNS40bDIuMS0yLjFMNDIuNywzMi41eiBNMjUsMjVsNy41LDcuNUwyNSw0MGwtMi4xLTIuMWw1LjQtNS40CgkJbC01LjQtNS40TDI1LDI1eiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: bottom 4rem center;
  background-size: 65px 65px;
  text-decoration: none !important;
  color: #212121; }
  .text-teaser:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2NSA2NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUgNjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzQ3NDc0O30KCS5zdDF7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9Cgkuc3Qye2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MCw2NUgxNUM2LjgsNjUsMCw1OC4yLDAsNTBWMTVDMCw2LjgsNi44LDAsMTUsMGgzNWM4LjIsMCwxNSw2LjgsMTUsMTV2MzVDNjUsNTguMiw1OC4yLDY1LDUwLDY1eiIvPgo8ZyBjbGFzcz0ic3QxIj4KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00Mi43LDMyLjVMMzUuMiw0MGwtMi4xLTIuMWw1LjQtNS40bC01LjQtNS40bDIuMS0yLjFMNDIuNywzMi41eiBNMjUsMjVsNy41LDcuNUwyNSw0MGwtMi4xLTIuMWw1LjQtNS40CgkJbC01LjQtNS40TDI1LDI1eiIvPgo8L2c+Cjwvc3ZnPgo=);
    color: #212121 !important; }
  .text-teaser h3,
  .text-teaser p {
    padding: 1rem 2rem !important;
    margin: 0 !important;
    flex: 1 1 100%;
    color: #212121 !important; }
  .text-teaser h3 {
    padding-top: 2rem !important; }
  .text-teaser hr {
    display: none; }
    @media screen and (min-width: 768px) {
      .text-teaser hr {
        display: block; } }

.mce-content-body .drawpath {
  background-color: #2a2c41; }
  .mce-content-body .drawpath__controls {
    display: flex;
    justify-content: center; }
    .mce-content-body .drawpath__controls button {
      text-transform: uppercase;
      background-color: #fff;
      border: none;
      font-weight: bold;
      padding: 0.5rem 3rem; }
    .mce-content-body .drawpath__controls input {
      width: 30rem;
      margin-left: 1rem;
      height: 100%;
      border-radius: 0; }

.mce-content-body .pswp__caption__center {
  text-align: center;
  font-size: 1.6rem; }
  @media screen and (min-width: 992px) {
    .mce-content-body .pswp__caption__center {
      font-size: 2rem; } }

.mce-content-body .pswp__container {
  transition: opacity 0.2s ease-out; }
  .mce-content-body .pswp__container.hide {
    opacity: 0; }

.mce-content-body .pswp__img--placeholder {
  opacity: 0; }
  .mce-content-body .pswp__img--placeholder.show {
    opacity: 1; }

.pswp__custom-caption {
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-family: Arial !important;
  font-size: 12px !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 4px; }

.pswp__custom-caption.hide {
  display: none; }

.coreimageflow .imagetext {
  display: block; }
  @media (min-width: 768px) {
    .coreimageflow .imagetext.imagetext-col-2 .image {
      float: left;
      width: 15%;
      padding: 0.5rem 3rem 3rem 0; }
    .coreimageflow .imagetext.imagetext-col-3 .image {
      float: left;
      width: 25%;
      padding: 0.5rem 3rem 3rem 0; }
    .coreimageflow .imagetext.imagetext-col-4 .image {
      float: left;
      width: 33%;
      padding: 0.5rem 3rem 3rem 0; }
    .coreimageflow .imagetext.imagetext-col-5 .image {
      float: left;
      width: 41%;
      padding: 0.5rem 3rem 3rem 0; }
    .coreimageflow .imagetext.imagetext-col-6 .image {
      float: left;
      width: 50%;
      padding: 0.5rem 3rem 3rem 0; }
    .coreimageflow .imagetext.imagetext-col-8 .image {
      float: left;
      width: 66%;
      padding: 0.5rem 3rem 3rem 0; }
    .coreimageflow .imagetext.imagetext-flow-r.imagetext-col-2 .image {
      float: right;
      width: 15%;
      padding: 0.5rem 0 3rem 3rem; }
    .coreimageflow .imagetext.imagetext-flow-r.imagetext-col-3 .image {
      float: right;
      width: 25%;
      padding: 0.5rem 0 3rem 3rem; }
    .coreimageflow .imagetext.imagetext-flow-r.imagetext-col-4 .image {
      float: right;
      width: 33%;
      padding: 0.5rem 0 3rem 3rem; }
    .coreimageflow .imagetext.imagetext-flow-r.imagetext-col-5 .image {
      float: right;
      width: 41%;
      padding: 0.5rem 0 3rem 3rem; }
    .coreimageflow .imagetext.imagetext-flow-r.imagetext-col-6 .image {
      float: right;
      width: 50%;
      padding: 0.5rem 0 3rem 3rem; }
    .coreimageflow .imagetext.imagetext-flow-r.imagetext-col-8 .image {
      float: right;
      width: 66%;
      padding: 0.5rem 0 3rem 3rem; } }
  @media (min-width: 992px) {
    .coreimageflow .imagetext {
      align-items: center; } }

.coreimageflow .image,
.coreimageflow picture {
  position: relative; }

.coreimageflow .image {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .coreimageflow .image {
      margin-bottom: 0; } }

.coreimageflow figcaption *:last-child {
  margin-bottom: 0; }

.keyfacts {
  position: relative;
  display: grid;
  gap: 3rem; }
  @media (min-width: 992px) {
    .keyfacts {
      grid-template-columns: 1fr 1fr 1fr; } }
  .keyfacts .keyfacts-item {
    min-height: 33rem;
    display: grid;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .keyfacts .keyfacts-item {
        min-height: 25rem; } }
    @media (min-width: 992px) {
      .keyfacts .keyfacts-item {
        aspect-ratio: 1/1; } }
    .keyfacts .keyfacts-item > * {
      grid-column: 1 / -1;
      grid-row: 1 / -1; }
    .keyfacts .keyfacts-item:hover {
      cursor: default; }
      .keyfacts .keyfacts-item:hover .keyfacts-headline {
        background-color: rgba(0, 0, 0, 0.3); }
        .keyfacts .keyfacts-item:hover .keyfacts-headline h2, .keyfacts .keyfacts-item:hover .keyfacts-headline img {
          opacity: 0; }
      .keyfacts .keyfacts-item:hover .keyfacts-text {
        transform: scale(1);
        opacity: 1; }
  .keyfacts .keyfacts-headline {
    height: 100%;
    display: grid;
    place-content: center;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-out; }
    .keyfacts .keyfacts-headline h2 {
      font-size: 2.5rem;
      color: white;
      text-align: center;
      -webkit-hyphens: none;
              hyphens: none;
      padding: 2rem;
      margin: 0;
      opacity: 1;
      transition: all 0.3s ease-out; }
    .keyfacts .keyfacts-headline img {
      display: inline-block;
      width: 7rem;
      height: auto;
      opacity: 1;
      margin-bottom: 1rem;
      transition: all 0.3s ease-out; }
  .keyfacts .keyfacts-text {
    position: absolute;
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    padding: 2rem;
    opacity: 0;
    display: grid;
    place-content: center;
    border: 1px solid white;
    transform: scale(1.13);
    transition: transform 0.3s ease-out; }
    .keyfacts .keyfacts-text p {
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: center;
      color: white;
      margin: 0; }

.team-gallery {
  display: grid;
  gap: 3rem; }
  @media (min-width: 768px) {
    .team-gallery {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .team-gallery {
      grid-template-columns: 1fr 1fr 1fr; } }
  .team-gallery .team-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3 / 2;
    position: relative; }
    .team-gallery .team-item:hover .team-text {
      opacity: 1; }
  .team-gallery .team-text {
    background-color: rgba(29, 29, 27, 0.7);
    position: absolute;
    inset: 0;
    display: grid;
    align-items: end;
    opacity: 0;
    transition: all 0.3s ease-out; }
    .team-gallery .team-text div {
      padding: 1.5rem; }
    .team-gallery .team-text a, .team-gallery .team-text h3, .team-gallery .team-text p {
      color: white;
      margin: 0; }
    .team-gallery .team-text h3 {
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 2rem; }
    .team-gallery .team-text p {
      font-size: 1.4rem; }
    .team-gallery .team-text a {
      text-decoration: none; }
      .team-gallery .team-text a:hover {
        text-decoration: underline; }

#videoIntro {
  min-height: calc(100vh - 65px);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden; }
  @media (min-width: 768px) {
    #videoIntro {
      min-height: calc(100vh - 80px); } }
  #videoIntro .videoPfeil {
    position: absolute;
    bottom: 1.5rem;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 480px) {
      #videoIntro .videoPfeil img {
        width: 6rem; } }
  #videoIntro #marketingIntroVideo {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #videoIntro .videoOverlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    inset: 0; }
  #videoIntro .teaserIntroText {
    position: absolute;
    bottom: 12rem;
    left: 1.5rem;
    opacity: 0; }
    @media (min-width: 768px) {
      #videoIntro .teaserIntroText {
        left: 5rem; } }
    #videoIntro .teaserIntroText.teaserIntroText-1 {
      animation: fadeOutIntroText1 18s ease-out 0s infinite; }
      #videoIntro .teaserIntroText.teaserIntroText-1 h1 {
        animation: introTextOne 18s ease-out 0s infinite; }
        #videoIntro .teaserIntroText.teaserIntroText-1 h1 span {
          animation: introTextOne 18s ease-out 1s infinite; }
    #videoIntro .teaserIntroText.teaserIntroText-2 {
      animation: fadeOutIntroText2 18s ease-out 6s infinite; }
      #videoIntro .teaserIntroText.teaserIntroText-2 h2 {
        animation: introTextTwo 18s ease-out 6s infinite; }
        #videoIntro .teaserIntroText.teaserIntroText-2 h2 span {
          animation: introTextTwo 18s ease-out 7s infinite; }
    #videoIntro .teaserIntroText.teaserIntroText-3 {
      animation: fadeOutIntroText3 18s ease-out 12s infinite; }
      #videoIntro .teaserIntroText.teaserIntroText-3 h2 {
        animation: introTextThree 18s ease-out 12s infinite; }
        #videoIntro .teaserIntroText.teaserIntroText-3 h2 span {
          animation: introTextThree 18s ease-out 13s infinite; }
    #videoIntro .teaserIntroText h1, #videoIntro .teaserIntroText h2 {
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 2.5rem;
      line-height: 1.2;
      color: white;
      opacity: 0;
      margin: 0; }
      @media (min-width: 768px) {
        #videoIntro .teaserIntroText h1, #videoIntro .teaserIntroText h2 {
          font-size: 3.5rem; } }
      @media (min-width: 992px) {
        #videoIntro .teaserIntroText h1, #videoIntro .teaserIntroText h2 {
          font-size: 4.5rem; } }
      @media (min-width: 1200px) {
        #videoIntro .teaserIntroText h1, #videoIntro .teaserIntroText h2 {
          font-size: 5.5rem; } }
      #videoIntro .teaserIntroText h1 span, #videoIntro .teaserIntroText h2 span {
        display: block;
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
        font-size: 2rem;
        opacity: 0; }
        @media (min-width: 768px) {
          #videoIntro .teaserIntroText h1 span, #videoIntro .teaserIntroText h2 span {
            font-size: 2.5rem; } }
        @media (min-width: 992px) {
          #videoIntro .teaserIntroText h1 span, #videoIntro .teaserIntroText h2 span {
            font-size: 3rem; } }
        @media (min-width: 1200px) {
          #videoIntro .teaserIntroText h1 span, #videoIntro .teaserIntroText h2 span {
            font-size: 3.5rem; } }
  #videoIntro .home-aufmacher-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
    width: 100%;
    display: none; }
  #videoIntro .home-aufmacher-buttons h3 {
    margin: 0;
    color: white;
    font-size: 3rem;
    padding: 2.5rem 3.5rem;
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    margin: 2.5rem 0;
    line-height: 1.1; }
  #videoIntro .home-aufmacher-buttons h3.hab-blue {
    background-color: #61819d; }
  #videoIntro .home-aufmacher-buttons h3.hab-orange {
    background-color: #d98848; }
  #videoIntro .home-aufmacher-buttons h3.hab-olive {
    background-color: #577a78; }
  #videoIntro .home-aufmacher-buttons a {
    background-color: inherit;
    display: inline-block;
    color: white;
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.8rem;
    border: 1px solid;
    border-radius: 0.3rem;
    padding: 1rem 2.5rem;
    line-height: 1;
    margin-top: 2.5rem;
    margin-bottom: 0.9rem;
    transition: all 0.2s ease-in-out; }
  #videoIntro .home-aufmacher-buttons a:after {
    content: ' >>'; }
  @media (min-width: 768px) {
    #videoIntro .home-aufmacher-buttons {
      max-width: 50vw;
      display: block; }
    #videoIntro .home-aufmacher-buttons h3 {
      font-size: 2.6rem;
      padding: 1.5rem 2.5rem; }
    #videoIntro .home-aufmacher-buttons a {
      font-size: 1.4rem;
      padding: 0.8rem 2rem 0.6rem 2rem; } }
  @media (min-width: 992px) {
    #videoIntro .home-aufmacher-buttons {
      max-width: 40vw; }
    #videoIntro .home-aufmacher-buttons h3 {
      font-size: 2.4rem;
      padding: 1.5rem 2.5rem; } }
  @media (min-width: 1200px) {
    #videoIntro .home-aufmacher-buttons {
      max-width: 50rem; }
    #videoIntro .home-aufmacher-buttons h3 {
      font-size: 3rem;
      padding: 2.5rem 3.5rem; }
    #videoIntro .home-aufmacher-buttons a {
      font-size: 1.7rem;
      padding: 1rem 2.5rem 0.9rem 2.5rem; } }

.mce-content-body .uebersichtStart {
  min-height: calc(100vh - 80px); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mce-content-body .uebersichtStart {
      height: calc(100vh - 80px); } }
  @media screen and (max-width: 767px) {
    .mce-content-body .uebersichtStart {
      height: 100%; } }
  .mce-content-body .uebersichtStart h2 {
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    color: #fff;
    font-size: 38px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-left: 15px;
    transition: opacity 0.8s ease-in-out;
    opacity: 0;
    text-shadow: 0 0.5rem 2rem black; }
    @media screen and (max-width: 1975px) {
      .mce-content-body .uebersichtStart h2 {
        font-size: 30px; } }
    @media screen and (max-width: 1225px) and (min-width: 991px) {
      .mce-content-body .uebersichtStart h2 {
        font-size: 23px; } }
    @media screen and (min-width: 768px) and (max-width: 850px) {
      .mce-content-body .uebersichtStart h2 {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .mce-content-body .uebersichtStart h2 {
        font-size: 24px; } }
    @media screen and (max-width: 480px) {
      .mce-content-body .uebersichtStart h2 {
        font-size: 14px; } }
  .mce-content-body .uebersichtStart .kongresse {
    height: calc(50vh - 40px);
    background-position: center bottom;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }
    @media screen and (max-width: 767px) {
      .mce-content-body .uebersichtStart .kongresse {
        border-right: none; } }
    @media screen and (max-width: 574px) {
      .mce-content-body .uebersichtStart .kongresse {
        height: 25vh; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .uebersichtStart .kongresse:hover .page2H2 {
        opacity: 0; }
      .mce-content-body .uebersichtStart .kongresse:hover .overlay {
        opacity: 1; } }
    .mce-content-body .uebersichtStart .kongresse .overlay {
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      align-items: center;
      height: 100%;
      width: 50%;
      background: #4e3618;
      transition: all 0.8s ease-in-out; }
      @media screen and (max-width: 767px) {
        .mce-content-body .uebersichtStart .kongresse .overlay {
          display: none; } }
      @media screen and (max-width: 725px) {
        .mce-content-body .uebersichtStart .kongresse .overlay {
          height: 58%;
          width: 100%; } }
      @media screen and (max-width: 575px) {
        .mce-content-body .uebersichtStart .kongresse .overlay {
          height: 80%;
          width: 100%; } }
      .mce-content-body .uebersichtStart .kongresse .overlay .overlay_content_anim {
        animation: overlayContentSite 0.8s ease-in-out 0s 1 forwards; }
        @media screen and (max-width: 725px) {
          .mce-content-body .uebersichtStart .kongresse .overlay .overlay_content_anim {
            animation: overlayContentTop 0.8s ease-in-out 0s 1 forwards; } }
  .mce-content-body .uebersichtStart .tagungen {
    height: calc(50vh - 40px);
    background-position: center bottom;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    border-bottom: 2px solid #fff; }
    @media screen and (min-width: 575px) {
      .mce-content-body .uebersichtStart .tagungen {
        border-right: 2px solid #fff; } }
    @media screen and (max-width: 767px) {
      .mce-content-body .uebersichtStart .tagungen {
        border-bottom: 2px solid #fff;
        height: 25vh; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .uebersichtStart .tagungen:hover .page2H2 {
        opacity: 0; }
      .mce-content-body .uebersichtStart .tagungen:hover .overlay {
        opacity: 1; } }
    .mce-content-body .uebersichtStart .tagungen .overlay {
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      align-items: center;
      background: #4e3618;
      transition: all 0.8s ease-in-out; }
      @media screen and (max-width: 767px) {
        .mce-content-body .uebersichtStart .tagungen .overlay {
          display: none; } }
      .mce-content-body .uebersichtStart .tagungen .overlay .overlay_content_anim {
        animation: overlayContentTop 0.8s ease-in-out 0s 1 forwards; }
  .mce-content-body .uebersichtStart .kultur {
    height: calc(50vh - 40px);
    background-position: center bottom;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    border-right: 2px solid #fff; }
    @media screen and (max-width: 991px) {
      .mce-content-body .uebersichtStart .kultur {
        border-bottom: 2px solid #fff; } }
    @media screen and (max-width: 767px) {
      .mce-content-body .uebersichtStart .kultur {
        border: none;
        border-bottom: 2px solid #fff;
        height: 25vh; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .uebersichtStart .kultur:hover .page2H2 {
        opacity: 0; }
      .mce-content-body .uebersichtStart .kultur:hover .overlay {
        opacity: 1; } }
    .mce-content-body .uebersichtStart .kultur .overlay {
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      align-items: center;
      background: #4e3618;
      transition: all 0.8s ease-in-out; }
      @media screen and (max-width: 767px) {
        .mce-content-body .uebersichtStart .kultur .overlay {
          display: none; } }
      .mce-content-body .uebersichtStart .kultur .overlay .overlay_content_anim {
        animation: overlayContentTop 0.8s ease-in-out 0s 1 forwards; }
  .mce-content-body .uebersichtStart .messen {
    height: calc(50vh - 40px);
    background-position: center bottom;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .mce-content-body .uebersichtStart .messen {
        height: 25vh; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .uebersichtStart .messen:hover .page2H2 {
        opacity: 0; }
      .mce-content-body .uebersichtStart .messen:hover .overlay {
        opacity: 1; } }
    .mce-content-body .uebersichtStart .messen .overlay {
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      align-items: center;
      background: #4e3618;
      transition: all 0.8s ease-in-out; }
      @media screen and (max-width: 767px) {
        .mce-content-body .uebersichtStart .messen .overlay {
          display: none; } }
      .mce-content-body .uebersichtStart .messen .overlay .overlay_content_anim {
        animation: overlayContentTop 0.8s ease-in-out 0s 1 forwards; }
  .mce-content-body .uebersichtStart .feste {
    height: calc(50vh - 40px);
    background-position: center bottom;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end; }
    @media screen and (min-width: 575px) {
      .mce-content-body .uebersichtStart .feste {
        border-right: 2px solid #fff; } }
    @media screen and (max-width: 767px) {
      .mce-content-body .uebersichtStart .feste {
        height: 25vh;
        border-bottom: 2px solid #fff; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .uebersichtStart .feste:hover .page2H2 {
        opacity: 0; }
      .mce-content-body .uebersichtStart .feste:hover .overlay {
        opacity: 1; } }
    .mce-content-body .uebersichtStart .feste .overlay {
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      align-items: center;
      background: #4e3618;
      transition: all 0.8s ease-in-out; }
      @media screen and (max-width: 767px) {
        .mce-content-body .uebersichtStart .feste .overlay {
          display: none; } }
      .mce-content-body .uebersichtStart .feste .overlay .overlay_content_anim {
        animation: overlayContentTop 0.8s ease-in-out 0s 1 forwards; }

.mce-content-body #uebersicht {
  position: relative; }

.mce-content-body .mobileLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .mce-content-body .mobileLink {
      display: none; } }

.mce-content-body .overlay_content {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%; }

.mce-content-body .animatePage2H2 {
  opacity: 1 !important; }

.mce-content-body .overlay_content .UebersichtOverlayH3 {
  color: #fff;
  text-align: left;
  padding-left: 40px;
  font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
  font-weight: lighter;
  font-size: 30px;
  width: 100%; }
  @media screen and (max-width: 1600px) {
    .mce-content-body .overlay_content .UebersichtOverlayH3 {
      font-size: 22px; } }
  @media screen and (max-width: 1235px) {
    .mce-content-body .overlay_content .UebersichtOverlayH3 {
      font-size: 20px; } }

.mce-content-body .overlay_content .UebersichtOverlayP {
  font-size: 21px;
  color: #fff;
  font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
  padding: 10px 40px 0 40px;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 1600px) {
    .mce-content-body .overlay_content .UebersichtOverlayP {
      font-size: 19px; } }
  @media screen and (max-width: 1600px) {
    .mce-content-body .overlay_content .UebersichtOverlayP {
      font-size: 16px; } }

.mce-content-body .overlay .overlay_content .UebersichtOverlayA {
  font-size: 24px;
  font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
  transition: background-color 0.2s ease-in;
  border: 0.5px solid #fff;
  border-radius: 4px;
  padding: 0.8rem 2rem;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  margin-left: 40px;
  letter-spacing: 0.03em; }
  .mce-content-body .overlay .overlay_content .UebersichtOverlayA:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 1600px) {
    .mce-content-body .overlay .overlay_content .UebersichtOverlayA {
      font-size: 18px; } }
  @media screen and (max-width: 1235px) {
    .mce-content-body .overlay .overlay_content .UebersichtOverlayA {
      font-size: 16px; } }

.mce-content-body #stories {
  padding: 5rem 0;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .mce-content-body #stories {
      padding: 15rem 0; } }
  @media screen and (min-width: 992px) {
    .mce-content-body #stories {
      padding: 18rem 0; } }
  .mce-content-body #stories .storyStart {
    width: 100%; }
    .mce-content-body #stories .storyStart .row {
      display: flex;
      justify-content: center; }
  .mce-content-body #stories #storyanchor {
    position: absolute;
    top: -80px;
    left: 0; }
  .mce-content-body #stories .storybox {
    text-align: center; }
    .mce-content-body #stories .storybox .storyboxP {
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
      font-size: 24px;
      letter-spacing: 0.03em;
      color: #222;
      margin-bottom: 5px; }
      @media screen and (max-width: 1450px) {
        .mce-content-body #stories .storybox .storyboxP {
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .mce-content-body #stories .storybox .storyboxP {
          font-size: 18px; } }
    .mce-content-body #stories .storybox .storyboxUnterschrift {
      letter-spacing: 0.03em;
      font-size: 18px;
      color: #222;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .mce-content-body #stories .storybox .storyboxUnterschrift {
          font-size: 16px; } }

.mce-content-body .storyStart .storybox .storyboxButton {
  font-size: 24px;
  font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
  transition: background-color 0.2s ease-in;
  border: 0.5px solid #fff;
  border-radius: 4px;
  padding: 0.8rem 2rem;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  margin-left: 40px;
  letter-spacing: 0.03em;
  margin-left: 0px;
  opacity: 0; }
  .mce-content-body .storyStart .storybox .storyboxButton:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 1600px) {
    .mce-content-body .storyStart .storybox .storyboxButton {
      font-size: 18px; } }
  @media screen and (max-width: 1235px) {
    .mce-content-body .storyStart .storybox .storyboxButton {
      font-size: 16px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mce-content-body .storyStart .storybox .storyboxButton {
      opacity: 1; } }

.mce-content-body .storyStart .storybox .storyboxButton {
  border: 0.5px solid #222;
  color: #222;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .mce-content-body .storyStart .storybox .storyboxButton {
      font-size: 16px; } }
  .mce-content-body .storyStart .storybox .storyboxButton:hover {
    background-color: rgba(34, 34, 34, 0.1); }

.mce-content-body .animateStoryBoxButton {
  animation: overlayContentTop 0.5s ease-in 0.3s forwards; }

.mce-content-body #saale {
  min-height: calc(100vh - 80px);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mce-content-body #saale {
      height: calc(100vh - 80px); } }
  @media screen and (max-width: 767px) {
    .mce-content-body #saale {
      height: 100%; } }
  @media screen and (max-width: 767px) {
    .mce-content-body #saale {
      height: calc(100vh - 67px); } }
  .mce-content-body #saale .saaleNavigation {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    margin-bottom: 25px;
    flex: 1; }
  .mce-content-body #saale .container-fluid {
    margin-left: 10%;
    margin-right: 0; }
    .mce-content-body #saale .container-fluid .navigation h2 {
      color: lightgrey;
      font-size: 50px;
      cursor: pointer;
      transition: all 0.3s;
      display: table;
      font-weight: lighter;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif; }
      .mce-content-body #saale .container-fluid .navigation h2:hover {
        transform: scale(1.1); }
      @media screen and (min-width: 768px) and (max-width: 1366px) {
        .mce-content-body #saale .container-fluid .navigation h2 {
          font-size: 40px; } }
      @media screen and (max-width: 767px) {
        .mce-content-body #saale .container-fluid .navigation h2 {
          font-size: 20px; } }
    .mce-content-body #saale .container-fluid .navigation .active {
      color: #fff;
      font-size: 60px; }
      @media screen and (min-width: 768px) and (max-width: 1366px) {
        .mce-content-body #saale .container-fluid .navigation .active {
          font-size: 45px; } }
      @media screen and (max-width: 767px) {
        .mce-content-body #saale .container-fluid .navigation .active {
          font-size: 25px; } }
    @media screen and (max-width: 767px) {
      .mce-content-body #saale .container-fluid .desc {
        width: 100%; } }
    .mce-content-body #saale .container-fluid .desc .beschreibung .saaleDescAnimation {
      animation: saaleDesc 1.5s ease 0.2s 1 forwards; }
    .mce-content-body #saale .container-fluid .desc .beschreibung a {
      font-size: 24px;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      transition: background-color 0.2s ease-in;
      border: 0.5px solid #fff;
      border-radius: 4px;
      padding: 0.8rem 2rem;
      background-color: transparent;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin-top: 20px;
      margin-left: 40px;
      letter-spacing: 0.03em;
      vertical-align: middle;
      margin: 0;
      display: inline-block;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
      .mce-content-body #saale .container-fluid .desc .beschreibung a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 1600px) {
        .mce-content-body #saale .container-fluid .desc .beschreibung a {
          font-size: 18px; } }
      @media screen and (max-width: 1235px) {
        .mce-content-body #saale .container-fluid .desc .beschreibung a {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .mce-content-body #saale .container-fluid .desc .beschreibung a {
          margin-top: 15px;
          display: table; } }

.mce-content-body #slide1,
.mce-content-body #slide2,
.mce-content-body #slide3,
.mce-content-body #slide4,
.mce-content-body #slide5,
.mce-content-body #slide6,
.mce-content-body #slide7,
.mce-content-body #slide8,
.mce-content-body #slide9,
.mce-content-body #slide10,
.mce-content-body #slide11 {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mce-content-body #slide1,
    .mce-content-body #slide2,
    .mce-content-body #slide3,
    .mce-content-body #slide4,
    .mce-content-body #slide5,
    .mce-content-body #slide6,
    .mce-content-body #slide7,
    .mce-content-body #slide8,
    .mce-content-body #slide9,
    .mce-content-body #slide10,
    .mce-content-body #slide11 {
      background-attachment: scroll; } }
  @media screen and (max-width: 767px) {
    .mce-content-body #slide1,
    .mce-content-body #slide2,
    .mce-content-body #slide3,
    .mce-content-body #slide4,
    .mce-content-body #slide5,
    .mce-content-body #slide6,
    .mce-content-body #slide7,
    .mce-content-body #slide8,
    .mce-content-body #slide9,
    .mce-content-body #slide10,
    .mce-content-body #slide11 {
      background-attachment: scroll; } }

.mce-content-body .slideAnimation {
  animation: saaleSlides 1s ease-in-out 0s 1 forwards; }
  @media screen and (max-width: 783px) {
    .mce-content-body .slideAnimation {
      animation: saaleSlidesMobile 1s linear 0s 1 forwards; } }

.mce-content-body .slideAnimationOff {
  animation: saaleSlidesOff 1s ease-in-out 0s 1 forwards; }
  @media screen and (max-width: 783px) {
    .mce-content-body .slideAnimationOff {
      animation: saaleSlidesOffMobile 1s linear 0s 1 forwards; } }

.mce-content-body #slide1desc,
.mce-content-body #slide2desc,
.mce-content-body #slide3desc,
.mce-content-body #slide4desc {
  display: none;
  font-size: 50px;
  font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
  color: #fff;
  opacity: 0;
  margin: 0; }
  @media screen and (min-width: 768px) and (max-width: 1366px) {
    .mce-content-body #slide1desc,
    .mce-content-body #slide2desc,
    .mce-content-body #slide3desc,
    .mce-content-body #slide4desc {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .mce-content-body #slide1desc,
    .mce-content-body #slide2desc,
    .mce-content-body #slide3desc,
    .mce-content-body #slide4desc {
      font-size: 20px; } }

.mce-content-body .mission {
  padding: 5rem 0;
  padding: 7rem 0;
  position: relative;
  background-color: #ffffff; }
  @media screen and (min-width: 768px) {
    .mce-content-body .mission {
      padding: 15rem 0; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .mission {
      padding: 18rem 0; } }
  .mce-content-body .mission #missionanchor {
    position: absolute;
    top: -80px;
    left: 0; }
  .mce-content-body .mission__start {
    width: 100%; }
  .mce-content-body .mission .row {
    display: flex;
    justify-content: center; }
  .mce-content-body .mission__statement {
    display: none;
    visibility: hidden;
    opacity: 0;
    text-align: center; }
    .mce-content-body .mission__statement--active {
      display: block;
      animation: missionState 1s ease 0s 1 forwards; }
  .mce-content-body .mission__navigation {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .mce-content-body .mission__navigation {
        top: 20px; } }
    .mce-content-body .mission__navigation button {
      display: inline-block;
      border: 1px solid #222;
      padding: 5px 16px;
      border-radius: 50%;
      font-size: 24px;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      cursor: pointer;
      transition: all 0.2s ease-in;
      outline: none; }
      @media screen and (max-width: 767px) {
        .mce-content-body .mission__navigation button {
          font-size: 16px;
          padding: 5px 12px; } }
      .mce-content-body .mission__navigation button:hover {
        background-color: #8c8c8c;
        color: #ffffff;
        border-color: #8c8c8c; }
    .mce-content-body .mission__navigation--active {
      background-color: #8c8c8c;
      color: #ffffff;
      border: 1px solid #8c8c8c !important; }
    .mce-content-body .mission__navigation--1, .mce-content-body .mission__navigation--2 {
      margin-right: 10px; }
  .mce-content-body .mission h2 {
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    font-size: 30px;
    color: #222; }
    @media screen and (max-width: 1200px) {
      .mce-content-body .mission h2 {
        font-size: 25px; } }
    @media screen and (max-width: 991px) {
      .mce-content-body .mission h2 {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .mce-content-body .mission h2 {
        font-size: 20px; } }
  .mce-content-body .mission p {
    font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: #222;
    margin-bottom: 5px; }
    @media screen and (max-width: 1200px) {
      .mce-content-body .mission p {
        font-size: 22px; } }
    @media screen and (max-width: 991px) {
      .mce-content-body .mission p {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .mce-content-body .mission p {
        font-size: 18px; } }

.mce-content-body {
  /* Styles Page 5 - Service */
  /* Styles Page 5 - Service Mobile */ }
  .mce-content-body #service {
    min-height: calc(100vh - 80px);
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    overflow-x: hidden; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .mce-content-body #service {
        height: calc(100vh - 80px); } }
    @media screen and (max-width: 767px) {
      .mce-content-body #service {
        height: 100%; } }
    @media screen and (max-width: 767px) {
      .mce-content-body #service {
        display: none; } }
    .mce-content-body #service .linkanchor {
      display: block;
      top: -80px;
      position: relative;
      visibility: hidden;
      align-self: flex-start; }
      @media screen and (max-width: 767px) {
        .mce-content-body #service .linkanchor {
          display: none; } }
    .mce-content-body #service .sliderpfeillinks {
      position: absolute;
      top: 39%;
      transform: rotate(90deg);
      cursor: pointer;
      z-index: 5; }
    .mce-content-body #service .sliderpfeilrechts {
      position: absolute;
      top: 39%;
      right: 0;
      transform: rotate(-90deg);
      cursor: pointer;
      z-index: 5; }
    .mce-content-body #service .slideAnimation {
      animation: serviceSlides 1s linear 0s 1 forwards; }
    .mce-content-body #service .slideAnimationOff {
      animation: serviceSlidesOff 1s linear 0s 1 forwards; }
    .mce-content-body #service .container-fluid {
      flex: 1;
      margin-bottom: 8vh; }
  .mce-content-body #serviceSlide1 {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .mce-content-body #serviceSlide1 {
        background-attachment: scroll; } }
    @media screen and (max-width: 767px) {
      .mce-content-body #serviceSlide1 {
        background-attachment: scroll; } }
  .mce-content-body #serviceSlide2 {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .mce-content-body #serviceSlide2 {
        background-attachment: scroll; } }
    @media screen and (max-width: 767px) {
      .mce-content-body #serviceSlide2 {
        background-attachment: scroll; } }
  .mce-content-body #serviceSlide3 {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .mce-content-body #serviceSlide3 {
        background-attachment: scroll; } }
    @media screen and (max-width: 767px) {
      .mce-content-body #serviceSlide3 {
        background-attachment: scroll; } }
  .mce-content-body .serviceDescs .servicebox {
    background-color: #d68f35;
    padding: 50px 40px;
    display: none; }
    .mce-content-body .serviceDescs .servicebox .serviceP {
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 35px;
      letter-spacing: 0.03em;
      color: #fff;
      margin-bottom: 30px;
      font-weight: lighter; }
      @media screen and (max-width: 1710px) {
        .mce-content-body .serviceDescs .servicebox .serviceP {
          font-size: 27px; } }
    .mce-content-body .serviceDescs .servicebox .serviceButton {
      font-size: 24px;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      transition: background-color 0.2s ease-in;
      border: 0.5px solid #fff;
      border-radius: 4px;
      padding: 0.8rem 2rem;
      background-color: transparent;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin-top: 20px;
      margin-left: 40px;
      letter-spacing: 0.03em;
      margin-left: 0px;
      opacity: 0; }
      .mce-content-body .serviceDescs .servicebox .serviceButton:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 1600px) {
        .mce-content-body .serviceDescs .servicebox .serviceButton {
          font-size: 18px; } }
      @media screen and (max-width: 1235px) {
        .mce-content-body .serviceDescs .servicebox .serviceButton {
          font-size: 16px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .mce-content-body .serviceDescs .servicebox .serviceButton {
          opacity: 1; } }
  .mce-content-body #servicebox2 {
    background-color: #d44947; }
  .mce-content-body #servicebox3 {
    background-color: #273d5a; }
  .mce-content-body .showServiceBox {
    animation: showServiceBox 1s ease-in-out 0s 1 forwards; }
  .mce-content-body .showServiceButton {
    animation: overlayContentTop 0.5s ease-in 0.3s forwards; }
  .mce-content-body #serviceMobile {
    min-height: calc(100vh - 80px);
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    overflow-x: hidden;
    display: none; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .mce-content-body #serviceMobile {
        height: calc(100vh - 80px); } }
    @media screen and (max-width: 767px) {
      .mce-content-body #serviceMobile {
        height: 100%; } }
    @media screen and (max-width: 767px) {
      .mce-content-body #serviceMobile {
        display: block; } }
    .mce-content-body #serviceMobile .container-fluid {
      flex: 1;
      margin-bottom: 0px; }
  .mce-content-body .MobileServiceDescs .MobileServicebox {
    background-color: #d68f35;
    padding: 35px 20px;
    display: block; }
    .mce-content-body .MobileServiceDescs .MobileServicebox .MobileServiceP {
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 24px;
      letter-spacing: 0.03em;
      color: #fff;
      font-weight: lighter; }
      @media screen and (max-width: 480px) {
        .mce-content-body .MobileServiceDescs .MobileServicebox .MobileServiceP {
          font-size: 18px;
          letter-spacing: 0.01em; } }
    .mce-content-body .MobileServiceDescs .MobileServicebox .MobileServiceButton {
      font-size: 24px;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      transition: background-color 0.2s ease-in;
      border: 0.5px solid #fff;
      border-radius: 4px;
      padding: 0.8rem 2rem;
      background-color: transparent;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin-top: 20px;
      margin-left: 40px;
      letter-spacing: 0.03em;
      margin-left: 0px;
      opacity: 0; }
      .mce-content-body .MobileServiceDescs .MobileServicebox .MobileServiceButton:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 1600px) {
        .mce-content-body .MobileServiceDescs .MobileServicebox .MobileServiceButton {
          font-size: 18px; } }
      @media screen and (max-width: 1235px) {
        .mce-content-body .MobileServiceDescs .MobileServicebox .MobileServiceButton {
          font-size: 16px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .mce-content-body .MobileServiceDescs .MobileServicebox .MobileServiceButton {
          opacity: 1; } }
  .mce-content-body #MobileServicebox2 {
    background-color: #d44947; }
  .mce-content-body #MobileServicebox3 {
    background-color: #273d5a; }
  .mce-content-body .mobileServiceImages {
    display: block;
    width: 100%;
    height: auto;
    padding: 0; }

.mce-content-body #kasselteaser {
  padding: 5rem 0;
  position: relative;
  background-color: #4e622d;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .mce-content-body #kasselteaser {
      padding: 15rem 0; } }
  @media screen and (min-width: 992px) {
    .mce-content-body #kasselteaser {
      padding: 18rem 0; } }
  .mce-content-body #kasselteaser #kasselanchor {
    position: absolute; }
  .mce-content-body #kasselteaser .kasselteaser__start {
    width: 100%; }
  .mce-content-body #kasselteaser .container-fluid {
    height: 100%; }
    .mce-content-body #kasselteaser .container-fluid .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .mce-content-body #kasselteaser .container-fluid .row .teaser {
        background-color: #4e622d;
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        align-items: center;
        flex: 1;
        height: auto; }
        @media screen and (max-width: 767px) {
          .mce-content-body #kasselteaser .container-fluid .row .teaser {
            flex: none; } }
        .mce-content-body #kasselteaser .container-fluid .row .teaser .kasselTeaserDesktop {
          width: 250px;
          height: auto; }
  .mce-content-body #kasselteaser .text {
    text-align: center;
    padding: 0 20px;
    width: 100%;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .mce-content-body #kasselteaser .text {
        padding-bottom: 50px; } }
    .mce-content-body #kasselteaser .text a {
      font-size: 24px;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      transition: background-color 0.2s ease-in;
      border: 0.5px solid #fff;
      border-radius: 4px;
      padding: 0.8rem 2rem;
      background-color: transparent;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin-top: 20px;
      margin-left: 40px;
      letter-spacing: 0.03em;
      display: inline-block;
      margin-left: 0;
      opacity: 0; }
      .mce-content-body #kasselteaser .text a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 1600px) {
        .mce-content-body #kasselteaser .text a {
          font-size: 18px; } }
      @media screen and (max-width: 1235px) {
        .mce-content-body #kasselteaser .text a {
          font-size: 16px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .mce-content-body #kasselteaser .text a {
          opacity: 1; } }
    .mce-content-body #kasselteaser .text h2 {
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
      color: #fff;
      margin-bottom: 30px;
      line-height: 40px;
      font-size: 24px;
      font-weight: lighter; }
      @media screen and (min-width: 1500px) {
        .mce-content-body #kasselteaser .text h2 {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .mce-content-body #kasselteaser .text h2 {
          font-size: 18px;
          margin-bottom: 20px;
          margin-top: 30px;
          line-height: 25px; } }

.mce-content-body .showTeaserButton {
  animation: overlayContentTop 0.5s ease-in 0.3s forwards; }

.mce-content-body .menschen {
  margin: 0 0;
  padding: 0 1.5rem;
  overflow: hidden; }
  @media screen and (min-width: 576px) {
    .mce-content-body .menschen {
      padding: 0 2.5rem; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .menschen {
      padding: 0 4.5rem;
      margin: 0; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .menschen {
      display: flex;
      padding: 0; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .menschen.rechts .menschen__left {
      order: 5; } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .mce-content-body .menschen.rechts .menschen__descriptions {
      padding-right: 4.5rem;
      padding-left: 2.5rem; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .menschen__left {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .menschen__left {
      display: flex;
      position: relative; } }
  .mce-content-body .menschen__left .partner-logo-text {
    padding: 5rem 0 0rem 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center; }
    @media (min-width: 768px) {
      .mce-content-body .menschen__left .partner-logo-text {
        justify-content: space-between; } }
    @media (min-width: 992px) {
      .mce-content-body .menschen__left .partner-logo-text {
        width: calc(100% - 9rem);
        position: absolute;
        top: 1rem;
        padding: 0; } }
    @media (min-width: 1200px) {
      .mce-content-body .menschen__left .partner-logo-text {
        top: 2rem;
        width: calc(100% - 20rem); } }
    @media screen and (min-width: 1800px) {
      .mce-content-body .menschen__left .partner-logo-text {
        width: calc(100% - 30rem);
        top: 5rem; } }
    .mce-content-body .menschen__left .partner-logo-text p {
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.2;
      padding: 1rem 0;
      margin: 0; }
      @media (max-width: 767px) {
        .mce-content-body .menschen__left .partner-logo-text p {
          flex: 0 0 100%; } }
      .mce-content-body .menschen__left .partner-logo-text p a {
        display: block;
        color: #fff;
        text-decoration: none; }
        .mce-content-body .menschen__left .partner-logo-text p a:hover, .mce-content-body .menschen__left .partner-logo-text p a:focus {
          color: #fff;
          text-decoration: underline; }
  .mce-content-body .menschen__left p.partner-bild img {
    max-height: 4rem !important;
    width: auto !important;
    max-width: 14rem; }
  .mce-content-body .menschen__right {
    display: none; }
    @media screen and (min-width: 992px) {
      .mce-content-body .menschen__right {
        display: block;
        position: relative;
        flex: 0 0 50%; } }
  .mce-content-body .menschen__backgrounds {
    position: relative;
    display: flex;
    height: 100%; }
    .mce-content-body .menschen__backgrounds .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(29, 29, 27, 0.3);
      color: #ffffff;
      padding: 10px 0;
      font-size: 1.5rem;
      text-align: center;
      margin: 0;
      display: none; }
      .mce-content-body .menschen__backgrounds .caption.active {
        display: block; }
    .mce-content-body .menschen__backgrounds img {
      flex: 0;
      height: 100%;
      width: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: width 0.3s, height 0.3s, flex 0.3s; }
      .mce-content-body .menschen__backgrounds img.active {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%; }
    .mce-content-body .menschen__backgrounds .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      cursor: pointer; }
      .mce-content-body .menschen__backgrounds .play-button.active {
        flex: none;
        width: 100px;
        height: 100px;
        display: inline-block; }
  .mce-content-body .menschen__descriptions {
    padding: 5rem 0;
    position: relative; }
    @media screen and (min-width: 992px) {
      .mce-content-body .menschen__descriptions {
        padding: 7rem 4.5rem;
        padding-top: 12rem; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .menschen__descriptions {
        padding: 15rem 10rem; } }
    @media screen and (min-width: 1800px) {
      .mce-content-body .menschen__descriptions {
        padding: 15rem; } }
    @media screen and (min-width: 1800px) {
      .mce-content-body .menschen__descriptions {
        padding-top: 20rem; } }
    .mce-content-body .menschen__descriptions .nav button {
      border: 1px solid #ffffff;
      border-radius: 4rem;
      cursor: pointer;
      transition: background-color 0.2s, box-shadow 0.2s;
      box-shadow: 0 0.5rem 2rem rgba(29, 29, 27, 0.2);
      color: #ffffff;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      font-size: 1.8rem;
      outline: none;
      background-color: transparent;
      width: 4rem;
      height: 4rem;
      display: inline-block;
      padding: 0; }
      .mce-content-body .menschen__descriptions .nav button:not(:last-child) {
        margin-right: 1.5rem; }
      .mce-content-body .menschen__descriptions .nav button:hover, .mce-content-body .menschen__descriptions .nav button.active {
        background: #ffffff;
        box-shadow: 0 0.5rem 2rem rgba(29, 29, 27, 0.5);
        color: var(--active-color); }
      @media screen and (min-width: 768px) {
        .mce-content-body .menschen__descriptions .nav button {
          font-size: 2rem; } }
    .mce-content-body .menschen__descriptions .texte {
      position: relative; }
      .mce-content-body .menschen__descriptions .texte .description {
        display: none; }
        .mce-content-body .menschen__descriptions .texte .description.active {
          display: block; }
        .mce-content-body .menschen__descriptions .texte .description .mobile-img {
          position: relative;
          margin-top: 5rem;
          margin-bottom: -2rem; }
          @media screen and (min-width: 992px) {
            .mce-content-body .menschen__descriptions .texte .description .mobile-img {
              display: none; } }
          .mce-content-body .menschen__descriptions .texte .description .mobile-img .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(29, 29, 27, 0.3);
            color: #ffffff;
            padding: 3px 0;
            font-size: 1.5rem;
            text-align: center;
            margin: 0;
            display: none; }
            .mce-content-body .menschen__descriptions .texte .description .mobile-img .caption.active {
              display: block; }
          .mce-content-body .menschen__descriptions .texte .description .mobile-img .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            cursor: pointer;
            width: 50px;
            height: 50px; }
            .mce-content-body .menschen__descriptions .texte .description .mobile-img .play-button.active {
              flex: none;
              width: 50px;
              height: 50px;
              display: inline-block; }
        .mce-content-body .menschen__descriptions .texte .description .title {
          display: flex;
          align-items: center;
          margin-bottom: 4.5rem;
          margin-top: 7rem; }
          .mce-content-body .menschen__descriptions .texte .description .title img {
            width: 75px;
            height: 75px;
            border: 1px solid #ffffff;
            border-radius: 50%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: top;
               object-position: top;
            flex: 0 0 75px;
            margin-right: 1.5rem; }
            @media screen and (min-width: 576px) {
              .mce-content-body .menschen__descriptions .texte .description .title img {
                flex: 0 0 100px;
                width: 100px;
                height: 100px;
                margin-right: 2.5rem; } }
            @media screen and (min-width: 1200px) {
              .mce-content-body .menschen__descriptions .texte .description .title img {
                display: none; } }
          .mce-content-body .menschen__descriptions .texte .description .title h2 {
            color: #ffffff;
            font-size: 2.5rem;
            letter-spacing: 0.2rem;
            line-height: 1.2;
            margin: 0; }
            @media screen and (min-width: 576px) {
              .mce-content-body .menschen__descriptions .texte .description .title h2 {
                font-size: 3rem; } }
            @media screen and (min-width: 992px) {
              .mce-content-body .menschen__descriptions .texte .description .title h2 {
                font-size: 3.5rem; } }
            @media screen and (min-width: 1200px) {
              .mce-content-body .menschen__descriptions .texte .description .title h2 {
                font-size: 4rem; } }
            @media screen and (min-width: 1400px) {
              .mce-content-body .menschen__descriptions .texte .description .title h2 {
                font-size: 5rem; } }
        .mce-content-body .menschen__descriptions .texte .description p,
        .mce-content-body .menschen__descriptions .texte .description a {
          color: #ffffff;
          font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
          font-size: 1.6rem;
          line-height: 1.4; }
          .mce-content-body .menschen__descriptions .texte .description p:last-child,
          .mce-content-body .menschen__descriptions .texte .description a:last-child {
            margin-bottom: 0; }
          @media screen and (min-width: 768px) {
            .mce-content-body .menschen__descriptions .texte .description p,
            .mce-content-body .menschen__descriptions .texte .description a {
              font-size: 1.8rem; } }
          @media screen and (min-width: 1200px) {
            .mce-content-body .menschen__descriptions .texte .description p,
            .mce-content-body .menschen__descriptions .texte .description a {
              font-size: 1.9rem; } }
  .mce-content-body .menschen__videos {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000000;
    justify-content: center; }
    .mce-content-body .menschen__videos.show-lightbox {
      display: flex !important; }
    .mce-content-body .menschen__videos .video-overlay-inner {
      position: relative;
      display: inline-block;
      max-width: 98%;
      max-height: calc(100vw - 80px);
      margin-top: 10rem; }
    .mce-content-body .menschen__videos #video-overlay-closer {
      width: 3.5rem;
      height: auto;
      position: absolute;
      top: -1rem;
      right: -1rem;
      background-color: #fff;
      cursor: pointer;
      border-radius: 100%;
      padding: 2px;
      box-shadow: 0 0 5px #000; }
    .mce-content-body .menschen__videos video {
      max-width: 100%;
      max-height: calc(100vh - 11rem);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: none; }
    .mce-content-body .menschen__videos video.show-video {
      display: block; }

.mce-content-body .sliderComponent {
  overflow: hidden;
  padding: 0;
  color: #ffffff;
  transition: background 0.3s ease;
  position: relative; }
  @media screen and (min-width: 768px) {
    .mce-content-body .sliderComponent {
      display: flex; } }
  .mce-content-body .sliderComponent__navigation {
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .mce-content-body .sliderComponent__navigation {
        width: 100%; } }
    .mce-content-body .sliderComponent__navigation--item::after {
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      right: -72px;
      content: '';
      border-style: solid;
      border-width: 0 40px 40px;
      z-index: 1;
      transform: translateY(-50%) rotate(-90deg);
      display: none;
      border-color: transparent transparent var(--bg-color); }
      @media screen and (max-width: 1200px) {
        .mce-content-body .sliderComponent__navigation--item::after {
          right: -68px; } }
      @media screen and (max-width: 991px) {
        .mce-content-body .sliderComponent__navigation--item::after {
          display: none; } }
    .mce-content-body .sliderComponent__navigation ul, .mce-content-body .sliderComponent__navigation ol {
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-flow: column wrap;
      padding: 0 40px;
      list-style: none;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 30px;
      background: rgba(29, 29, 27, 0.8);
      margin: 0;
      color: #999;
      width: 300px;
      position: absolute;
      right: 0; }
      @media (min-width: 992px) {
        .mce-content-body .sliderComponent__navigation ul, .mce-content-body .sliderComponent__navigation ol {
          height: 680px; } }
      @media (min-width: 1200px) {
        .mce-content-body .sliderComponent__navigation ul, .mce-content-body .sliderComponent__navigation ol {
          height: 800px; } }
      @media screen and (max-width: 1200px) {
        .mce-content-body .sliderComponent__navigation ul, .mce-content-body .sliderComponent__navigation ol {
          font-size: 2.5rem;
          padding: 0 30px 0 10px;
          width: 250px; } }
      @media screen and (max-width: 991px) {
        .mce-content-body .sliderComponent__navigation ul, .mce-content-body .sliderComponent__navigation ol {
          flex-flow: row;
          justify-content: space-around;
          align-items: center;
          font-size: 2rem;
          width: 100%;
          height: 75px;
          bottom: 0; } }
      @media screen and (max-width: 600px) {
        .mce-content-body .sliderComponent__navigation ul, .mce-content-body .sliderComponent__navigation ol {
          font-size: 1.8rem; } }
      .mce-content-body .sliderComponent__navigation ul .active, .mce-content-body .sliderComponent__navigation ol .active {
        color: #ffffff; }
        .mce-content-body .sliderComponent__navigation ul .active::after, .mce-content-body .sliderComponent__navigation ol .active::after {
          display: block; }
          @media screen and (max-width: 991px) {
            .mce-content-body .sliderComponent__navigation ul .active::after, .mce-content-body .sliderComponent__navigation ol .active::after {
              display: none; } }
        .mce-content-body .sliderComponent__navigation ul .active:hover, .mce-content-body .sliderComponent__navigation ol .active:hover {
          transform: scale(1); }
      .mce-content-body .sliderComponent__navigation ul li, .mce-content-body .sliderComponent__navigation ol li {
        cursor: pointer;
        transition: transform 0.2s;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0; }
        @media screen and (max-width: 991px) {
          .mce-content-body .sliderComponent__navigation ul li, .mce-content-body .sliderComponent__navigation ol li {
            padding: 10px 0; } }
        .mce-content-body .sliderComponent__navigation ul li:hover, .mce-content-body .sliderComponent__navigation ol li:hover {
          color: #ffffff; }
        .mce-content-body .sliderComponent__navigation ul li:nth-child(2), .mce-content-body .sliderComponent__navigation ol li:nth-child(2), .mce-content-body .sliderComponent__navigation ul li:nth-child(3), .mce-content-body .sliderComponent__navigation ol li:nth-child(3) {
          margin-top: 50px; }
          @media screen and (max-width: 991px) {
            .mce-content-body .sliderComponent__navigation ul li:nth-child(2), .mce-content-body .sliderComponent__navigation ol li:nth-child(2), .mce-content-body .sliderComponent__navigation ul li:nth-child(3), .mce-content-body .sliderComponent__navigation ol li:nth-child(3) {
              margin: 0;
              margin-top: 0;
              margin-left: 16px; } }
  .mce-content-body .sliderComponent__text-parent {
    position: relative;
    max-width: 100%;
    height: 400px;
    transition: all 0.3s ease;
    background-color: var(--bg-color); }
    @media (min-width: 992px) {
      .mce-content-body .sliderComponent__text-parent {
        height: 680px; } }
    @media (min-width: 1200px) {
      .mce-content-body .sliderComponent__text-parent {
        height: 800px; } }
    .mce-content-body .sliderComponent__text-parent h2 {
      color: #ffffff;
      padding: 0 15px 10px 0;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 20px; }
      @media (min-width: 768px) {
        .mce-content-body .sliderComponent__text-parent h2 {
          padding: 0 15px 10px 15px;
          font-size: 20px; } }
      @media (min-width: 992px) {
        .mce-content-body .sliderComponent__text-parent h2 {
          padding: 0 30px 20px 30px;
          font-size: 30px; } }
      @media (min-width: 1200px) {
        .mce-content-body .sliderComponent__text-parent h2 {
          font-size: 40px; } }
    .mce-content-body .sliderComponent__text-parent p {
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
      font-size: 14px;
      padding: 0 15px 0 0; }
      @media (min-width: 768px) {
        .mce-content-body .sliderComponent__text-parent p {
          font-size: 14px;
          padding: 0 15px; } }
      @media (min-width: 992px) {
        .mce-content-body .sliderComponent__text-parent p {
          font-size: 17px;
          padding: 0 30px; } }
      @media (min-width: 1200px) {
        .mce-content-body .sliderComponent__text-parent p {
          font-size: 19px;
          padding: 0 30px; } }
  .mce-content-body .sliderComponent__text-position {
    position: absolute;
    top: 50%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease; }
    .mce-content-body .sliderComponent__text-position.active {
      opacity: 1; }
  .mce-content-body .sliderComponent__text-item {
    transform: translateY(-50%); }
  .mce-content-body .sliderComponent__backgrounds {
    height: 400px;
    padding: 0;
    position: relative;
    display: block; }
    @media (min-width: 992px) {
      .mce-content-body .sliderComponent__backgrounds {
        height: 680px; } }
    @media (min-width: 1200px) {
      .mce-content-body .sliderComponent__backgrounds {
        height: 800px; } }
    @media screen and (max-width: 991px) {
      .mce-content-body .sliderComponent__backgrounds {
        align-items: flex-end; } }
    .mce-content-body .sliderComponent__backgrounds .active {
      opacity: 1; }
    .mce-content-body .sliderComponent__backgrounds--bg {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0;
      transition: all 1s ease; }
      .mce-content-body .sliderComponent__backgrounds--bg img {
        position: absolute;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.mce-content-body .doppel-slider {
  padding: 0;
  margin-bottom: 3rem; }
  @media screen and (max-width: 991px) {
    .mce-content-body .doppel-slider {
      width: 100%; } }
  .mce-content-body .doppel-slider__container {
    overflow: hidden;
    height: 700px; }
    @media screen and (max-width: 1199px) {
      .mce-content-body .doppel-slider__container {
        height: 565px; } }
    @media screen and (max-width: 991px) {
      .mce-content-body .doppel-slider__container {
        padding: 0;
        margin: 0; } }
    @media screen and (max-width: 670px) {
      .mce-content-body .doppel-slider__container {
        height: 400px; } }
    @media screen and (max-width: 470px) {
      .mce-content-body .doppel-slider__container {
        height: 260px; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .doppel-slider__container {
        display: grid;
        grid-template-columns: 195px 735px; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .doppel-slider__container {
        display: grid;
        grid-template-columns: 240px 870px; } }
  .mce-content-body .doppel-slider__navigation {
    display: none; }
    @media screen and (min-width: 992px) {
      .mce-content-body .doppel-slider__navigation {
        display: block; } }
    .mce-content-body .doppel-slider__navigation--parent {
      overflow: hidden;
      list-style-type: none;
      padding: 0;
      margin: 0;
      width: 175px;
      max-width: 100%; }
      @media screen and (min-width: 1200px) {
        .mce-content-body .doppel-slider__navigation--parent {
          width: 220px; } }
    .mce-content-body .doppel-slider__navigation--realparent {
      padding: 0 !important;
      margin: 0 !important;
      list-style-type: none !important;
      transition: transform 0.3s linear; }
    .mce-content-body .doppel-slider__navigation--item {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      cursor: pointer;
      margin: 0 0 20px 0 !important; }
      .mce-content-body .doppel-slider__navigation--item:last-child {
        margin: 0 0 0 0 !important; }
    .mce-content-body .doppel-slider__navigation--image {
      width: 100%;
      height: auto;
      display: block;
      opacity: 0;
      transition: opacity 0.2s ease-in; }
      .mce-content-body .doppel-slider__navigation--image:hover, .mce-content-body .doppel-slider__navigation--image-active {
        opacity: 0.4; }
  @media (min-width: 992px) {
    .mce-content-body .doppel-slider__thumbs--container {
      height: 100%;
      overflow: hidden; } }
  .mce-content-body .doppel-slider__items {
    position: relative;
    height: 100%; }
    .mce-content-body .doppel-slider__items--container {
      position: relative;
      height: 100%; }
      @media screen and (max-width: 991px) {
        .mce-content-body .doppel-slider__items--container {
          padding: 0;
          width: 100%;
          height: 100%; } }
      @media screen and (max-width: 415px) {
        .mce-content-body .doppel-slider__items--container {
          height: 80%; } }
    .mce-content-body .doppel-slider__items--caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #00577b;
      padding: 3rem;
      display: none; }
      @media screen and (min-width: 768px) {
        .mce-content-body .doppel-slider__items--caption {
          display: block; } }
      .mce-content-body .doppel-slider__items--caption h3,
      .mce-content-body .doppel-slider__items--caption p {
        color: #ffffff !important; }
      .mce-content-body .doppel-slider__items--caption h3 {
        font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif !important;
        font-size: 3rem !important;
        margin: 0 0 3rem 0 !important;
        position: relative !important; }
        .mce-content-body .doppel-slider__items--caption h3:after {
          content: '&nbsp;';
          width: 53px;
          border-top: 2px solid #fff;
          color: transparent;
          position: absolute;
          left: -10px;
          top: 45px; }
      .mce-content-body .doppel-slider__items--caption p:last-of-type {
        margin: 0; }
    .mce-content-body .doppel-slider__items--item {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s linear 0s, visibility 0s linear 0.3s; }
      .mce-content-body .doppel-slider__items--item-active {
        opacity: 1;
        visibility: visible; }
    .mce-content-body .doppel-slider__items--image {
      width: 100%;
      height: auto; }
  .mce-content-body .doppel-slider__controls--arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-block;
    border: none;
    background-color: transparent; }
    .mce-content-body .doppel-slider__controls--arrow img {
      width: 3rem; }
      @media screen and (min-width: 1200px) {
        .mce-content-body .doppel-slider__controls--arrow img {
          width: 4rem; } }
  .mce-content-body .doppel-slider__controls--next {
    right: 15px; }
    @media screen and (max-width: 991px) {
      .mce-content-body .doppel-slider__controls--next {
        right: 0; } }
  .mce-content-body .doppel-slider__controls--prev {
    left: 15px; }
    @media screen and (max-width: 991px) {
      .mce-content-body .doppel-slider__controls--prev {
        left: 0; } }

.mce-content-body .testimonial-plugin {
  background: #f0f0f0; }
  @media screen and (min-width: 992px) {
    .mce-content-body .testimonial-plugin {
      height: 27rem; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .testimonial-plugin {
      height: 29rem; } }
  @media screen and (min-width: 1600px) {
    .mce-content-body .testimonial-plugin {
      height: 37rem; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .testimonial-plugin .testimonial {
      margin: 0;
      padding: 4.5rem 4.5rem 0 4.5rem; } }

.mce-content-body .testimonial-cell-inner {
  width: 100vw;
  background: #f0f0f0; }
  @media screen and (min-width: 992px) {
    .mce-content-body .testimonial-cell-inner {
      height: 27rem; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .testimonial-cell-inner {
      height: 29rem; } }
  @media screen and (min-width: 1600px) {
    .mce-content-body .testimonial-cell-inner {
      height: 37rem; } }

.mce-content-body .flickity-viewport {
  overflow-y: visible !important;
  background: #f0f0f0; }
  @media screen and (min-width: 992px) {
    .mce-content-body .flickity-viewport {
      height: 27rem; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .flickity-viewport {
      height: 29rem; } }
  @media screen and (min-width: 1600px) {
    .mce-content-body .flickity-viewport {
      height: 37rem; } }

.mce-content-body .testimonial {
  margin: 0 0;
  background: #f0f0f0;
  padding: 4.5rem 1.5rem;
  position: relative; }
  @media screen and (min-width: 576px) {
    .mce-content-body .testimonial {
      padding: 4.5rem 2.5rem; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .testimonial {
      margin: 0;
      padding: 4.5rem; } }
  .mce-content-body .testimonial .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 576px) {
      .mce-content-body .testimonial .wrapper {
        justify-content: flex-start; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .testimonial .wrapper {
        flex-wrap: nowrap; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .testimonial .wrapper {
        max-width: 1140px;
        margin: 0 auto; } }
    @media screen and (min-width: 1400px) {
      .mce-content-body .testimonial .wrapper {
        max-width: 1340px;
        margin: 0 auto; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .testimonial .wrapper {
        max-width: 1500px; } }
  .mce-content-body .testimonial__left:before {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 30%;
    bottom: auto;
    right: auto;
    margin-top: -3.3rem;
    content: '';
    border-style: solid;
    border-width: 0 40px 35px;
    border-color: transparent transparent #f0f0f0;
    margin-left: 0;
    z-index: 1; }
    @media screen and (max-width: 1185px) {
      .mce-content-body .testimonial__left:before {
        left: 21%; } }
  .mce-content-body .testimonial__right:before {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 33%;
    margin-top: -3.3rem;
    content: '';
    border-style: solid;
    border-width: 0 40px 35px;
    border-color: transparent transparent #f0f0f0;
    margin-left: 0;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .mce-content-body .testimonial__right:before {
        right: 0;
        left: 21%; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .testimonial__right .image {
      order: 50; }
    .mce-content-body .testimonial__right .about {
      order: 51; }
    .mce-content-body .testimonial__right .text {
      margin-left: 0 !important;
      margin-right: auto; } }
  .mce-content-body .testimonial__picture {
    margin-bottom: 1.5rem; }
    .mce-content-body .testimonial__picture img {
      margin: 0 auto;
      width: 15rem;
      border-radius: 100%; }
      @media screen and (min-width: 576px) {
        .mce-content-body .testimonial__picture img {
          margin: 0; } }
      @media screen and (min-width: 992px) {
        .mce-content-body .testimonial__picture img {
          width: 17.5rem; } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .testimonial__picture img {
          width: 20rem; } }
      @media screen and (min-width: 1600px) {
        .mce-content-body .testimonial__picture img {
          width: 28rem; } }
  .mce-content-body .testimonial__about h3 {
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    margin: 0;
    letter-spacing: 0.2rem;
    font-size: 3rem;
    margin-bottom: 1rem; }
    @media screen and (min-width: 1600px) {
      .mce-content-body .testimonial__about h3 {
        font-size: 4.3rem; } }
  .mce-content-body .testimonial .about-text {
    font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .mce-content-body .testimonial .about-text {
        font-size: 1.8rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .testimonial .about-text {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .testimonial .about-text {
        font-size: 1.8rem; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .testimonial .about-text.long {
        padding-left: 3.5rem; } }
    .mce-content-body .testimonial .about-text span {
      font-weight: 700; }
  .mce-content-body .testimonial .image {
    flex: 0 0 100%; }
    @media screen and (min-width: 576px) {
      .mce-content-body .testimonial .image {
        flex: none;
        margin-right: 2.5rem; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .testimonial .image {
        margin-right: 3.5rem; } }
  @media screen and (min-width: 576px) {
    .mce-content-body .testimonial .text {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .testimonial .text {
      max-width: 740px; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .testimonial .text {
      flex: 0 0 43%;
      margin-left: auto; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .testimonial .text {
      flex: 0 0 45%; } }
  @media screen and (min-width: 1600px) {
    .mce-content-body .testimonial .text {
      flex: 0 0 40%; } }

.mce-content-body .raumauswahl {
  background-color: #00577b;
  padding: 80px 0 50px 0; }
  .mce-content-body .raumauswahl__intro {
    text-align: center;
    position: relative; }
  .mce-content-body .raumauswahl h2.raumauswahl__heading {
    color: #ffffff;
    display: inline-block;
    font-size: 48px; }
    @media screen and (max-width: 1199px) {
      .mce-content-body .raumauswahl h2.raumauswahl__heading {
        font-size: 33px; } }
  .mce-content-body .raumauswahl__nav {
    margin-top: 30px; }
    .mce-content-body .raumauswahl__nav--main {
      color: #ffffff;
      font-size: 25px;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 580px) {
        .mce-content-body .raumauswahl__nav--main {
          flex-flow: column wrap; } }
      @media screen and (max-width: 1199px) {
        .mce-content-body .raumauswahl__nav--main {
          font-size: 18px; } }
      @media screen and (max-width: 630px) {
        .mce-content-body .raumauswahl__nav--main {
          font-size: 16px; } }
      @media screen and (max-width: 549px) {
        .mce-content-body .raumauswahl__nav--main {
          font-size: 14px; } }
      .mce-content-body .raumauswahl__nav--main-button {
        border: 1px solid #ffffff;
        padding: 5px 30px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: transparent;
        outline: none;
        letter-spacing: 1.5px;
        color: #ffffff; }
        .mce-content-body .raumauswahl__nav--main-button:hover {
          background-color: #ffffff;
          color: #00577b; }
        @media screen and (max-width: 745px) {
          .mce-content-body .raumauswahl__nav--main-button {
            padding: 5px 10px; } }
        .mce-content-body .raumauswahl__nav--main-button:not(last-child) {
          margin-right: 20px; }
          @media screen and (max-width: 991px) {
            .mce-content-body .raumauswahl__nav--main-button:not(last-child) {
              margin-right: 15px; } }
          @media screen and (max-width: 580px) {
            .mce-content-body .raumauswahl__nav--main-button:not(last-child) {
              margin: 0;
              margin-bottom: 10px; } }
        .mce-content-body .raumauswahl__nav--main-button.active {
          background-color: #ffffff;
          color: #00577b; }
    .mce-content-body .raumauswahl__nav--secondary {
      margin-top: 20px;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      font-size: 20px;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none; }
      @media screen and (max-width: 580px) {
        .mce-content-body .raumauswahl__nav--secondary {
          flex-flow: column wrap; } }
      @media screen and (max-width: 1199px) {
        .mce-content-body .raumauswahl__nav--secondary {
          font-size: 16px; } }
      @media screen and (max-width: 630px) {
        .mce-content-body .raumauswahl__nav--secondary {
          font-size: 14px; } }
      @media screen and (max-width: 549px) {
        .mce-content-body .raumauswahl__nav--secondary {
          font-size: 13px; } }
      .mce-content-body .raumauswahl__nav--secondary.active {
        display: flex; }
      .mce-content-body .raumauswahl__nav--secondary-button {
        border: 1px solid #ffffff;
        padding: 5px 30px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: transparent;
        outline: none;
        letter-spacing: 1.5px;
        color: #ffffff; }
        .mce-content-body .raumauswahl__nav--secondary-button:hover {
          background-color: #ffffff;
          color: #00577b; }
        @media screen and (max-width: 745px) {
          .mce-content-body .raumauswahl__nav--secondary-button {
            padding: 5px 10px; } }
        .mce-content-body .raumauswahl__nav--secondary-button:not(:last-child) {
          margin-right: 15px; }
          @media screen and (max-width: 580px) {
            .mce-content-body .raumauswahl__nav--secondary-button:not(:last-child) {
              margin: 0;
              margin-bottom: 10px; } }
        .mce-content-body .raumauswahl__nav--secondary-button.active {
          background-color: #ffffff;
          color: #00577b; }
  .mce-content-body .raumauswahl__content {
    padding-top: 90px;
    min-height: 10px;
    overflow: hidden;
    opacity: 0; }
    .mce-content-body .raumauswahl__content.active {
      animation: showContent 0.5s ease-in 0s 1 forwards; }
    @media screen and (max-width: 700px) {
      .mce-content-body .raumauswahl__content {
        padding-top: 25px; } }
    .mce-content-body .raumauswahl__content .mce-content-body,
    .mce-content-body .raumauswahl__content article {
      background-color: transparent; }
    .mce-content-body .raumauswahl__content .mce-content-body h1,
    .mce-content-body .raumauswahl__content .mce-content-body h2,
    .mce-content-body .raumauswahl__content .mce-content-body h3,
    .mce-content-body .raumauswahl__content .mce-content-body h4,
    .mce-content-body .raumauswahl__content .mce-content-body h5,
    .mce-content-body .raumauswahl__content .mce-content-body p,
    .mce-content-body .raumauswahl__content .mce-content-body ul,
    .mce-content-body .raumauswahl__content .mce-content-body ol,
    .mce-content-body .raumauswahl__content .mce-content-body ol,
    .mce-content-body .raumauswahl__content .mce-content-body li,
    .mce-content-body .raumauswahl__content .mce-content-body a,
    .mce-content-body .raumauswahl__content .mce-content-body td,
    .mce-content-body .raumauswahl__content .mce-content-body th {
      color: #ffffff; }
  .mce-content-body .raumauswahl__parent {
    padding: 0;
    min-height: 100rem; }
    @media (max-width: 767px) {
      .mce-content-body .raumauswahl__parent .row {
        margin-right: 0 !important;
        margin-left: 0 !important; } }
    @media (min-width: 768px) {
      .mce-content-body .raumauswahl__parent .row {
        margin-right: -15px;
        margin-left: -15px; } }
    @media (min-width: 576px) {
      .mce-content-body .raumauswahl__parent section:last-of-type {
        margin: 0 auto;
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mce-content-body .raumauswahl__parent section:last-of-type {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mce-content-body .raumauswahl__parent section:last-of-type {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mce-content-body .raumauswahl__parent section:last-of-type {
        max-width: 1140px; } }
    @media (min-width: 768px) {
      .mce-content-body .raumauswahl__parent section:last-of-type .col-12,
      .mce-content-body .raumauswahl__parent section:last-of-type .col-lg-6,
      .mce-content-body .raumauswahl__parent section:last-of-type .col-lg-12 {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media (min-width: 576px) {
      .mce-content-body .raumauswahl__parent section:last-of-type .col-12 .coretext,
      .mce-content-body .raumauswahl__parent section:last-of-type .col-lg-6 .coretext,
      .mce-content-body .raumauswahl__parent section:last-of-type .col-lg-12 .coretext {
        padding-left: 0 !important;
        padding-right: 0 !important; } }

@keyframes showContent {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translate(0); } }

@media (min-width: 992px) {
  .mce-content-body .icon-w-text-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

.mce-content-body .icon-w-text-gallery .item {
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .mce-content-body .icon-w-text-gallery .item {
      flex: 0 0 33.3%; } }
  .mce-content-body .icon-w-text-gallery .item > div {
    text-align: center; }
  .mce-content-body .icon-w-text-gallery .item p {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    padding: 0 3rem; }
    @media (min-width: 992px) {
      .mce-content-body .icon-w-text-gallery .item p {
        padding: 0 5rem; } }
    .mce-content-body .icon-w-text-gallery .item p .button-link {
      font-size: calc(1.8rem / 1.2);
      -webkit-hyphens: auto;
              hyphens: auto;
      line-height: 1;
      padding: 0.8rem 2rem; }
      @media screen and (min-width: 768px) {
        .mce-content-body .icon-w-text-gallery .item p .button-link {
          font-size: calc(1.8rem / 1.1); } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .icon-w-text-gallery .item p .button-link {
          font-size: calc(1.8rem); } }
  .mce-content-body .icon-w-text-gallery .item img {
    width: 12rem;
    height: auto;
    margin-bottom: 2rem;
    display: inline-block; }
    @media (min-width: 768px) {
      .mce-content-body .icon-w-text-gallery .item img {
        width: 15rem; } }

.mce-content-body .co2-container {
  background-color: #8eb54a;
  padding: 5rem 0; }
  @media (max-width: 767px) {
    .mce-content-body .co2-container {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 992px) {
    .mce-content-body .co2-container {
      padding: 6rem 0; } }
  @media (min-width: 1200px) {
    .mce-content-body .co2-container {
      padding: 7rem 0; } }
  @media (min-width: 768px) {
    .mce-content-body .co2-container .container {
      width: 750px !important; } }
  @media (min-width: 992px) {
    .mce-content-body .co2-container .container {
      width: 970px !important; } }
  @media (min-width: 1200px) {
    .mce-content-body .co2-container .container {
      width: 1170px !important; } }
  .mce-content-body .co2-container ul.co2-buttons, .mce-content-body .co2-container ol.co2-buttons,
  .mce-content-body .co2-container li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .mce-content-body .co2-container ul.co2-buttons, .mce-content-body .co2-container ol.co2-buttons {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      .mce-content-body .co2-container ul.co2-buttons, .mce-content-body .co2-container ol.co2-buttons {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 992px) {
      .mce-content-body .co2-container ul.co2-buttons, .mce-content-body .co2-container ol.co2-buttons {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
    .mce-content-body .co2-container ul.co2-buttons li, .mce-content-body .co2-container ol.co2-buttons li {
      border: 1px solid #fff;
      border-radius: 5px;
      text-align: center;
      cursor: pointer;
      color: #fff;
      padding: 1rem;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      font-weight: normal;
      font-size: 1.6rem;
      transition: all 0.1s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #aac961; }
      @media (min-width: 768px) {
        .mce-content-body .co2-container ul.co2-buttons li, .mce-content-body .co2-container ol.co2-buttons li {
          padding: 2.5rem 1.5rem;
          font-size: 1.9rem; } }
      .mce-content-body .co2-container ul.co2-buttons li:hover, .mce-content-body .co2-container ol.co2-buttons li:hover, .mce-content-body .co2-container ul.co2-buttons li.active, .mce-content-body .co2-container ol.co2-buttons li.active {
        background-color: #fff;
        color: #8eb54a; }

.mce-content-body .co2-box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 5rem; }
  .mce-content-body .co2-box-container .co2-box {
    height: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.1s ease-in-out; }
    .mce-content-body .co2-box-container .co2-box p {
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      color: #fff;
      font-size: 3rem;
      margin: 0;
      text-align: center; }
      @media (min-width: 992px) {
        .mce-content-body .co2-box-container .co2-box p {
          font-size: 3.5rem; } }
    .mce-content-body .co2-box-container .co2-box .co2-big {
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      color: #fff;
      font-size: 4rem;
      position: relative;
      padding-right: 5rem; }
      @media (min-width: 992px) {
        .mce-content-body .co2-box-container .co2-box .co2-big {
          font-size: 5rem;
          padding-right: 6rem; } }
      @media (min-width: 1200px) {
        .mce-content-body .co2-box-container .co2-box .co2-big {
          font-size: 6rem;
          padding-right: 7rem; } }
      .mce-content-body .co2-box-container .co2-box .co2-big i {
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
        font-style: normal !important;
        display: inline-block;
        border: 1px solid #fff;
        line-height: 1;
        border-radius: 100%;
        font-size: 0.5em;
        width: 1.4em;
        height: 1.4em;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 100000; }
        .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          background-color: rgba(255, 255, 255, 0.97);
          padding: 2rem;
          min-width: 32rem;
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
          display: none; }
          @media (min-width: 992px) {
            .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info {
              top: 50%;
              right: -5px;
              transform: translateY(-50%);
              min-width: 45rem; } }
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info p,
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info ul,
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info ol,
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info li {
            font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
            color: #333;
            font-size: 1.4rem;
            text-align: left; }
          
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info ul,
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info ol,
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info li {
            list-style-type: square; }
          
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info ul,
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info ol {
            padding-left: 1.2em; }
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info li {
            margin: 0.3em 0; }
          .mce-content-body .co2-box-container .co2-box .co2-big i .co2-info p {
            font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif; }
        .mce-content-body .co2-box-container .co2-box .co2-big i:hover, .mce-content-body .co2-box-container .co2-box .co2-big i:focus {
          background-color: #fff;
          color: #8eb54a; }
          .mce-content-body .co2-box-container .co2-box .co2-big i:hover .co2-info, .mce-content-body .co2-box-container .co2-box .co2-big i:focus .co2-info {
            display: block; }
    .mce-content-body .co2-box-container .co2-box.active {
      overflow: visible;
      height: auto;
      width: auto; }

.mce-content-body .erfolgsgeschichten {
  padding-top: 5rem; }
  .mce-content-body .erfolgsgeschichten .parent-container {
    padding: 0; }
    .mce-content-body .erfolgsgeschichten .parent-container .cards {
      display: flex;
      flex-flow: column wrap; }
      @media screen and (min-width: 768px) {
        .mce-content-body .erfolgsgeschichten .parent-container .cards {
          flex-flow: row wrap;
          margin: 0 -15px;
          max-width: 660px; } }
      @media screen and (min-width: 992px) {
        .mce-content-body .erfolgsgeschichten .parent-container .cards {
          max-width: none; } }
    .mce-content-body .erfolgsgeschichten .parent-container .text-intro {
      padding: 0 15px; }
      @media screen and (min-width: 768px) {
        .mce-content-body .erfolgsgeschichten .parent-container .text-intro {
          padding: 0; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .erfolgsgeschichten .container {
      max-width: 690px; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .erfolgsgeschichten .container {
      max-width: 930px; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .erfolgsgeschichten .container {
      max-width: 1110px !important; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .erfolgsgeschichten .container.cards-container {
      max-width: 660px; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .erfolgsgeschichten .container.cards-container {
      max-width: 900px !important; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .erfolgsgeschichten .container.cards-container {
      max-width: 1080px !important; } }
  .mce-content-body .erfolgsgeschichten__card {
    position: relative;
    margin-bottom: 3rem; }
    .mce-content-body .erfolgsgeschichten__card--content {
      width: 100%;
      position: relative;
      cursor: pointer;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
      transition: box-shadow 0.3s ease-in; }
      @media screen and (max-width: 991px) {
        .mce-content-body .erfolgsgeschichten__card--content {
          margin-top: 15px; } }
      .mce-content-body .erfolgsgeschichten__card--content:hover {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.35); }
      .mce-content-body .erfolgsgeschichten__card--content img {
        width: 100%;
        height: auto; }
      .mce-content-body .erfolgsgeschichten__card--content h2 {
        font-size: 2rem;
        font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
        padding: 0.8rem 1rem;
        color: #888;
        margin: 0;
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        bottom: 47px; }
      .mce-content-body .erfolgsgeschichten__card--content p {
        padding: 1rem;
        font-size: 1.8rem;
        background-color: #ffffff;
        margin-bottom: 0;
        color: #212121; }
  .mce-content-body .erfolgsgeschichten__contents {
    background: #ffffff;
    position: relative;
    margin-bottom: 3rem;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out, visibility 0.2s; }
    .mce-content-body .erfolgsgeschichten__contents.active {
      opacity: 1;
      visibility: visible; }
    @media screen and (min-width: 800px) {
      .mce-content-body .erfolgsgeschichten__contents {
        margin: 0 -50px;
        margin-bottom: 3rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .erfolgsgeschichten__contents {
        margin: 0;
        margin-bottom: 3rem; } }
    .mce-content-body .erfolgsgeschichten__contents--parent {
      display: flex;
      flex-flow: row wrap; }
      @media screen and (max-width: 991px) {
        .mce-content-body .erfolgsgeschichten__contents--parent {
          flex-flow: column wrap;
          width: 100%; } }
    .mce-content-body .erfolgsgeschichten__contents--bild {
      padding: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
      min-height: 300px; }
      @media screen and (min-width: 992px) {
        .mce-content-body .erfolgsgeschichten__contents--bild {
          min-height: 400px; } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .erfolgsgeschichten__contents--bild {
          min-height: 500px; } }
      .mce-content-body .erfolgsgeschichten__contents--bild img {
        height: 100%; }
      .mce-content-body .erfolgsgeschichten__contents--bild iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .mce-content-body .erfolgsgeschichten__contents--bild .keen-slider {
        height: 100%; }
        .mce-content-body .erfolgsgeschichten__contents--bild .keen-slider__slide img {
          position: absolute;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .mce-content-body .erfolgsgeschichten__contents--photo {
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      width: 100%; }
    .mce-content-body .erfolgsgeschichten__contents--text {
      position: relative;
      align-self: flex-end;
      padding: 5rem 5rem; }
      @media screen and (max-width: 991px) {
        .mce-content-body .erfolgsgeschichten__contents--text {
          width: 100%;
          padding: 2rem 3rem; } }
      .mce-content-body .erfolgsgeschichten__contents--text p {
        color: #212121;
        font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
        width: 75%; }
        @media screen and (max-width: 991px) {
          .mce-content-body .erfolgsgeschichten__contents--text p {
            width: 100%; } }
        @media screen and (min-width: 2200px) {
          .mce-content-body .erfolgsgeschichten__contents--text p {
            font-size: 2.5rem; } }
      .mce-content-body .erfolgsgeschichten__contents--text h3 {
        font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
        color: #212121;
        font-size: 4.5rem;
        line-height: 1.15;
        padding-bottom: 5rem; }
        @media screen and (max-width: 991px) {
          .mce-content-body .erfolgsgeschichten__contents--text h3 {
            padding-bottom: 2rem;
            font-size: 3rem; } }
    .mce-content-body .erfolgsgeschichten__contents--close {
      position: absolute;
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
      font-size: 5rem;
      font-weight: normal;
      color: #212121;
      right: 15px;
      cursor: pointer;
      z-index: 2; }
      .mce-content-body .erfolgsgeschichten__contents--close:hover {
        transform: scale(1.05); }
      @media screen and (max-width: 991px) {
        .mce-content-body .erfolgsgeschichten__contents--close {
          font-size: 5rem; } }

.veranstaltungen-buttons {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .veranstaltungen-buttons {
      margin-left: 0;
      margin-right: 0; } }
  .veranstaltungen-buttons a {
    display: inline-block;
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.6rem;
    color: #717879 !important;
    text-decoration: none !important;
    font-weight: normal;
    background: none;
    border: 1px solid #717879;
    padding: 0.5rem 1.5rem 0.6rem 1.5rem;
    line-height: 1;
    border-radius: 5px;
    margin: 0 0.7rem 1.5rem 0.7rem; }
    @media (min-width: 992px) {
      .veranstaltungen-buttons a {
        font-size: 1.6rem; } }
    @media (min-width: 1200px) {
      .veranstaltungen-buttons a {
        font-size: 2rem; } }
    .veranstaltungen-buttons a:hover {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.05); }
    .veranstaltungen-buttons a:active {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.1); }
    .veranstaltungen-buttons a.selected {
      opacity: 1; }

.querverlinkung p {
  padding: 1rem 0;
  width: 100%; }
  @media (min-width: 768px) {
    .querverlinkung p {
      display: flex;
      justify-content: center; } }

.querverlinkung a {
  display: block;
  text-align: center;
  font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
  text-decoration: none;
  color: #444;
  border: 1px solid #444;
  border-radius: 5px;
  margin-bottom: 3rem;
  padding: 0.4rem 0;
  text-transform: uppercase;
  font-size: calc(2.2rem / 1.2); }
  @media screen and (min-width: 768px) {
    .querverlinkung a {
      font-size: calc(2.2rem / 1.1); } }
  @media screen and (min-width: 1200px) {
    .querverlinkung a {
      font-size: calc(2.2rem); } }
  .querverlinkung a:after {
    content: ' »'; }
  @media (min-width: 768px) {
    .querverlinkung a {
      flex: 0 1 48%;
      margin-bottom: 0;
      margin-left: 1%;
      margin-right: 1%; }
      .querverlinkung a:hover {
        background-color: #f7f7f7; } }
  .querverlinkung a.green-link {
    background-color: #abc867;
    border-color: #abc867;
    color: white; }
    .querverlinkung a.green-link:hover {
      background-color: #8eb54a;
      border-color: #8eb54a; }

.nachhaltig-galerie {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem; }
  @media (min-width: 768px) {
    .nachhaltig-galerie {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .nachhaltig-galerie {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 5rem; } }
  .nachhaltig-galerie .nachhaltig-galerie-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .nachhaltig-galerie .nachhaltig-galerie-item p {
      font-size: 1.5rem;
      line-height: 1.3;
      text-align: center;
      padding: 0 3rem; }
      @media (min-width: 768px) {
        .nachhaltig-galerie .nachhaltig-galerie-item p {
          padding: 0 5rem; } }
    .nachhaltig-galerie .nachhaltig-galerie-item img {
      width: 12rem;
      height: auto;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .nachhaltig-galerie .nachhaltig-galerie-item img {
          width: 15rem; } }

.header-gallery {
  position: relative; }
  .header-gallery img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media (min-width: 768px) {
      .header-gallery img {
        aspect-ratio: 3/1; } }

.mce-content-body .miniplaner {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  color: #1d1d1b;
  overflow: hidden;
  position: relative;
  /* Range Input */
  /*./ Range Input*/ }
  @media screen and (min-width: 768px) {
    .mce-content-body .miniplaner {
      min-height: calc(100vh - 80px); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mce-content-body .miniplaner {
      height: 100%; } }
  .mce-content-body .miniplaner__platzhalter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000; }
  .mce-content-body .miniplaner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s; }
    .mce-content-body .miniplaner__bg.active {
      opacity: 1;
      visibility: visible; }
    .mce-content-body .miniplaner__bg--1 {
      background-image: url(/images/generated/77eb363ed1423649ad4a.jpg); }
    .mce-content-body .miniplaner__bg--2 {
      background-image: url(/images/generated/f1282c8c1af0e7205b09.jpg); }
    .mce-content-body .miniplaner__bg--3 {
      background-image: url(/images/generated/4f47e4d3353f1d58cfec.jpg); }
  .mce-content-body .miniplaner__copyright {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    width: 100%;
    display: none; }
    .mce-content-body .miniplaner__copyright.active {
      display: block; }
  .mce-content-body .miniplaner input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    margin: 11.5px 0; }
  .mce-content-body .miniplaner input[type='range']:focus {
    outline: none; }
  .mce-content-body .miniplaner input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: #ddd; }
  .mce-content-body .miniplaner input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    height: 25px;
    width: 20px;
    background: #ffffff;
    cursor: pointer;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAaCAIAAADaPfBTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFRDE3Mjc1NDBCQTExRTk4RkQ0QTIzOUI1Q0Y4MzU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFRDE3Mjc2NDBCQTExRTk4RkQ0QTIzOUI1Q0Y4MzU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUVEMTcyNzM0MEJBMTFFOThGRDRBMjM5QjVDRjgzNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUVEMTcyNzQ0MEJBMTFFOThGRDRBMjM5QjVDRjgzNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Az7aJAAAAIklEQVR42mJ8zCbMQBZgYiAXjOoc1Tmqc1TnqE766AQIMABqrgEwsy1WyAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -10px;
    margin-left: -1px; }
    @media screen and (min-width: 768px) {
      .mce-content-body .miniplaner input[type='range']::-webkit-slider-thumb {
        height: 20px;
        width: 8px;
        margin-left: 0;
        margin-top: -7px;
        border-radius: 3px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaCAYAAACO5M0mAAAABHNCSVQICAgIfAhkiAAAABxJREFUOI1jfMwm/J+BCMBEjKJRhaMKRxUOT4UAqvACL/MEDG4AAAAASUVORK5CYII=); } }
  .mce-content-body .miniplaner input[type='range']:focus::-webkit-slider-runnable-track {
    background: #ccc; }
  .mce-content-body .miniplaner input[type='range']::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: #ddd; }
  .mce-content-body .miniplaner input[type='range']::-moz-range-thumb {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #888;
    height: 25px;
    width: 18px;
    background: #ffffff;
    cursor: pointer;
    background-color: transparent;
    border-left: none;
    border-top: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAaCAIAAADaPfBTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFRDE3Mjc1NDBCQTExRTk4RkQ0QTIzOUI1Q0Y4MzU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFRDE3Mjc2NDBCQTExRTk4RkQ0QTIzOUI1Q0Y4MzU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUVEMTcyNzM0MEJBMTFFOThGRDRBMjM5QjVDRjgzNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUVEMTcyNzQ0MEJBMTFFOThGRDRBMjM5QjVDRjgzNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Az7aJAAAAIklEQVR42mJ8zCbMQBZgYiAXjOoc1Tmqc1TnqE766AQIMABqrgEwsy1WyAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -10px;
    margin-left: -1px; }
    @media screen and (min-width: 768px) {
      .mce-content-body .miniplaner input[type='range']::-moz-range-thumb {
        height: 20px;
        width: 8px;
        margin-left: 0;
        margin-top: -7px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaCAYAAACO5M0mAAAABHNCSVQICAgIfAhkiAAAABxJREFUOI1jfMwm/J+BCMBEjKJRhaMKRxUOT4UAqvACL/MEDG4AAAAASUVORK5CYII=); } }
  .mce-content-body .miniplaner input[type='range']::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    border: 15px solid transparent;
    color: transparent; }
  .mce-content-body .miniplaner input[type='range']::-ms-fill-lower {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #444; }
  .mce-content-body .miniplaner input[type='range']::-ms-fill-upper {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: #999; }
  .mce-content-body .miniplaner input[type='range']::-ms-thumb {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #888;
    height: 25px;
    width: 10px;
    margin-left: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #aaa;
    border-left: none;
    border-top: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAaCAYAAACO5M0mAAAABHNCSVQICAgIfAhkiAAAABxJREFUOI1jfMwm/J+BCMBEjKJRhaMKRxUOT4UAqvACL/MEDG4AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center center; }
  .mce-content-body .miniplaner input[type='range']::-ms-tooltip {
    display: none; }
  .mce-content-body .miniplaner .row {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-around; }
    .mce-content-body .miniplaner .row .col-xl-6 {
      max-width: 640px; }
  .mce-content-body .miniplaner h1 {
    color: #ffffff;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    z-index: 999;
    position: relative; }
    @media screen and (min-width: 768px) {
      .mce-content-body .miniplaner h1 {
        margin-top: 10rem;
        margin-bottom: 10rem; } }
  .mce-content-body .miniplaner__box {
    margin-bottom: 3rem;
    margin-top: 5rem;
    background-color: #ffffff; }
    @media screen and (min-width: 768px) {
      .mce-content-body .miniplaner__box {
        margin-bottom: 5rem;
        margin-top: 10rem; } }
    .mce-content-body .miniplaner__box a,
    .mce-content-body .miniplaner__box button {
      text-decoration: none;
      color: #1d1d1b;
      text-transform: uppercase;
      text-align: center;
      font-size: 1.1rem; }
      @media screen and (min-width: 550px) {
        .mce-content-body .miniplaner__box a,
        .mce-content-body .miniplaner__box button {
          font-size: 1.5rem; } }
      .mce-content-body .miniplaner__box a:hover,
      .mce-content-body .miniplaner__box button:hover {
        color: #1d1d1b; }
    .mce-content-body .miniplaner__box--nav {
      display: flex;
      justify-content: space-between;
      list-style: none !important;
      margin: 0 !important;
      margin-bottom: 2rem !important; }
      .mce-content-body .miniplaner__box--nav li {
        padding: 0 !important;
        margin: 0 !important;
        flex: 1; }
        .mce-content-body .miniplaner__box--nav li button {
          cursor: pointer;
          display: block;
          padding: 1rem;
          width: 100%;
          text-align: center;
          border: none;
          background-color: #efefef;
          transition: background-color 0.1s;
          outline: none; }
          .mce-content-body .miniplaner__box--nav li button:not(last-child) {
            border-right: 2px solid #fff; }
          .mce-content-body .miniplaner__box--nav li button.active, .mce-content-body .miniplaner__box--nav li button:hover {
            background-color: #ffffff; }
    .mce-content-body .miniplaner__box--content {
      padding: 1rem 2rem;
      position: relative; }
      .mce-content-body .miniplaner__box--content-legende {
        display: flex;
        justify-content: space-between; }
        .mce-content-body .miniplaner__box--content-legende span {
          font-size: 1.2rem; }
        .mce-content-body .miniplaner__box--content-legende input.form-control {
          background: white;
          border: 1px solid #ccc;
          font-size: 1.5rem;
          margin-bottom: 0;
          margin-top: 1rem; }
      .mce-content-body .miniplaner__box--content-boxes {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        margin-left: 1rem;
        margin-right: 1rem; }
        @media screen and (min-width: 550px) {
          .mce-content-body .miniplaner__box--content-boxes {
            flex-flow: row wrap;
            justify-content: space-between; } }
      .mce-content-body .miniplaner__box--content-boxesParent {
        display: flex;
        flex-flow: row wrap; }
        @media screen and (min-width: 768px) {
          .mce-content-body .miniplaner__box--content-boxesParent {
            flex-flow: column wrap; } }
        .mce-content-body .miniplaner__box--content-boxesParent input {
          cursor: pointer;
          margin: 0;
          margin-bottom: 0.5rem; }
        .mce-content-body .miniplaner__box--content-boxesParent label {
          text-transform: uppercase;
          font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
          font-weight: 100 !important;
          cursor: pointer;
          margin: 0;
          margin-bottom: 0.5rem;
          margin-left: 0.5rem;
          font-size: 1.2rem !important; }
          @media screen and (min-width: 550px) {
            .mce-content-body .miniplaner__box--content-boxesParent label {
              font-size: 1.3rem !important; } }
      .mce-content-body .miniplaner__box--content-boxesRealParent {
        display: flex;
        align-items: center;
        margin-left: 12px; }
        @media screen and (min-width: 768px) {
          .mce-content-body .miniplaner__box--content-boxesRealParent {
            margin-left: 0; } }
      .mce-content-body .miniplaner__box--content-menu {
        transition: opacity 0.3s, visibility 0.3s;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 90%;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .mce-content-body .miniplaner__box--content-menu-ranged {
          transform: translate(-50%, 100%); }
          .mce-content-body .miniplaner__box--content-menu-ranged-1 {
            transform: translate(-50%, 50%); }
            @media screen and (min-width: 550px) {
              .mce-content-body .miniplaner__box--content-menu-ranged-1 {
                transform: translateX(-50%); } }
          @media screen and (min-width: 550px) {
            .mce-content-body .miniplaner__box--content-menu-ranged {
              transform: translateX(-50%); } }
        .mce-content-body .miniplaner__box--content-menu.active {
          visibility: visible;
          opacity: 1; }
    .mce-content-body .miniplaner__box--submit {
      text-align: center;
      padding: 2rem 0;
      margin-top: 15rem; }
      @media screen and (min-width: 450px) {
        .mce-content-body .miniplaner__box--submit {
          margin-top: 11rem; } }
      @media screen and (min-width: 500px) {
        .mce-content-body .miniplaner__box--submit {
          margin-top: 10rem; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .mce-content-body .miniplaner__box--submit {
          margin-top: 14rem; } }
      .mce-content-body .miniplaner__box--submit a {
        text-transform: uppercase;
        color: #ffffff;
        background-color: #8c8c8c;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        transition: background-color 0.1s; }
        @media screen and (min-width: 550px) {
          .mce-content-body .miniplaner__box--submit a {
            font-size: 1.3rem; } }
        .mce-content-body .miniplaner__box--submit a:hover {
          color: #ffffff;
          background-color: #00577b; }

.mce-content-body .storyteaser {
  position: relative;
  overflow: hidden; }
  .mce-content-body .storyteaser img {
    display: none; }
    @media screen and (min-width: 768px) {
      .mce-content-body .storyteaser img {
        display: block;
        width: 100%; } }
  .mce-content-body .storyteaser__box {
    background-color: #00aaba;
    color: #ffffff;
    padding: 3rem;
    font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif; }
    @media screen and (min-width: 768px) {
      .mce-content-body .storyteaser__box {
        padding: 5rem 3rem;
        position: absolute;
        bottom: 0;
        max-width: 100%; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .storyteaser__box {
        margin-bottom: 5rem; } }
    .mce-content-body .storyteaser__box p {
      font-size: 1.5rem; }
      @media screen and (min-width: 992px) {
        .mce-content-body .storyteaser__box p {
          font-size: 2.2rem;
          margin-bottom: 3rem; } }
    .mce-content-body .storyteaser__box a {
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      border: 0.5px solid #ffffff;
      padding: 0.5rem 1.5rem;
      transition: all 0.2s;
      font-size: 1.5rem; }
      @media screen and (min-width: 992px) {
        .mce-content-body .storyteaser__box a {
          font-size: 2.2rem; } }
      .mce-content-body .storyteaser__box a:hover {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.2); }
      .mce-content-body .storyteaser__box a::after {
        content: ' »'; }

.mce-content-body .premium-mitglieder-slider {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex; }
  @media screen and (min-width: 992px) {
    .mce-content-body .premium-mitglieder-slider {
      min-height: 74vh; } }
  .mce-content-body .premium-mitglieder-slider .saaleNavigation {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 5vh;
    flex: 1; }
  .mce-content-body .premium-mitglieder-slider .container {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .mce-content-body .premium-mitglieder-slider .container {
        width: 750px; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .premium-mitglieder-slider .container {
        width: 970px; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .premium-mitglieder-slider .container {
        width: 1140px; } }
    .mce-content-body .premium-mitglieder-slider .container .navigation {
      margin-top: 5vh; }
      .mce-content-body .premium-mitglieder-slider .container .navigation h2 {
        color: lightgrey;
        font-size: 30px;
        cursor: pointer;
        transition: all 0.2s;
        display: table;
        font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
        max-width: 100%;
        margin-bottom: 1.5rem; }
        .mce-content-body .premium-mitglieder-slider .container .navigation h2:hover {
          color: #fff; }
        @media screen and (min-width: 768px) and (max-width: 1366px) {
          .mce-content-body .premium-mitglieder-slider .container .navigation h2 {
            font-size: 25px; } }
        @media screen and (max-width: 767px) {
          .mce-content-body .premium-mitglieder-slider .container .navigation h2 {
            font-size: 18px; } }
      .mce-content-body .premium-mitglieder-slider .container .navigation .active {
        color: #fff;
        font-size: 33px; }
        @media screen and (min-width: 768px) and (max-width: 1366px) {
          .mce-content-body .premium-mitglieder-slider .container .navigation .active {
            font-size: 28px; } }
        @media screen and (max-width: 767px) {
          .mce-content-body .premium-mitglieder-slider .container .navigation .active {
            font-size: 20px; } }
    @media screen and (max-width: 767px) {
      .mce-content-body .premium-mitglieder-slider .container .desc {
        width: 100%; } }
    .mce-content-body .premium-mitglieder-slider .container .desc .beschreibung {
      margin-top: 2vh; }
      .mce-content-body .premium-mitglieder-slider .container .desc .beschreibung .saaleDescAnimation {
        animation: saaleDesc 1s ease 0.1s 1 forwards; }
      .mce-content-body .premium-mitglieder-slider .container .desc .beschreibung a {
        font-size: 24px;
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
        transition: background-color 0.2s ease-in;
        border: 0.5px solid #fff;
        border-radius: 4px;
        padding: 0.8rem 2rem;
        background-color: transparent;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        text-decoration: none;
        margin-top: 20px;
        margin-left: 40px;
        letter-spacing: 0.03em;
        vertical-align: middle;
        margin: 0;
        display: inline-block;
        font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
        font-size: 18px; }
        .mce-content-body .premium-mitglieder-slider .container .desc .beschreibung a:hover {
          background-color: rgba(255, 255, 255, 0.2); }
        @media screen and (max-width: 1600px) {
          .mce-content-body .premium-mitglieder-slider .container .desc .beschreibung a {
            font-size: 18px; } }
        @media screen and (max-width: 1235px) {
          .mce-content-body .premium-mitglieder-slider .container .desc .beschreibung a {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .mce-content-body .premium-mitglieder-slider .container .desc .beschreibung a {
            margin-top: 15px;
            font-size: 14px;
            padding: 5px 15px;
            display: table; } }

.mce-content-body .serviceteaser ul, .mce-content-body .serviceteaser ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap; }

.mce-content-body .serviceteaser__teaser {
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-bottom: 3rem;
  padding: 0;
  flex: 0 0 100%; }
  .mce-content-body .serviceteaser__teaser h3 {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 1;
    margin: 0;
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    line-height: 1;
    font-size: calc(1.8remrem / 1.6);
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .mce-content-body .serviceteaser__teaser h3 {
        font-size: calc(1.8remrem / 1.3); } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .serviceteaser__teaser h3 {
        font-size: calc(1.8remrem); } }
    @media screen and (min-width: 400px) {
      .mce-content-body .serviceteaser__teaser h3 {
        top: 3rem;
        left: 3rem;
        font-size: 2rem; } }
    @media screen and (min-width: 576px) {
      .mce-content-body .serviceteaser__teaser h3 {
        top: 7rem;
        left: 7rem;
        font-size: 3.5rem; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .serviceteaser__teaser h3 {
        top: 3rem;
        left: 3rem;
        font-size: 2rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .serviceteaser__teaser h3 {
        top: 3rem;
        left: 3rem;
        font-size: 3rem; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .serviceteaser__teaser h3 {
        top: 5rem;
        left: 5rem;
        font-size: 3.5rem; } }
  .mce-content-body .serviceteaser__teaser img {
    transition: transform 0.2s ease-out;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .mce-content-body .serviceteaser__teaser--text {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    padding-right: 2rem;
    z-index: 1;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .mce-content-body .serviceteaser__teaser--text {
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-out; } }
    @media screen and (min-width: 400px) {
      .mce-content-body .serviceteaser__teaser--text {
        bottom: 3rem;
        left: 3rem;
        padding-right: 3rem; } }
    @media screen and (min-width: 576px) {
      .mce-content-body .serviceteaser__teaser--text {
        bottom: 7rem;
        left: 7rem;
        padding-right: 7rem; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .serviceteaser__teaser--text {
        bottom: 3rem;
        left: 3rem;
        padding-right: 3rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .serviceteaser__teaser--text {
        bottom: 3rem;
        left: 3rem;
        padding-right: 3rem; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .serviceteaser__teaser--text {
        bottom: 5rem;
        left: 5rem;
        padding-right: 5rem; } }
    .mce-content-body .serviceteaser__teaser--text p {
      margin-bottom: 7px; }
    .mce-content-body .serviceteaser__teaser--text a {
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.3rem; }
      .mce-content-body .serviceteaser__teaser--text a::after {
        content: ' »'; }
      @media screen and (min-width: 400px) {
        .mce-content-body .serviceteaser__teaser--text a {
          font-size: 1.5rem; } }
      @media screen and (min-width: 576px) {
        .mce-content-body .serviceteaser__teaser--text a {
          font-size: 1.7rem; } }
      @media screen and (min-width: 768px) {
        .mce-content-body .serviceteaser__teaser--text a {
          font-size: 1.3rem; } }
      @media screen and (min-width: 992px) {
        .mce-content-body .serviceteaser__teaser--text a {
          font-size: 1.7rem; } }
  .mce-content-body .serviceteaser__teaser--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 87, 123, 0.7); }
    @media screen and (min-width: 768px) {
      .mce-content-body .serviceteaser__teaser--overlay {
        background-color: rgba(29, 29, 27, 0.3);
        transition: background-color 0.2s ease-out; } }
  .mce-content-body .serviceteaser__teaser:hover img {
    transform: scale(1.1); }
  .mce-content-body .serviceteaser__teaser:hover .serviceteaser__teaser--text {
    opacity: 1;
    visibility: visible; }
  .mce-content-body .serviceteaser__teaser:hover .serviceteaser__teaser--overlay {
    background-color: rgba(0, 87, 123, 0.7); }
  @media screen and (min-width: 768px) {
    .mce-content-body .serviceteaser__teaser {
      flex: 0 0 calc(50% - 15px); }
      .mce-content-body .serviceteaser__teaser:nth-child(odd) {
        margin-right: 15px; }
      .mce-content-body .serviceteaser__teaser:nth-child(even) {
        margin-left: 15px; } }

@media screen and (min-width: 768px) {
  .mce-content-body .entdecken-slider {
    display: flex; } }

.mce-content-body .entdecken-slider__navParent {
  background-color: #00577b; }
  @media screen and (min-width: 768px) {
    .mce-content-body .entdecken-slider__navParent {
      min-width: 200px; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .entdecken-slider__navParent {
      flex: 0;
      min-width: 250px; } }
  .mce-content-body .entdecken-slider__navParent.secondary {
    background-color: rgba(0, 87, 123, 0.7); }
    .mce-content-body .entdecken-slider__navParent.secondary .entdecken-slider__nav {
      display: none; }
      .mce-content-body .entdecken-slider__navParent.secondary .entdecken-slider__nav.active {
        display: block; }
        @media screen and (min-width: 576px) {
          .mce-content-body .entdecken-slider__navParent.secondary .entdecken-slider__nav.active {
            display: flex; } }

.mce-content-body .entdecken-slider__nav {
  list-style: none;
  margin: 0;
  padding: 15px;
  display: flex;
  flex-flow: column wrap; }
  @media screen and (min-width: 576px) {
    .mce-content-body .entdecken-slider__nav {
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .mce-content-body .entdecken-slider__nav {
      height: 100%;
      flex-flow: column wrap;
      justify-content: center;
      padding: 0 3rem;
      text-align: center; } }
  .mce-content-body .entdecken-slider__nav li {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    transition: color 0.2s;
    cursor: pointer; }
    @media screen and (min-width: 576px) {
      .mce-content-body .entdecken-slider__nav li {
        flex: 0 0 50%;
        padding: 7px; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .entdecken-slider__nav li {
        flex: 0;
        padding: 1.5rem 0; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .entdecken-slider__nav li {
        font-size: 2.2rem;
        padding: 2rem 1rem; } }
    @media screen and (min-width: 1450px) {
      .mce-content-body .entdecken-slider__nav li {
        font-size: 2.4rem;
        padding: 2.5rem 1.5rem; } }
    .mce-content-body .entdecken-slider__nav li.active {
      color: #ffffff; }
    .mce-content-body .entdecken-slider__nav li:not(:first-child) {
      margin-top: 10px; }
      @media screen and (min-width: 576px) {
        .mce-content-body .entdecken-slider__nav li:not(:first-child) {
          margin-top: 0; } }

.mce-content-body .entdecken-slider__slides {
  position: relative;
  background-color: #00577b; }
  @media screen and (min-width: 992px) {
    .mce-content-body .entdecken-slider__slides {
      flex: 1; } }
  .mce-content-body .entdecken-slider__slides--slide {
    display: none;
    transition: opacity 0.2s ease-out;
    flex-flow: column wrap; }
    .mce-content-body .entdecken-slider__slides--slide .image {
      height: 25rem;
      position: relative; }
      @media screen and (min-width: 768px) {
        .mce-content-body .entdecken-slider__slides--slide .image {
          height: 40rem; } }
      @media screen and (min-width: 992px) {
        .mce-content-body .entdecken-slider__slides--slide .image {
          height: 65rem; } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .entdecken-slider__slides--slide .image {
          height: 75rem; } }
      @media screen and (min-width: 1600px) {
        .mce-content-body .entdecken-slider__slides--slide .image {
          height: 80rem; } }
      .mce-content-body .entdecken-slider__slides--slide .image img {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media screen and (min-width: 992px) {
        .mce-content-body .entdecken-slider__slides--slide .image .fotograf {
          top: 0;
          bottom: auto; } }
    .mce-content-body .entdecken-slider__slides--slide .text {
      margin-top: 0;
      padding: 0 15px;
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        .mce-content-body .entdecken-slider__slides--slide .text {
          padding: 0 3rem 3rem 3rem;
          margin-top: 3rem; } }
      @media screen and (min-width: 992px) {
        .mce-content-body .entdecken-slider__slides--slide .text {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 2rem;
          margin-top: 0;
          background-color: rgba(29, 29, 27, 0.5); } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .entdecken-slider__slides--slide .text {
          padding: 3rem; } }
      @media screen and (min-width: 1400px) {
        .mce-content-body .entdecken-slider__slides--slide .text {
          padding: 3rem 5rem; } }
      .mce-content-body .entdecken-slider__slides--slide .text h3 {
        margin: 15px 0;
        font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
        color: #ffffff; }
        @media screen and (min-width: 1200px) {
          .mce-content-body .entdecken-slider__slides--slide .text h3 {
            font-size: 3rem; } }
        @media screen and (min-width: 1600px) {
          .mce-content-body .entdecken-slider__slides--slide .text h3 {
            font-size: 4rem; } }
      @media screen and (min-width: 1400px) {
        .mce-content-body .entdecken-slider__slides--slide .text h3,
        .mce-content-body .entdecken-slider__slides--slide .text p {
          width: 85%; } }
      .mce-content-body .entdecken-slider__slides--slide .text--links {
        padding-top: 10px;
        padding-bottom: 30px; }
        @media screen and (min-width: 768px) {
          .mce-content-body .entdecken-slider__slides--slide .text--links {
            padding-bottom: 0; } }
        .mce-content-body .entdecken-slider__slides--slide .text--links a {
          display: block;
          font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
          font-size: 16px;
          text-decoration: none;
          text-transform: uppercase;
          color: #ffffff; }
          .mce-content-body .entdecken-slider__slides--slide .text--links a:first-child {
            margin-bottom: 2.5rem; }
          .mce-content-body .entdecken-slider__slides--slide .text--links a::after {
            content: ' »'; }
          @media screen and (min-width: 576px) {
            .mce-content-body .entdecken-slider__slides--slide .text--links a {
              display: inline-block; }
              .mce-content-body .entdecken-slider__slides--slide .text--links a:first-child {
                margin-bottom: 0;
                margin-right: 3rem; } }
          @media screen and (min-width: 768px) {
            .mce-content-body .entdecken-slider__slides--slide .text--links a:first-child {
              margin-right: 4rem; } }
          @media screen and (min-width: 992px) {
            .mce-content-body .entdecken-slider__slides--slide .text--links a {
              font-size: 18px; } }
          @media screen and (min-width: 1200px) {
            .mce-content-body .entdecken-slider__slides--slide .text--links a {
              font-size: 20px; } }

.mce-content-body .leistungsbausteine {
  display: grid;
  gap: 2rem;
  max-width: 100rem;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .mce-content-body .leistungsbausteine {
      grid-template-columns: 1fr 1fr; } }

.mce-content-body .leistungsbausteine-col {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 3rem 2rem; }
  @media (min-width: 992px) {
    .mce-content-body .leistungsbausteine-col {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between; } }
  .mce-content-body .leistungsbausteine-col h3 {
    font-size: 2.9rem;
    margin: 0 0 3rem 0;
    text-align: center; }
  .mce-content-body .leistungsbausteine-col p {
    text-align: center;
    line-height: 1.25; }
    .mce-content-body .leistungsbausteine-col p b {
      font-size: 1.3em; }
  .mce-content-body .leistungsbausteine-col.leistungsbausteine-blau h3 {
    color: #00577b; }
  .mce-content-body .leistungsbausteine-col.leistungsbausteine-blau ul li b, .mce-content-body .leistungsbausteine-col.leistungsbausteine-blau ol li b {
    color: #00577b; }
  .mce-content-body .leistungsbausteine-col.leistungsbausteine-gold h3 {
    color: #cfa62d; }
  .mce-content-body .leistungsbausteine-col.leistungsbausteine-gold ul li b, .mce-content-body .leistungsbausteine-col.leistungsbausteine-gold ol li b {
    color: #cfa62d; }
  .mce-content-body .leistungsbausteine-col.leistungsbausteine-gold ul li span, .mce-content-body .leistungsbausteine-col.leistungsbausteine-gold ol li span {
    display: inline-block;
    padding-top: 1rem; }

.mce-content-body .shopProdukte {
  padding: 30px 0; }
  .mce-content-body .shopProdukte__parent {
    display: flex;
    flex-flow: flex wrap;
    margin-bottom: 60px; }
    @media screen and (min-width: 992px) {
      .mce-content-body .shopProdukte__parent {
        margin-bottom: 80px; } }
    .mce-content-body .shopProdukte__parent:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .mce-content-body .shopProdukte__parent:nth-child(odd) .shopProdukte__half:first-child {
        margin-left: 30px; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .shopProdukte__parent:nth-child(odd) .shopProdukte__half:first-child {
        margin-left: 40px; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .shopProdukte__parent:nth-child(even) .shopProdukte__half:first-child {
        order: -1;
        margin-right: 30px; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .shopProdukte__parent:nth-child(even) .shopProdukte__half:first-child {
        margin-right: 40px; } }
  .mce-content-body .shopProdukte__half {
    flex: 0 0 100%;
    position: relative; }
    .mce-content-body .shopProdukte__half:first-child {
      order: 1; }
    @media screen and (min-width: 768px) {
      .mce-content-body .shopProdukte__half {
        flex: 0 0 calc(50% - 15px); } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .shopProdukte__half {
        flex: 0 0 calc(50% - 40px); } }
    .mce-content-body .shopProdukte__half h3 {
      margin: 10px 0;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      line-height: 1.1;
      font-size: calc(2.5remrem / 1.6); }
      @media screen and (min-width: 768px) {
        .mce-content-body .shopProdukte__half h3 {
          font-size: calc(2.5remrem / 1.3); } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .shopProdukte__half h3 {
          font-size: calc(2.5remrem); } }
      @media screen and (min-width: 400px) {
        .mce-content-body .shopProdukte__half h3 {
          margin: 15px 0; } }
      @media screen and (min-width: 768px) {
        .mce-content-body .shopProdukte__half h3 {
          font-size: 3rem; } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .shopProdukte__half h3 {
          font-size: 3.5rem; } }
    .mce-content-body .shopProdukte__half .shopProdukte__link {
      text-align: center; }
      .mce-content-body .shopProdukte__half .shopProdukte__link a {
        display: inline-block;
        padding: 5px 2rem;
        border: 1px solid #8c8c8c;
        text-decoration: none;
        color: #1d1d1b;
        font-size: 1.5rem; }
        @media screen and (min-width: 576px) {
          .mce-content-body .shopProdukte__half .shopProdukte__link a {
            padding: 7px 3rem; } }
        @media screen and (min-width: 768px) {
          .mce-content-body .shopProdukte__half .shopProdukte__link a {
            font-size: 1.7rem;
            padding: 7px 4rem; } }
        @media screen and (min-width: 1200px) {
          .mce-content-body .shopProdukte__half .shopProdukte__link a {
            font-size: 1.9rem;
            padding: 7px 5rem; } }

.mce-content-body .mini-teaser {
  position: relative;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .mce-content-body .mini-teaser {
      margin-left: -15px;
      margin-right: -15px;
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .mce-content-body .mini-teaser.format-5 .mini-teaser__member {
      flex: 0 1 33%; } }
  @media (min-width: 992px) {
    .mce-content-body .mini-teaser.format-5 .mini-teaser__member {
      flex: 0 1 25%; } }
  @media (min-width: 1200px) {
    .mce-content-body .mini-teaser.format-5 .mini-teaser__member {
      flex: 0 1 20%; } }
  .mce-content-body .mini-teaser.format-5 .text a,
  .mce-content-body .mini-teaser.format-5 .text p {
    font-size: 1.3rem !important; }
  .mce-content-body .mini-teaser.format-5 .text h3 {
    font-size: 1.7rem !important; }
  .mce-content-body .mini-teaser__member {
    position: relative;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .mce-content-body .mini-teaser__member {
        flex: 0 1 50%; } }
    @media (min-width: 992px) {
      .mce-content-body .mini-teaser__member {
        flex: 0 1 33%; } }
    @media (min-width: 1200px) {
      .mce-content-body .mini-teaser__member {
        flex: 0 1 25%; } }
    .mce-content-body .mini-teaser__member .text {
      transition: all 0.3s ease-in-out; }
    .mce-content-body .mini-teaser__member:hover .team-text, .mce-content-body .mini-teaser__member:active .team-text {
      opacity: 1; }
    .mce-content-body .mini-teaser__member.active-member .team-text {
      opacity: 1; }
  .mce-content-body .mini-teaser .img {
    position: relative; }
    @media (min-width: 768px) {
      .mce-content-body .mini-teaser .img {
        padding: 0 15px;
        height: 100%; } }
    .mce-content-body .mini-teaser .img .fotograf {
      z-index: 999; }
      @media screen and (min-width: 768px) {
        .mce-content-body .mini-teaser .img .fotograf {
          right: 15px; } }
    .mce-content-body .mini-teaser .img img,
    .mce-content-body .mini-teaser .img picture {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .mce-content-body .mini-teaser .img img,
        .mce-content-body .mini-teaser .img picture {
          aspect-ratio: 4/5;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
      @media (min-width: 768px) {
        .mce-content-body .mini-teaser .img img,
        .mce-content-body .mini-teaser .img picture {
          aspect-ratio: 1/1; } }
  .mce-content-body .mini-teaser .text {
    display: flex;
    align-items: flex-end;
    cursor: default;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%); }
    @media (min-width: 768px) {
      .mce-content-body .mini-teaser .text {
        right: 15px;
        left: 15px; } }
    .mce-content-body .mini-teaser .text.premium h3,
    .mce-content-body .mini-teaser .text.premium a,
    .mce-content-body .mini-teaser .text.premium p {
      color: #cfa62d !important;
      line-height: 1.2; }
    .mce-content-body .mini-teaser .text .container {
      padding: 1.5rem; }
    .mce-content-body .mini-teaser .text h3,
    .mce-content-body .mini-teaser .text p {
      color: #ffffff !important;
      margin: 0 !important; }
    .mce-content-body .mini-teaser .text h3 {
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif !important;
      font-size: 2rem !important; }
    .mce-content-body .mini-teaser .text p {
      font-size: 1.4rem !important; }
    .mce-content-body .mini-teaser .text a {
      display: block;
      color: #ffffff !important;
      text-decoration: none !important;
      font-size: 1.4rem !important;
      cursor: pointer; }
      .mce-content-body .mini-teaser .text a:after {
        content: ' »'; }
      .mce-content-body .mini-teaser .text a:hover {
        text-decoration: underline !important; }

.meet-aufmacher {
  position: relative;
  height: calc(100vh - 6.5rem);
  height: calc(100svh - 6.5rem); }
  @media (min-width: 992px) {
    .meet-aufmacher {
      height: calc(100vh - 8rem);
      height: calc(100svh - 8rem); } }
  .meet-aufmacher a {
    display: block;
    height: 100%;
    width: 100%;
    color: #212121; }
    .meet-aufmacher a:hover {
      color: #212121; }
  .meet-aufmacher .meet-aufmacher-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .meet-aufmacher .meet-aufmacher-down {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 6rem;
    height: auto; }
    @media (min-width: 768px) {
      .meet-aufmacher .meet-aufmacher-down {
        display: block; } }
    @media (min-width: 992px) {
      .meet-aufmacher .meet-aufmacher-down {
        width: 8rem; } }
  .meet-aufmacher .meet-aufmacher-text {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem; }
    @media (min-width: 768px) {
      .meet-aufmacher .meet-aufmacher-text {
        left: 4rem;
        bottom: 8rem; } }
    @media (min-width: 992px) {
      .meet-aufmacher .meet-aufmacher-text {
        left: 6rem;
        bottom: 9rem; } }
  .meet-aufmacher .meet-aufmacher-text-p {
    display: inline-block;
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    font-size: 3rem;
    line-height: 1;
    color: white;
    background-color: #00577b;
    padding: 0.75rem 1rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .meet-aufmacher .meet-aufmacher-text-p {
        font-size: 5rem; } }
    @media (min-width: 992px) {
      .meet-aufmacher .meet-aufmacher-text-p {
        font-size: 7rem; } }

.mce-content-body .leistungen {
  overflow-x: hidden; }
  .mce-content-body .leistungen .leistungen-item {
    max-width: 55rem;
    margin: 0 auto 13rem auto;
    position: relative; }
  .mce-content-body .leistungen .leistungen-arrow {
    width: 13rem;
    height: auto;
    position: absolute; }
    @media (min-width: 992px) {
      .mce-content-body .leistungen .leistungen-arrow {
        width: 16.5rem; } }
  .mce-content-body .leistungen .leistungen-arrow-l {
    left: -9rem; }
  .mce-content-body .leistungen .leistungen-arrow-r {
    margin-left: 3rem;
    top: -0.2rem;
    display: none; }
    @media (min-width: 992px) {
      .mce-content-body .leistungen .leistungen-arrow-r {
        display: inline-block; } }
  .mce-content-body .leistungen h3 {
    position: relative;
    font-size: 2.8rem;
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    color: #00577b;
    text-transform: uppercase;
    padding-left: 6rem;
    transform: translateX(-10rem);
    opacity: 0;
    transition: all 0.5s ease-in-out; }
    @media (min-width: 992px) {
      .mce-content-body .leistungen h3 {
        font-size: 3.2rem;
        padding-left: 10rem; } }
  .mce-content-body .leistungen h4 {
    position: relative;
    font-size: 2.8rem;
    font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
    color: #00577b;
    text-transform: uppercase;
    padding-left: 6rem;
    margin: 7rem 0 5rem 0;
    transform: translateX(10rem);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s; }
    @media (min-width: 992px) {
      .mce-content-body .leistungen h4 {
        font-size: 3.2rem;
        padding-left: 10rem; } }
    .mce-content-body .leistungen h4 img {
      position: absolute;
      top: -1rem;
      left: 0;
      width: 5rem;
      height: auto;
      display: inline-block; }
      @media (min-width: 992px) {
        .mce-content-body .leistungen h4 img {
          top: -2rem;
          width: 7.5rem; } }
  .mce-content-body .leistungen .leistungen-text {
    transform: translateY(2rem);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s; }

.mce-content-body .leistungen-animate h3 {
  transform: translateX(0);
  opacity: 1; }

.mce-content-body .leistungen-animate h4 {
  transform: translateX(0);
  opacity: 1; }

.mce-content-body .leistungen-animate .leistungen-text {
  transform: translateY(0);
  opacity: 1; }

.mce-content-body .leistungen-ohne-bild h4 {
  margin: 4rem 0 4rem 0; }
  @media (min-width: 992px) {
    .mce-content-body .leistungen-ohne-bild h4 {
      font-size: 3.2rem;
      padding-left: 10rem; } }

@keyframes softIn {
  0% {
    opacity: 0;
    transform: translateY(1rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.mce-content-body .fullwidth .image-home .container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .mce-content-body .fullwidth .image-home .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mce-content-body .fullwidth .image-home .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mce-content-body .fullwidth .image-home .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mce-content-body .fullwidth .image-home .container {
      max-width: 1140px; } }

.image-home {
  position: relative; }
  .image-home picture {
    position: relative; }
  @media (max-width: 575px) {
    .image-home img {
      aspect-ratio: 3/2;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; } }
  .image-home figcaption {
    position: relative;
    top: -10rem; }
    @media (min-width: 992px) {
      .image-home figcaption {
        position: absolute;
        top: auto;
        bottom: 2rem;
        left: 0;
        right: 0; } }
  .image-home h1 {
    background-color: #00577b;
    color: white;
    padding: 1.5rem;
    margin: 0;
    opacity: 0;
    transform: translateY(1rem);
    animation-name: softIn;
    animation-duration: 0.7s;
    animation-delay: 0;
    animation-timing-function: ease-out;
    animation-fill-mode: both; }
    @media (min-width: 992px) {
      .image-home h1 {
        display: inline-block;
        margin-bottom: 0.7rem;
        padding: 1rem 1.5rem; } }
  .image-home .bildunterschrift {
    background-color: #00577b;
    color: white;
    padding: 1.5rem;
    margin: 0;
    opacity: 0;
    transform: translateY(1rem);
    animation-name: softIn;
    animation-duration: 0.7s;
    animation-delay: 0.4s;
    animation-timing-function: ease-out;
    animation-fill-mode: both; }
    @media (min-width: 992px) {
      .image-home .bildunterschrift {
        margin-bottom: 0.7rem;
        max-width: 75%;
        padding: 1rem 1.5rem; } }
    @media (min-width: 1200px) {
      .image-home .bildunterschrift {
        max-width: 75%; } }
  .image-home .bildlink {
    opacity: 0;
    transform: translateY(1rem);
    animation-name: softIn;
    animation-duration: 0.7s;
    animation-delay: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: both; }
    @media (min-width: 992px) {
      .image-home .bildlink {
        margin-bottom: 0; } }
    .image-home .bildlink a {
      display: block;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      background-color: #00577b;
      color: white;
      padding: 1.5rem;
      transition: background-color 0.2s ease-in-out; }
      .image-home .bildlink a:hover {
        background-color: #004b6a; }
      @media (min-width: 992px) {
        .image-home .bildlink a {
          display: inline-block;
          padding: 1rem 1.5rem; } }
      .image-home .bildlink a span {
        font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
        font-size: 1.3em;
        line-height: 1; }
  @media (max-width: 991px) {
    .image-home .fotograf {
      bottom: auto;
      top: 0; } }

.mce-content-body .teaser-home {
  display: grid;
  position: relative;
  gap: 3rem; }
  @media (min-width: 768px) {
    .mce-content-body .teaser-home {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .mce-content-body .teaser-home {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.mce-content-body .teaser-item {
  position: relative;
  background-color: #00577b; }
  .mce-content-body .teaser-item a {
    text-decoration: none;
    display: block;
    color: #1c1c1c; }
  .mce-content-body .teaser-item p {
    font-size: 1.6rem; }
  .mce-content-body .teaser-item .teaser-item-img {
    overflow: hidden; }
    .mce-content-body .teaser-item .teaser-item-img img {
      aspect-ratio: 5 / 4;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center;
      transition: transform 0.3s ease-in-out; }
  .mce-content-body .teaser-item h4 {
    color: white;
    font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
    font-size: 2.2rem;
    line-height: 1.1;
    padding: 3rem 2rem 2rem 2rem;
    margin: 0; }
    @media (min-width: 1200px) {
      .mce-content-body .teaser-item h4 {
        font-size: 2.1rem; } }
  .mce-content-body .teaser-item .teaser-item-button {
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 0 2rem 2rem 2rem;
    transition: background-color 0.2s ease-in-out;
    margin: 0; }
    @media (min-width: 1200px) {
      .mce-content-body .teaser-item .teaser-item-button {
        font-size: 1.5rem; } }
    .mce-content-body .teaser-item .teaser-item-button span {
      font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
      font-size: 1.3em;
      line-height: 1; }
  .mce-content-body .teaser-item:hover .teaser-item-img img {
    transform: scale(105%); }

.premium-slider {
  background-color: #CFA62D; }
  @media (min-width: 992px) {
    .premium-slider {
      display: grid;
      grid-template-columns: 40rem auto; } }
  @media (min-width: 1200px) {
    .premium-slider {
      grid-template-columns: 50rem auto; } }
  .premium-slider .premium-slider-navi {
    padding: 3rem 3rem;
    background-color: #CFA62D; }
    @media (min-width: 992px) {
      .premium-slider .premium-slider-navi {
        padding: 5rem 3rem; } }
    @media (min-width: 1200px) {
      .premium-slider .premium-slider-navi {
        padding: 13rem 5rem; } }
    .premium-slider .premium-slider-navi h3 {
      color: white;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 2.2rem;
      line-height: 1.1;
      padding: 1rem 0;
      cursor: pointer;
      margin: 0;
      opacity: 0.7; }
      @media (min-width: 992px) {
        .premium-slider .premium-slider-navi h3 {
          font-size: 2.4rem;
          padding: 1.2rem 0; } }
    .premium-slider .premium-slider-navi h3.premium-slider-navi-item.active {
      opacity: 1; }
  .premium-slider .premium-slider-img {
    position: relative;
    overflow: clip; }
    @media (max-width: 991px) {
      .premium-slider .premium-slider-img {
        aspect-ratio: 4/3; } }
  .premium-slider .premium-slider-item {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-out; }
    .premium-slider .premium-slider-item.active {
      right: 0;
      opacity: 1;
      z-index: 1; }
    .premium-slider .premium-slider-item .premium-slider-item-img {
      height: 100%; }
      .premium-slider .premium-slider-item .premium-slider-item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .premium-slider .premium-slider-bildlink {
    margin-bottom: 0; }
    .premium-slider .premium-slider-bildlink a {
      display: inline-block;
      font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      color: white;
      padding: 1.5rem;
      position: relative;
      left: -1.5rem;
      transition: background-color 0.2s ease-in-out; }
      .premium-slider .premium-slider-bildlink a:hover {
        text-decoration: underline; }
      @media (min-width: 992px) {
        .premium-slider .premium-slider-bildlink a {
          display: inline-block;
          padding: 1rem 1.5rem; } }
      .premium-slider .premium-slider-bildlink a span {
        font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
        font-size: 1.3em;
        line-height: 1; }
  .premium-slider .premium-slider-item-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 3rem 5rem 2rem 5rem; }
    .premium-slider .premium-slider-item-text h4 {
      color: white;
      font-family: "Museo Slab", Helvetica, Arial, Geneva, sans-serif;
      font-size: 2.4rem;
      line-height: 1.1;
      margin: 0;
      -webkit-hyphens: auto;
              hyphens: auto; }

.video-plugin {
  position: relative;
  aspect-ratio: 16/9; }
  .video-plugin .poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 16/9.02;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2; }
    .video-plugin .poster:after {
      content: '';
      position: absolute;
      inset: 0;
      top: 0;
      left: 0;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6ICQkJC9HZW5lcmFsU3RyLzE5Nj1BZG9iZSBJbGx1c3RyYXRvciAyNy42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgODAwIDgwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAwIDgwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MDAsMEMxNzkuMSwwLDAsMTc5LjEsMCw0MDBzMTc5LjEsNDAwLDQwMCw0MDBzNDAwLTE3OS4xLDQwMC00MDBTNjIwLjksMCw0MDAsMHogTTU0MC44LDQxNy43TDM0Niw1NTAuMwoJCQljLTYuNiw0LjUtMTUsNC45LTIyLjEsMS4yYy03LTMuNy0xMS40LTExLTExLjQtMTguOVYyNjcuNGMwLTcuOSw0LjQtMTUuMiwxMS40LTE4LjljNy0zLjcsMTUuNS0zLjIsMjIuMSwxLjJsMTk0LjgsMTMyLjYKCQkJYzUuOSw0LDkuNCwxMC42LDkuNCwxNy43QzU1MC4yLDQwNy4xLDU0Ni43LDQxMy43LDU0MC44LDQxNy43eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 5rem auto; }
  .video-plugin video {
    width: 100%;
    aspect-ratio: 16/9; }
  .video-plugin iframe {
    border: none;
    width: 100%;
    aspect-ratio: 16/9; }

.calendar-dropdown {
  position: relative;
  display: inline-block; }
  .calendar-dropdown details {
    position: relative;
    display: inline-block; }
    .calendar-dropdown details[open] .calendar-dropdown__btn::after {
      transform: rotate(180deg); }
  .calendar-dropdown__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.8rem 2rem;
    font-family: "Frutiger Black", Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ffffff !important;
    background-color: #00577b;
    border: 1px solid #00577b;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    list-style: none;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    text-box: trim-both cap alphabetic; }
    .calendar-dropdown__btn::-webkit-details-marker {
      display: none; }
    .calendar-dropdown__btn::marker {
      display: none; }
    .calendar-dropdown__btn::after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.4rem;
      vertical-align: middle;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 5px solid #ffffff;
      transition: transform 0.2s ease; }
    .calendar-dropdown__btn:hover {
      background-color: #004b6a;
      border-color: #004b6a;
      color: #ffffff !important; }
  .calendar-dropdown__menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 240px;
    margin: 0;
    padding: 0.6rem 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 1000; }
    .calendar-dropdown__menu li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .calendar-dropdown__menu li a {
        display: flex;
        align-items: center;
        padding: 0.9rem 1.6rem;
        font-family: "Frutiger Light", Helvetica, Arial, Geneva, sans-serif;
        font-size: 1.4rem;
        line-height: 1.4;
        color: #454545 !important;
        text-decoration: none !important;
        transition: background-color 0.15s ease, color 0.15s ease; }
        .calendar-dropdown__menu li a:hover {
          background-color: #f3f3f3;
          color: #00577b !important; }
  @media screen and (max-width: 767px) {
    .calendar-dropdown {
      width: 100%; }
      .calendar-dropdown details {
        width: 100%; }
      .calendar-dropdown__btn {
        width: 100%;
        justify-content: space-between; }
      .calendar-dropdown__menu {
        width: 100%;
        min-width: 100%; } }

