/*!************************************************************************************************!*\
  !*** 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}[data-keen-slider-moves] *{pointer-events:none}
/*!***********************************************************************************************!*\
  !*** 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: 15px 0 0 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";
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

@-webkit-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-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); } }

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

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    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; }

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

a {
  outline: none; }

body {
  font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif;
  color: #454545;
  background-color: #fff; }

#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);
  padding-top: 100px; }
  @media screen and (min-width: 768px) {
    #dynamicContent {
      padding-top: 90px; } }
  @media screen and (min-width: 1400px) {
    #dynamicContent {
      padding-top: 130px; } }

#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 {
  -webkit-animation: fadeOut 0.2s ease-out 0s 1 forwards;
          animation: fadeOut 0.2s ease-out 0s 1 forwards; }

.fadeIn {
  -webkit-animation: fadeIn 0.2s ease-in 0s 1 forwards;
          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: #3f7c7d;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  .loading-spinner.active {
    visibility: visible;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out, fadeIn 0s forwards ease-out 0.2s;
            animation: sk-rotateplane 1.2s infinite ease-in-out, fadeIn 0s forwards ease-out 0.2s; }

.mce-content-body {
  font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif;
  color: #212121;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
  font-size: calc(2.3rem / 1.2); }
  @media screen and (min-width: 768px) {
    .mce-content-body {
      font-size: calc(2.3rem / 1.1); } }
  @media screen and (min-width: 1200px) {
    .mce-content-body {
      font-size: calc(2.3rem); } }
  .mce-content-body a {
    color: #d98b0c;
    text-decoration: underline;
    transition: color 0.2s; }
    .mce-content-body a:hover {
      color: #3f7c7d; }
  .mce-content-body img {
    max-width: 100%;
    height: auto;
    display: block; }
  .mce-content-body h1,
  .mce-content-body h2,
  .mce-content-body h3,
  .mce-content-body h4 {
    color: #d98b0c;
    margin: 0 0 3rem 0;
    font-weight: 100; }
  .mce-content-body h1 {
    font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif;
    line-height: 1.1;
    font-size: calc(5rem / 1.6); }
    @media screen and (min-width: 768px) {
      .mce-content-body h1 {
        font-size: calc(5rem / 1.3); } }
    @media screen and (min-width: 1200px) {
      .mce-content-body h1 {
        font-size: calc(5rem); } }
    .mce-content-body h1.pageTitle {
      margin-top: 3rem; }
  .mce-content-body h2 {
    font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif;
    line-height: 1.1;
    font-size: calc(5rem / 1.6);
    color: #3f7c7d; }
    @media screen and (min-width: 768px) {
      .mce-content-body h2 {
        font-size: calc(5rem / 1.3); } }
    @media screen and (min-width: 1200px) {
      .mce-content-body h2 {
        font-size: calc(5rem); } }
  .mce-content-body h3 {
    font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif;
    line-height: 1.1;
    font-size: calc(3rem / 1.6); }
    @media screen and (min-width: 768px) {
      .mce-content-body h3 {
        font-size: calc(3rem / 1.3); } }
    @media screen and (min-width: 1200px) {
      .mce-content-body h3 {
        font-size: calc(3rem); } }
  .mce-content-body h4 {
    font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif;
    line-height: 1.1;
    font-size: calc(2.5rem / 1.6);
    margin: 0 0 0 0; }
    @media screen and (min-width: 768px) {
      .mce-content-body h4 {
        font-size: calc(2.5rem / 1.3); } }
    @media screen and (min-width: 1200px) {
      .mce-content-body h4 {
        font-size: calc(2.5rem); } }
  .mce-content-body p {
    margin: 0 0 3rem 0; }
  .mce-content-body table {
    border-collapse: collapse;
    width: 100%;
    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 hr {
    height: 3rem;
    border: none !important;
    border-top: 1px solid #ccc !important;
    margin: 0; }
  .mce-content-body hr.abstandshalter {
    height: 3rem;
    border: none !important;
    border-top: none !important;
    margin: 0; }
  .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.47059em 0 0 1.17647em;
      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 ol {
    list-style-type: decimal; }
  .mce-content-body b,
  .mce-content-body strong {
    font-weight: normal;
    font-family: "Frutiger LT W01_77 Black Cond", Helvetica, sans-serif; }

.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;
    max-width: 100%;
    width: 600px; }
    @media screen and (min-width: 768px) {
      .cookiepopup__hinweis {
        border-radius: 5px;
        padding: 40px; } }
    .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; } }
    .cookiepopup__hinweis--checkboxes label {
      display: flex;
      align-items: center; }
    .cookiepopup__hinweis--checkboxes span {
      display: inline-block;
      margin-left: 5px; }
  .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--deny {
      background-color: transparent;
      color: #222;
      border-color: #999;
      font-weight: normal;
      margin-right: 15px;
      opacity: 0.6; }
    .cookiepopup__button--accept:hover {
      opacity: 0.9; }

.mce-content-body .cookie-einstellungen {
  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; }
  .mce-content-body .cookie-einstellungen p {
    font-size: 1em;
    margin-bottom: 15px !important; }
  .mce-content-body .cookie-einstellungen .checker {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .mce-content-body .cookie-einstellungen .checker label {
      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 {
  padding: 1rem 0;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f1f4f3;
  transition: padding 0.2s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }
  @media screen and (min-width: 768px) {
    .main-navigation {
      padding: 1rem; } }
  @media screen and (min-width: 992px) {
    .main-navigation {
      padding: 1rem 4rem; } }
  @media screen and (min-width: 1200px) {
    .main-navigation {
      padding: 2rem 4rem; } }
  @media screen and (min-width: 1400px) {
    .main-navigation {
      padding: 3rem 7rem; } }
  @media screen and (min-width: 1600px) {
    .main-navigation {
      padding: 3rem 9rem; } }
  @media screen and (min-width: 1800px) {
    .main-navigation {
      padding: 3rem 22.5rem; } }
  .main-navigation.not-scrolled {
    padding: 2rem 0; }
    @media screen and (min-width: 768px) {
      .main-navigation.not-scrolled {
        padding: 2rem; } }
    @media screen and (min-width: 992px) {
      .main-navigation.not-scrolled {
        padding: 2rem 4rem; } }
    @media screen and (min-width: 1400px) {
      .main-navigation.not-scrolled {
        padding: 3rem 7rem; } }
    @media screen and (min-width: 1600px) {
      .main-navigation.not-scrolled {
        padding: 3rem 9rem; } }
    @media screen and (min-width: 1800px) {
      .main-navigation.not-scrolled {
        padding: 3rem 22.5rem; } }
    .main-navigation.not-scrolled .logos img {
      width: 4rem; }
      @media screen and (min-width: 768px) {
        .main-navigation.not-scrolled .logos img {
          width: 5rem; } }
      @media screen and (min-width: 1400px) {
        .main-navigation.not-scrolled .logos img {
          width: 7rem; } }
    .main-navigation.not-scrolled .main-navigation__toggle img {
      width: 10rem; }
      @media screen and (min-width: 1400px) {
        .main-navigation.not-scrolled .main-navigation__toggle img {
          width: 14rem; } }
  .main-navigation .left,
  .main-navigation .right {
    display: none;
    top: 0;
    position: absolute;
    width: 50%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .main-navigation .left,
      .main-navigation .right {
        display: block; } }
  .main-navigation .left {
    background-color: #f1f4f3;
    left: 0; }
  .main-navigation .right {
    right: 0;
    background-color: #3f7c7d; }
  .main-navigation.hide-left-right .left,
  .main-navigation.hide-left-right .right {
    display: none !important; }
  .main-navigation .container {
    position: relative; }
    @media screen and (min-width: 768px) {
      .main-navigation .container {
        max-width: none;
        padding: 0; } }
    .main-navigation .container .col-12 {
      position: relative;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .main-navigation .container .col-12 {
          padding: 0; } }
    @media screen and (min-width: 768px) {
      .main-navigation .container .row {
        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-navigation .mce-content-body ol, .mce-content-body .main-navigation ol {
    transform: translateX(-100%);
    transition: transform 0.3s;
    width: 100%;
    height: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f1f4f3;
    padding-top: 7rem;
    display: flex;
    flex-flow: column wrap;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .main-navigation ul, .main-navigation .mce-content-body ol, .mce-content-body .main-navigation ol {
        width: 400px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; } }
    @media screen and (min-width: 1400px) {
      .main-navigation ul, .main-navigation .mce-content-body ol, .mce-content-body .main-navigation ol {
        width: 500px; } }
    .main-navigation ul.active, .main-navigation .mce-content-body ol.active, .mce-content-body .main-navigation ol.active {
      transform: none; }
    .main-navigation ul li:first-child button, .main-navigation .mce-content-body ol li:first-child button, .mce-content-body .main-navigation ol li:first-child button {
      background-color: transparent;
      border: none;
      margin-bottom: 3rem; }
      .main-navigation ul li:first-child button img, .main-navigation .mce-content-body ol li:first-child button img, .mce-content-body .main-navigation ol li:first-child button img {
        width: 4rem;
        transform: rotate(45deg); }
        @media screen and (min-width: 1200px) {
          .main-navigation ul li:first-child button img, .main-navigation .mce-content-body ol li:first-child button img, .mce-content-body .main-navigation ol li:first-child button img {
            width: 5rem; } }
    .main-navigation ul li:not(:first-child), .main-navigation .mce-content-body ol li:not(:first-child), .mce-content-body .main-navigation ol li:not(:first-child) {
      margin-top: 2.5rem; }
    .main-navigation ul li a, .main-navigation .mce-content-body ol li a, .mce-content-body .main-navigation ol li a {
      color: #3f7c7d;
      font-family: "Frutiger LT W01_77 Black Cond", Helvetica, sans-serif;
      font-size: calc(3rem / 1.2);
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        .main-navigation ul li a, .main-navigation .mce-content-body ol li a, .mce-content-body .main-navigation ol li a {
          font-size: calc(3rem / 1.1); } }
      @media screen and (min-width: 1200px) {
        .main-navigation ul li a, .main-navigation .mce-content-body ol li a, .mce-content-body .main-navigation ol li a {
          font-size: calc(3rem); } }
      .main-navigation ul li a:hover, .main-navigation .mce-content-body ol li a:hover, .mce-content-body .main-navigation ol li a:hover {
        text-decoration: none;
        color: #d98b0c; }
  .main-navigation .logos {
    padding: 1rem; }
    @media screen and (min-width: 768px) {
      .main-navigation .logos {
        padding: 0; } }
    .main-navigation .logos a {
      display: inline-block; }
      .main-navigation .logos a:first-child {
        margin-right: 1rem; }
      .main-navigation .logos a img {
        transition: width 0.2s;
        width: 3rem; }
        @media screen and (min-width: 768px) {
          .main-navigation .logos a img {
            width: 4rem; } }
        @media screen and (min-width: 1200px) {
          .main-navigation .logos a img {
            width: 5rem; } }
        @media screen and (min-width: 1400px) {
          .main-navigation .logos a img {
            width: 7rem; } }
  .main-navigation__toggle {
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
    background-color: transparent;
    border: none; }
    .main-navigation__toggle img {
      transition: width 0.2s;
      width: 8rem; }
      @media screen and (min-width: 1200px) {
        .main-navigation__toggle img {
          width: 10rem; } }
      @media screen and (min-width: 1400px) {
        .main-navigation__toggle img {
          width: 14rem; } }

.onepager {
  position: absolute;
  display: none; }
  @media screen and (min-width: 768px) {
    .onepager {
      display: block;
      left: 15rem; } }
  @media screen and (min-width: 1400px) {
    .onepager {
      left: 20rem; } }
  .onepager .form-style {
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
    min-height: 0 !important;
    margin: 0 !important;
    width: 0;
    padding: 0;
    border: none; }
  .onepager p {
    color: #3f7c7d;
    font-size: 1.6rem;
    margin: 0 0 0.4rem 0;
    line-height: 1; }
    @media screen and (min-width: 1400px) {
      .onepager p {
        font-size: 2rem;
        margin: 0 0 0.8rem 0; } }
  .onepager .onepagerform {
    display: flex;
    justify-content: space-between; }
  .onepager input.form-control {
    font-size: 1.4rem;
    border: none;
    border-bottom: 2px solid #3f7c7d;
    background-color: transparent;
    padding-left: 0;
    margin-right: 1rem; }
    .onepager input.form-control:focus {
      background-color: white;
      padding-left: 0.5rem; }
  .onepager ::-moz-placeholder {
    color: #3f7c7d;
    opacity: 0.6; }
  .onepager ::placeholder {
    color: #3f7c7d;
    opacity: 0.6; }
  .onepager ::-ms-input-placeholder {
    color: #3f7c7d; }
  .onepager input.onepagersubmit {
    background-color: #3f7c7d;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0 2rem 0.2rem 2rem;
    line-height: 1; }
    .onepager input.onepagersubmit:hover, .onepager input.onepagersubmit:focus {
      background-color: #1c1c1c; }

.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 .custom-grey p, .mce-content-body .custom-blue p,
.mce-content-body .custom-grey h1,
.mce-content-body .custom-blue h1,
.mce-content-body .custom-grey h2,
.mce-content-body .custom-blue h2,
.mce-content-body .custom-grey h3,
.mce-content-body .custom-blue h3,
.mce-content-body .custom-grey h4,
.mce-content-body .custom-blue h4,
.mce-content-body .custom-grey h5,
.mce-content-body .custom-blue h5,
.mce-content-body .custom-grey a,
.mce-content-body .custom-blue a,
.mce-content-body .custom-grey td,
.mce-content-body .custom-blue td,
.mce-content-body .custom-grey th,
.mce-content-body .custom-blue th,
.mce-content-body .custom-grey li,
.mce-content-body .custom-blue li {
  color: white; }

.mce-content-body .custom-grey {
  background-color: #212121; }

.mce-content-body .custom-blue {
  background-color: #3f7c7d; }

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

.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-center section.column {
  display: flex;
  align-items: center; }

.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 .v-bottom section.column {
  display: flex;
  align-items: flex-end; }

.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.home {
  background-color: #f1f4f3; }
  @media screen and (min-width: 1200px) {
    .footer.home {
      padding-top: 90px; } }
  @media screen and (min-width: 1400px) {
    .footer.home {
      padding-top: 130px; } }

.footer .links {
  background-color: #3f7c7d;
  padding: 2.5rem 0;
  text-align: center; }
  .footer .links a {
    display: inline-block;
    font-size: calc(1.8rem / 1.2);
    color: white;
    margin-right: 2rem; }
    @media screen and (min-width: 768px) {
      .footer .links a {
        font-size: calc(1.8rem / 1.1); } }
    @media screen and (min-width: 1200px) {
      .footer .links a {
        font-size: calc(1.8rem); } }

.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 LT W01_47 Light Cond", Helvetica, 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; }

.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%;
      border-radius: 6px; }

.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 .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 {
    height: calc((100vw - 30px) / 16 * 9); }
    @media (min-width: 575px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-16\/9 {
        height: 287px; } }
    @media (min-width: 768px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-16\/9 {
        height: 388px; } }
    @media (min-width: 992px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-16\/9 {
        height: 523px; } }
    @media (min-width: 1200px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-16\/9 {
        height: 624px; } }
  .mce-content-body .bigslider .bigslider__slide--image.format-3\/2 {
    height: calc((100vw - 30px) / 3 * 2); }
    @media (min-width: 575px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-3\/2 {
        height: 340px; } }
    @media (min-width: 768px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-3\/2 {
        height: 460px; } }
    @media (min-width: 992px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-3\/2 {
        height: 620px; } }
    @media (min-width: 1200px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-3\/2 {
        height: 740px; } }
  .mce-content-body .bigslider .bigslider__slide--image.format-4\/3 {
    height: calc((100vw - 30px) / 4 * 3); }
    @media (min-width: 575px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-4\/3 {
        height: 383px; } }
    @media (min-width: 768px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-4\/3 {
        height: 518px; } }
    @media (min-width: 992px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-4\/3 {
        height: 698px; } }
    @media (min-width: 1200px) {
      .mce-content-body .bigslider .bigslider__slide--image.format-4\/3 {
        height: 833px; } }
  .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 {
  margin: 0;
  position: relative; }
  .mce-content-body .coreimage figcaption {
    display: block;
    color: white;
    background-color: rgba(28, 28, 28, 0.6);
    padding: 0.5em;
    margin: 0; }
    @media (min-width: 768px) {
      .mce-content-body .coreimage figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; } }
  .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 .news-list .news-divider {
  height: 3.5rem;
  margin: 0;
  border: none !important; }
  @media screen and (min-width: 992px) {
    .mce-content-body .news-list .news-divider {
      height: 5rem; } }

.mce-content-body .news-list .news-image {
  padding-top: 0.3em;
  position: relative; }
  .mce-content-body .news-list .news-image img {
    max-width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px; }
    @media (min-width: 992px) {
      .mce-content-body .news-list .news-image img {
        height: 210px; } }
    @media (min-width: 1200px) {
      .mce-content-body .news-list .news-image img {
        height: 255px; } }

.mce-content-body .news-list .news-date {
  margin-bottom: 0; }

.mce-content-body .news-list .news-headline {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .mce-content-body .news-list .news-headline {
      max-width: 80%; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .news-list .news-headline {
      max-width: 75%; } }

.mce-content-body .news-list .news-body {
  margin-bottom: 0; }

.mce-content-body .news-list .news-more {
  margin-bottom: 1.5em; }

.mce-content-body .blog-detail {
  padding: 1rem 0; }
  @media screen and (min-width: 768px) {
    .mce-content-body .blog-detail {
      padding: 2.5rem 0; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .blog-detail {
      padding: 3.5rem 0; } }
  .mce-content-body .blog-detail__title {
    margin-bottom: 3rem !important; }
    @media screen and (min-width: 768px) {
      .mce-content-body .blog-detail__title {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 3.5rem !important; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .blog-detail__title {
        margin-bottom: 5rem !important; } }
    .mce-content-body .blog-detail__title h1 {
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .mce-content-body .blog-detail__title h1 {
          margin-bottom: 0;
          flex: 0 0 75%; } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .blog-detail__title h1 {
          flex: 0 0 80%; } }
    .mce-content-body .blog-detail__title p {
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px; }
      @media screen and (min-width: 768px) {
        .mce-content-body .blog-detail__title p {
          flex: 0 0 25%;
          text-align: right; } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .blog-detail__title p {
          flex: 0 0 20%; } }
  .mce-content-body .blog-detail__excerpt {
    font-weight: bold; }
  .mce-content-body .blog-detail__back {
    display: inline-block;
    margin: 2rem 0; }
    @media screen and (min-width: 1200px) {
      .mce-content-body .blog-detail__back {
        margin-bottom: 3.5rem; } }

.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: 0 0 3rem 6rem;
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    background-position: 1.7rem 0.5rem;
    margin-bottom: 0; }
    .mce-content-body .coredownload--name a {
      display: inline-block; }
    .mce-content-body .coredownload--name:last-of-type {
      padding-bottom: 0.4rem; }
  .mce-content-body .coredownload--fileinfo {
    display: inline-block;
    font-family: Georgia;
    font-style: italic;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-left: 0.8rem;
    margin-bottom: 0; }
  .mce-content-body .coredownload--filetext {
    display: block; }

.mce-content-body {
  /* @end */ }
  .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 .rsForm .form-loading-spinner {
    margin: 4rem 0;
    margin-top: 2rem;
    width: 4rem;
    height: 4rem;
    position: relative;
    display: none; }
    .mce-content-body .rsForm .form-loading-spinner.active {
      display: block; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 15%;
        height: 15%;
        background-color: #3f7c7d;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
                animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle2 {
      transform: rotate(30deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle3 {
      transform: rotate(60deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle3:before {
        -webkit-animation-delay: -1s;
                animation-delay: -1s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle4 {
      transform: rotate(90deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle5 {
      transform: rotate(120deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle6 {
      transform: rotate(150deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
                animation-delay: -0.7s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle7 {
      transform: rotate(180deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
                animation-delay: -0.6s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle8 {
      transform: rotate(210deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle9 {
      transform: rotate(240deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle10 {
      transform: rotate(270deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
                animation-delay: -0.3s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle11 {
      transform: rotate(300deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
                animation-delay: -0.2s; }
    .mce-content-body .rsForm .form-loading-spinner .sk-circle12 {
      transform: rotate(330deg); }
      .mce-content-body .rsForm .form-loading-spinner .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
                animation-delay: -0.1s; }
  .mce-content-body .form-control {
    font-size: inherit;
    padding: 0.75rem 1.25rem; }
  .mce-content-body [data-name='field1337'] {
    display: none; }
  .mce-content-body .row label {
    /*Label bei den Formularen*/
    font-weight: 700;
    font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif; }
    .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-weight: normal;
    font-family: "Frutiger LT W01_47 Light Cond", Helvetica, 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 {
    /*(submit)-Buttons*/
    font-weight: bold;
    font-family: "Frutiger LT W01_47 Light Cond", Helvetica, sans-serif;
    font-size: inherit;
    background-color: #3f7c7d;
    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); }
    .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-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 LT W01_47 Light Cond", Helvetica, sans-serif;
    font-weight: bold; }
  .mce-content-body .rsForm .has-error .form-control {
    font-size: inherit;
    border-color: indianred !important; }

.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 .teaser {
  height: calc(75vw);
  margin-bottom: 3rem; }
  @media (min-width: 575px) {
    .mce-content-body .teaser {
      height: 27rem; } }
  @media (min-width: 768px) {
    .mce-content-body .teaser {
      height: 35rem; } }
  @media (min-width: 992px) {
    .mce-content-body .teaser {
      height: 35rem; } }
  @media (min-width: 1200px) {
    .mce-content-body .teaser {
      height: 40rem; } }
  .mce-content-body .teaser a {
    text-decoration: none;
    color: white; }
  .mce-content-body .teaser h4 {
    color: white !important;
    line-height: 1 !important;
    margin: 0 !important; }
  .mce-content-body .teaser p {
    color: white !important;
    margin: 0 !important;
    margin-top: 5px !important; }
  .mce-content-body .teaser .teaserText {
    position: absolute !important;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 3%;
    background-color: rgba(28, 28, 28, 0.6);
    border-radius: 0 0 8px 8px; }
  .mce-content-body .teaser .teaserImg {
    height: 100%;
    border-radius: 8px;
    overflow: hidden; }
    .mce-content-body .teaser .teaserImg img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }

.mce-content-body .info-text {
  position: relative;
  background-color: #3f7c7d;
  padding: 5rem 3rem 5rem 10rem;
  border-radius: 15px; }
  .mce-content-body .info-text .mce-content-body, .mce-content-body .info-text p, .mce-content-body .info-text h1, .mce-content-body .info-text h2, .mce-content-body .info-text h3, .mce-content-body .info-text h4, .mce-content-body .info-text h5, .mce-content-body .info-text a, .mce-content-body .info-text td, .mce-content-body .info-text th, .mce-content-body .info-text li {
    color: white; }
  .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 > div:not(:last-child) {
  margin-bottom: 5rem; }

.mce-content-body .accordiontrigger {
  font-size: calc(2.3rem / 1.2);
  cursor: pointer;
  line-height: 1.2;
  padding: 2rem 0;
  padding-bottom: 3rem;
  text-align: center;
  margin: 0;
  color: #3f7c7d;
  border-bottom: 3px solid #3f7c7d;
  border-top: 3px solid #3f7c7d;
  position: relative;
  font-family: "Frutiger LT W01_77 Black Cond", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    .mce-content-body .accordiontrigger {
      font-size: calc(2.3rem / 1.1); } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .accordiontrigger {
      font-size: calc(2.3rem); } }
  .mce-content-body .accordiontrigger.mce-content-body {
    padding: 0.2em 0 0.2em 35px !important;
    margin: 0 !important; }
  .mce-content-body .accordiontrigger::after {
    content: '';
    height: 2.5rem;
    width: 2.5rem;
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNy44ODIgMTcuODgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy44ODIgMTcuODgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe2ZpbGw6IzRBN0E3RTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTguOTQxLDE2LjhjLTQuMzMzLDAtNy44NTctMy41MjUtNy44NTctNy44NThjMC00LjMzMywzLjUyNS03Ljg1Nyw3Ljg1Ny03Ljg1NwoJCWM0LjMzMywwLDcuODU4LDMuNTI1LDcuODU4LDcuODU3QzE2LjgsMTMuMjc0LDEzLjI3NCwxNi44LDguOTQxLDE2Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOC45NDEsMi4xNjdjMy43NDEsMCw2Ljc3NCwzLjAzMyw2Ljc3NCw2Ljc3NHMtMy4wMzMsNi43NzQtNi43NzQsNi43NzRjLTMuNzQxLDAtNi43NzQtMy4wMzMtNi43NzQtNi43NzQKCQlTNS4yLDIuMTY3LDguOTQxLDIuMTY3IE04Ljk0MSwwQzQuMDExLDAsMCw0LjAxMSwwLDguOTQxczQuMDExLDguOTQxLDguOTQxLDguOTQxczguOTQxLTQuMDExLDguOTQxLTguOTQxUzEzLjg3MSwwLDguOTQxLDAKCQlMOC45NDEsMHoiLz4KPC9nPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik00LjM4OCw3LjU5OGgzLjQyMVY0LjE3NmgyLjI2OXYzLjQyMmgzLjQyMXYyLjI2OWgtMy40MjF2My40MjFINy44MDlWOS44NjZINC4zODhWNy41OTh6Ii8+CjwvZz4KPC9zdmc+Cg==);
    background-size: cover;
    background-repeat: norepeat;
    transform: translate(-50%, 0); }
    @media screen and (min-width: 1200px) {
      .mce-content-body .accordiontrigger::after {
        height: 3.5rem;
        width: 3.5rem;
        bottom: -2rem; } }
  .mce-content-body .accordiontrigger.active::after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iRWJlbmVfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCAxNy44ODIgMTcuODgxOTk5IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzb2RpcG9kaTpkb2NuYW1lPSJtaW51cy5zdmciCiAgIHdpZHRoPSIxNy44ODIiCiAgIGhlaWdodD0iMTcuODgyIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjIuMSAoOWM2ZDQxZTQxMCwgMjAyMi0wNy0xNCwgY3VzdG9tKSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcwogICBpZD0iZGVmczIzIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcKICAgaWQ9Im5hbWVkdmlldzIxIgogICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgIGJvcmRlcmNvbG9yPSIjMDAwMDAwIgogICBib3JkZXJvcGFjaXR5PSIwLjI1IgogICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgaW5rc2NhcGU6cGFnZWNoZWNrZXJib2FyZD0iMCIKICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICBzaG93Z3JpZD0iZmFsc2UiCiAgIGlua3NjYXBlOnpvb209IjAuNzc1MDkxOTMiCiAgIGlua3NjYXBlOmN4PSIyMy44NjgxMzYiCiAgIGlua3NjYXBlOmN5PSIyNC41MTMyMjEiCiAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ0MCIKICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMjUzMCIKICAgaW5rc2NhcGU6d2luZG93LXg9IjE5MjAiCiAgIGlua3NjYXBlOndpbmRvdy15PSIzMCIKICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iRWJlbmVfMSIgLz4KPHN0eWxlCiAgIHR5cGU9InRleHQvY3NzIgogICBpZD0ic3R5bGUyIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDojNEE3QTdFO30KPC9zdHlsZT4KPGcKICAgaWQ9Imc4IgogICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU1LjcyOCwtMTQzLjQ2MykiPgoJPHBhdGgKICAgY2xhc3M9InN0MCIKICAgZD0ibSAzNjQuNjY5LDE2MC4yNjMgYyAtNC4zMzMsMCAtNy44NTcsLTMuNTI1IC03Ljg1NywtNy44NTggMCwtNC4zMzMgMy41MjUsLTcuODU3IDcuODU3LC03Ljg1NyA0LjMzMywwIDcuODU4LDMuNTI1IDcuODU4LDcuODU3IDAsNC4zMzIgLTMuNTI1LDcuODU4IC03Ljg1OCw3Ljg1OCB6IgogICBpZD0icGF0aDQiIC8+Cgk8cGF0aAogICBjbGFzcz0ic3QxIgogICBkPSJtIDM2NC42NjksMTQ1LjYzIGMgMy43NDEsMCA2Ljc3NCwzLjAzMyA2Ljc3NCw2Ljc3NCAwLDMuNzQxIC0zLjAzMyw2Ljc3NCAtNi43NzQsNi43NzQgLTMuNzQxLDAgLTYuNzc0LC0zLjAzMyAtNi43NzQsLTYuNzc0IDAsLTMuNzQxIDMuMDMzLC02Ljc3NCA2Ljc3NCwtNi43NzQgbSAwLC0yLjE2NyBjIC00LjkzLDAgLTguOTQxLDQuMDExIC04Ljk0MSw4Ljk0MSAwLDQuOTMgNC4wMTEsOC45NDEgOC45NDEsOC45NDEgNC45MywwIDguOTQxLC00LjAxMSA4Ljk0MSwtOC45NDEgMCwtNC45MyAtNC4wMTEsLTguOTQxIC04Ljk0MSwtOC45NDEgeiIKICAgaWQ9InBhdGg2IiAvPgo8L2c+CjxnCiAgIGlkPSJnMTQiCiAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTUuNzI4LC0xNDMuNDYzKSI+Cgk8cGF0aAogICBjbGFzcz0ic3QwIgogICBkPSJtIDM2NC42NjksMTYwLjI2MyBjIC00LjMzMywwIC03Ljg1NywtMy41MjUgLTcuODU3LC03Ljg1OCAwLC00LjMzMyAzLjUyNSwtNy44NTcgNy44NTcsLTcuODU3IDQuMzMzLDAgNy44NTgsMy41MjUgNy44NTgsNy44NTcgMCw0LjMzMiAtMy41MjUsNy44NTggLTcuODU4LDcuODU4IHoiCiAgIGlkPSJwYXRoMTAiIC8+Cgk8cGF0aAogICBjbGFzcz0ic3QxIgogICBkPSJtIDM2NC42NjksMTQ1LjYzIGMgMy43NDEsMCA2Ljc3NCwzLjAzMyA2Ljc3NCw2Ljc3NCAwLDMuNzQxIC0zLjAzMyw2Ljc3NCAtNi43NzQsNi43NzQgLTMuNzQxLDAgLTYuNzc0LC0zLjAzMyAtNi43NzQsLTYuNzc0IDAsLTMuNzQxIDMuMDMzLC02Ljc3NCA2Ljc3NCwtNi43NzQgbSAwLC0yLjE2NyBjIC00LjkzLDAgLTguOTQxLDQuMDExIC04Ljk0MSw4Ljk0MSAwLDQuOTMgNC4wMTEsOC45NDEgOC45NDEsOC45NDEgNC45MywwIDguOTQxLC00LjAxMSA4Ljk0MSwtOC45NDEgMCwtNC45MyAtNC4wMTEsLTguOTQxIC04Ljk0MSwtOC45NDEgeiIKICAgaWQ9InBhdGgxMiIgLz4KPC9nPgo8ZwogICBpZD0iZzE4IgogICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU1LjcyOCwtMTQzLjQ2MykiPgoJPHBhdGgKICAgY2xhc3M9InN0MSIKICAgZD0ibSAzNjIuMzQ3LDE1MS40NTMgaCA0LjY0NiB2IDIuNDg0IGggLTQuNjQ2IHoiCiAgIGlkPSJwYXRoMTYiIC8+CjwvZz4KPC9zdmc+Cg==); }

.mce-content-body .accordioncontainer {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s;
  background-color: white;
  font-size: calc(2rem / 1.2); }
  @media screen and (min-width: 768px) {
    .mce-content-body .accordioncontainer {
      font-size: calc(2rem / 1.1); } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .accordioncontainer {
      font-size: calc(2rem); } }
  .mce-content-body .accordioncontainer > div {
    padding: 2rem;
    padding-top: 3.5rem; }
    @media screen and (min-width: 1200px) {
      .mce-content-body .accordioncontainer > div {
        padding: 3.5rem; } }
    .mce-content-body .accordioncontainer > div > *:last-child {
      margin-bottom: 1.5rem; }

.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: #3f7c7d; }
  .text-teaser:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2NSA2NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUgNjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzQ3NDc0O30KCS5zdDF7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9Cgkuc3Qye2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MCw2NUgxNUM2LjgsNjUsMCw1OC4yLDAsNTBWMTVDMCw2LjgsNi44LDAsMTUsMGgzNWM4LjIsMCwxNSw2LjgsMTUsMTV2MzVDNjUsNTguMiw1OC4yLDY1LDUwLDY1eiIvPgo8ZyBjbGFzcz0ic3QxIj4KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00Mi43LDMyLjVMMzUuMiw0MGwtMi4xLTIuMWw1LjQtNS40bC01LjQtNS40bDIuMS0yLjFMNDIuNywzMi41eiBNMjUsMjVsNy41LDcuNUwyNSw0MGwtMi4xLTIuMWw1LjQtNS40CgkJbC01LjQtNS40TDI1LDI1eiIvPgo8L2c+Cjwvc3ZnPgo=);
    color: #3f7c7d !important; }
  .text-teaser h3,
  .text-teaser p {
    padding: 1rem 2rem !important;
    margin: 0 !important;
    flex: 1 1 100%;
    color: #3f7c7d !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; }

.mce-content-body .content-wrapper {
  padding-top: 2rem;
  display: flex;
  flex-flow: column wrap;
  background-color: #f1f4f3;
  min-height: calc(100vh - 100px);
  position: relative;
  overflow: hidden; }
  .mce-content-body .content-wrapper.center {
    justify-content: center; }
  .mce-content-body .content-wrapper.run .left {
    transform: translate(0);
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .mce-content-body .content-wrapper {
      width: 100%;
      height: 100%;
      flex: 0 0 100%;
      padding: 0;
      flex-flow: row wrap; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .content-wrapper {
      height: 100%; } }
  .mce-content-body .content-wrapper.video {
    padding-top: 0;
    height: 30rem;
    min-height: auto; }
    @media screen and (min-width: 576px) {
      .mce-content-body .content-wrapper.video {
        height: 40rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .content-wrapper.video {
        height: 50rem; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .content-wrapper.video {
        height: 100%; } }
    .mce-content-body .content-wrapper.video video {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .mce-content-body .content-wrapper .left {
    flex: 1;
    transition: transform 1s, opacity 1s linear;
    transform: translateX(-3rem);
    opacity: 0; }
    .mce-content-body .content-wrapper .left h1,
    .mce-content-body .content-wrapper .left h2 {
      text-transform: uppercase;
      font-size: 3rem; }
      @media (min-width: 992px) {
        .mce-content-body .content-wrapper .left h1,
        .mce-content-body .content-wrapper .left h2 {
          font-size: 3.8rem; } }
      @media (min-width: 1200px) {
        .mce-content-body .content-wrapper .left h1,
        .mce-content-body .content-wrapper .left h2 {
          font-size: 4.7rem; } }
    .mce-content-body .content-wrapper .left ul.arrowlist, .mce-content-body .content-wrapper .left ol.arrowlist {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-bottom: 3rem; }
      .mce-content-body .content-wrapper .left ul.arrowlist li, .mce-content-body .content-wrapper .left ol.arrowlist li {
        position: relative;
        padding-left: 5rem;
        margin-left: 0; }
        @media screen and (min-width: 1400px) {
          .mce-content-body .content-wrapper .left ul.arrowlist li, .mce-content-body .content-wrapper .left ol.arrowlist li {
            padding-left: 6rem; } }
        .mce-content-body .content-wrapper .left ul.arrowlist li:not(:first-child), .mce-content-body .content-wrapper .left ol.arrowlist li:not(:first-child) {
          margin-top: 2.5rem; }
        .mce-content-body .content-wrapper .left ul.arrowlist li::before, .mce-content-body .content-wrapper .left ol.arrowlist li::before {
          position: absolute;
          left: 0;
          content: '';
          height: 3rem;
          width: 3rem;
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2NS44IDU2LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY1LjggNTYuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMzRDdCN0Q7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIyOS44IiBjeT0iMzAuMyIgcj0iMjIuOSIvPgo8Zz4KCTxwYXRoIGQ9Ik0wLjUsMTguM0MwLjQsMTguMywwLjQsMTguMywwLjUsMTguM0MwLjQsMTguMiwwLjQsMTguMiwwLjUsMTguM0MwLjQsMTguMiwwLjQsMTguMiwwLjUsMTguM2MwLjYsMCwxLjUsMC4zLDIuMiwwLjUKCQljMTEuMywzLjYsMjEuOCw5LjcsMzAuNiwxNy41YzAsMC03LDEuOS03LDEuOWMwLjItMC42LDAuNC0xLjQsMC42LTJjMy04LjUsOC42LTE2LDE1LjEtMjJjNi45LTYuMywxNS0xMS4yLDIzLjktMTMuOQoJCWMtMy4yLDMuNC02LjQsNi41LTkuNCw5LjdjLTguNiw5LjItMTcsMTguOC0yMiwzMC40YzAsMC0yLjcsNi40LTIuNyw2LjRjLTcuMy04LjItMTUuNy0xNS42LTI0LjItMjIuN0M1LjUsMjIuNSwyLjIsMTkuNiwwLjUsMTguMwoJCUwwLjUsMTguM3oiLz4KPC9nPgo8L3N2Zz4K);
          background-size: cover; }
          @media screen and (min-width: 1400px) {
            .mce-content-body .content-wrapper .left ul.arrowlist li::before, .mce-content-body .content-wrapper .left ol.arrowlist li::before {
              height: 4rem;
              width: 4rem; } }
  .mce-content-body .content-wrapper .right {
    background-color: #3f7c7d;
    flex: 1 0 37%;
    width: 100%;
    position: relative; }
    .mce-content-body .content-wrapper .right.svg {
      max-height: 40vh; }
      @media (min-width: 576px) {
        .mce-content-body .content-wrapper .right.svg {
          max-height: none; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .content-wrapper .right svg {
        overflow: visible; } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .content-wrapper .right svg {
        padding-top: 2rem; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .content-wrapper .right svg {
        padding: 0; } }
    .mce-content-body .content-wrapper .right .text {
      color: white; }
      .mce-content-body .content-wrapper .right .text img {
        max-width: 30rem;
        margin: 0 auto;
        margin-bottom: 3rem; }
      .mce-content-body .content-wrapper .right .text p:last-child {
        margin-bottom: 0; }
  .mce-content-body .content-wrapper .left,
  .mce-content-body .content-wrapper .right {
    display: flex;
    flex-flow: column wrap;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .mce-content-body .content-wrapper .left,
      .mce-content-body .content-wrapper .right {
        flex: 0 0 50%; } }
  .mce-content-body .content-wrapper .left,
  .mce-content-body .content-wrapper .right .text {
    padding: 0 0.5rem; }
    @media screen and (min-width: 768px) {
      .mce-content-body .content-wrapper .left,
      .mce-content-body .content-wrapper .right .text {
        padding: 3rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .content-wrapper .left,
      .mce-content-body .content-wrapper .right .text {
        padding: 3rem 4rem; } }
    @media screen and (min-width: 1400px) {
      .mce-content-body .content-wrapper .left,
      .mce-content-body .content-wrapper .right .text {
        padding: 3rem 7rem; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .content-wrapper .left,
      .mce-content-body .content-wrapper .right .text {
        padding: 0; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .content-wrapper .left.solo,
      .mce-content-body .content-wrapper .right .text.solo {
        padding: 3rem 9rem; } }
    @media screen and (min-width: 1800px) {
      .mce-content-body .content-wrapper .left.solo,
      .mce-content-body .content-wrapper .right .text.solo {
        padding: 3rem 22rem; } }
    @media screen and (min-width: 576px) {
      .mce-content-body .content-wrapper .left .container,
      .mce-content-body .content-wrapper .right .text .container {
        max-width: 540px; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .content-wrapper .left .container,
      .mce-content-body .content-wrapper .right .text .container {
        max-width: none; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .content-wrapper .left .container,
      .mce-content-body .content-wrapper .right .text .container {
        max-width: 650px;
        margin-left: auto;
        margin-right: 7rem; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .content-wrapper .left .container,
      .mce-content-body .content-wrapper .left .col-12,
      .mce-content-body .content-wrapper .right .text .container,
      .mce-content-body .content-wrapper .right .text .col-12 {
        padding: 0; } }
    @media screen and (min-width: 768px) {
      .mce-content-body .content-wrapper .left .row,
      .mce-content-body .content-wrapper .right .text .row {
        margin: 0; } }
  .mce-content-body .content-wrapper .right .text {
    padding: 3rem 0.5rem; }
    @media screen and (min-width: 768px) {
      .mce-content-body .content-wrapper .right .text {
        padding: 3rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .content-wrapper .right .text {
        padding: 3rem 4rem; } }
    @media screen and (min-width: 1400px) {
      .mce-content-body .content-wrapper .right .text {
        padding: 3rem 7rem; } }
    @media screen and (min-width: 1600px) {
      .mce-content-body .content-wrapper .right .text {
        padding: 0; } }

@media screen and (min-width: 1600px) {
  .mce-content-body .right .text .container {
    margin-left: 7rem !important;
    margin-right: auto !important; } }

.mce-content-body .left.full {
  flex: 0 0 100% !important; }
  .mce-content-body .left.full .container {
    max-width: 100%; }
  @media screen and (min-width: 1400px) {
    .mce-content-body .left.full .accordiontrunk {
      max-width: 1300px;
      margin: 0 auto; } }
  .mce-content-body .left.full .accordiontrunk h3 br {
    display: none; }
  .mce-content-body .left.full .accordiontrunk .accordioncontainer > div > p {
    margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .mce-content-body .left.full .accordiontrunk {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      .mce-content-body .left.full .accordiontrunk h3 br {
        display: block; }
      .mce-content-body .left.full .accordiontrunk > div {
        flex: 0 0 calc(50% - 4rem);
        margin: 2rem;
        position: relative; } }
    @media screen and (min-width: 992px) and (min-width: 1600px) {
      .mce-content-body .left.full .accordiontrunk > div {
        flex: 0 0 calc(40% - 4rem);
        margin-top: 3rem;
        margin-bottom: 3rem; } }
  @media screen and (min-width: 992px) {
        .mce-content-body .left.full .accordiontrunk > div:first-child {
          flex: 0 0 calc(100% - 4rem); }
          .mce-content-body .left.full .accordiontrunk > div:first-child > h3,
          .mce-content-body .left.full .accordiontrunk > div:first-child > div {
            max-width: 50%;
            margin: 0 auto; } }
        @media screen and (min-width: 992px) and (min-width: 1600px) {
          .mce-content-body .left.full .accordiontrunk > div:first-child > h3,
          .mce-content-body .left.full .accordiontrunk > div:first-child > div {
            max-width: 40%; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .left.full .testimonial {
      display: flex;
      align-items: center; } }
  @media screen and (min-width: 1400px) {
    .mce-content-body .left.full .testimonial {
      max-width: 1320px;
      margin: 0 auto; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .left.full .testimonial .video {
      flex: 0 0 60%;
      padding-right: 3rem; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .left.full .testimonial .video {
      padding-right: 6rem; } }
  @media screen and (min-width: 1400px) {
    .mce-content-body .left.full .testimonial .video {
      flex: 0 0 65%; } }
  .mce-content-body .left.full .testimonial .video video {
    max-width: 100%; }
  .mce-content-body .left.full .testimonial .text {
    margin-top: 2rem; }
    @media screen and (min-width: 576px) and (max-width: 991px) {
      .mce-content-body .left.full .testimonial .text {
        max-width: 60%;
        margin: 0 auto;
        margin-top: 3rem; } }
    @media screen and (min-width: 992px) {
      .mce-content-body .left.full .testimonial .text {
        margin-top: 0; } }
    .mce-content-body .left.full .testimonial .text .quote p {
      font-family: "Frutiger LT W01_77 Black Cond", Helvetica, sans-serif;
      color: #3f7c7d;
      line-height: 1.2; }
    .mce-content-body .left.full .testimonial .text .about {
      font-size: calc(1.8rem / 1.2); }
      @media screen and (min-width: 768px) {
        .mce-content-body .left.full .testimonial .text .about {
          font-size: calc(1.8rem / 1.1); } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .left.full .testimonial .text .about {
          font-size: calc(1.8rem); } }
      .mce-content-body .left.full .testimonial .text .about p {
        margin-bottom: 0; }
  @media screen and (min-width: 576px) {
    .mce-content-body .left.full .team {
      display: flex;
      flex-flow: row wrap;
      margin-left: -1.5rem; } }
  @media screen and (min-width: 1600px) {
    .mce-content-body .left.full .team {
      margin-left: -2.5rem; } }
  @media screen and (min-width: 576px) {
    .mce-content-body .left.full .team__member {
      flex: 0 0 50%;
      padding: 1.5rem; } }
  @media screen and (min-width: 992px) {
    .mce-content-body .left.full .team__member {
      flex: 0 0 calc(100% / 3);
      padding: 1.5rem; } }
  @media screen and (min-width: 1200px) {
    .mce-content-body .left.full .team__member {
      flex: 0 0 calc(100% / 4); } }
  @media screen and (min-width: 1400px) {
    .mce-content-body .left.full .team__member {
      flex: 0 0 calc(100% / 5); } }
  @media screen and (min-width: 1600px) {
    .mce-content-body .left.full .team__member {
      padding: 2.5rem; } }
  .mce-content-body .left.full .team__member:not(:last-child) {
    margin-bottom: 5rem; }
    @media screen and (min-width: 576px) {
      .mce-content-body .left.full .team__member:not(:last-child) {
        margin-bottom: 0; } }
  .mce-content-body .left.full .team__member img {
    margin-bottom: 2rem; }
  .mce-content-body .left.full .team__member p {
    font-size: calc(1.9rem / 1.2); }
    @media screen and (min-width: 768px) {
      .mce-content-body .left.full .team__member p {
        font-size: calc(1.9rem / 1.1); } }
    @media screen and (min-width: 1200px) {
      .mce-content-body .left.full .team__member p {
        font-size: calc(1.9rem); } }
    .mce-content-body .left.full .team__member p b {
      font-size: calc(2.3rem / 1.2); }
      @media screen and (min-width: 768px) {
        .mce-content-body .left.full .team__member p b {
          font-size: calc(2.3rem / 1.1); } }
      @media screen and (min-width: 1200px) {
        .mce-content-body .left.full .team__member p b {
          font-size: calc(2.3rem); } }

@media screen and (min-width: 1200px) {
  .mce-content-body .home-wrapper {
    position: relative;
    height: 500vh; } }

.mce-content-body .home-wrapper [data-controller='util--mba'],
.mce-content-body .home-wrapper [data-controller='util--onintersection'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  z-index: 999; }
  @media screen and (min-width: 1200px) {
    .mce-content-body .home-wrapper [data-controller='util--mba'],
    .mce-content-body .home-wrapper [data-controller='util--onintersection'] {
      top: 50%; } }

.mce-content-body .home-wrapper [class^='content-grafik'] {
  transition: opacity 0.3s ease-out; }

@media screen and (min-width: 1200px) {
  .mce-content-body .home-wrapper > .sticky-wrapper {
    top: 90px;
    position: -webkit-sticky;
    position: sticky;
    height: calc(100vh - 90px); }
    .mce-content-body .home-wrapper > .sticky-wrapper > .content-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 1400px) {
  .mce-content-body .home-wrapper > .sticky-wrapper {
    height: calc(100vh - 130px);
    top: 130px; } }

.mce-content-body .home-wrapper.wrap {
  flex-wrap: wrap; }
  @media screen and (min-width: 1200px) {
    .mce-content-body .home-wrapper.wrap {
      height: auto;
      min-height: calc(100vh - 90px); } }
  @media screen and (min-width: 1400px) {
    .mce-content-body .home-wrapper.wrap {
      min-height: calc(100vh - 130px); } }
  .mce-content-body .home-wrapper.wrap .content-wrapper {
    flex: 0 0 100%;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .mce-content-body .home-wrapper.wrap .content-wrapper {
        min-height: calc(100vh - 90px);
        height: auto; } }
  @media screen and (min-width: 1400px) {
    .mce-content-body .home-wrapper.wrap {
      min-height: calc(100vh - 130px);
      height: auto; } }

