@charset "UTF-8";
/*
 *  Projektspezifische Einstellungen, Farben, Abstände usw.
*/
/*
 *  Seitenbreite & Ränder
*/
/*
 *  Breakpoints & Seitenabstände
*/
:root {
  --gap-wrapper: 30px;
}

@media (max-width: 1200px) {
  :root {
    --gap-wrapper: 35px;
  }
}

@media (max-width: 990px) {
  :root {
    --gap-wrapper: 35px;
  }
}

/*
 *  Spalten- & Zeilenanbstände
*/
:root {
  --gap-col: 5rem;
  --gap-gutter: 2vh + 2vw + 115px;
  --gap-elements: 50px;
  --gap-gallery: 15px;
}

@media (max-width: 1200px) {
  :root {
    --gap-col: 40px;
    --gap-gutter: 65px;
    --gap-elements: 30px;
    --gap-gallery: 10px;
  }
}

@media (max-width: 990px) {
  :root {
    --gap-col: 50px;
    --gap-gutter: 65px;
    --gap-elements: 20px;
    --gap-gallery: 10px;
  }
}

/*
 *  Font-Details
*/
/*
 *  Photoswipe
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(./photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(./photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(./photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.slick-list {
  z-index: 0;
  width: 100%;
}

.slick-prev {
  z-index: 1;
  left: 25px;
}

.slick-next {
  z-index: 1;
  right: 25px;
}

.pswp-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(-1 * (var(--gap-gallery)));
  margin-right: calc(-1 * (var(--gap-gallery)));
}

.pswp-gallery > .item {
  width: calc((100% - (2 * (var(--gap-gallery)))) / 2);
  margin-bottom: calc(var(--gap-gallery));
  margin-right: calc(var(--gap-gallery));
}

.col-2 .pswp-gallery > .item {
  width: calc((100% - (4 * (var(--gap-gallery)))) / 4);
}

.pswp-gallery > .item > a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.pswp-gallery > .item > a > picture, .pswp-gallery > .item > a > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ksp-edit-tools {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  padding: 0.5em;
  background-color: #0e5267;
}

.ksp-edit-tools, .ksp-edit-tools a {
  color: #fff;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  height: 100%;
  min-height: 100vh;
}

header, main, footer {
  width: 100%;
  position: relative;
  display: block;
  /* IE */
}

iframe, img, figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  position: relative;
}

strong {
  font-weight: bold;
}

a {
  display: inline;
  text-decoration: none;
}

*[hidden] {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.icon {
  line-height: 0;
  display: inline-block;
}

a .icon {
  display: block;
}

main {
  min-height: 50vh;
}

h1, h2, h3, h4, h5, h6, ul, ol, table, iframe, .margin, .TextformatterVideoEmbed, p {
  margin-top: 0;
  margin-bottom: 0;
}

h1 + h1, h2 + h1, h3 + h1, h4 + h1, h5 + h1, h6 + h1, ul + h1, ol + h1, table + h1, iframe + h1, .margin + h1, .TextformatterVideoEmbed + h1, p + h1, h1 + h2, h2 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2, ul + h2, ol + h2, table + h2, iframe + h2, .margin + h2, .TextformatterVideoEmbed + h2, p + h2, h1 + h3, h2 + h3, h3 + h3, h4 + h3, h5 + h3, h6 + h3, ul + h3, ol + h3, table + h3, iframe + h3, .margin + h3, .TextformatterVideoEmbed + h3, p + h3, h1 + h4, h2 + h4, h3 + h4, h4 + h4, h5 + h4, h6 + h4, ul + h4, ol + h4, table + h4, iframe + h4, .margin + h4, .TextformatterVideoEmbed + h4, p + h4, h1 + h5, h2 + h5, h3 + h5, h4 + h5, h5 + h5, h6 + h5, ul + h5, ol + h5, table + h5, iframe + h5, .margin + h5, .TextformatterVideoEmbed + h5, p + h5, h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6, h6 + h6, ul + h6, ol + h6, table + h6, iframe + h6, .margin + h6, .TextformatterVideoEmbed + h6, p + h6, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, ul + ul, ol + ul, table + ul, iframe + ul, .margin + ul, .TextformatterVideoEmbed + ul, p + ul, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol, ul + ol, ol + ol, table + ol, iframe + ol, .margin + ol, .TextformatterVideoEmbed + ol, p + ol, h1 + table, h2 + table, h3 + table, h4 + table, h5 + table, h6 + table, ul + table, ol + table, table + table, iframe + table, .margin + table, .TextformatterVideoEmbed + table, p + table, h1 + iframe, h2 + iframe, h3 + iframe, h4 + iframe, h5 + iframe, h6 + iframe, ul + iframe, ol + iframe, table + iframe, iframe + iframe, .margin + iframe, .TextformatterVideoEmbed + iframe, p + iframe, h1 + .margin, h2 + .margin, h3 + .margin, h4 + .margin, h5 + .margin, h6 + .margin, ul + .margin, ol + .margin, table + .margin, iframe + .margin, .margin + .margin, .TextformatterVideoEmbed + .margin, p + .margin, h1 + .TextformatterVideoEmbed, h2 + .TextformatterVideoEmbed, h3 + .TextformatterVideoEmbed, h4 + .TextformatterVideoEmbed, h5 + .TextformatterVideoEmbed, h6 + .TextformatterVideoEmbed, ul + .TextformatterVideoEmbed, ol + .TextformatterVideoEmbed, table + .TextformatterVideoEmbed, iframe + .TextformatterVideoEmbed, .margin + .TextformatterVideoEmbed, .TextformatterVideoEmbed + .TextformatterVideoEmbed, p + .TextformatterVideoEmbed, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, ul + p, ol + p, table + p, iframe + p, .margin + p, .TextformatterVideoEmbed + p, p + p {
  margin-top: 1em;
}

h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + ul, h1 + ol, h1 + table, h1 + iframe, h1 + .margin, h1 + .TextformatterVideoEmbed, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + ul, h2 + ol, h2 + table, h2 + iframe, h2 + .margin, h2 + .TextformatterVideoEmbed {
  margin-top: 1.5rem;
}

h1 + p, h2 + p {
  margin-top: 6.5rem;
}

@media (max-width: 990px) {
  h1 + p, h2 + p {
    margin-top: 2.5rem;
  }
}

h3 + h1, h3 + h2, h4 + h1, h4 + h2, h5 + h1, h5 + h2, h6 + h1, h6 + h2, ul + h1, ul + h2, ol + h1, ol + h2, table + h1, table + h2, iframe + h1, iframe + h2, .margin + h1, .margin + h2, .TextformatterVideoEmbed + h1, .TextformatterVideoEmbed + h2 {
  margin-top: 4.5rem;
}

@media (max-width: 990px) {
  h3 + h1, h3 + h2, h4 + h1, h4 + h2, h5 + h1, h5 + h2, h6 + h1, h6 + h2, ul + h1, ul + h2, ol + h1, ol + h2, table + h1, table + h2, iframe + h1, iframe + h2, .margin + h1, .margin + h2, .TextformatterVideoEmbed + h1, .TextformatterVideoEmbed + h2 {
    margin-top: 2.188rem;
  }
}

h3 + p, h4 + p, h5 + p, h6 + p, ul + p, ol + p, table + p, iframe + p, .margin + p, .TextformatterVideoEmbed + p {
  margin-top: 2.8rem;
}

@media (max-width: 990px) {
  h3 + p, h4 + p, h5 + p, h6 + p, ul + p, ol + p, table + p, iframe + p, .margin + p, .TextformatterVideoEmbed + p {
    margin-top: 1.875rem;
  }
}

p + h1, p + h2 {
  margin-top: 4rem;
}

p + h3, p + h4, p + h5, p + h6, p + ul, p + ol, p + table, p + iframe, p + .margin, p + .TextformatterVideoEmbed {
  margin-top: 2rem;
}

@media (max-width: 990px) {
  p + h3, p + h4, p + h5, p + h6, p + ul, p + ol, p + table, p + iframe, p + .margin, p + .TextformatterVideoEmbed {
    margin-top: 1.875rem;
  }
}

p + p {
  margin-top: 5rem;
}

@media (max-width: 990px) {
  p + p {
    margin-top: 2rem;
  }
}

.margin + h1, .margin + h2, .margin + h3, .margin + h4, .margin + h5, .margin + h6, .margin + ul, .margin + ol, .margin + table, .margin + iframe, .margin + .margin, .margin + .TextformatterVideoEmbed, .margin + p {
  margin-top: calc(var(--gap-elements));
}

.wrapper {
  width: calc((1570px) + 2 * (var(--gap-wrapper)));
  margin: 0 auto;
  max-width: 100%;
  padding-left: calc((var(--gap-wrapper)));
  padding-right: calc((var(--gap-wrapper)));
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 calc(-0.5 * (var(--gap-col))) calc(-0.5 * (var(--gap-col))) calc(-0.5 * (var(--gap-col)));
}

.columns > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 calc(0.5 * (var(--gap-col))) calc(0.5 * (var(--gap-col))) calc(0.5 * (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.columns.nogrow > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.columns.nogrow > .col.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.columns > .col-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.columns > .col-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.columns > .col-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.columns > .col-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.columns > .col-6 {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}

.columns > .col-7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}

.columns > .col-8 {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}

.columns > .col-9 {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
}

.columns > .col-10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.columns > .col-11 {
  -webkit-box-flex: 11;
      -ms-flex-positive: 11;
          flex-grow: 11;
}

.columns > .col-12 {
  -webkit-box-flex: 12;
      -ms-flex-positive: 12;
          flex-grow: 12;
}

.columns.columns-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-2 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 2 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-2 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-2 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 2 * 2 - (var(--gap-col)));
}

