@charset "UTF-8";
/*
 *  Projektspezifische Einstellungen, Farben, Abstände usw.
*/
/*
 *  Seitenbreite & Ränder
*/
:root {
  --pixel: 100px;
  --gap-col: calc(2 * var(--pixel));
  --gap-gutter: calc(2 * var(--pixel));
  --gap-elements: calc(var(--pixel));
  --gap-gallery: 0px;
  --wrapper: 1410px;
  --wrapper-padding: 3.85rem;
  --wrapper-padding-small: 2rem;
  --wrapper-space: calc(0.5 * (100vw - var(--wrapper)));
  /* GALLERY THUMBS PER ROW */
  --gallery-thumbs_per_row: 3;
}

@media (max-width: 1566px) {
  :root {
    --wrapper-space: var(--wrapper-padding);
  }
}

@media (max-width: 600px) {
  :root {
    --wrapper-space: var(--wrapper-padding-small);
  }
}

@media (max-width: 1366px) {
  :root {
    --pixel: 75px;
  }
}

@media (max-width: 600px) {
  :root {
    --pixel: 55px;
  }
}

@media (max-width: 1366px) {
  :root {
    --gallery-thumbs_per_row: 2;
  }
}

/*
 *  Font-Details
*/
/*
 *  Abstände
*/
/*
 *  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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! 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: #1D276D;
  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: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: calc(1.8rem);
  grid-row-gap: calc(1.8rem);
*/
  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 * (1.8rem));
  margin-right: calc(-1 * (1.8rem));
}

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

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

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

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

.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;
}

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;
  overflow: hidden;
}

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: 2.45rem;
}

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: 1.5rem;
}

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

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;
}

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

.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(2vh + 2vw + 20px);
}

.gutter {
  padding-top: calc(var(--pixel));
  padding-bottom: calc(var(--pixel));
}

.gutter:not(.inverted) + .gutter:not(.inverted) {
  padding-top: 0;
}

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

@media (max-width: 600px) {
  .wrapper {
    width: calc(1410px + 2 * 2rem);
    padding-left: calc(2rem);
    padding-right: calc(2rem);
  }
}

.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

@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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 2 * 1 - ((1 - 1/2) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/2) * (calc(0.75 * var(--pixel)))));
}

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

.columns.columns-3 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 3 * 1 - ((1 - 1/3) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/3) * (calc(0.75 * var(--pixel)))));
}

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

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

.columns.columns-4 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 4 * 1 - ((1 - 1/4) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/4) * (calc(0.75 * var(--pixel)))));
}

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

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

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

.columns.columns-5 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 5 * 1 - ((1 - 1/5) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/5) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

.columns.columns-6 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 6 * 1 - ((1 - 1/6) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/6) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

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

.columns.columns-7 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 7 * 1 - ((1 - 1/7) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/7) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

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

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

.columns.columns-8 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 8 * 1 - ((1 - 1/8) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/8) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

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

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

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

.columns.columns-9 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 9 * 1 - ((1 - 1/9) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/9) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

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

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

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

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

.columns.columns-10 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 10 * 1 - ((1 - 1/10) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/10) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

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

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

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

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

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

.columns.columns-11 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 11 * 1 - ((1 - 1/11) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/11) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

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

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

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

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

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

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

.columns.columns-12 > .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 12 * 1 - ((1 - 1/12) * (calc(0.75 * var(--pixel)))));
}

@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 - ((1 - 2/12) * (calc(0.75 * var(--pixel)))));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2, .h2 {
  margin-top: calc(-1em * (0.26));
  margin-bottom: calc(-1em * (0.38));
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1, h2, .h2 {
  font-size: 33px;
}

@media (min-width: 320px) {
  h1, h2, .h2 {
    font-size: calc(33px + 12 * ((100vw - 320px) / 1090));
  }
}

@media (min-width: 1410px) {
  h1, h2, .h2 {
    font-size: 45px;
  }
}

h1, h1 a, h2, h2 a, .h2, .h2 a {
  color: #1D276D;
}

h3, .h3 {
  margin-top: calc(-1em * (0.26));
  margin-bottom: calc(-1em * (0.38));
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}

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

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

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

h3, h3 a, .h3, .h3 a {
  color: #1D276D;
}

p, li {
  margin-top: calc(-1em * (0.26));
  margin-bottom: calc(-1em * (0.38));
}

@media (max-width: 1366px) {
  main p, main li, main .InputfieldContent label {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

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 #1D276D;
  color: #333;
  border-radius: 0.2em 0.2em 0 0;
  -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: #1D276D;
  color: #fff;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
}

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

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

main li:not(.Inputfield) {
  padding-left: 1.4em;
}

main li:not(.Inputfield) + li {
  margin-top: 0.6rem;
}

main li:not(.Inputfield)::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-mask-image: url(../img/icon-bullet.svg);
          mask-image: url(../img/icon-bullet.svg);
  background-color: #1D276D;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.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: #1D276D;
}

.button, button[type=submit], input[type="submit"] {
  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;
  margin-top: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  border: 1px solid #1D276D;
  color: #fff;
  background-color: #1D276D;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.05em;
  border-radius: 0;
  font-weight: normal;
}

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

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

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

@media (min-width: 1410px) {
  .button, button[type=submit], input[type="submit"] {
    font-size: 20px;
  }
}

.button:hover, button[type=submit]:hover, input[type="submit"]:hover {
  background-color: transparent;
  border-color: #1D276D;
  color: #1D276D;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.inverted .button, .inverted button[type=submit], .inverted input[type="submit"] {
  color: #1D276D;
  background-color: #fff;
}

.inverted .button:hover, .inverted button[type=submit]:hover, .inverted input[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

form input[type=text], form input[type=email], form input[type=password], form textarea, form select {
  display: block;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1px;
  outline: none;
  border: 1px solid #fff;
  background-color: transparent;
  width: 100%;
  padding: 1rem;
  font-weight: 300;
}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form textarea:focus, form select:focus {
  border-color: #fff;
}

form input[type=text].js:focus, form input[type=text]:not(select).js.required:valid, form input[type=text].js.required.valid, form input[type=text]:not(select).js.notempty:valid, form input[type=text].js.notempty.valid, form input[type=email].js:focus, form input[type=email]:not(select).js.required:valid, form input[type=email].js.required.valid, form input[type=email]:not(select).js.notempty:valid, form input[type=email].js.notempty.valid, form input[type=password].js:focus, form input[type=password]:not(select).js.required:valid, form input[type=password].js.required.valid, form input[type=password]:not(select).js.notempty:valid, form input[type=password].js.notempty.valid, form textarea.js:focus, form textarea:not(select).js.required:valid, form textarea.js.required.valid, form textarea:not(select).js.notempty:valid, form textarea.js.notempty.valid, form select.js:focus, form select:not(select).js.required:valid, form select.js.required.valid, form select:not(select).js.notempty:valid, form select.js.notempty.valid {
  border-color: #fff;
}

form input[type=text].js:focus ~ label, form input[type=text]:not(select).js.required:valid ~ label, form input[type=text].js.required.valid ~ label, form input[type=text]:not(select).js.notempty:valid ~ label, form input[type=text].js.notempty.valid ~ label, form input[type=email].js:focus ~ label, form input[type=email]:not(select).js.required:valid ~ label, form input[type=email].js.required.valid ~ label, form input[type=email]:not(select).js.notempty:valid ~ label, form input[type=email].js.notempty.valid ~ label, form input[type=password].js:focus ~ label, form input[type=password]:not(select).js.required:valid ~ label, form input[type=password].js.required.valid ~ label, form input[type=password]:not(select).js.notempty:valid ~ label, form input[type=password].js.notempty.valid ~ label, form textarea.js:focus ~ label, form textarea:not(select).js.required:valid ~ label, form textarea.js.required.valid ~ label, form textarea:not(select).js.notempty:valid ~ label, form textarea.js.notempty.valid ~ label, form select.js:focus ~ label, form select:not(select).js.required:valid ~ label, form select.js.required.valid ~ label, form select:not(select).js.notempty:valid ~ label, form select.js.notempty.valid ~ label {
  color: #fff;
  top: 0;
  padding: 0 0.5rem;
  margin-left: -0.5rem;
}

form input[type=text].js:focus ~ label, form input[type=text]:not(select).js.required:valid ~ label, form input[type=text].js.required.valid ~ label, form input[type=text]:not(select).js.notempty:valid ~ label, form input[type=text].js.notempty.valid ~ label, form input[type=email].js:focus ~ label, form input[type=email]:not(select).js.required:valid ~ label, form input[type=email].js.required.valid ~ label, form input[type=email]:not(select).js.notempty:valid ~ label, form input[type=email].js.notempty.valid ~ label, form input[type=password].js:focus ~ label, form input[type=password]:not(select).js.required:valid ~ label, form input[type=password].js.required.valid ~ label, form input[type=password]:not(select).js.notempty:valid ~ label, form input[type=password].js.notempty.valid ~ label, form textarea.js:focus ~ label, form textarea:not(select).js.required:valid ~ label, form textarea.js.required.valid ~ label, form textarea:not(select).js.notempty:valid ~ label, form textarea.js.notempty.valid ~ label, form select.js:focus ~ label, form select:not(select).js.required:valid ~ label, form select.js.required.valid ~ label, form select:not(select).js.notempty:valid ~ label, form select.js.notempty.valid ~ label {
  font-size: 14px;
}

@media (min-width: 320px) {
  form input[type=text].js:focus ~ label, form input[type=text]:not(select).js.required:valid ~ label, form input[type=text].js.required.valid ~ label, form input[type=text]:not(select).js.notempty:valid ~ label, form input[type=text].js.notempty.valid ~ label, form input[type=email].js:focus ~ label, form input[type=email]:not(select).js.required:valid ~ label, form input[type=email].js.required.valid ~ label, form input[type=email]:not(select).js.notempty:valid ~ label, form input[type=email].js.notempty.valid ~ label, form input[type=password].js:focus ~ label, form input[type=password]:not(select).js.required:valid ~ label, form input[type=password].js.required.valid ~ label, form input[type=password]:not(select).js.notempty:valid ~ label, form input[type=password].js.notempty.valid ~ label, form textarea.js:focus ~ label, form textarea:not(select).js.required:valid ~ label, form textarea.js.required.valid ~ label, form textarea:not(select).js.notempty:valid ~ label, form textarea.js.notempty.valid ~ label, form select.js:focus ~ label, form select:not(select).js.required:valid ~ label, form select.js.required.valid ~ label, form select:not(select).js.notempty:valid ~ label, form select.js.notempty.valid ~ label {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1090));
  }
}