.columns.columns-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-3 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 3 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-3 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-3 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 3 * 2 - (var(--gap-col)));
}

.columns.columns-3 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 3 * 3 - (var(--gap-col)));
}

.columns.columns-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-4 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 4 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-4 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-4 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 4 * 2 - (var(--gap-col)));
}

.columns.columns-4 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 4 * 3 - (var(--gap-col)));
}

.columns.columns-4 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 4 * 4 - (var(--gap-col)));
}

.columns.columns-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-5 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 5 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-5 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-5 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 5 * 2 - (var(--gap-col)));
}

.columns.columns-5 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 5 * 3 - (var(--gap-col)));
}

.columns.columns-5 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 5 * 4 - (var(--gap-col)));
}

.columns.columns-5 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 5 * 5 - (var(--gap-col)));
}

.columns.columns-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-6 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 6 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-6 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-6 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 6 * 2 - (var(--gap-col)));
}

.columns.columns-6 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 6 * 3 - (var(--gap-col)));
}

.columns.columns-6 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 6 * 4 - (var(--gap-col)));
}

.columns.columns-6 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 6 * 5 - (var(--gap-col)));
}

.columns.columns-6 > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 6 * 6 - (var(--gap-col)));
}

.columns.columns-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-7 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 7 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-7 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-7 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 7 * 2 - (var(--gap-col)));
}

.columns.columns-7 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 7 * 3 - (var(--gap-col)));
}

.columns.columns-7 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 7 * 4 - (var(--gap-col)));
}

.columns.columns-7 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 7 * 5 - (var(--gap-col)));
}

.columns.columns-7 > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 7 * 6 - (var(--gap-col)));
}

.columns.columns-7 > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 7 * 7 - (var(--gap-col)));
}

.columns.columns-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-8 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 8 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-8 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-8 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 8 * 2 - (var(--gap-col)));
}

.columns.columns-8 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 8 * 3 - (var(--gap-col)));
}

.columns.columns-8 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 8 * 4 - (var(--gap-col)));
}

.columns.columns-8 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 8 * 5 - (var(--gap-col)));
}

.columns.columns-8 > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 8 * 6 - (var(--gap-col)));
}

.columns.columns-8 > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 8 * 7 - (var(--gap-col)));
}

.columns.columns-8 > .col-8 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 8 * 8 - (var(--gap-col)));
}

.columns.columns-9 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-9 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 9 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-9 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-9 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 2 - (var(--gap-col)));
}

.columns.columns-9 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 3 - (var(--gap-col)));
}

.columns.columns-9 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 4 - (var(--gap-col)));
}

.columns.columns-9 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 5 - (var(--gap-col)));
}

.columns.columns-9 > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 6 - (var(--gap-col)));
}

.columns.columns-9 > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 7 - (var(--gap-col)));
}

.columns.columns-9 > .col-8 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 8 - (var(--gap-col)));
}

.columns.columns-9 > .col-9 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 9 * 9 - (var(--gap-col)));
}

.columns.columns-10 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-10 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 10 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-10 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-10 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 2 - (var(--gap-col)));
}

.columns.columns-10 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 3 - (var(--gap-col)));
}

.columns.columns-10 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 4 - (var(--gap-col)));
}

.columns.columns-10 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 5 - (var(--gap-col)));
}

.columns.columns-10 > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 6 - (var(--gap-col)));
}

.columns.columns-10 > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 7 - (var(--gap-col)));
}

.columns.columns-10 > .col-8 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 8 - (var(--gap-col)));
}

.columns.columns-10 > .col-9 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 9 - (var(--gap-col)));
}

.columns.columns-10 > .col-10 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 10 * 10 - (var(--gap-col)));
}

.columns.columns-11 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-11 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 11 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-11 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-11 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 2 - (var(--gap-col)));
}

.columns.columns-11 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 3 - (var(--gap-col)));
}

.columns.columns-11 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 4 - (var(--gap-col)));
}

.columns.columns-11 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 5 - (var(--gap-col)));
}

.columns.columns-11 > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 6 - (var(--gap-col)));
}

.columns.columns-11 > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 7 - (var(--gap-col)));
}

.columns.columns-11 > .col-8 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 8 - (var(--gap-col)));
}

.columns.columns-11 > .col-9 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 9 - (var(--gap-col)));
}

.columns.columns-11 > .col-10 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 10 - (var(--gap-col)));
}

.columns.columns-11 > .col-11 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 11 * 11 - (var(--gap-col)));
}

.columns.columns-12 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.columns-12 > .col {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 12 - (var(--gap-col)));
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .columns.columns-12 > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.columns.columns-12 > .col-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 2 - (var(--gap-col)));
}

.columns.columns-12 > .col-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 3 - (var(--gap-col)));
}

.columns.columns-12 > .col-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 4 - (var(--gap-col)));
}

.columns.columns-12 > .col-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 5 - (var(--gap-col)));
}

.columns.columns-12 > .col-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 6 - (var(--gap-col)));
}

.columns.columns-12 > .col-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 7 - (var(--gap-col)));
}

.columns.columns-12 > .col-8 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 8 - (var(--gap-col)));
}

.columns.columns-12 > .col-9 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 9 - (var(--gap-col)));
}

.columns.columns-12 > .col-10 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 10 - (var(--gap-col)));
}

.columns.columns-12 > .col-11 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 11 - (var(--gap-col)));
}

.columns.columns-12 > .col-12 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 12 * 12 - (var(--gap-col)));
}

/*
 *  Font-Dateien laden
*/
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "pacifico-regular";
  src: url("../fonts/pacifico-regular.woff2") format("woff2"), url("../fonts/pacifico-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/*
 *  Font-Definitionen für Elemente
*/
html, body {
  font-family: "roboto", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}

html, body {
  font-size: 16px;
}

@media (min-width: 320px) {
  html, body {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  html, body {
    font-size: 18px;
  }
}

html, html a, body, body a {
  color: #000000;
}

html {
  font-size: 62.5%;
}

h1, .h1 {
  margin-top: calc(-1em * (0.16));
  margin-bottom: calc(-1em * (0.19));
  line-height: 1.07;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 35px;
}

@media (min-width: 320px) {
  h1, .h1 {
    font-size: calc(35px + 30 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  h1, .h1 {
    font-size: 65px;
  }
}

h1, h1 a, .h1, .h1 a {
  color: var(--theme-color);
}

h2, .h2 {
  margin-top: calc(-1em * (0.16));
  margin-bottom: calc(-1em * (0.19));
  line-height: 1.07;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 35px;
}

@media (min-width: 320px) {
  h2, .h2 {
    font-size: calc(35px + 30 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  h2, .h2 {
    font-size: 65px;
  }
}

h3, .h3 {
  margin-top: calc(-1em * (0.16));
  margin-bottom: calc(-1em * (0.19));
  line-height: 1.33;
  text-transform: uppercase;
  font-weight: bold;
}

h3, .h3 {
  font-size: 20px;
}

@media (min-width: 320px) {
  h3, .h3 {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h3, h3 a, .h3, .h3 a {
  color: #000000;
}

h4, .h4 {
  margin-top: calc(-1em * (0.16));
  margin-bottom: calc(-1em * (0.19));
  line-height: 1.44;
  font-weight: normal;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 20px;
}

@media (min-width: 320px) {
  h4, .h4 {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h4, h4 a, .h4, .h4 a {
  color: var(--theme-color);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: inherit;
}

p, li {
  margin-top: calc(-1em * (0.16));
  margin-bottom: calc(-1em * (0.19));
  line-height: 1.44;
}

p, li {
  font-size: 16px;
}

@media (min-width: 320px) {
  p, li {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  p, li {
    font-size: 18px;
  }
}

main p a:not(.button), main li a:not(.button), main .InputfieldContent label a:not(.button) {
  padding: 0 0.1em;
  margin: 0 -0.1em -2px -0.1em;
  border-bottom: 2px solid #000000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

main p a:not(.button):hover, main li a:not(.button):hover, main .InputfieldContent label a:not(.button):hover {
  background-color: #000000 !important;
  color: #fff;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
}

main ul li + li, main ol li + li {
  margin-top: 0.6rem;
}

main ul li {
  padding-left: 1.4em;
}

main ul li + li {
  margin-top: 0.6rem;
}

main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #000000;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.7em;
}

.inverted, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6, .inverted p, .inverted a {
  color: #fff;
}

main .inverted a:not(.button), main .inverted h1 a:not(.button), main .inverted h2 a:not(.button), main .inverted h3 a:not(.button), main .inverted h4 a:not(.button), main .inverted h5 a:not(.button), main .inverted h6 a:not(.button), main .inverted p a:not(.button), main .inverted a a:not(.button) {
  color: #fff;
  border-bottom-color: #fff;
}

main .inverted a:not(.button):hover, main .inverted h1 a:not(.button):hover, main .inverted h2 a:not(.button):hover, main .inverted h3 a:not(.button):hover, main .inverted h4 a:not(.button):hover, main .inverted h5 a:not(.button):hover, main .inverted h6 a:not(.button):hover, main .inverted p a:not(.button):hover, main .inverted a a:not(.button):hover {
  background-color: #fff;
  color: #000000;
}

.button, .button-animiert, button[type="submit"] {
  text-transform: uppercase;
  position: relative;
  margin: 0 0.25em 0.25em 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  color: #fff;
  padding: 2.5rem 3.125rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-mask-image: url("../img/blackbutton.svg");
          mask-image: url("../img/blackbutton.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--theme-color);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button, .button-animiert, button[type="submit"] {
    display: inline-block;
  }
}

.button, .button-animiert, button[type="submit"] {
  font-size: 16px;
}

@media (min-width: 320px) {
  .button, .button-animiert, button[type="submit"] {
    font-size: calc(16px + 1 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  .button, .button-animiert, button[type="submit"] {
    font-size: 17px;
  }
}

.button.button_link, .button-animiert.button_link, button[type="submit"].button_link {
  background-image: none;
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 1rem;
  top: 0;
}

.button.button_link:hover, .button-animiert.button_link:hover, button[type="submit"].button_link:hover {
  top: -5px;
}

.button:hover, .button-animiert:hover, button[type="submit"]:hover {
  color: var(--theme-color) !important;
  background-color: #fff;
}

.inverted .button, .inverted .button-animiert, .inverted button[type="submit"] {
  color: #fff;
}

#button_svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.form_contact form {
  margin-top: 0 !important;
}

.form_contact form .InputfieldHeader {
  display: none !important;
}

.form_contact form .Inputfield_privacy {
  display: initial !important;
}

.form_contact form .Inputfield_privacy span {
  font-size: 18px !important;
}

.form_contact form .Inputfield {
  margin-bottom: 10px !important;
}

.form_contact form input[type="text"],
.form_contact form input[type="email"],
.form_contact form input[type="tel"],
.form_contact form input[type="url"],
.form_contact form input[type="search"],
.form_contact form input[type="number"],
.form_contact form input[type="date"] {
  background-color: white !important;
  padding: 35px 30px !important;
  border: 2px solid var(--theme-color) !important;
  font-size: 18px;
  outline: none;
}

.form_contact form input[type="text"]::-webkit-input-placeholder,
.form_contact form input[type="email"]::-webkit-input-placeholder,
.form_contact form input[type="tel"]::-webkit-input-placeholder,
.form_contact form input[type="url"]::-webkit-input-placeholder,
.form_contact form input[type="search"]::-webkit-input-placeholder,
.form_contact form input[type="number"]::-webkit-input-placeholder,
.form_contact form input[type="date"]::-webkit-input-placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form input[type="text"]:-ms-input-placeholder,
.form_contact form input[type="email"]:-ms-input-placeholder,
.form_contact form input[type="tel"]:-ms-input-placeholder,
.form_contact form input[type="url"]:-ms-input-placeholder,
.form_contact form input[type="search"]:-ms-input-placeholder,
.form_contact form input[type="number"]:-ms-input-placeholder,
.form_contact form input[type="date"]:-ms-input-placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form input[type="text"]::-ms-input-placeholder,
.form_contact form input[type="email"]::-ms-input-placeholder,
.form_contact form input[type="tel"]::-ms-input-placeholder,
.form_contact form input[type="url"]::-ms-input-placeholder,
.form_contact form input[type="search"]::-ms-input-placeholder,
.form_contact form input[type="number"]::-ms-input-placeholder,
.form_contact form input[type="date"]::-ms-input-placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form input[type="text"]::placeholder,
.form_contact form input[type="email"]::placeholder,
.form_contact form input[type="tel"]::placeholder,
.form_contact form input[type="url"]::placeholder,
.form_contact form input[type="search"]::placeholder,
.form_contact form input[type="number"]::placeholder,
.form_contact form input[type="date"]::placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form .InputfieldFormBuilderFileUpload::before {
  display: none !important;
}

.form_contact form .InputfieldFormBuilderFile .InputfieldHeader {
  display: block !important;
}

.form_contact form textarea {
  background-color: white !important;
  padding: 25px 30px !important;
  border: 2px solid var(--theme-color) !important;
  font-size: 18px;
  outline: none;
  resize: none;
}

.form_contact form textarea::-webkit-input-placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form textarea:-ms-input-placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form textarea::-ms-input-placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form textarea::placeholder {
  color: #000000 !important;
  font-size: 18px !important;
}

.form_contact form button {
  margin-top: 20px !important;
  padding: 2.5rem 3.125rem !important;
  background-color: var(--theme-color) !important;
}

#Inputfield_stellenanzeige {
  display: none !important;
}

.yp_grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  pointer-events: none;
}

.yp_grid .wrapper {
  height: 100%;
}

.yp_grid .grid_cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  width: 100%;
  height: 100%;
  grid-gap: var(--gap-col);
}

.yp_grid .grid_cols .grid_col {
  background-color: red;
  height: 100%;
  opacity: 0.4;
}

header {
  padding-top: 180px;
}

@media (max-width: 1200px) {
  header {
    padding-top: 0;
  }
}

header .navigation_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .navigation_wrapper.scrolled {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  header .navigation_wrapper {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 18px;
  }
}

header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  z-index: 100;
}

@media (max-width: 990px) {
  header .header-container {
    padding-bottom: 30px;
  }
}

header .mobilenav {
  position: absolute;
  opacity: 0;
  top: 50px;
  left: 0;
  width: 100%;
  padding-left: calc((var(--gap-wrapper)));
  padding-right: calc((var(--gap-wrapper)));
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -1;
}

header .mobilenav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  opacity: 1;
}

header .mobilenav .mobile-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.5rem;
}

header .mobilenav .mobile-nav-container .nav-item {
  text-transform: uppercase;
  font-size: 1.5rem;
}

header .mobilenav .mobile-nav-container .nav-item + .nav-item {
  margin-top: 2rem;
}

header .mobilenav .mobile-nav-container .nav-item .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.5rem;
}

header .mobilenav .mobile-nav-container .nav-item .submenu a {
  text-transform: uppercase;
  margin-top: 1rem;
}

header .mobilenav .mobile-socialmedia {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .mobilenav .mobile-socialmedia .singlesocials {
  position: relative;
  margin: 0 7px;
}

header .mobilenav .mobile-socialmedia .singlesocials.inverted {
  background-color: #000000;
  border-radius: 1000px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41px;
  height: 41px;
}

header .mobilenav .mobile-socialmedia .singlesocials.inverted img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

header .mobilenav .mobile-socialmedia .singlesocials.active::before {
  content: "";
  height: 19px;
  width: 22px;
  background-color: #E0E0E0;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
}

header .mobilenav .mobile-socialmedia .openInfo {
  position: absolute;
  bottom: 85px;
  left: 0;
  background-color: #E0E0E0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  display: none;
}

header .mobilenav .mobile-socialmedia .openInfo.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mobilenav .mobile-socialmedia .openInfo h2 {
  font-size: 14px;
  font-weight: normal;
}

header .mobilenav .mobile-socialmedia .openInfo p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: normal;
}

header .mobilenav .mobile-socialmedia .openInfo p strong {
  font-weight: normal;
}

header .mobilenav .mobile-socialmedia img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .mobilenav .mobile-socialmedia a {
  margin: 0 8.5px;
}

header .mobilenav .mobile-socialmedia a > i {
  font-size: 40px;
}

header .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  header .nav-links {
    display: none;
  }
}

header .nav-links a > span {
  text-transform: uppercase;
}

header .nav-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
}

header .nav-toggle span {
  width: 100%;
  height: 2px;
  background-color: black;
  border-radius: 2px;
  margin: 4px 0;
}

@media (max-width: 1200px) {
  header .nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .logo_mobile {
  display: none;
  background-color: white;
}

@media (max-width: 1200px) {
  header .logo_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: .5s;
  transition: .5s;
}

header .logo img:nth-child(1) {
  height: 70px;
  z-index: 1;
}

header .logo img:nth-child(2) {
  height: 25px;
}

header .logo img.small-logo {
  opacity: 0;
  margin-top: -25px;
}

header .logo #nur_cba.scrolled {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  header .logo {
    display: none;
  }
}

header .socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 80px;
}

header .socialmedia > a {
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
}

header .socialmedia > a .icon svg * {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #000000;
}

header .socialmedia > a:hover .icon svg * {
  fill: #fff;
}

@media (max-width: 1200px) {
  .outerwrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.keyvisual {
  padding-top: 200px;
}

.keyvisual,
.keyvisual .slider,
.keyvisual .slide {
  width: 100%;
}

body.home .keyvisual, body.home
.keyvisual .slider, body.home
.keyvisual .slide {
  min-height: 500px;
}

.keyvisual .swiper-wrapper {
  position: relative;
}

.keyvisual .swiper-wrapper .headerinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 80px;
}

.keyvisual .swiper-wrapper .headerinfo .mail {
  font-size: 26px;
  color: #fff;
  border: 2px solid black;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.keyvisual .swiper-wrapper .headerinfo .mail img {
  height: 50%;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.keyvisual .swiper-wrapper .headerinfo .telefon {
  margin-top: 10px;
  font-size: 26px;
  color: #000000;
  border: 2px solid black;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.keyvisual .swiper-wrapper .headerinfo .telefon.active {
  background-color: #000000;
  color: #fff;
}

.keyvisual .swiper-wrapper .headerinfo .zeiten {
  margin-top: 10px;
  font-size: 26px;
  color: #fff;
  border: 2px solid black;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.keyvisual .swiper-wrapper .headerinfo .zeiten img {
  height: 50%;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.keyvisual .swiper-wrapper .headerinfo .zeiten.active {
  background-color: #000000;
}

.keyvisual .swiper-wrapper .headerinfo .zeiten.active img {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.keyvisual .swiper-wrapper .innerheadinfo {
  position: relative;
  width: 100%;
  height: 100%;
}

.keyvisual .swiper-wrapper .innerheadinfo .telefon {
  cursor: pointer;
}

.keyvisual .swiper-wrapper .innerheadinfo .zeiten {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .keyvisual .swiper-wrapper .innerheadinfo {
    display: none;
  }
}

.keyvisual .swiper-wrapper .opening_hours {
  position: absolute;
  bottom: 0%;
  left: -470px;
  background-color: #E0E0E0;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.keyvisual .swiper-wrapper .opening_hours.tel {
  left: -329px;
  bottom: 80px;
}

.keyvisual .swiper-wrapper .opening_hours.tel a {
  color: #000000;
  margin-left: 10px;
}

.keyvisual .swiper-wrapper .opening_hours.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.keyvisual .swiper-wrapper .opening_hours::after {
  content: "";
  background: #E0E0E0;
  width: 22px;
  height: 19px;
  position: absolute;
  bottom: 30px;
  right: -19px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.keyvisual .swiper-wrapper .opening_hours .opening_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}

.keyvisual .swiper-wrapper .opening_hours p {
  color: #000000;
  margin: 3px 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.keyvisual .swiper-wrapper .opening_hours p strong {
  margin-left: 20px;
  font-weight: normal;
}

.keyvisual .slide {
  position: relative;
}

.keyvisual .slide .background {
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.keyvisual .slide .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  padding-bottom: 10vh;
}

@media (max-width: 1200px) {
  .keyvisual .slide .wrapper {
    padding-bottom: 50px;
  }
}

.keyvisual .slide .wrapper .background {
  height: 780px;
  width: 65%;
}

@media (max-width: 1200px) {
  .keyvisual .slide .wrapper .background {
    width: 100%;
    height: 320px;
  }
}

.keyvisual .slide .wrapper .text {
  margin-top: 60px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.keyvisual .slide .wrapper .text p {
  position: relative;
}

.keyvisual .slide .wrapper .text p .button {
  font-size: 16px;
}

@media (min-width: 320px) {
  .keyvisual .slide .wrapper .text p .button {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  .keyvisual .slide .wrapper .text p .button {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .keyvisual .slide .wrapper .text p .button {
    position: relative;
    margin: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 25px;
  }
}

.keyvisual .slide .wrapper .text h1 {
  color: #000000;
  margin-top: 45px !important;
}

.keyvisual .slide .wrapper .text p {
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .keyvisual .slide .wrapper .text {
    margin-left: 0;
    margin-top: 80px;
    padding-left: calc(var(--gap-wrapper));
    padding-right: calc(var(--gap-wrapper));
  }
}

@media (max-width: 1200px) {
  .keyvisual .slide .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1200px) {
  .keyvisual {
    padding-top: 0;
  }
}

.subsite .gutter:first-child {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .subsite .gutter:first-child {
    padding-top: calc(var(--gap-gutter));
  }
}

.nav-container {
  display: block;
}

.nav-container > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-container > nav > a,
.nav-container > nav > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}

.nav-container > nav > a + a,
.nav-container > nav > a + label,
.nav-container > nav > label + a,
.nav-container > nav > label + label {
  margin-left: 2.9rem;
}

.nav-container > nav > a > span,
.nav-container > nav > label > span {
  color: #000000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.nav-container > nav > a > span,
.nav-container > nav > label > span {
  font-size: 18px;
}

@media (max-width: 990px) {
  .nav-container {
    display: none;
  }
  .nav-container > nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #000000;
  }
  .nav-container > nav > a + a,
  .nav-container > nav > a + label,
  .nav-container > nav > label + a,
  .nav-container > nav > label + label {
    margin-left: 0;
  }
  .nav-container > nav > a > span,
  .nav-container > nav > label > span {
    color: #fff;
  }
  .nav-container > nav > a:hover > span, .nav-container > nav > a.active > span,
  .nav-container > nav > label:hover > span,
  .nav-container > nav > label.active > span {
    color: #fff;
    border-bottom-color: #fff;
  }
}

.nav-container .nav-item {
  position: relative;
  margin-left: 2.9rem;
}

.nav-container .nav-item a {
  padding: 5px 0;
}

.nav-container .nav-item > .active {
  border-bottom: 2px solid #000000;
}

.nav-container .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #fff;
  padding: 40px;
  right: -60px;
  left: -60px;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-container .submenu a {
  text-transform: uppercase;
  margin: 15px 0;
  text-align: center;
}

.nav-container .nav-item:hover .submenu {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

#nav-open:checked ~ .nav-container {
  display: block;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(var(--gap-gutter));
}

@media (max-width: 1200px) {
  main {
    padding-top: 11rem;
  }
}

main .row_columns .columns > .col:only-child {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 990px) {
  main .row_columns > .wrapper .columns.columns-3,
  main .row_columns > .wrapper > .columns.columns-2 {
    margin: 0;
  }
  main .row_columns > .wrapper .columns.columns-3 > .col,
  main .row_columns > .wrapper > .columns.columns-2 > .col {
    width: 100%;
  }
  main .row_columns > .wrapper .columns.columns-3 > .col + .col,
  main .row_columns > .wrapper > .columns.columns-2 > .col + .col {
    margin-top: calc(var(--gap-elements));
  }
}

main .row_companies .swiper-button-next,
main .row_companies .swiper-button-prev {
  display: none;
}

main .row_companies .swiper-button-next-custom {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 10;
}

main .row_companies .swiper-button-next-custom img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

main .row_companies .swiper-button-prev-custom {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 10;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

main .row_companies .swiper-button-prev-custom img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

main .row_companies h3 {
  margin-bottom: -25px;
}

main .row_companies h3 {
  font-size: 24px;
}

@media (min-width: 320px) {
  main .row_companies h3 {
    font-size: calc(24px + 6 * ((100vw - 320px) / 1310));
  }
}

@media (min-width: 1630px) {
  main .row_companies h3 {
    font-size: 30px;
  }
}

main .row_companies h3 .highlight {
  margin-left: 10px;
  font-size: 30px;
  font-family: "pacifico-regular";
  text-transform: lowercase;
}

main .row_companies .company_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem;
  margin-bottom: 10rem;
  position: relative;
}

main .row_companies .company_icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 60s linear infinite;
          animation: rotate 60s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

main .row_companies .company_icon svg defs {
  display: none;
}

main .row_companies .company_icon img {
  height: 160px;
  width: 160px;
  min-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

@media (max-width: 990px) {
  main .row_companies .company_icon {
    padding: 6rem;
    margin-bottom: 4rem;
  }
  main .row_companies .company_icon svg {
    height: 90% !important;
    width: 90% !important;
  }
  main .row_companies .company_icon img {
    height: 130px !important;
    width: 130px !important;
  }
}

@media (max-width: 1400px) {
  main .row_companies .company_icon {
    overflow: hidden;
  }
  main .row_companies .company_icon svg {
    height: 80%;
    width: 80%;
  }
  main .row_companies .company_icon img {
    height: 100px;
    width: 100px;
  }
}

main .row_companies .row_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

main .row_companies .row_lineup .columns.columns-12 .mobilecarousel {
  display: none;
  max-width: 100%;
}

main .row_companies .row_lineup .columns.columns-12 .mobilecarousel .swiper-slide:not(.swiper-slide-active) h3, main .row_companies .row_lineup .columns.columns-12 .mobilecarousel .swiper-slide:not(.swiper-slide-active) p, main .row_companies .row_lineup .columns.columns-12 .mobilecarousel .swiper-slide:not(.swiper-slide-active) a {
  opacity: 0;
}

main .row_companies .row_lineup .columns.columns-12 .mobilecarousel .swiper-slide-shadow {
  background: transparent !important;
}

@media (max-width: 990px) {
  main .row_companies .row_lineup .columns.columns-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_companies .row_lineup .columns.columns-12 .mobilecarousel {
    display: block;
  }
  main .row_companies .row_lineup .columns.columns-12 .desktop_companies {
    display: none;
  }
}

main .row_companies .row_lineup .innerlineuptext {
  margin-right: 150px;
}

main .row_companies .row_lineup h4 {
  text-transform: uppercase;
}

main .row_companies .row_lineup .lineups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .row_companies .row_lineup .lineups .single_lineup:nth-child(1n) .imagewrapper .backgroundimage {
  background-image: url("../img/green.svg");
}

main .row_companies .row_lineup .lineups .single_lineup:nth-child(2n) .imagewrapper .backgroundimage {
  background-image: url("../img/red.svg");
}

main .row_companies .row_lineup .lineups .single_lineup:nth-child(3n) .imagewrapper .backgroundimage {
  background-image: url("../img/blue.svg");
}

main .row_companies .row_lineup .lineups .single_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 30px;
}

main .row_companies .row_lineup .lineups .single_lineup .imagewrapper {
  width: 370px;
  height: 400px;
}

main .row_companies .row_lineup .lineups .single_lineup .imagewrapper .backgroundimage {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .row_companies .row_lineup .lineups .single_lineup .single_text {
  margin-top: 85px;
  max-width: 370px;
}

main .row_companies .row_lineup .lineups .single_lineup .single_text h2 {
  font-size: 42px;
}

main .row_companies .row_lineup .lineups .single_lineup .single_text .button {
  background: none;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid black;
}

main .row_banner {
  padding-top: calc(var(--gap-gutter) * 0.5);
  padding-bottom: calc(var(--gap-gutter) * 0.5);
}

main .row_banner.banner {
  background-color: #e0e0e0;
}

main .row_banner.banner .innercalltoaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

@media (max-width: 990px) {
  main .row_banner.banner .innercalltoaction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  main .row_banner.banner .innercalltoaction .inner-black-icon {
    height: 120px;
    width: 120px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  main .row_banner.banner .innercalltoaction .calltoactiontext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .row_banner.banner .innercalltoaction .calltoactiontext p {
    margin-top: 5rem;
  }
}

main .row_banner.banner .inner-black-icon {
  height: 203px;
  width: 210px;
  margin-right: 60px;
  background-image: url("../img/black.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

main .row_banner.banner h2 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 40px;
}

main .row_banner.banner .button {
  background-image: url("../img/greybannerbutton.svg");
  color: black;
  font-weight: bold;
  position: relative;
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
}

main .row_banner.banner .button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  -webkit-mask-image: url("../img/greybannerbutton.svg");
          mask-image: url("../img/greybannerbutton.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

main .row_banner.banner .button:hover {
  top: -5px;
}

main .row_calltoaction {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 445px;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

main .row_calltoaction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
}

main .row_calltoaction .innercalltoaction {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

main .row_calltoaction .innercalltoaction .calltoactionicon {
  width: 190px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 95px;
}

main .row_calltoaction .innercalltoaction .calltoactionicon img {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

main .row_calltoaction .innercalltoaction .calltoactionicon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
          transform: translate(-50%, -50%) rotate(60deg);
  z-index: -1;
  height: 188px;
  width: 188px;
  -webkit-mask-image: url("../img/ctadbutton.svg");
          mask-image: url("../img/ctadbutton.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body.themed main .row_calltoaction .innercalltoaction .calltoactionicon .icon {
  background-color: var(--theme-color);
}

main .row_calltoaction .innercalltoaction .calltoactionicon .sendicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .row_calltoaction .innercalltoaction p {
  font-size: 40px;
  line-height: 47px;
  color: white;
  text-transform: uppercase;
}

main .row_calltoaction .innercalltoaction .calltoactiontext {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .row_calltoaction .innercalltoaction .calltoactiontext .button {
  background: transparent;
  -webkit-mask-image: none;
          mask-image: none;
  top: 0;
}

main .row_calltoaction .innercalltoaction .calltoactiontext .button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-mask-image: url("../img/invertedPfad.svg");
          mask-image: url("../img/invertedPfad.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

main .row_calltoaction .innercalltoaction .calltoactiontext .button::after {
  display: none;
}

main .row_calltoaction .innercalltoaction .calltoactiontext .button:hover {
  color: #fff !important;
  top: -5px;
}

@media (max-width: 1200px) {
  main .row_calltoaction .innercalltoaction {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 55px;
  }
  main .row_calltoaction .innercalltoaction .calltoactionicon {
    margin-right: 0;
    margin-bottom: 40px;
    height: 120px;
    width: 120px;
  }
  main .row_calltoaction .innercalltoaction .calltoactionicon .icon {
    background-size: contain;
    height: 100%;
    width: 100%;
  }
  main .row_calltoaction .innercalltoaction .calltoactionicon img {
    width: 60px;
  }
  main .row_calltoaction .innercalltoaction .calltoactiontext {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  main .row_calltoaction .innercalltoaction .calltoactiontext p {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.28;
  }
  main .row_calltoaction .innercalltoaction .calltoactiontext .button {
    padding: 1.5em 3em;
  }
}

main .row_teaser .teaserwrapper .teasertext h4 {
  text-transform: uppercase;
}

main .row_teaser .teaserwrapper .teaserlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .row_teaser .teaserwrapper .teaserlist.banner .singleteaser:nth-child(2) {
  margin-left: 0;
}

main .row_teaser .teaserwrapper .teaserlist.banner .singleteaser:nth-child(6) {
  margin-right: 0;
}

main .row_teaser .teaserwrapper .teaserlist .singleteaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main .row_teaser .teaserwrapper .teaserlist .singleteaser h3 {
  text-transform: uppercase;
}

main .row_teaser .teaserwrapper .teaserlist .singleteaser img {
  margin-bottom: 50px;
  width: 100%;
  height: 210px;
  background-color: lightgrey;
}

main .row_teaser .teaserwrapper .teaserlist .singleteaser h2 {
  font-size: 32px;
  line-height: 43px;
}

main .row_teaser .teaserwrapper .teaserlist .singleteaser > p .crosslink {
  opacity: 0 !important;
}

main .row_teaser .teaserwrapper .teaserlist .singleteaser .button {
  background: none;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 5rem;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--theme-color);
  -webkit-mask-image: none;
          mask-image: none;
}

@media (max-width: 990px) {
  main .row_teaser .teaserwrapper .teaserlist .singleteaser .button {
    margin-top: 2rem;
  }
}

@media (max-width: 990px) {
  main .row_teaser .teaserwrapper .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_teaser .teaserwrapper .columns .singleteaser img {
    margin-bottom: 35px;
  }
}

main .row_crosslinks h3 {
  margin-bottom: -25px;
}

@media (max-width: 990px) {
  main .row_crosslinks h3 {
    margin-bottom: 0;
  }
}

main .row_crosslinks .crosslink_image {
  height: 186px;
  width: 100%;
}

main .row_crosslinks .crosslink img {
  margin-bottom: 5rem;
}

@media (max-width: 990px) {
  main .row_crosslinks .crosslink img {
    width: 100%;
  }
}

main .row_centerblock .centerblock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

main .row_centerblock .centerblock .textfield {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
}

main .row_timeline .timelinewrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
}

main .row_timeline .timelinewrapper .linetrough {
  height: 100%;
  width: 3px;
  position: absolute;
  background-color: var(--theme-color);
}

main .row_timeline .timelinewrapper .singletime_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

main .row_timeline .timelinewrapper .singletime_wrapper:nth-child(2) {
  margin-top: 50px;
}

main .row_timeline .timelinewrapper .singletime_wrapper:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .row_timeline .timelinewrapper .singletime_wrapper:nth-child(odd) .single_timeline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 100px;
}

main .row_timeline .timelinewrapper .singletime_wrapper:nth-child(odd) .single_timeline .time_year {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .row_timeline .timelinewrapper .singletime_wrapper:nth-child(odd) .single_timeline .dot {
  right: initial;
  left: -7px;
}

main .row_timeline .timelinewrapper .single_timeline {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
  position: relative;
}

main .row_timeline .timelinewrapper .single_timeline .timecontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 355px;
}

main .row_timeline .timelinewrapper .single_timeline .timecontent img {
  margin-bottom: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

main .row_timeline .timelinewrapper .single_timeline .timecontent h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 4rem;
}

main .row_timeline .timelinewrapper .single_timeline .timecontent p {
  margin-top: 3rem;
}

main .row_timeline .timelinewrapper .single_timeline .timecontent img {
  width: 355px;
  height: 237px;
}

main .row_timeline .timelinewrapper .single_timeline .time_year {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .row_timeline .timelinewrapper .single_timeline .time_year p {
  font-size: 65px;
  font-weight: 600;
  margin: 0 35px;
}

main .row_timeline .timelinewrapper .single_timeline .dot {
  position: absolute;
  width: 14px;
  height: 25px;
  background-color: var(--theme-color);
  right: -7px;
  top: 20px;
}

@media (max-width: 1200px) {
  main .row_timeline .timelinewrapper .linetrough {
    left: 0;
  }
  main .row_timeline .timelinewrapper .singletime_wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main .row_timeline .timelinewrapper .singletime_wrapper .single_timeline {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 70px;
  }
  main .row_timeline .timelinewrapper .singletime_wrapper .single_timeline .time_year {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  main .row_timeline .timelinewrapper .singletime_wrapper .single_timeline .timecontent {
    padding-left: var(--gap-wrapper);
  }
  main .row_timeline .timelinewrapper .singletime_wrapper .single_timeline .timecontent h2 {
    font-size: 2.5rem;
  }
  main .row_timeline .timelinewrapper .singletime_wrapper .single_timeline .timecontent h3 {
    font-weight: normal;
  }
  main .row_timeline .timelinewrapper .singletime_wrapper .single_timeline .dot {
    right: initial !important;
    left: -6px !important;
  }
}

@media (max-width: 1250px) {
  main .row_timeline .timelinewrapper .single_timeline {
    padding-right: 80px;
  }
  main .row_timeline .timelinewrapper .single_timeline:nth-child(odd) {
    padding-left: 80px !important;
  }
}

main .row_photogallery .collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--gap-col));
  width: 100%;
}

main .row_photogallery .collage .single_image {
  position: relative;
}

main .row_photogallery .collage .single_image .description {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  color: #fff;
  padding: 35px 40px;
  display: none;
}

main .row_photogallery .collage .single_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .row_photogallery .collage .single_image:hover .description {
  display: block;
}

main .row_photogallery .collage .collage_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}

main .row_photogallery .collage .collage_col.col_left {
  width: 32%;
}

main .row_photogallery .collage .collage_col.col_left .single_image:nth-child(1) {
  position: relative;
  margin-left: -10rem;
}

main .row_photogallery .collage .collage_col.col_center {
  width: 40%;
}

main .row_photogallery .collage .collage_col.col_right {
  width: 28%;
}

main .row_photogallery .collage .collage_col.col_right .single_image:last-child {
  position: relative;
  margin-right: -10rem;
}

@media (max-width: 1920px) {
  main .row_photogallery .collage .collage_col {
    gap: calc(var(--gap-wrapper));
  }
  main .row_photogallery .collage .collage_col.col_left .single_image:nth-child(1) {
    margin-left: 0;
    margin-left: calc(-0.5 * (100vw - calc(1570px)));
  }
}

@media (max-width: 1920px) and (max-width: 1630px) {
  main .row_photogallery .collage .collage_col.col_left .single_image:nth-child(1) {
    margin-left: calc(-1 * var(--gap-wrapper));
  }
}

@media (max-width: 1920px) {
  main .row_photogallery .collage .collage_col.col_right .single_image:last-child {
    margin-right: 0;
    margin-right: calc(-0.5 * (100vw - calc(1570px)));
  }
}

@media (max-width: 1920px) and (max-width: 1630px) {
  main .row_photogallery .collage .collage_col.col_right .single_image:last-child {
    margin-right: calc(-1 * var(--gap-wrapper));
  }
}

@media (max-width: 990px) {
  main .row_photogallery .collage .collage_col .single_image .description {
    height: 100%;
    width: 100%;
    overflow: scroll;
  }
}

@media (max-width: 1920px) {
  main .row_photogallery .collage {
    gap: calc(var(--gap-wrapper));
  }
}

@media (max-width: 990px) {
  main .row_photogallery .collage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  main .row_photogallery .collage .collage_col {
    width: 100% !important;
    gap: 0;
  }
  main .row_photogallery .collage .collage_col .single_image {
    margin-left: 0 !important;
    width: 100%;
    height: 250px;
    margin-bottom: calc(var(--gap-wrapper));
  }
  main .row_photogallery .collage .collage_col .single_image img {
    height: 100%;
    width: 100%;
  }
}

main .row_textandimage .columns-12.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 990px) {
  main .row_textandimage .columns-12.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main .row_textandimage h4 {
  font-weight: normal;
}

main .row_textandimage .col-6.imagewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main .row_textandimage .mobile_textandimage_slider {
  display: none;
}

main .row_textandimage .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

main .row_textandimage .image-container img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: 50%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 5px 0;
  background-color: white;
}

main .row_textandimage .image-container img:nth-child(odd) {
  padding-right: 10px;
}

main .row_textandimage .image-container img:first-child:nth-last-child(3),
main .row_textandimage .image-container img:last-child:nth-last-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 10px);
          flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
  margin-right: 0;
}

main .row_textandimage .image-container img:last-child {
  margin-right: 0;
}

main .row_textandimage .image-background {
  background-color: lightgrey;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main .row_textandimage .image-background.single {
  height: 100%;
  width: 100%;
}

@media (max-width: 990px) {
  main .row_textandimage .imagewrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    left: calc(-1 * var(--gap-wrapper));
    width: calc(100% + 2 * var(--gap-wrapper)) !important;
  }
  main .row_textandimage .mobile_textandimage_slider {
    display: block;
  }
  main .row_textandimage .mobile_textandimage_slider .singleImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .row_textandimage .mobile_textandimage_slider .singleImage .image-background {
    height: 210px;
  }
  main .row_textandimage .image-background {
    width: 100%;
  }
  main .row_textandimage .image-container {
    display: none;
  }
}

main .row_benefit .benefitwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

main .row_benefit .benefitwrapper .linetrough {
  height: 100%;
  width: 3px;
  position: absolute;
  left: 50%;
  background-color: #000000;
}

main .row_benefit .benefitwrapper .col-6:nth-child(1) {
  margin-top: 90px;
}

main .row_benefit .benefitwrapper .col-6:nth-child(2) {
  margin-top: 90px;
}

main .row_benefit .benefitwrapper .col-6:last-child {
  margin-bottom: 110px;
}

main .row_benefit .benefitwrapper .col-6:nth-child(even) .single_benefit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .row_benefit .benefitwrapper .col-6:nth-child(odd) .single_benefit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main .row_benefit .benefitwrapper .single_benefit {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .row_benefit .benefitwrapper .single_benefit img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 50px;
}

main .row_benefit .benefitwrapper .single_benefit .benefittext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 490px;
}

main .row_benefit .benefitwrapper .single_benefit .benefittext h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}

main .row_benefit .benefitwrapper .single_benefit .benefittext p {
  margin-top: 2.3rem;
}

@media (max-width: 990px) {
  main .row_benefit .benefitwrapper .linetrough {
    display: none;
  }
  main .row_benefit .benefitwrapper > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  main .row_benefit .benefitwrapper > .columns > .col {
    width: 100%;
    margin-top: 0;
    margin-bottom: 53px;
  }
  main .row_benefit .benefitwrapper > .columns > .col > .single_benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .row_benefit .benefitwrapper > .columns > .col > .single_benefit:first-child {
    margin-top: 0;
  }
  main .row_benefit .benefitwrapper > .columns > .col > .single_benefit:last-child {
    margin-bottom: 0;
  }
  main .row_benefit .benefitwrapper > .columns > .col > .single_benefit img {
    margin-bottom: 27px;
  }
  main .row_benefit .benefitwrapper > .columns > .col:last-child {
    margin-bottom: 0;
  }
}

main .row_textandpartner .ansprechpartnerwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .row_textandpartner .ansprechpartnerwrapper .ansprechpartnertext {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .row_textandpartner .ansprechpartnerwrapper .ansprechpartnertext .inneranpsrechpartnertext {
  max-width: 625px;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerimage {
  margin-right: 50px;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerimage .member_placeholder {
  width: 355px;
  height: 533px;
  background-color: lightgrey;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerimage img {
  width: 355px;
  height: 533px;
  -o-object-fit: cover;
     object-fit: cover;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .position {
  margin: 0;
  color: var(--theme-color);
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .name {
  margin: 0;
  margin-top: .5rem;
  text-transform: uppercase;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .intro {
  margin-top: 5rem;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .text-icon.email {
  margin-top: 5rem;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .text-icon .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .text-icon .telefon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .text-icon .innericon {
  background-color: var(--theme-color);
  width: 27px;
  height: 27px;
  border-radius: 100px;
  margin-right: 15px;
  background-image: url("../img/email.svg");
  background-repeat: no-repeat;
  background-position: center;
}

main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .text-icon:nth-child(5) .innericon {
  background-image: url("../img/phone.svg");
}

@media (max-width: 990px) {
  main .row_textandpartner .ansprechpartnerwrapper > .columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .text-icon.email {
    margin-top: 25px;
  }
  main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerinnertext .intro {
    margin-top: 25px;
  }
  main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerimage {
    margin-right: 0;
    margin-bottom: 25px;
  }
  main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerimage .member_placeholder {
    width: 100%;
  }
  main .row_textandpartner .ansprechpartnerwrapper .single_ansprechpartner .ansprechpartnerimage img {
    width: 100%;
  }
}

main .row_members .memberswrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .row_members .member {
  height: 355px;
  position: relative;
}

main .row_members .member .member_placeholder {
  height: 100%;
  width: 100%;
  background-color: lightgrey;
}

main .row_members .member:first-child {
  margin-left: 0;
}

main .row_members .member:nth-child(4n) {
  margin-right: 0;
}

main .row_members .member:nth-child(5n) {
  margin-left: 0;
}

main .row_members .member:hover .memberinfo {
  opacity: 1;
}

main .row_members .member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main .row_members .member .memberinfo {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 35px 0;
}

main .row_members .member .memberinfo h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

main .row_members .member .memberinfo p {
  margin: 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 990px) {
  .columns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
  .columns .col {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}

.socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.socialmedia > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1000px;
  padding: 0.75em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.socialmedia > a .icon > svg {
  height: 1.2em;
  width: 1.2em;
}

.socialmedia > a .icon > svg * {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.socialmedia > a + a {
  margin-left: 0.5em;
}

.icon > svg {
  height: 1.5em;
  width: 1.5em;
}

@media (max-width: 990px) {
  .accordion {
    padding-bottom: calc(var(--gap-gutter));
  }
  .accordion > .item label.headline {
    padding-left: 0 !important;
    padding-right: 70px !important;
  }
  .accordion > .item > .body {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
}

.accordion .item {
  border-top: 2px solid var(--theme-color);
}

.accordion .item:last-of-type {
  border-bottom: 2px solid var(--theme-color);
}

.accordion .item label.headline {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  padding: 1.875rem 3.125rem;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.accordion .item label.headline .fa-plus {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.accordion .item .body {
  display: none;
  padding: 1.2em;
}

.accordion .item input:checked ~ label.headline {
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.accordion .item input:checked ~ label.headline .fa-plus {
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.accordion .item input:checked ~ .body {
  display: block;
}

@media (max-width: 990px) {
  .columns-4 .col:first-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .columns-4 .col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .columns-4 .col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .columns-4 .col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.margin a:hover {
  background-color: transparent !important;
}

.gallery.single_item {
  min-height: 450px;
  max-height: 450px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 990px) {
  .gallery.single_item {
    width: 100vw;
    position: relative;
    left: calc(-1 * (var(--gap-wrapper)));
    min-height: auto;
  }
}

.gallery.single_item .pswp-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(-1 * (var(--gap-gallery)));
  max-width: 100%;
}

.gallery.single_item .pswp-gallery > .item {
  width: calc((100% - (2 * (var(--gap-gallery)))) / 2);
  margin-bottom: calc(var(--gap-gallery));
}

.col-2 .gallery.single_item .pswp-gallery > .item {
  width: calc((100% - (4 * (var(--gap-gallery)))) / 4);
}

.gallery.single_item .pswp-gallery > .item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

@media (max-width: 990px) {
  .gallery.single_item .pswp-gallery > .item > a {
    padding-top: 100%;
  }
}

.gallery.single_item .pswp-gallery > .item > a > picture, .gallery.single_item .pswp-gallery > .item > a > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery.single_item .pswp-gallery .single_item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100% !important;
  margin-right: 0;
}

@media (max-width: 990px) {
  .gallery.single_item .pswp-gallery .single_item {
    position: relative;
    height: auto;
    min-height: 350px !important;
    width: calc(100% + 2 * var(--gap-wrapper)) !important;
  }
  .gallery.single_item .pswp-gallery .single_item .item {
    margin-right: 0;
  }
}

footer {
  overflow: hidden;
  background-color: #000000;
  padding-top: calc(var(--gap-col));
  padding-bottom: calc(var(--gap-col));
  margin-top: calc(var(--gap-gutter));
}

footer > .wrapper > .columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1630px) {
  footer > .wrapper > .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer > .wrapper > .columns > .col:nth-last-child(2) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 1200px) {
  footer > .wrapper > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer > .wrapper > .columns > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer > .wrapper > .columns > .col:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer > .wrapper > .columns > .col:nth-child(3) {
    margin-top: 30px;
  }
}

footer .footerlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  footer .footerlinks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .logo img {
  width: 304px;
  height: auto;
  margin-top: -200px;
}

@media (max-width: 990px) {
  footer .logo img {
    margin-top: -175px;
  }
}

footer .socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .socialmedia > a {
  font-size: 24px;
  padding: 7px;
}

footer .socialmedia > a .icon svg * {
  fill: #fff;
}

footer .socialmedia > a:hover .icon svg * {
  fill: #fff;
}

#cconsent-bar {
  background-color: #fff !important;
  width: 500px !important;
  left: auto !important;
  right: 0 !important;
  bottom: 5vh !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 2em !important;
}

#cconsent-bar.ccb--hidden {
  -webkit-transform: translateX(105%) !important;
          transform: translateX(105%) !important;
}

#cconsent-bar .ccb__left {
  margin-top: 0 !important;
}

#cconsent-bar .cc-text,
#cconsent-bar .ccb__edit {
  color: #000000;
}

#cconsent-bar .cc-text,
#cconsent-bar .ccb__edit {
  font-size: 18px;
}

@media (max-width: 990px) {
  #cconsent-bar {
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
  }
  #cconsent-bar.ccb--hidden {
    -webkit-transform: translateY(105%) !important;
            transform: translateY(105%) !important;
  }
}

@media (max-width: 500px) {
  #cconsent-bar .ccb__button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  #cconsent-bar .ccb__button button {
    margin-top: 1em;
  }
}

#cconsent-modal,
#cconsent-bar {
  font-family: "roboto" !important;
  line-height: 30px !important;
}

#cconsent-modal .consent-give,
#cconsent-modal button,
#cconsent-bar .consent-give,
#cconsent-bar button {
  background-color: #000000 !important;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#cconsent-modal .consent-give,
#cconsent-modal button,
#cconsent-bar .consent-give,
#cconsent-bar button {
  font-size: 18px;
}

#cconsent-modal .consent-give:hover,
#cconsent-modal button:hover,
#cconsent-bar .consent-give:hover,
#cconsent-bar button:hover {
  background-color: black !important;
}

.iframeoverlay {
  position: relative;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
}

.iframeoverlay,
.iframeoverlay * {
  color: #fff !important;
}

.iframeoverlay a {
  text-decoration: underline;
}

.iframeoverlay iframe {
  display: none;
}
/*# sourceMappingURL=style.css.map */