@media (min-width: 1410px) {
  form input[type=text].js:focus ~ label, form input[type=text]:not(select).js.required:valid ~ label, form input[type=text].js.required.valid ~ label, form input[type=text]:not(select).js.notempty:valid ~ label, form input[type=text].js.notempty.valid ~ label, form input[type=email].js:focus ~ label, form input[type=email]:not(select).js.required:valid ~ label, form input[type=email].js.required.valid ~ label, form input[type=email]:not(select).js.notempty:valid ~ label, form input[type=email].js.notempty.valid ~ label, form input[type=password].js:focus ~ label, form input[type=password]:not(select).js.required:valid ~ label, form input[type=password].js.required.valid ~ label, form input[type=password]:not(select).js.notempty:valid ~ label, form input[type=password].js.notempty.valid ~ label, form textarea.js:focus ~ label, form textarea:not(select).js.required:valid ~ label, form textarea.js.required.valid ~ label, form textarea:not(select).js.notempty:valid ~ label, form textarea.js.notempty.valid ~ label, form select.js:focus ~ label, form select:not(select).js.required:valid ~ label, form select.js.required.valid ~ label, form select:not(select).js.notempty:valid ~ label, form select.js.notempty.valid ~ label {
    font-size: 16px;
  }
}

form textarea {
  resize: none;
  overflow: auto;
  height: 260px;
}

form .InputfieldSelect select {
  color: rgba(135, 135, 135, 0.8);
}

form .InputfieldSelect select.valid {
  color: #333;
}

form .InputfieldSelect select:disabled {
  color: rgba(135, 135, 135, 0.8);
}

form .InputfieldSelect select.selected ~ label {
  color: #878787;
  top: 0 !important;
  padding: 0 0.5rem;
  margin-left: -0.5rem;
}

form .InputfieldSelect select.selected ~ label {
  font-size: 14px;
}

@media (min-width: 320px) {
  form .InputfieldSelect select.selected ~ label {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1090));
  }
}

@media (min-width: 1410px) {
  form .InputfieldSelect select.selected ~ label {
    font-size: 16px;
  }
}

form .InputfieldSelect:after {
  content: url(../img/icon-arrow-r.svg);
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  height: 1em;
  width: 0.5em;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

form button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1px;
  outline: none;
  text-shadow: none;
  position: relative;
  font-weight: 300;
  border: none;
  margin: 0;
  margin-top: 0 !important;
}

form button:active {
  color: #333;
}

form button::before {
  content: "";
  background: #878787;
}

form li::after {
  display: none;
}

form .pw-no-select a:not(.button) {
  border-bottom: 1px solid #fff !important;
}

.error, .FormBuilderErrors, .ui-widget-content p {
  color: #ff0000;
}

.FormBuilderErrors {
  margin-bottom: 1.5em;
}

.Inputfields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Inputfield ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Inputfield ul li {
  padding-left: 0;
  width: 100%;
}

.Inputfield ul li label span {
  padding-left: 10px;
}

.Inputfield {
  position: relative;
  display: inline-block;
  width: 100%;
}

.InputfieldText label, .InputfieldEmail label, .InputfieldTextarea label, .InputfieldSelect label, .InputfieldPage label {
  position: absolute;
  left: 1.5rem;
  top: -9px;
  display: inline-block;
  max-width: calc(100% - 17px);
  padding: 0;
  background-color: #1D276D;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.InputfieldText label, .InputfieldEmail label, .InputfieldTextarea label, .InputfieldSelect label, .InputfieldPage label {
  font-size: 16px;
}

@media (min-width: 320px) {
  .InputfieldText label, .InputfieldEmail label, .InputfieldTextarea label, .InputfieldSelect label, .InputfieldPage label {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1090));
  }
}

@media (min-width: 1410px) {
  .InputfieldText label, .InputfieldEmail label, .InputfieldTextarea label, .InputfieldSelect label, .InputfieldPage label {
    font-size: 20px;
  }
}

.InputfieldText label.js, .InputfieldEmail label.js, .InputfieldTextarea label.js, .InputfieldSelect label.js, .InputfieldPage label.js {
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.InputfieldTextarea label.js {
  top: 2em;
}

.InputfieldPage label {
  opacity: 0;
}

.InputfieldCheckbox > label {
  display: none;
}

.InputfieldCheckbox .InputfieldContent {
  position: relative;
  padding-left: 1.7em;
  max-width: 650px;
}

.InputfieldCheckbox .InputfieldContent a {
  color: #fff !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
}

.InputfieldCheckbox .InputfieldContent a:hover {
  border-bottom-color: #fff !important;
}

.InputfieldCheckbox .InputfieldContent .pw-no-select {
  cursor: pointer;
}

.InputfieldCheckbox .InputfieldContent input[type=checkbox] {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
  border: 1px solid #fff;
  border-radius: 0;
}

.InputfieldCheckbox .InputfieldContent input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.InputfieldCheckbox .InputfieldContent input[type=checkbox]:checked::after {
  background-color: #fff;
}

.InputfieldCheckbox + .InputfieldCheckbox {
  margin-top: -0.6rem;
}

.Inputfield:not(:last-child), .InputfieldFieldset:not(:last-child) {
  margin-bottom: 1.5rem;
}

.InputfieldStateError.InputfieldText label,
.InputfieldStateError.InputfieldEmail label,
.InputfieldStateError.InputfieldTextarea label,
.InputfieldStateError.InputfieldSelect label {
  color: #ff0000;
}

.InputfieldStateError.InputfieldText input[type=text], .InputfieldStateError.InputfieldText input[type=email], .InputfieldStateError.InputfieldText input[type=password], .InputfieldStateError.InputfieldText textarea, .InputfieldStateError.InputfieldText select,
.InputfieldStateError.InputfieldEmail input[type=text],
.InputfieldStateError.InputfieldEmail input[type=email],
.InputfieldStateError.InputfieldEmail input[type=password],
.InputfieldStateError.InputfieldEmail textarea,
.InputfieldStateError.InputfieldEmail select,
.InputfieldStateError.InputfieldTextarea input[type=text],
.InputfieldStateError.InputfieldTextarea input[type=email],
.InputfieldStateError.InputfieldTextarea input[type=password],
.InputfieldStateError.InputfieldTextarea textarea,
.InputfieldStateError.InputfieldTextarea select,
.InputfieldStateError.InputfieldSelect input[type=text],
.InputfieldStateError.InputfieldSelect input[type=email],
.InputfieldStateError.InputfieldSelect input[type=password],
.InputfieldStateError.InputfieldSelect textarea,
.InputfieldStateError.InputfieldSelect select {
  border: 1px solid #ff0000;
}

.InputfieldStateRequired.InputfieldText input.js:focus, .InputfieldStateRequired.InputfieldText input.js:valid, .InputfieldStateRequired.InputfieldText textarea.js:focus, .InputfieldStateRequired.InputfieldText textarea.js:valid, .InputfieldStateRequired.InputfieldText select.js:focus, .InputfieldStateRequired.InputfieldText select.js:valid,
.InputfieldStateRequired.InputfieldEmail input.js:focus,
.InputfieldStateRequired.InputfieldEmail input.js:valid,
.InputfieldStateRequired.InputfieldEmail textarea.js:focus,
.InputfieldStateRequired.InputfieldEmail textarea.js:valid,
.InputfieldStateRequired.InputfieldEmail select.js:focus,
.InputfieldStateRequired.InputfieldEmail select.js:valid,
.InputfieldStateRequired.InputfieldTextarea input.js:focus,
.InputfieldStateRequired.InputfieldTextarea input.js:valid,
.InputfieldStateRequired.InputfieldTextarea textarea.js:focus,
.InputfieldStateRequired.InputfieldTextarea textarea.js:valid,
.InputfieldStateRequired.InputfieldTextarea select.js:focus,
.InputfieldStateRequired.InputfieldTextarea select.js:valid,
.InputfieldStateRequired.InputfieldSelect input.js:focus,
.InputfieldStateRequired.InputfieldSelect input.js:valid,
.InputfieldStateRequired.InputfieldSelect textarea.js:focus,
.InputfieldStateRequired.InputfieldSelect textarea.js:valid,
.InputfieldStateRequired.InputfieldSelect select.js:focus,
.InputfieldStateRequired.InputfieldSelect select.js:valid,
.InputfieldStateRequired.InputfieldCheckbox input.js:focus,
.InputfieldStateRequired.InputfieldCheckbox input.js:valid,
.InputfieldStateRequired.InputfieldCheckbox textarea.js:focus,
.InputfieldStateRequired.InputfieldCheckbox textarea.js:valid,
.InputfieldStateRequired.InputfieldCheckbox select.js:focus,
.InputfieldStateRequired.InputfieldCheckbox select.js:valid {
  color: #fff;
}

.InputfieldStateRequired.InputfieldText input.js:focus ~ label, .InputfieldStateRequired.InputfieldText input.js:valid ~ label, .InputfieldStateRequired.InputfieldText textarea.js:focus ~ label, .InputfieldStateRequired.InputfieldText textarea.js:valid ~ label, .InputfieldStateRequired.InputfieldText select.js:focus ~ label, .InputfieldStateRequired.InputfieldText select.js:valid ~ label,
.InputfieldStateRequired.InputfieldEmail input.js:focus ~ label,
.InputfieldStateRequired.InputfieldEmail input.js:valid ~ label,
.InputfieldStateRequired.InputfieldEmail textarea.js:focus ~ label,
.InputfieldStateRequired.InputfieldEmail textarea.js:valid ~ label,
.InputfieldStateRequired.InputfieldEmail select.js:focus ~ label,
.InputfieldStateRequired.InputfieldEmail select.js:valid ~ label,
.InputfieldStateRequired.InputfieldTextarea input.js:focus ~ label,
.InputfieldStateRequired.InputfieldTextarea input.js:valid ~ label,
.InputfieldStateRequired.InputfieldTextarea textarea.js:focus ~ label,
.InputfieldStateRequired.InputfieldTextarea textarea.js:valid ~ label,
.InputfieldStateRequired.InputfieldTextarea select.js:focus ~ label,
.InputfieldStateRequired.InputfieldTextarea select.js:valid ~ label,
.InputfieldStateRequired.InputfieldSelect input.js:focus ~ label,
.InputfieldStateRequired.InputfieldSelect input.js:valid ~ label,
.InputfieldStateRequired.InputfieldSelect textarea.js:focus ~ label,
.InputfieldStateRequired.InputfieldSelect textarea.js:valid ~ label,
.InputfieldStateRequired.InputfieldSelect select.js:focus ~ label,
.InputfieldStateRequired.InputfieldSelect select.js:valid ~ label,
.InputfieldStateRequired.InputfieldCheckbox input.js:focus ~ label,
.InputfieldStateRequired.InputfieldCheckbox input.js:valid ~ label,
.InputfieldStateRequired.InputfieldCheckbox textarea.js:focus ~ label,
.InputfieldStateRequired.InputfieldCheckbox textarea.js:valid ~ label,
.InputfieldStateRequired.InputfieldCheckbox select.js:focus ~ label,
.InputfieldStateRequired.InputfieldCheckbox select.js:valid ~ label {
  top: 0;
  padding: 0 0.5rem;
  margin-left: -0.5rem;
}

.InputfieldStateRequired.InputfieldText label::after,
.InputfieldStateRequired.InputfieldEmail label::after,
.InputfieldStateRequired.InputfieldTextarea label::after,
.InputfieldStateRequired.InputfieldSelect label::after,
.InputfieldStateRequired.InputfieldCheckbox label::after {
  content: "*";
  margin-left: 0.25em;
  color: #fff;
}

.Inputfield_address {
  display: none;
}

.Inputfield_object_objektnr, .Inputfield_object_objekttitel {
  display: none;
}

header .header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 1.75rem;
  padding-bottom: 2.35rem;
}

@media (max-width: 1366px) {
  header .header-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .header-container .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 600px) {
  header .header-container {
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .header-container.scrolled {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
            box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
  }
  header .header-container.scrolled .logo img {
    height: 50px;
    min-width: 90px;
  }
}

header .language_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.2rem;
  right: calc(3.85rem);
}

@media (max-width: 600px) {
  header .language_switcher {
    right: calc(2rem);
  }
}

header .language_switcher > .language_switch {
  padding: 0.5rem;
  color: #1D276D;
  text-transform: uppercase;
  margin-top: calc(-1em * (0.26));
  margin-bottom: calc(-1em * (0.38));
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid #1D276D;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}

header .language_switcher > .language_switch {
  font-size: 16px;
}

@media (min-width: 320px) {
  header .language_switcher > .language_switch {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1090));
  }
}

@media (min-width: 1410px) {
  header .language_switcher > .language_switch {
    font-size: 20px;
  }
}

header .language_switcher > .language_switch.active, header .language_switcher > .language_switch:hover {
  background-color: #1D276D;
  color: #fff;
}

header .language_switcher > .language_switch + .language_switch {
  margin-left: 0.2rem;
}

header .language_switcher.mobile {
  display: none;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: unset;
}

@media (max-height: 575px) {
  header .language_switcher.mobile {
    top: calc(100% + 1rem);
  }
}

header .language_switcher.mobile > .language_switch {
  color: #fff;
  border: none;
}

header .language_switcher.mobile > .language_switch.active, header .language_switcher.mobile > .language_switch:hover {
  background-color: #fff;
  color: #1D276D;
}

@media (max-width: 537px) {
  header .language_switcher {
    display: none;
  }
  header .language_switcher.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .logo img {
  margin-right: 1em;
  width: auto;
  height: 103px;
  min-width: 250px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 600px) {
  header .logo img {
    height: 70px;
    min-width: 175px;
  }
}

header .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header_contact > a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0.5rem;
  border-radius: 50%;
}

header .header_contact > a .icon svg {
  height: 23px;
  width: 23px;
}

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

header .header_contact > a:hover {
  background-color: #1D276D;
}

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

header .header_contact.mobile {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.4rem;
  position: relative;
}

header .header_contact.mobile > a .icon svg * {
  fill: #fff;
}

@media (max-width: 1366px) {
  header .header_contact {
    margin-right: 1.5rem;
  }
}

@media (max-width: 536px) {
  header .header_contact {
    display: none;
    margin-right: 0;
  }
  header .header_contact.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.keyvisual {
  position: relative;
  background-color: #fff;
}

.keyvisual .swiper-wrapper {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.keyvisual .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  height: 15px;
  width: 15px;
  outline: none;
}

@media (max-width: 1366px) {
  .keyvisual .swiper-arrow {
    display: none;
  }
}

.keyvisual .swiper-button-next, .keyvisual .swiper-button-prev {
  color: #fff;
}

.keyvisual .swiper-button-next::after, .keyvisual .swiper-button-prev::after {
  font-size: 30px;
}

.keyvisual::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: #fff;
  height: 525px;
  width: 714px;
  pointer-events: none;
  -webkit-mask-image: url(../img/imst_design.svg);
          mask-image: url(../img/imst_design.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 170px 20px;
          mask-position: 170px 20px;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (max-width: 1366px) {
  .keyvisual::after {
    height: 280px;
    width: 380px;
    -webkit-mask-position: 111px 15px;
            mask-position: 111px 15px;
  }
}

@media (max-width: 800px) {
  .keyvisual::after {
    display: none;
  }
}

.keyvisual, .keyvisual .slider, .keyvisual .slide {
  height: 500px;
}

body.home .keyvisual, body.home .keyvisual .slider, body.home .keyvisual .slide {
  height: calc(100vh - 103px - 1.75rem - 2.35rem);
}

.keyvisual .slide {
  position: relative;
}

.keyvisual .slide .background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.keyvisual .slide .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.keyvisual .slide .wrapper .text {
  max-width: 555px;
  position: relative;
  padding: 2.5rem;
  margin-bottom: 10vh;
}

.keyvisual .slide .wrapper .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1D276D;
  z-index: -1;
  mix-blend-mode: multiply;
}

@media (max-width: 600px) {
  .keyvisual, .keyvisual .slider, .keyvisual .slide {
    height: auto;
  }
  body.home .keyvisual, body.home .keyvisual .slider, body.home .keyvisual .slide {
    height: auto;
  }
  .keyvisual .slide {
    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;
  }
  .keyvisual .slide .background {
    position: relative;
    width: 100%;
    height: 315px;
  }
  .keyvisual .slide .wrapper {
    background-color: #1D276D;
    padding-bottom: calc(2rem);
    padding-top: calc(2rem);
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .keyvisual .slide .wrapper .text {
    max-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .keyvisual {
    margin-top: 121px;
  }
}

/*
 * BREAKPOINTS
 * 1320px --> Abstand zw. Navi Punkten kleiner
 * 1200px --> Switch auf Tablet-Modus
*/
.nav-container {
  display: block;
}

@media (max-width: 600px) {
  .nav-container {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.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 > .nav-item {
  position: relative;
}

.nav-container > nav > .nav-item > a, .nav-container > nav > .nav-item > label {
  cursor: pointer;
  color: #878787;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}

.nav-container > nav > .nav-item > a, .nav-container > nav > .nav-item > label {
  font-size: 16px;
}

@media (min-width: 320px) {
  .nav-container > nav > .nav-item > a, .nav-container > nav > .nav-item > label {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1090));
  }
}

@media (min-width: 1410px) {
  .nav-container > nav > .nav-item > a, .nav-container > nav > .nav-item > label {
    font-size: 20px;
  }
}

.nav-container > nav > .nav-item > a:hover, .nav-container > nav > .nav-item > label:hover {
  color: #1D276D;
}

.nav-container > nav > .nav-item.active > a, .nav-container > nav > .nav-item.active > label, .nav-container > nav > .nav-item.actualPage > a, .nav-container > nav > .nav-item.actualPage > label {
  color: #1D276D;
}

.nav-container > nav > .nav-item + .nav-item, .nav-container > nav > .nav-item + .submenu_checkbox + .nav-item {
  margin-left: 2.35rem;
}

@media (max-width: 1320px) {
  .nav-container > nav > .nav-item + .nav-item, .nav-container > nav > .nav-item + .submenu_checkbox + .nav-item {
    margin-left: 1rem;
  }
}

.nav-container > nav > .nav-item .submenu {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  background-color: #1D276D;
  padding: 1.3rem;
  z-index: 10;
}

.nav-container > nav > .nav-item .submenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-container > nav > .nav-item .submenu > div .submenu_item > span {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}

.nav-container > nav > .nav-item .submenu > div .submenu_item + .submenu_item {
  margin-top: 0.2rem;
}

.nav-container > nav > .nav-item .submenu > div .submenu_item:hover > span, .nav-container > nav > .nav-item .submenu > div .submenu_item.actualPage > span {
  border-bottom-color: #fff;
}

.nav-container > nav > .nav-item .submenu::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  height: 0px;
  width: 0px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  border-style: solid;
  border-width: 16px 0 0 16px;
  border-color: transparent transparent transparent #1D276D;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-container > nav .submenu_checkbox {
  display: none;
}

@media (max-width: 1366px) {
  .nav-container {
    display: none;
    position: absolute;
    top: calc(100% - 1rem);
    right: "3.85rem";
    z-index: 10;
  }
  .nav-container > nav {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: #1D276D;
    padding: 1.3rem;
  }
  .nav-container > nav > .nav-item > a, .nav-container > nav > .nav-item > label {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  .nav-container > nav > .nav-item > a:hover, .nav-container > nav > .nav-item > label:hover {
    color: #fff;
  }
  .nav-container > nav > .nav-item.active > a, .nav-container > nav > .nav-item.active > label, .nav-container > nav > .nav-item.actualPage > a, .nav-container > nav > .nav-item.actualPage > label {
    color: #fff;
    border-bottom-color: #fff;
  }
  .nav-container > nav > .nav-item + .nav-item, .nav-container > nav > .nav-item + .submenu_checkbox + .nav-item {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .nav-container > nav > .nav-item .submenu {
    position: relative;
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    margin-top: 0.5rem;
  }
  .nav-container > nav > .nav-item .submenu::after {
    display: none;
  }
  .nav-container > nav::after {
    content: "";
    position: absolute;
    top: -16px;
    right: 0;
    height: 0px;
    width: 0px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #1D276D transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}

@media (max-width: 600px) {
  .nav-container {
    width: 100vw;
    right: 0;
    background-color: #1D276D;
    padding-bottom: 3.3rem;
    top: calc(100%);
    display: block;
    position: fixed;
    top: 120px;
    height: calc(100vh - 120px);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .nav-container.scrolled {
    top: 88px;
    height: calc(100vh - 88px);
  }
  .nav-container > nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 3.3rem;
    padding-bottom: 0;
  }
  .nav-container > nav .nav-item .submenu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 1rem;
  }
  .nav-container > nav .nav-item + .nav-item, .nav-container > nav .nav-item + .submenu_checkbox + .nav-item {
    margin-top: 1.9rem;
  }
  .nav-container > nav::after {
    right: calc(2rem);
  }
}

#nav-open:checked ~ .nav-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#nav-open:checked ~ .nav-toggle span {
  left: 25%;
}

#nav-open:checked ~ .nav-toggle span:first-child {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-open:checked ~ .nav-toggle span:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

#nav-open:checked ~ .nav-toggle span:last-child {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-toggle {
  display: none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1D276D;
  line-height: 1;
}

.nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 21px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  left: 50%;
}

.nav-toggle span:first-child {
  top: 14px;
}

.nav-toggle span:nth-child(2) {
  top: 22px;
}

.nav-toggle span:last-child {
  top: 30px;
}

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

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

main .row_columns > .columns > .col.top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

main .row_columns > .columns > .col.center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

main .row_columns > .columns > .col.bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 1366px) {
  main .row_columns > .columns.fiveSeven > .col, main .row_columns > .columns.sevenFive > .col {
    width: calc(100% / 12 * 6 - ((1 - 6/12) * (var(--pixel))));
  }
}

@media (max-width: 850px) {
  main .row_columns > .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_columns > .columns > .col.single_col {
    text-align: left;
  }
  main .row_columns > .columns > .col.top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  main .row_columns > .columns > .col.center {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  main .row_columns > .columns > .col.bottom {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  main .row_columns > .columns > .col, main .row_columns > .columns.fiveSeven > .col, main .row_columns > .columns.sevenFive > .col {
    width: 100%;
  }
  main .row_columns > .columns > .col + .col, main .row_columns > .columns.fiveSeven > .col + .col, main .row_columns > .columns.sevenFive > .col + .col {
    margin-top: 3.75rem;
  }
}

main .row_teasers .teasers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}

main .row_teasers .teasers .teaser {
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main .row_teasers .teasers .teaser:first-child .teaser_intro {
  margin-right: -2rem;
  margin-left: var(--wrapper-space);
}

main .row_teasers .teasers .teaser:last-child .teaser_intro {
  margin-left: -2rem;
  margin-right: var(--wrapper-space);
}

main .row_teasers .teasers .teaser .teaser_image {
  width: 100%;
}

main .row_teasers .teasers .teaser .teaser_image .image {
  height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

main .row_teasers .teasers .teaser .teaser_intro {
  position: relative;
  max-width: 420px;
  min-width: 420px;
  margin-top: -13rem;
  text-align: center;
}

main .row_teasers .teasers .teaser .teaser_intro .intro_container {
  padding: 2.5rem;
  position: relative;
}

main .row_teasers .teasers .teaser .teaser_intro .intro_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1D276D;
  mix-blend-mode: multiply;
}

main .row_teasers .teasers .teaser .teaser_intro .intro_container .intro {
  position: relative;
}

@media (max-width: 1460px) {
  main .row_teasers .teasers .teaser .teaser_image .image {
    height: 550px;
  }
  main .row_teasers .teasers .teaser .teaser_intro {
    margin-top: -8rem;
  }
  main .row_teasers .teasers .teaser:first-child .teaser_intro {
    margin-left: unset;
    margin-right: 0;
  }
  main .row_teasers .teasers .teaser:last-child .teaser_intro {
    margin-right: unset;
    margin-left: 0;
  }
}

@media (max-width: 1370px) {
  main .row_teasers .teasers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_teasers .teasers .teaser {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .row_teasers .teasers .teaser .teaser_image .image {
    height: 500px;
  }
  main .row_teasers .teasers .teaser .teaser_intro {
    margin-top: 0;
    left: calc(-1 * (var(--wrapper-space)));
  }
}

@media (max-width: 1120px) {
  main .row_teasers .teasers .teaser .teaser_image .image {
    height: 340px;
  }
}

@media (max-width: 820px) {
  main .row_teasers .teasers {
    gap: 3.4rem;
  }
  main .row_teasers .teasers .teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_teasers .teasers .teaser .teaser_intro {
    left: 0;
    margin-top: -4rem;
    max-width: calc(100% - (2 * (var(--wrapper-space))));
    min-width: unset;
  }
  main .row_teasers .teasers .teaser .teaser_intro .intro_container {
    padding: 1.8rem;
  }
}

@media (max-width: 400px) {
  main .row_teasers .teasers .teaser .teaser_image .image {
    height: 270px;
  }
}

main .row_testimonials {
  background-color: #E2E2E3;
  position: relative;
  margin-bottom: calc((var(--pixel)));
}

main .row_testimonials .row_testimonials_container {
  padding-top: 3.75rem;
}

main .row_testimonials .row_testimonials_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.9rem;
}

@media (max-width: 750px) {
  main .row_testimonials .row_testimonials_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_testimonials .row_testimonials_header .cta .button {
    margin-top: 2.5rem;
  }
}

main .row_testimonials .cta .button {
  margin-top: 0;
  margin: 0;
}

main .row_testimonials .cta.mobile {
  display: none;
  margin-top: 2rem;
  text-align: center;
}

main .row_testimonials .cta.mobile .button {
  margin: 0 auto;
}

@media (max-width: 1330px) {
  main .row_testimonials .cta {
    display: none;
  }
  main .row_testimonials .cta.mobile {
    display: block;
  }
}

main .row_testimonials .testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.75rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem;
  margin: -0.5rem;
}

@media (max-width: 1330px) {
  main .row_testimonials .testimonials {
    padding-bottom: 2rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  main .row_testimonials .testimonials {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

main .row_testimonials .testimonials.mobile {
  display: none;
  overflow: visible;
}

@media (max-width: 900px) {
  body:not(.testimonials) main .row_testimonials .testimonials {
    display: none;
  }
  body:not(.testimonials) main .row_testimonials .testimonials.mobile {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
  }
}

main .row_testimonials .testimonials .swiper-wrapper {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

main .row_testimonials .testimonials .swiper-pagination {
  bottom: 0;
}

main .row_testimonials .testimonials .swiper-pagination .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
}

main .row_testimonials .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

main .row_testimonials .testimonials .testimonial {
  background-color: #fff;
  padding: 2.5rem;
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
}

@media (max-width: 500px) {
  main .row_testimonials .testimonials .testimonial {
    padding: 2rem;
  }
}

main .row_testimonials .testimonials .testimonial .testimonial_subline {
  margin-top: 0.5rem;
}

main .row_testimonials .testimonials .testimonial .testimonial_text {
  margin-top: 1rem;
}

main .row_testimonials .testimonials .testimonial .testimonial_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

main .row_testimonials .testimonials .testimonial .testimonial_stars .star {
  height: 20px;
  width: 20px;
  background-color: #1D276D;
  -webkit-mask-image: url(../img/icon-star.svg);
          mask-image: url(../img/icon-star.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

main .row_testimonials::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 525px;
  width: 714px;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: url(../img/imst_design.svg);
          mask-image: url(../img/imst_design.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: -170px 20px;
          mask-position: -170px 20px;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (max-width: 900px) {
  main .row_testimonials::before {
    display: none;
  }
}

main .row_hint_giver {
  background-color: #1D276D;
}

main .row_hint_giver .wrapper {
  position: relative;
}

main .row_hint_giver .icon_bulb_container {
  position: relative;
  right: 0;
  background-color: #fff;
  height: 115px;
  width: 115px;
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-top: calc(-1 * (var(--pixel)) - 1rem);
  padding: 0.8rem;
}

@media (max-width: 1366px) {
  main .row_hint_giver .icon_bulb_container {
    height: 100px;
    width: 100px;
  }
}

main .row_hint_giver .icon_bulb_container .icon_bulb {
  height: 100%;
  width: 100%;
  background-color: #1D276D;
  -webkit-mask-image: url(../img/icon-bulb.svg);
          mask-image: url(../img/icon-bulb.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (max-width: 850px) {
  main .row_hint_giver {
    padding-top: calc((var(--pixel)) + 2rem);
  }
  main .row_hint_giver .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_hint_giver .columns > .col {
    width: 100%;
  }
  main .row_hint_giver .columns > .col + .col {
    margin-top: 3.75rem;
  }
  main .row_hint_giver .icon_bulb_container {
    position: absolute;
    top: calc(-1 * (var(--pixel)) - 3rem);
    right: calc(var(--wrapper-space));
    height: 70px;
    width: 70px;
    margin-top: unset;
    margin-left: 0;
    margin-bottom: 0;
  }
}

main .row_team_members .team_members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.8rem;
}

@media (max-width: 1340px) {
  main .row_team_members .team_members {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  main .row_team_members .team_members {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

main .row_team_members .team_members .team_member {
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .row_team_members .team_members .team_member .team_member_top .team_member_image {
  height: 420px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1D276D;
}

main .row_team_members .team_members .team_member .team_member_top .team_member_image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 0 0 63px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 1340px) {
  main .row_team_members .team_members .team_member .team_member_top .team_member_image {
    height: 410px;
  }
  main .row_team_members .team_members .team_member .team_member_top .team_member_image::after {
    border-width: 52px 0 0 52px;
  }
}

@media (max-width: 600px) {
  main .row_team_members .team_members .team_member .team_member_top .team_member_image {
    height: 250px;
  }
  main .row_team_members .team_members .team_member .team_member_top .team_member_image::after {
    border-width: 40px 0 0 40px;
  }
}

main .row_team_members .team_members .team_member .team_member_top .team_member_text {
  padding: 2.5rem 2.5rem 0 2.5rem;
  position: relative;
}

@media (max-width: 900px) {
  main .row_team_members .team_members .team_member .team_member_top .team_member_text {
    padding: 2rem 2rem 0 2rem;
  }
}

main .row_team_members .team_members .team_member .team_member_top .team_member_text .team_member_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

main .row_team_members .team_members .team_member .team_member_top .team_member_text .team_member_title .intro_toggle {
  display: none;
  margin-left: 0.5rem;
}

main .row_team_members .team_members .team_member .team_member_top .team_member_text .team_member_title .intro_toggle .icon_plus {
  height: 14px;
  min-width: 14px;
  position: relative;
  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;
  margin-right: 0.9rem;
}

main .row_team_members .team_members .team_member .team_member_top .team_member_text .team_member_title .intro_toggle .icon_plus > div {
  height: 2px;
  width: 100%;
  background-color: #1D276D;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

main .row_team_members .team_members .team_member .team_member_top .team_member_text .team_member_title .intro_toggle .icon_plus > div:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}

@media (max-width: 900px) {
  main .row_team_members .team_members .team_member .team_member_top .team_member_text .team_member_title .intro_toggle {
    display: block;
  }
}

@media (max-width: 900px) {
  main .row_team_members .team_members .team_member .team_member_top .team_member_text .team_member_intro {
    display: none;
    margin-bottom: 2rem;
  }
}

main .row_team_members .team_members .team_member .team_member_top .team_member_text.active .intro_toggle .icon_plus > div:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

main .row_team_members .team_members .team_member .team_member_bottom {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact {
  margin-top: 1.75rem;
  padding: 0 2.5rem 2.5rem 2.5rem;
}

@media (max-width: 900px) {
  main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact {
    margin-top: 0;
    padding: 0 2rem 2rem 2rem;
  }
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact.mobile {
  display: none;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact.mobile > a {
  background-color: #1D276D;
  padding: 0.5rem;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact.mobile > a svg {
  height: 23px;
  width: 23px;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact.mobile > a svg * {
  fill: #fff;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact.mobile > a + a {
  margin-left: 0.5rem;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact a {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact a:hover {
  border-bottom-color: #1D276D;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact .phone_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact .phone_container .icon_phone {
  height: 23px;
  width: 23px;
  background-color: #1D276D;
  -webkit-mask-image: url(../img/icon-phone.svg);
          mask-image: url(../img/icon-phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-right: 0.8rem;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact .team_member_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}

main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact .team_member_email .icon_mail {
  height: 23px;
  width: 23px;
  background-color: #1D276D;
  -webkit-mask-image: url(../img/icon-mail.svg);
          mask-image: url(../img/icon-mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-right: 0.8rem;
}

@media (max-width: 900px) {
  main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact {
    display: none;
  }
  main .row_team_members .team_members .team_member .team_member_bottom .team_member_contact.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

main .row_contact_infos .contact_link {
  margin: 0;
  border-bottom-color: transparent;
  padding: 0;
  color: #878787;
  border-radius: 0 !important;
}

main .row_contact_infos .contact_link:hover {
  background-color: transparent;
  color: #878787;
  border-bottom-color: #1D276D;
}

@media (max-width: 1366px) {
  main .row_contact_infos .columns > .col:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
  main .row_contact_infos .columns > .col:nth-child(2), main .row_contact_infos .columns > .col:last-child {
    width: calc(100% / 12 * 6 - ((1 - 6/12) * (var(--pixel))));
  }
}

@media (max-width: 850px) {
  main .row_contact_infos .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .row_contact_infos .columns > .col {
    width: 100%;
  }
  main .row_contact_infos .columns > .col:first-child {
    margin-bottom: 0;
  }
  main .row_contact_infos .columns > .col:nth-child(2), main .row_contact_infos .columns > .col:last-child {
    width: 100%;
  }
  main .row_contact_infos .columns > .col + .col {
    margin-top: 3.75rem;
  }
}

main .row_contact_form .columns > .col {
  position: relative;
}

main .row_contact_form .columns > .col:nth-child(2) {
  background-color: #1D276D;
  padding: 2.5rem 0 2.5rem 2.5rem;
}

main .row_contact_form .columns > .col:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #1D276D;
  top: 0;
  left: 0;
  right: calc(-1 * (var(--wrapper-space)));
  bottom: 0;
  z-index: -1;
}

main .row_contact_form .contact_form_headline {
  margin-bottom: 3rem;
}

main .row_contact_form .google_map {
  position: absolute;
  top: 0;
  left: 0;
  right: calc(-1 * (calc(0.75 * var(--pixel))));
  bottom: 0;
}

main .row_contact_form .google_map iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1366px) {
  main .row_contact_form {
    background-color: #1D276D;
    padding-bottom: 0;
  }
  main .row_contact_form .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .row_contact_form .columns > .col {
    width: 100%;
  }
  main .row_contact_form .columns > .col:nth-child(2) {
    padding: 0;
    padding-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  main .row_contact_form .columns > .col:nth-child(2)::before {
    display: none;
  }
  main .row_contact_form .google_map {
    height: 500px;
    position: relative;
    right: 0;
    left: calc(-1 * (var(--wrapper-space)));
    width: calc(100% + (2 * (var(--wrapper-space))));
  }
}

@media (max-width: 700px) {
  main .row_contact_form .google_map {
    height: 250px;
  }
  main .row_contact_form .Inputfield {
    width: 100% !important;
  }
}

main .row_objects_teasers .object_teasers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.6rem;
}

@media (max-width: 1400px) {
  main .row_objects_teasers .object_teasers {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 950px) {
  main .row_objects_teasers .object_teasers {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

main .row_objects_teasers .object_teasers .object_teaser {
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

main .row_objects_teasers .object_teasers .object_teaser.extrawurst {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

main .row_objects_teasers .object_teasers .object_teaser:hover {
  border-color: #1D276D;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_top .object_verkaufsstatus {
  padding: 0.2rem 0.5rem;
  background-color: #878787;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2rem;
  border-radius: 0;
  letter-spacing: 0.05em;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_top .object_teaser_title {
  padding: 2.2rem;
}

@media (max-width: 950px) {
  main .row_objects_teasers .object_teasers .object_teaser .object_teaser_top .object_teaser_title {
    padding: 1.5rem;
  }
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_top .object_teaser_title .object_plz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_top .object_teaser_title .object_plz::before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #878787;
  margin-right: 0.5rem;
  -webkit-mask-image: url(../img/icon-map_marker.svg);
          mask-image: url(../img/icon-map_marker.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_teaser_image_container {
  overflow: hidden;
  position: relative;
  left: -1px;
  width: calc(100% + 2px);
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_teaser_image_container .object_image {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 950px) {
  main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_teaser_image_container .object_image {
    height: 170px;
  }
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_cta .object_type_tag {
  border: 1px solid #1D276D;
  padding: 0.6rem;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_cta .object_type_tag > span {
  color: #1D276D;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_cta .object_teaser_arrow {
  background-color: #1D276D;
  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: 0.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
  margin-left: 0.5rem;
}

main .row_objects_teasers .object_teasers .object_teaser .object_teaser_bottom .object_cta .object_teaser_arrow::after {
  content: "";
  position: relative;
  height: 25px;
  width: 25px;
  background-color: #fff;
  -webkit-mask-image: url(../img/icon-slider_arrow.svg);
          mask-image: url(../img/icon-slider_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

main .row_inquiry_form {
  background-color: #1D276D;
}

main .row_inquiry_form .object_objektnr {
  display: block;
  margin-bottom: 1rem;
}

main .row_inquiry_form .object_geo {
  display: block;
  margin-top: 1rem;
}

@media (max-width: 1366px) {
  main .row_inquiry_form .columns > .col {
    width: calc(100% / 12 * 6 - ((1 - 6/12) * (var(--pixel))));
  }
  main .row_inquiry_form .Inputfield {
    width: 100% !important;
  }
}

@media (max-width: 1366px) {
  main .row_inquiry_form .columns > .col {
    width: 100%;
  }
  main .row_inquiry_form .columns > .col + .col {
    margin-top: 3.75rem;
  }
}

.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;
}

.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;
  background-color: #878787;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1.1rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.accordion .item label.headline .icon_plus {
  height: 14px;
  min-width: 14px;
  position: relative;
  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;
  margin-right: 0.9rem;
  position: relative;
  top: 0.3rem;
}

.accordion .item label.headline .icon_plus > div {
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.accordion .item label.headline .icon_plus > div:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}

.accordion .item label.headline:hover {
  background-color: #1D276D;
  color: #fff;
}

.accordion .item .body {
  display: none;
  padding: 2.5rem;
  border-top: none;
  border: 1px solid #1D276D;
}

@media (max-width: 850px) {
  .accordion .item .body {
    padding: calc(2rem);
  }
}

.accordion .item input:checked ~ label.headline {
  background-color: #1D276D;
  color: #fff;
}

.accordion .item input:checked ~ label.headline .icon_plus > div:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.accordion .item + .item {
  margin-top: 5px;
}

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

.buy_rent_teasers .buy_rent_teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
  padding: 1.4rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #1D276D;
}

@media (max-width: 1366px) {
  .buy_rent_teasers .buy_rent_teaser {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.buy_rent_teasers .buy_rent_teaser .teaser_icon {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 122px;
  min-width: 122px;
  background-color: #1D276D;
  margin-right: 1.4rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.buy_rent_teasers .buy_rent_teaser .teaser_icon.icon_rent {
  -webkit-mask-image: url(../img/icon-rent.svg);
          mask-image: url(../img/icon-rent.svg);
}

.buy_rent_teasers .buy_rent_teaser .teaser_icon.icon_buy {
  -webkit-mask-image: url(../img/icon-buy.svg);
          mask-image: url(../img/icon-buy.svg);
}

.buy_rent_teasers .buy_rent_teaser .text h3 + p {
  margin-top: 1rem;
}

.buy_rent_teasers .buy_rent_teaser:hover {
  border-color: #1D276D;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.buy_rent_teasers .buy_rent_teaser:hover .teaser_icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.buy_rent_teasers .buy_rent_teaser + .buy_rent_teaser {
  margin-top: 1.25rem;
}

.buy_rent_teasers .buy_rent_teaser.mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}

.buy_rent_teasers .buy_rent_teaser.mobile .teaser_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.buy_rent_teasers .buy_rent_teaser.mobile .teaser_top .teaser_icon {
  min-height: 50px;
  min-width: 50px;
  margin-right: 0.5rem;
}

.buy_rent_teasers .buy_rent_teaser.mobile .teaser_top .teaser_headline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.buy_rent_teasers .buy_rent_teaser.mobile .teaser_top .icon_plus {
  height: 14px;
  min-width: 14px;
  max-height: 14px;
  max-width: 14px;
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9rem;
}

.buy_rent_teasers .buy_rent_teaser.mobile .teaser_top .icon_plus > div {
  height: 2px;
  width: 100%;
  background-color: #1D276D;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.buy_rent_teasers .buy_rent_teaser.mobile .teaser_top .icon_plus > div:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}

.buy_rent_teasers .buy_rent_teaser.mobile:hover {
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
}

.buy_rent_teasers .buy_rent_teaser.mobile:hover .teaser_top .teaser_icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.buy_rent_teasers .buy_rent_teaser.mobile.rent {
  margin-top: 0;
}

.buy_rent_teasers .buy_rent_teaser.mobile.active .teaser_top .icon_plus > div:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 600px) {
  .buy_rent_teasers .buy_rent_teaser {
    display: none;
  }
  .buy_rent_teasers .buy_rent_teaser.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery .item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.gallery .item:only-child {
  width: 100%;
}

.gallery .item:only-child > a {
  padding-top: unset;
}

.gallery .item:only-child > a > img {
  position: relative;
  height: 535px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1366px) {
  .gallery .item:only-child > a > img {
    height: 440px;
  }
}

@media (max-width: 600px) {
  .gallery .item:only-child > a > img {
    height: 230px;
  }
}

.gallery .item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
}

/*
 * BREAKPOINTS:
 * 1580px --> erster Breakpoint
 * 600px --> mobile Breakpoint
*/
footer {
  background-color: #1D276D;
  padding-bottom: 5.85rem;
  padding-top: 6.25rem;
  margin-top: 2em;
}

@media (max-width: 1580px) {
  footer {
    padding-top: 4.75rem;
    padding-bottom: 4.1rem;
  }
}

@media (max-width: 1366px) {
  footer {
    padding-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  footer {
    padding-top: 2rem;
  }
}

footer > .columns > .col:nth-last-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer > .columns > .col:first-child {
  margin-top: -3rem;
}

footer > .columns > .col:nth-child(4) {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer > .columns > .col + .col {
  padding-left: calc(2vh + 2vw + 20px);
}

@media (max-width: 1580px) {
  footer > .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer > .columns > .col {
    margin-right: 2em;
    margin-bottom: 2em;
  }
  footer > .columns > .col:nth-last-child(2) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  footer > .columns > .col + .col {
    padding-left: 0;
  }
}

@media (max-width: 1366px) {
  footer > .columns > .col:first-child {
    margin-top: -2.3rem;
  }
}

@media (max-width: 600px) {
  footer > .columns {
    -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;
    text-align: center;
  }
  footer > .columns > .col {
    margin-right: 0;
  }
  footer > .columns > .col:first-child {
    margin-top: 0;
  }
  footer > .columns > .col:last-child {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .logo img {
  width: auto;
  height: 103px;
}

@media (max-width: 1366px) {
  footer .logo img {
    height: 90px;
  }
}

footer .socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .socialmedia > a {
  padding: 0;
}

footer .socialmedia > a .icon > svg {
  height: 28px;
  width: 28px;
}

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

@media (max-width: 600px) {
  footer .socialmedia {
    margin-bottom: 1.5rem;
  }
}

footer .certificate_link:first-child .certificate {
  height: 99px;
}

footer .certificate_link:nth-child(2) .certificate, footer .certificate_link:nth-child(3) .certificate {
  height: 82px;
}

footer .certificate_link:nth-child(4) .certificate {
  height: 99px;
}

footer .certificate_link + .certificate_link {
  margin-left: 1rem;
}

@media (max-width: 1366px) {
  footer .certificate_link:first-child .certificate {
    height: 74px;
  }
  footer .certificate_link:nth-child(2) .certificate, footer .certificate_link:nth-child(3) .certificate {
    height: 60px;
  }
  footer .certificate_link:nth-child(4) .certificate {
    height: 78px;
  }
}

@media (max-width: 600px) {
  footer .certificate_link:first-child .certificate, footer .certificate_link:nth-child(2) .certificate, footer .certificate_link:nth-child(3) .certificate, footer .certificate_link:nth-child(4) .certificate {
    height: 45px;
  }
}

footer .certificate_link .certificate {
  width: auto;
}

#cconsent-bar {
  background-color: inherit !important;
  width: 100vw !important;
  height: 100vh !important;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
  padding: 2em !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  position: fixed !important;
  font-size: inherit !important;
  color: inherit !important;
}

#cconsent-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1D276D;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

#cconsent-bar > .ccb__wrapper {
  background-color: #fff !important;
  position: relative !important;
  max-width: 670px !important;
  padding: 3rem !important;
}

@media (max-width: 600px) {
  #cconsent-bar > .ccb__wrapper {
    padding: 2rem !important;
  }
}

#cconsent-bar > .ccb__wrapper > .ccb__left {
  color: #1D276D;
}

#cconsent-bar > .ccb__wrapper > .ccb__right > .ccb__button {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#cconsent-bar > .ccb__wrapper > .ccb__right > .ccb__button .ccb__edit, #cconsent-bar > .ccb__wrapper > .ccb__right > .ccb__button .consent-give {
  position: relative !important;
  margin: 0 0.25em 0.25em 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  cursor: pointer !important;
  margin-top: 1rem !important;
  font-size: inherit !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #1D276D !important;
  padding: 1rem !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cconsent-bar > .ccb__wrapper > .ccb__right > .ccb__button .ccb__edit, #cconsent-bar > .ccb__wrapper > .ccb__right > .ccb__button .consent-give {
    display: inline-block;
  }
}

#cconsent-bar > .ccb__wrapper > .ccb__right > .ccb__button .ccb__edit {
  background-color: #878787 !important;
  border-color: #878787 !important;
  margin: unset !important;
  margin-top: 0.5rem !important;
}

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

#cconsent-modal, #cconsent-bar {
  font-family: inherit !important;
  line-height: inherit !important;
}

#cconsent-modal > .ccm__content > .ccm__footer #ccm__footer__consent-modal-submit, #cconsent-modal > .ccm__content > .ccm__footer .consent-give {
  position: relative !important;
  margin: 0 0.25em 0.25em 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  cursor: pointer !important;
  margin-top: 1rem !important;
  font-size: inherit !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #1D276D !important;
  padding: 1rem !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #cconsent-modal > .ccm__content > .ccm__footer #ccm__footer__consent-modal-submit, #cconsent-modal > .ccm__content > .ccm__footer .consent-give {
    display: inline-block;
  }
}

.iframeoverlay {
  position: relative;
  background-color: #1D276D;
  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;
}

body.object .keyvisual {
  display: none;
}

body.object .form_trigger {
  margin-top: 1rem;
}

body.object .row_hero {
  background-color: #1D276D;
  min-height: 500px;
}

body.object .row_hero .columns > .col {
  position: relative;
}

body.object .row_hero .object_intro_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

body.object .row_hero .object_intro_container .object_intro_left .object_plz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body.object .row_hero .object_intro_container .object_intro_left .object_plz::before {
  content: "";
  background-color: #fff;
  height: 25px;
  width: 25px;
  margin-right: 0.3rem;
  -webkit-mask-image: url(../img/icon-map_marker.svg);
          mask-image: url(../img/icon-map_marker.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  mask-site: contain;
}

body.object .row_hero .object_intro_container .object_intro_left h1.h3 {
  text-transform: none;
  margin-top: 1.25rem;
}

body.object .row_hero .object_intro_container .object_intro_right {
  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;
  margin-right: calc(-1 * (2vh + 2vw + 20px) - 2rem);
  z-index: 1;
}

body.object .row_hero .object_intro_container .object_intro_right .info_box {
  padding: 1rem;
  background-color: #1D276D;
  border: 1px solid #fff;
}

body.object .row_hero .object_intro_container .object_intro_right .info_box.object_verkaufsstatus {
  background-color: #878787;
  border-color: #878787;
}

body.object .row_hero .object_intro_container .object_intro_right .info_box h3 {
  white-space: nowrap;
  margin-top: 0.1rem;
}

body.object .row_hero .object_intro_container .object_intro_right .info_box + .info_box {
  margin-top: 0.5rem;
}

body.object .row_hero .object_slider {
  position: absolute;
  top: calc(-1 * (var(--pixel)));
  left: 0;
  right: calc(-1 * (var(--wrapper-space)));
  bottom: calc(-1 * (var(--pixel)));
  overflow: hidden;
  min-height: 500px;
  z-index: 0;
}

body.object .row_hero .object_slider .close-button {
  display: none;
  height: 45px;
  width: 45px;
  color: #1D276D;
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 1000000;
  opacity: .75;
  background-color: #fff;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body.object .row_hero .object_slider .close-button:before {
  content: '×';
}

body.object .row_hero .object_slider .close-button:hover {
  opacity: 1;
}

body.object .row_hero .object_slider .gallery-top {
  height: 100%;
  width: 100%;
}

body.object .row_hero .object_slider .gallery-top .slide {
  height: 100%;
  width: 100%;
}

body.object .row_hero .object_slider .gallery-top .slide .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body.object .row_hero .object_slider .gallery-top .slide .image.fullscreen {
  background-size: contain;
}

body.object .row_hero .object_slider.fullscreen {
  z-index: 10000;
}

body.object .row_hero .object_slider.fullscreen .close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.object .row_hero .object_slider.fullscreen .gallery-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161418;
}

body.object .row_hero .object_slider.fullscreen .gallery-top .slide .image  {
  background-size: contain;
}

body.object .row_hero .object_slider .slider_navigation {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  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: 100px;
}

body.object .row_hero .object_slider .slider_navigation .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
}

body.object .row_hero .object_slider .slider_navigation .arrow {
  background-color: #fff;
  height: 20px;
  width: 20px;
  -webkit-mask-image: url(../img/icon-slider_arrow.svg);
          mask-image: url(../img/icon-slider_arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  cursor: pointer;
}

body.object .row_hero .object_slider .slider_navigation .arrow.arrow_next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 900px) {
  body.object .row_hero {
    min-height: unset;
    padding-top: 0;
  }
  body.object .row_hero .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.object .row_hero .columns > .col {
    width: 100%;
  }
  body.object .row_hero .columns > .col:first-child {
    margin-top: 2rem;
  }
  body.object .row_hero .object_intro_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.object .row_hero .object_intro_container .object_intro_right {
    margin-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.object .row_hero .object_slider {
    position: relative;
    min-height: unset;
    height: 300px;
    width: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(-1 * (var(--wrapper-space)));
  }
}

@media (max-width: 600px) {
  body.object .row_hero {
    margin-top: 121px;
  }
}

body.object .row_object_infos .object_quickinfos {
  margin-top: calc(-0.5 * (var(--pixel)));
}

body.object .row_object_infos .object_quickinfos .quickinfos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo {
  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;
  text-align: left;
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .object_info {
  color: #1D276D;
  display: block;
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .object_info {
  font-size: 20px;
}

@media (min-width: 320px) {
  body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .object_info {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1090));
  }
}

@media (min-width: 1410px) {
  body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .object_info {
    font-size: 30px;
  }
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo h4 {
  font-weight: normal;
  color: #1D276D;
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo h4 {
  font-size: 20px;
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .quickinfo_icon {
  margin-right: 1rem;
  height: clamp(60px, calc(3.75rem + ((1vw - 3.2px) * 1.25)), 80px);
  width: clamp(60px, calc(3.75rem + ((1vw - 3.2px) * 1.25)), 80px);
  background-color: #1D276D;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .quickinfo_icon.badezimmer {
  -webkit-mask-image: url(../img/icon-badezimmer.svg);
          mask-image: url(../img/icon-badezimmer.svg);
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .quickinfo_icon.grundstuecksgroesse {
  -webkit-mask-image: url(../img/icon-grunstuecksgroesse.svg);
          mask-image: url(../img/icon-grunstuecksgroesse.svg);
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .quickinfo_icon.kaltmiete {
  -webkit-mask-image: url(../img/icon-kaltmiete-kaufpreis.svg);
          mask-image: url(../img/icon-kaltmiete-kaufpreis.svg);
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .quickinfo_icon.kaufpreis {
  -webkit-mask-image: url(../img/icon-kaltmiete-kaufpreis.svg);
          mask-image: url(../img/icon-kaltmiete-kaufpreis.svg);
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .quickinfo_icon.schlafzimmer {
  -webkit-mask-image: url(../img/icon-schlafzimmer.svg);
          mask-image: url(../img/icon-schlafzimmer.svg);
}

body.object .row_object_infos .object_quickinfos .quickinfos .quickinfo .quickinfo_icon.wohnflaeche {
  -webkit-mask-image: url(../img/icon-wohnflaeche.svg);
          mask-image: url(../img/icon-wohnflaeche.svg);
}

body.object .row_object_infos .object_info_table, body.object .row_object_infos .energiepass_table {
  width: 100%;
  border-collapse: collapse;
}

body.object .row_object_infos .object_info_table tr, body.object .row_object_infos .energiepass_table tr {
  border-bottom: 1px solid #E2E2E3;
}

body.object .row_object_infos .object_info_table tr > td, body.object .row_object_infos .energiepass_table tr > td {
  padding: 0.5rem 0;
  vertical-align: top;
}

body.object .row_object_infos .object_info_table tr > td:nth-child(2), body.object .row_object_infos .energiepass_table tr > td:nth-child(2) {
  padding-left: 1rem;
}

body.object .row_object_infos .object_info_table tr:last-child, body.object .row_object_infos .energiepass_table tr:last-child {
  border-bottom: none;
}

body.object .row_object_infos .object_nav_slider {
  overflow: hidden;
  height: 200px;
  width: 100%;
  margin-top: calc(-0.5 * (var(--pixel)));
}

@media (max-width: 900px) {
  body.object .row_object_infos .object_nav_slider {
    display: none;
  }
}

body.object .row_object_infos .object_nav_slider .slide {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body.object .row_object_infos .object_nav_slider .slide .image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body.object .row_object_infos .object_nav_slider .slide:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@media (max-width: 900px) {
  body.object .row_object_infos .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.object .row_object_infos .columns > .col {
    width: 100%;
  }
  body.object .row_object_infos .columns > .col + .col {
    margin-top: 3.75rem;
  }
}

body.object .row_object_infos .object_contact_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  body.object .row_object_infos .object_contact_person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

body.object .row_object_infos .object_contact_person .contact_person_image {
  width: 300px;
  min-height: 300px;
}

body.object .row_object_infos .object_contact_person .contact_person_image .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1100px) {
  body.object .row_object_infos .object_contact_person .contact_person_image {
    min-height: 200px;
  }
}

@media (max-width: 600px) {
  body.object .row_object_infos .object_contact_person .contact_person_image {
    width: 100%;
    height: 250px;
  }
}

body.object .row_object_infos .object_contact_person .contact_person_info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5rem;
  z-index: 0;
  -webkit-filter: drop-shadow(0 3px 6px rgba(51, 51, 51, 0.2));
          filter: drop-shadow(0 3px 6px rgba(51, 51, 51, 0.2));
  background-color: white;
}

body.object .row_object_infos .object_contact_person .contact_person_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 63px 63px;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 600px) {
  body.object .row_object_infos .object_contact_person .contact_person_info::before {
    border-width: 40px 0 0 32px;
    border-color: transparent transparent transparent #fff;
    top: -40px;
    left: 0;
    right: unset;
  }
}

body.object .row_object_infos .object_contact_person .contact_person_info > p {
  color: #1D276D;
}

body.object .row_object_infos .object_contact_person .contact_person_info h3 {
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  body.object .row_object_infos .object_contact_person .contact_person_info {
    padding: 1.5rem;
  }
}

body.object .row_object_infos .object_contact_person .team_member_contact {
  margin-top: 1.75rem;
  margin-top: 2.5rem;
}

body.object .row_object_infos .object_contact_person .team_member_contact.mobile {
  display: none;
}

body.object .row_object_infos .object_contact_person .team_member_contact.mobile > a {
  background-color: #1D276D;
  padding: 0.5rem;
}

body.object .row_object_infos .object_contact_person .team_member_contact.mobile > a svg {
  height: 23px;
  width: 23px;
}

body.object .row_object_infos .object_contact_person .team_member_contact.mobile > a svg * {
  fill: #fff;
}

body.object .row_object_infos .object_contact_person .team_member_contact.mobile > a + a {
  margin-left: 0.5rem;
}

body.object .row_object_infos .object_contact_person .team_member_contact a {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body.object .row_object_infos .object_contact_person .team_member_contact a:hover {
  border-bottom-color: #1D276D;
}

body.object .row_object_infos .object_contact_person .team_member_contact .phone_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.object .row_object_infos .object_contact_person .team_member_contact .phone_container .icon_phone {
  height: 25px;
  width: 25px;
  background-color: #1D276D;
  -webkit-mask-image: url(../img/icon-phone.svg);
          mask-image: url(../img/icon-phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-right: 0.8rem;
}

body.object .row_object_infos .object_contact_person .team_member_contact .team_member_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}

body.object .row_object_infos .object_contact_person .team_member_contact .team_member_email .icon_mail {
  height: 23px;
  width: 23px;
  background-color: #1D276D;
  -webkit-mask-image: url(../img/icon-mail.svg);
          mask-image: url(../img/icon-mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-right: 0.8rem;
}

@media (max-width: 1100px) {
  body.object .row_object_infos .object_contact_person .team_member_contact {
    display: none;
  }
  body.object .row_object_infos .object_contact_person .team_member_contact.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.object .row_object_infos .object_map_container .object_map {
  height: 520px;
}

@media (max-width: 1366px) {
  body.object .row_object_infos .object_map_container .object_map {
    height: 320px;
  }
}

@media (max-width: 600px) {
  body.object .row_object_infos .object_map_container .object_map {
    height: 250px;
  }
}
/*# sourceMappingURL=style.css.map */