@charset "UTF-8";
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
:root {
  --abstand: min(80px,16vw);
  --column-abstand: min(100px,10vw);
  --border-radius: 20px;
  --center-padding: calc((100vw - 1400px) / 2);
  --color-black: #000;
  --color-darkblue: #0A2F4F;
  --color-tuerkis: #008D9B;
  --color-darktuerkis: #056379;
  --color-paletuerkis: #F5F9FA;
  --color-orange: #FFB547;
  --color-white: #fff;
  --color-grey: #7b7b7a;
  --color-lightgrey: #e3e3e3;
  --color-red: #ff0000;
  --color: var(--color-darkblue);
  --color-bg: var(--color-white);
  --color-hover: var(--color-white);
  --color-bg-hover: var(--color-black);
  --color-headline1: var(--color-darkblue);
  --color-headline2: var(--color-green);
  --color-headline3: var(--color-darkblue);
  --color-highlight: var(--color-orange);
  --color-strich: var(--color-red);
  --color-button-bg: #ffffff66;
  --color-button: var(--color-tuerkis);
  --color-button-bg-hover: var(--color-tuerkis);
  --color-button-hover: var(--color-white);
  --transition: all 0.15s ease-in-out;
  --gallery-theme: white;
}

#keyvisual {
  --color: var(--color-tuerkis);
  --color-headline1: var(--color-tuerkis);
}

nav.desktop, nav.mobile {
  --color-hover: var(--color-highlight);
  --color-bg-hover: var(--color-white);
  --color-active: var(--color-highlight);
  --color-bg-active: var(--color-white);
}

footer {
  --color: var(--color-white);
  --color-bg: var(--color-darkblue);
  --color-hover: var(--color-darkblue);
  --color-bg-hover: var(--color-white);
  --color-headline1: var(--color-white);
  --color-headline2: var(--color-white);
  --color-headline3: var(--color-white);
  --color-highlight: var(--color-tuerkis);
  --color-strich: var(--color-tuerkis);
  --color-button-bg: var(--color-white);
  --color-button: var(--color-darkblue);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-darktuerkis);
}

.InputfieldSubmit {
  --color-button-bg: var(--color-orange);
  --color-button: var(--color-darkblue);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-darktuerkis);
}

.bg-tuerkis {
  --color: var(--color-white);
  --color-bg: var(--color-tuerkis);
  --color-headline1: var(--color-white);
  --color-headline2: var(--color-white);
  --color-headline3: var(--color-white);
  --color-highlight: var(--color-orange);
  --color-strich: var(--color-white);
  --color-button-bg: var(--color-orange);
  --color-button: var(--color-darkblue);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-darktuerkis);
}

.bg-darktuerkis {
  --color: var(--color-white);
  --color-bg: var(--color-darktuerkis);
  --color-headline1: var(--color-white);
  --color-headline2: var(--color-white);
  --color-headline3: var(--color-white);
  --color-highlight: var(--color-orange);
  --color-strich: var(--color-white);
  --color-button-bg: var(--color-orange);
  --color-button: var(--color-darkblue);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-darktuerkis);
}

.bg-darkblue {
  --color: var(--color-white);
  --color-bg: var(--color-darkblue);
  --color-headline1: var(--color-white);
  --color-headline2: var(--color-white);
  --color-headline3: var(--color-white);
  --color-highlight: var(--color-orange);
  --color-strich: var(--color-white);
  --color-button-bg: var(--color-orange);
  --color-button: var(--color-darkblue);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-darkblue);
}

.team-members .team-member .team-kontakt a, footer .footer-columns .col.col-address a, footer .footer-columns .col.col-recht a, main p a, main li a {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: from-font;
  color: var(--color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team-members .team-member .team-kontakt a:hover, footer .footer-columns .col.col-address a:hover, footer .footer-columns .col.col-recht a:hover, main p a:hover, main li a:hover {
  -webkit-text-decoration-color: var(--color-bg-hover);
          text-decoration-color: var(--color-bg-hover);
  background-color: var(--color-bg-hover);
  color: var(--color-hover);
}

.event-teasers .event-teaser, .event-teasers-sliding .event-teaser, .fachbereich-teasers-outer .inhalt-outer .inhalt .fachbereich-teasers .fachbereich-teaser, .produkt-teasers .produkt-teaser, .historie .historie-eintrag, .news-teasers .news-teaser, .text-bild-skalierbar .bild-skalierbar .thumbnail a, .ultraschallgeraet-teasers .ultraschallgeraet-teaser, .features-slider-outer .features-slider .slick-slide.feature img, .schallkopf-highlights .highlight img, .button, button[type=submit] {
  border-radius: var(--border-radius);
  border-bottom-right-radius: 0;
}

h1 + ul, h1 + ol, h1 + table, h1 + form, h2 + ul, h2 + ol, h2 + table, h2 + form, h3 + ul, h3 + ol, h3 + table, h3 + form, h4 + ul, h4 + ol, h4 + table, h4 + form, h5 + ul, h5 + ol, h5 + table, h5 + form, h6 + ul, h6 + ol, h6 + table, h6 + form, p + ul, p + ol, p + table, p + form, table + ul, table + ol, table + table, table + form, h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, table + h1, table + h2, table + h3, table + h4, table + h5, table + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + p, table + p {
  margin-top: 1.8rem;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 1.2rem;
}

p + p, p + ul, p + ol, p + table, p + form, table + p, table + ul, table + ol, table + table, table + form {
  margin-top: 1rem;
}

.margin + .margin, .pswp + .margin, .margin + h1, .margin + h2, .margin + h3, .margin + h4, .margin + h5, .margin + h6, .margin + p, .margin + ul, .margin + ol, .margin + table, .pswp + h1, .pswp + h2, .pswp + h3, .pswp + h4, .pswp + h5, .pswp + h6, .pswp + p, .pswp + ul, .pswp + ol, .pswp + table, h1 + .margin, h2 + .margin, h3 + .margin, h4 + .margin, h5 + .margin, h6 + .margin, p + .margin, table + .margin, ul + .margin, ol + .margin {
  margin-top: clc(1.5);
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/**
	* Breakpoint-Mixin
	*
	* Benutzung: @include breakpoint(Start-Wert, End-Wert, Start-Wert, End-Wert) {…}
	* Beispiel: @include breakpoint(1200, 800, 750, 500) {…}
	* Anmerkungen: Es ist möglich, das Mixin mit 1–4 Werten zu befüllen.
	* Bei einem Media Query mit Mindestbreite: @include breakpoint(0, Start-Wert) {…}
	*/
/**
    Einbindung:
    ============================================================================================================
    @include grid-columns(50px, repeat(3, 1fr));
    @include grid-rows(50px, 1fr);
    ============================================================================================================
 */
/**
  Add Gap between the boxes
  ===================================================
  @param   {list}    $boxes - List with box sizes
  @param   {string}  $gap - Optional column gap
 */
/**
   To build Grid Template Columns with optional gap
  ===================================================
  @param   {string}  $gap - Optional column gap
  @param   {list}    $columns - Columns sizes
  @require {function} box-gap

  @example scss - scss
     .test {
       @include grid-columns(10px 250px 1fr 50px 100px);
     }
 */
/**
  To build Grid Template Rows with optional gap
  ===================================================
  @param   {string}  $gap - Optional row gap
  @param   {list}    $rows - Rows sizes
  @require {function} box-gap

  @example scss - scss
     .test {
       @include grid-rows(10px 1fr);
     }
 */
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
/*************************************************************************************
* Hover Effect dotted Underline
*
*/
/*************************************************************************************
* Hover Effect zittern
*
*/
/*************************************************************************************
* Hover Effect Pulse
*
*/
/*************************************************************************************
* Hover Effect Pulse
*
*/
/* ************************************************************************ */
/***** (3) **********************************
*/
/* =================================================== */
/* Schriften als .woff und .woff2 ablegen unter templates/fonts, z. B. WorkSans-Regular.woff */
/* fira-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fira-sans-v18-latin-300.woff2") format("woff2"), url("../fonts/fira-sans-v18-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* fira-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v18-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* fira-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/fira-sans-v18-latin-600.woff2") format("woff2"), url("../fonts/fira-sans-v18-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* fira-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/fira-sans-v18-latin-800.woff2") format("woff2"), url("../fonts/fira-sans-v18-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: "AvenirNextProDemi";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/avenir-next-pro-demi.woff2") format("woff2"), url("../fonts/avenir-next-pro-demi.woff") format("woff");
}
/* =================================================== */
/***** (4) **********************************
Alle externen Resourcen des Projekts
*/
/* normalize.css v8.0.0 | 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;
}

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

/***** (3) **********************************
*/
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
/***** (2) **********************************
Alle Mixins des Projekts
*/
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  font-family: "Fira Sans", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  font-weight: 300;
}

body {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Fira Sans", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  color: var(--color);
}

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

main {
  overflow: hidden;
}

footer {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="mail-to:"] {
  display: none;
}

.hidden {
  display: none;
}

iframe {
  border: none;
}

iframe, img {
  vertical-align: middle;
}

nobr {
  white-space: nowrap;
}

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

strong {
  font-weight: bold;
}

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

p:last-of-type, ul:last-of-type, ol:last-of-type, li:last-of-type {
  margin-bottom: 0;
}

i {
  font-style: normal;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: calc(1400px + 6vw);
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (max-width: 600px) {
  .wrapper {
    width: calc(1400px + 10vw);
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.clear::after, .clear::before {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.protected-address {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

*[hidden] {
  display: none;
}

.relative {
  position: relative;
}

.icon {
  line-height: 0;
}

h1, h2, h3, h4, h5, h6, p, table {
  margin: 0;
}
p a, table a {
  display: inline;
}

ul, ol {
  padding: 0 0 0 1px;
  margin: 0;
}
.screen-reader-only, .sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*************************************************************************************
Youtube Ersatz-Container wenn Zustimmung nicht erteilt
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.embed-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-button-container {
  cursor: pointer;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.MedienContainerOuter {
  width: 100%;
  display: block;
}

.embed-button-container .mapButtom {
  width: 60px;
}
.embed-button-container .mapButtom .mapPointerVerlauf .top-color {
  stop-color: rgba(229, 45, 39, 0.85);
}
.embed-button-container .mapButtom .mapPointerVerlauf .bottom-color {
  stop-color: rgba(142, 42, 37, 0.85);
}
.embed-button-container .YouTubePlayButtom {
  width: 70px;
}
.embed-button-container .YouTubePlayButtom .youtubeButtomVerlauf .top-color {
  stop-color: rgba(229, 45, 39, 0.85);
}
.embed-button-container .YouTubePlayButtom .youtubeButtomVerlauf .bottom-color {
  stop-color: rgba(142, 42, 37, 0.85);
}

.embed-button-container:hover .mapButtom .mapPointerVerlauf .top-color {
  stop-color: #E52D27;
}
.embed-button-container:hover .mapButtom .mapPointerVerlauf .bottom-color {
  stop-color: #b72c26;
}
.embed-button-container:hover .YouTubePlayButtom .youtubeButtomVerlauf .top-color {
  stop-color: #E52D27;
}
.embed-button-container:hover .YouTubePlayButtom .youtubeButtomVerlauf .bottom-color {
  stop-color: #b72c26;
}

/* 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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("./slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slick/fonts/slick.eot");
  src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  background: var(--color-darktuerkis);
  color: transparent;
  bottom: calc(-50px - 0.5rem);
  padding: 0;
  border: 1px solid var(--color-darktuerkis);
  outline: none;
  border-radius: 26px;
  background-size: contain;
  opacity: 0.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.6;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  cursor: default;
}

.slick-prev {
  right: calc(50px + 0.5rem);
  background-image: url("../img/pfeil-transp-links.svg");
}

.slick-next {
  right: 0;
  background-image: url("../img/pfeil-transp-rechts.svg");
}

/* Dots */
#keyvisual.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#keyvisual.slider .slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  padding: 0;
  margin: 0 3vw;
  background-color: var(--color-button-bg);
  border: 1px solid var(--color-darkblue);
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
#keyvisual.slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#keyvisual.slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  font-size: 22px;
  font-weight: 400;
  color: var(--color-darkblue);
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 26px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
#keyvisual.slider .slick-dots li button:hover, #keyvisual.slider .slick-dots li button:focus {
  outline: none;
  background-color: var(--color-tuerkis);
  color: var(--color-white);
}
#keyvisual.slider .slick-dots li.slick-active button {
  outline: none;
  background-color: var(--color-darkblue);
  color: var(--color-white);
}

.slider-kenburns .slide img {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slider-kenburns .slide.slick-active img {
  -webkit-animation: myMove 4.8s 1 linear;
          animation: myMove 4.8s 1 linear;
}

@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes myMove {
  from {
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp > * {
  -webkit-transition: none;
  transition: none;
}

.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: var(--gallery-theme);
  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: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-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(../img/photoswipe/default-skin-white.svg) 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--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);
  -ms-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);
  -ms-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 transparent;
  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: var(--color-white);
  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: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  color: var(--color);
}

.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(../img/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;
}

/***** (5) **********************************
Alle internen Styles des Projekts
*/
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
/***** (2) **********************************
Alle Mixins des Projekts
*/
.wrapper.clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper.clear::after, .wrapper.clear::before {
  display: none;
}

.abstand {
  margin-top: var(--abstand);
  margin-bottom: var(--abstand);
}

.abstand.attach + .abstand.attach {
  margin-top: calc(0px - var(--abstand));
}

main .abstand.attach:first-child {
  margin-top: 0;
}

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

.cursor {
  cursor: pointer;
}

.two-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;
}
.two-columns .column {
  width: calc(50% - var(--column-abstand) / 2);
}
.two-columns .column.cta-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid var(--color);
}
.two-columns .column.cta-person img {
  height: auto;
  width: 400px;
}
.two-columns .column.cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

h2 + .two-columns, h3 + .two-columns {
  margin-top: 2rem;
}

.content-elem + .content-elem {
  margin-top: 1.8rem;
}

.content-elem.geraete-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.content-elem.geraete-logo img {
  width: 500px;
  max-width: 100%;
  height: auto;
}

.oeffnungszeiten {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 1rem;
  row-gap: 0.1rem;
}

.bg-tuerkis, .bg-darktuerkis, .bg-darkblue {
  background-color: var(--color-bg);
  color: var(--color);
  padding-top: var(--abstand);
  padding-bottom: var(--abstand);
  margin-top: var(--abstand);
  margin-bottom: var(--abstand);
}
.bg-tuerkis ul li::before, .bg-darktuerkis ul li::before, .bg-darkblue ul li::before {
  color: var(--color-white);
}
.bg-tuerkis .button, .bg-darktuerkis .button, .bg-darkblue .button {
  border-color: var(--color-bg);
}
.bg-tuerkis.header-leiste, .bg-darktuerkis.header-leiste, .bg-darkblue.header-leiste {
  margin-top: 0;
  margin-bottom: 0;
}

a.pfeil-verlinkung {
  width: 42px;
  height: 42px;
  background-image: url("../img/pfeil-weiss.svg");
  background-color: var(--color-orange);
  border-radius: 22px;
  font-size: 0;
  color: transparent;
}
a.pfeil-verlinkung.white {
  background-image: url("../img/pfeil-transp-rechts.svg");
  background-color: unset;
}

.event-teasers, .event-teasers-sliding {
  gap: 1rem;
}
.event-teasers .event-teaser, .event-teasers-sliding .event-teaser {
  background-color: var(--color-darktuerkis);
  color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 1fr;
}
.event-teasers .event-teaser h3, .event-teasers .event-teaser h4, .event-teasers-sliding .event-teaser h3, .event-teasers-sliding .event-teaser h4 {
  color: var(--color-white);
}
.event-teasers .event-teaser .info, .event-teasers .event-teaser .inhalt, .event-teasers-sliding .event-teaser .info, .event-teasers-sliding .event-teaser .inhalt {
  padding: 1.4rem 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-teasers .event-teaser .info, .event-teasers-sliding .event-teaser .info {
  gap: 0.5rem;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.event-teasers .event-teaser .inhalt, .event-teasers-sliding .event-teaser .inhalt {
  position: relative;
  padding-top: 1.5rem;
  gap: 0.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event-teasers .event-teaser .inhalt .alpinion-marker, .event-teasers-sliding .event-teaser .inhalt .alpinion-marker {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  color: var(--color-orange);
}
.event-teasers .event-teaser .inhalt .text, .event-teasers-sliding .event-teaser .inhalt .text {
  color: var(--color-dunkelblau);
  position: relative;
  grid-area: text;
  height: 5.4rem;
  overflow: hidden;
}
.event-teasers .event-teaser .inhalt .text::after, .event-teasers-sliding .event-teaser .inhalt .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-darktuerkis)), to(transparent));
  background: linear-gradient(to top, var(--color-darktuerkis), transparent);
}
.event-teasers .event-teaser .inhalt a.pfeil-verlinkung, .event-teasers-sliding .event-teaser .inhalt a.pfeil-verlinkung {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.event-teasers .event-teaser:hover, .event-teasers-sliding .event-teaser:hover {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.event-teasers .event-teaser:hover .inhalt a.pfeil-verlinkung, .event-teasers-sliding .event-teaser:hover .inhalt a.pfeil-verlinkung {
  rotate: 405deg;
}

.event-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2rem;
}
.event-teasers .event-teaser .info {
  background-color: var(--color-tuerkis);
}

.event-teasers-sliding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event-teasers-sliding .events-text {
  width: calc(33.3333333333% - 1rem - 50px);
}
.event-teasers-sliding .event-teasers-slider-outer {
  width: 66.6666666667%;
  position: relative;
  margin-bottom: calc(50px + 0.5rem);
}
.event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider {
  margin: 0 -1rem;
  position: static;
}
.event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .slick-slide {
  height: inherit !important;
}
.event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .event-teaser {
  position: relative;
  margin: 0 1rem;
  height: 100%;
  margin-top: 3px;
}
.event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .event-teaser .info {
  background-color: var(--color-darkblue);
}
.event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .event-teaser .inhalt h4 {
  margin-bottom: auto;
}
@media (max-width: 1100px) {
  .event-teasers-sliding {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .event-teasers-sliding .events-text {
    width: 100%;
    max-width: 600px;
  }
  .event-teasers-sliding .event-teasers-slider-outer {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .event-teasers-sliding .event-teasers-slider-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider {
    width: 500px;
    max-width: 100%;
    position: relative;
    margin: 0;
  }
  .event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .slick-track {
    display: block !important;
  }
  .event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .event-teaser {
    margin: 3px 0 0 0;
  }
}
@media (max-width: 480px) {
  .event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .event-teaser .info, .event-teasers-sliding .event-teasers-slider-outer .event-teasers-slider .event-teaser .inhalt {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.cta-element {
  position: relative;
}
.cta-element .bild {
  position: absolute;
  top: 0;
  right: 0;
  width: max(30vw, 610px);
  height: calc(100% + var(--abstand));
}
.cta-element .bild img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.cta-element .inhalt-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cta-element .inhalt-outer .inhalt {
  width: calc(50vw - max(30vw, 610px) + 700px - 4rem);
  max-width: 800px;
}
.cta-element .inhalt-outer .inhalt h2 {
  color: var(--color-tuerkis);
}

.fachbereich-teasers-outer {
  position: relative;
}
.fachbereich-teasers-outer .bild {
  position: absolute;
  top: 0;
  left: 0;
  width: max(30vw, 610px);
  height: calc(100% + var(--abstand));
}
.fachbereich-teasers-outer .bild img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.fachbereich-teasers-outer .inhalt-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fachbereich-teasers-outer .inhalt-outer .inhalt {
  width: calc(50vw - max(30vw, 610px) + 700px - 4rem);
}
.fachbereich-teasers-outer .inhalt-outer .inhalt h2 + .fachbereich-teasers, .fachbereich-teasers-outer .inhalt-outer .inhalt .fachbereich-teasers + a.button {
  margin-top: 2rem;
}
.fachbereich-teasers-outer .inhalt-outer .inhalt .fachbereich-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.fachbereich-teasers-outer .inhalt-outer .inhalt .fachbereich-teasers .fachbereich-teaser {
  background-color: var(--color-darkblue);
  padding: 1rem;
  height: 255px;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.fachbereich-teasers-outer .inhalt-outer .inhalt .fachbereich-teasers .fachbereich-teaser img {
  width: 100px;
  height: 100px;
}
.fachbereich-teasers-outer .inhalt-outer .inhalt .fachbereich-teasers .fachbereich-teaser h4 {
  color: var(--color-white);
  font-size: 25px;
  text-align: center;
}
.fachbereich-teasers-outer .inhalt-outer .inhalt .fachbereich-teasers .fachbereich-teaser:hover {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

h2 + .produkt-teasers {
  margin-top: 2rem;
}

.produkt-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.produkt-teasers .produkt-teaser {
  background-color: var(--color-darkblue);
  color: var(--color-white);
  padding: 2rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.produkt-teasers .produkt-teaser img {
  width: 100px;
  height: 100px;
}
.produkt-teasers .produkt-teaser h4 {
  color: var(--color-white);
  font-size: 25px;
}
.produkt-teasers .produkt-teaser .text {
  max-width: 350px;
  text-align: center;
}
.produkt-teasers .produkt-teaser a.pfeil-verlinkung {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.produkt-teasers .produkt-teaser:hover {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.produkt-teasers .produkt-teaser:hover a.pfeil-verlinkung {
  rotate: 405deg;
}

h2 + .tech-features {
  margin-top: 4rem;
}

.tech-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.tech-features .tech-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tech-features .tech-feature img {
  width: 100px;
  height: 100px;
  background-color: var(--color-white);
  border-radius: 52px;
}
.tech-features .tech-feature h4 {
  color: var(--color-white);
  font-size: 25px;
}
.tech-features .tech-feature .text {
  max-width: 350px;
  text-align: center;
}

h3 + .funktionen {
  margin-top: 2rem;
}

.funktionen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-darktuerkis);
}
.funktionen .funktion {
  display: grid;
  grid-template-columns: 100px 1fr 50%;
  gap: 2rem;
  padding: 2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.funktionen .funktion img {
  width: 100px;
  height: 100px;
  background-color: var(--color-white);
  border-radius: 52px;
  border: 1px solid var(--color-darktuerkis);
}
.funktionen .funktion h4 {
  font-size: 25px;
  color: var(--color-darktuerkis);
}
.funktionen .funktion.bg-paletuerkis {
  background-color: var(--color-paletuerkis);
  position: relative;
}
.funktionen .funktion.bg-paletuerkis::before, .funktionen .funktion.bg-paletuerkis::after {
  content: "";
  position: absolute;
  top: 0;
  width: var(--center-padding);
  height: 100%;
  background-color: var(--color-paletuerkis);
}
.funktionen .funktion.bg-paletuerkis::before {
  right: 100%;
}
.funktionen .funktion.bg-paletuerkis::after {
  left: 100%;
}

.bild-text-balken {
  position: relative;
}
.bild-text-balken .bild {
  position: absolute;
  top: 0;
  left: 0;
  width: max(40vw, 400px);
  height: 100%;
}
.bild-text-balken .bild img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.bild-text-balken .inhalt-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bild-text-balken .inhalt-outer .inhalt {
  width: calc(50vw - max(40vw, 400px) + 700px - var(--column-abstand));
}
@media (max-width: 1700px) {
  .bild-text-balken .bild img {
    -o-object-position: center left;
       object-position: center left;
  }
}

h2 + .historie {
  margin-top: 2rem;
}

.historie {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  row-gap: 2rem;
}
.historie .historie-eintrag {
  position: relative;
  background-color: var(--color-darktuerkis);
  color: var(--color-white);
  padding: calc(52% + 1rem) 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.historie .historie-eintrag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.historie .historie-eintrag h4 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-tuerkis);
  color: var(--color-white);
  border-top-left-radius: var(--border-radius);
  padding: 1rem 2rem;
}
.historie .historie-eintrag .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}

h2 + .news-teasers, .news-teasers + p {
  margin-top: 2rem;
}

.news-teasers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  row-gap: 2rem;
}
.news-teasers .news-teaser {
  position: relative;
  background-color: var(--color-white);
  color: var(--color-grey);
  padding: calc(52% + 1rem) 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.news-teasers .news-teaser img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.news-teasers .news-teaser .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
.news-teasers .news-teaser .info .datum {
  font-size: 16px;
}
.news-teasers .news-teaser .info h3, .news-teasers .news-teaser .info h4 {
  color: var(--color-darkblue);
}
.news-teasers .news-teaser .text {
  position: relative;
  height: 8.5rem;
  overflow: hidden;
}
.news-teasers .news-teaser .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-white)), to(transparent));
  background: linear-gradient(to top, var(--color-white), transparent);
}
.news-teasers .news-teaser a.pfeil-verlinkung {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.news-teasers .news-teaser:hover {
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.news-teasers .news-teaser:hover a.pfeil-verlinkung {
  rotate: 405deg;
}
.news-teasers .news-teaser.with-border {
  border: 1px solid var(--color);
}
.news-teasers .news-teaser.with-border:hover {
  border-color: var(--color-orange);
}

p.align-center, h2.align-center, h3.align-center {
  text-align: center;
}
p.darktuerkis, h2.darktuerkis, h3.darktuerkis {
  color: var(--color-darktuerkis);
}

h3 + .akkordeon-bild {
  margin-top: 2rem;
}

.akkordeon-bild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.akkordeon-bild .accordion-outer {
  width: calc(50% - 2rem);
}
.akkordeon-bild .acc-bild {
  width: calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.akkordeon-bild .acc-bild .bild {
  position: relative;
}
.akkordeon-bild .acc-bild .bild img {
  max-width: 400px;
  max-height: 100vh;
  height: auto;
  width: auto;
}
.akkordeon-bild .acc-bild .bild .acc-punkt {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: var(--border-radius);
  background-image: url("../img/icon-plus-weiss.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--color-darktuerkis);
  border: 1px solid var(--color-white);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.akkordeon-bild .acc-bild .bild .acc-punkt:hover {
  background-color: var(--color-orange);
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.akkordeon-bild .acc-bild .bild .acc-punkt.is-open {
  background-color: var(--color-orange);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text-bild-skalierbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.text-bild-skalierbar .inhalt {
  width: calc(40% - 1.6rem);
}
.text-bild-skalierbar .bild-skalierbar {
  width: calc(60% - 2.4rem);
}
.text-bild-skalierbar .bild-skalierbar .thumbnail a {
  overflow: hidden;
  position: relative;
}
.text-bild-skalierbar .bild-skalierbar .thumbnail a::after {
  position: absolute;
  content: "";
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-plus-blau.svg");
  border-radius: 22px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.text-bild-skalierbar .bild-skalierbar .thumbnail a:hover::after {
  scale: 1.2;
}
.text-bild-skalierbar .bild-skalierbar.bild-skalierbar-slider {
  margin-bottom: calc(50px + 0.5rem);
}

h3 + .geraetbild-spezifikationen {
  margin-top: 4rem;
}

.geraetbild-spezifikationen {
  color: var(--color-darktuerkis);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.geraetbild-spezifikationen .geraetbild {
  width: calc(50% - 2rem);
  max-width: 500px;
}
.geraetbild-spezifikationen .spezifikationen {
  max-width: calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.geraetbild-spezifikationen .spezifikationen .spezifikation {
  padding: 2rem 1rem;
}
.geraetbild-spezifikationen .spezifikationen .spezifikation h4 {
  color: var(--color-darktuerkis);
}
.geraetbild-spezifikationen .spezifikationen .spezifikation h4 + .text {
  margin-top: 1.2rem;
}
.geraetbild-spezifikationen .spezifikationen .spezifikation + .spezifikation {
  border-top: 1px solid var(--color-lightgrey);
}

h2 + .ultraschallgeraet-teasers {
  margin-top: 2rem;
}

.ultraschallgeraet-teasers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 400px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1rem;
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser {
  padding: 2rem 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser .bild {
  position: relative;
  margin: 0 2rem;
  width: calc(100% - 4rem);
  padding-bottom: calc(240% - 9.6rem);
  margin-bottom: 2rem;
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser .bild img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser h3 {
  color: var(--color-tuerkis);
  font-weight: 400;
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser a.pfeil-verlinkung {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser:hover .bild img {
  -webkit-filter: drop-shadow(0 20px 10px var(--color-lightgrey));
          filter: drop-shadow(0 20px 10px var(--color-lightgrey));
}
.ultraschallgeraet-teasers .ultraschallgeraet-teaser:hover a.pfeil-verlinkung {
  rotate: 405deg;
}

.text-auf-bild {
  position: relative;
  min-height: 38.7vw;
}
.text-auf-bild img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-auf-bild .inhalt-outer {
  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;
  padding-top: var(--abstand);
  padding-bottom: var(--abstand);
  min-height: 38.7vw;
}
.text-auf-bild .inhalt-outer .inhalt {
  width: 50%;
}

.schallkoepfe-outer {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4rem;
}
.schallkoepfe-outer .filter-schallkopf {
  max-width: 210px;
  display: grid;
  gap: 0.6rem;
}
.schallkoepfe-outer .filter-schallkopf label.filter-radio {
  cursor: pointer;
}
.schallkoepfe-outer .filter-schallkopf label.filter-radio input[type=radio] {
  display: none;
}
.schallkoepfe-outer .filter-schallkopf label.filter-radio input[type=radio] + div.filter-inner {
  padding: 0.4rem 1rem;
  border-radius: var(--border-radius);
  background-color: var(--color-darktuerkis);
  color: var(--color-white);
  font-weight: 400;
}
.schallkoepfe-outer .filter-schallkopf label.filter-radio input[type=radio]:checked + div.filter-inner {
  background-color: var(--color-orange);
  color: var(--color);
}
.schallkoepfe-outer .schallkoepfe {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  row-gap: 6rem;
}
.schallkoepfe-outer .schallkoepfe .schallkopf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.schallkoepfe-outer .schallkoepfe .schallkopf .info {
  margin-bottom: auto;
}
.schallkoepfe-outer .schallkoepfe .schallkopf .bild {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}
.schallkoepfe-outer .schallkoepfe .schallkopf .bild img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.schallkoepfe-outer .schallkoepfe .schallkopf .technologien {
  border-top: 1px solid rgba(45, 45, 45, 0.1490196078);
  border-bottom: 1px solid rgba(45, 45, 45, 0.1490196078);
  padding: 0.6rem 0;
}
.schallkoepfe-outer .schallkoepfe .schallkopf .technologien .technologie {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schallkoepfe-outer .schallkoepfe .schallkopf .technologien .technologie.graufilter {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}

h2 + .features-slider-outer {
  margin-top: 2rem;
}

.features-slider-outer {
  position: relative;
  margin-bottom: calc(50px + 0.5rem);
}
.features-slider-outer .features-slider {
  margin: 0 calc(-1rem - var(--center-padding));
  position: static;
  height: auto;
}
.features-slider-outer .features-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.features-slider-outer .features-slider .slick-slide {
  height: inherit !important;
}
.features-slider-outer .features-slider .slick-slide.feature {
  margin: 0 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.features-slider-outer .features-slider .slick-slide.feature h3 {
  margin-top: 0;
}
.features-slider-outer .features-slider .slick-slide.feature p {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: auto;
}
.features-slider-outer .features-slider .slick-slide.feature p + img {
  margin-top: 1.2rem;
}
.features-slider-outer::before, .features-slider-outer::after {
  content: "";
  position: absolute;
  top: 0;
  width: var(--center-padding);
  height: 100%;
  z-index: 1;
}
.features-slider-outer::before {
  right: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(2rem, rgba(255, 255, 255, 0.8)));
  background-image: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.8) 2rem);
}
.features-slider-outer::after {
  left: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(2rem, rgba(255, 255, 255, 0.8)));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 2rem);
}

.set-margin {
  height: 1px;
  width: 100%;
}

h2 + .schallkopf-highlights {
  margin-top: 2rem;
}

.schallkopf-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--column-abstand);
}
.schallkopf-highlights .highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schallkopf-highlights .highlight p {
  margin-bottom: auto;
}
.schallkopf-highlights .highlight p + img {
  margin-top: 1.2rem;
}
.schallkopf-highlights.three-columns {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}

.fixed-icons {
  z-index: 5;
  position: fixed;
  bottom: 2rem;
  left: calc(100% - 52px);
  width: 500px;
  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;
}
.fixed-icons .fixed-icon {
  padding: 10px 15px 10px 52px;
  background-color: var(--color-darkblue);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  color: var(--color-white);
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 25px 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.fixed-icons .fixed-icon a {
  color: var(--color-white);
}
.fixed-icons .fixed-icon + .fixed-icon {
  margin-top: 0.5rem;
}
.fixed-icons .fixed-icon.icon-mail {
  background-image: url("../img/icon-mail-fixed.svg");
}
.fixed-icons .fixed-icon.icon-phone {
  background-image: url("../img/icon-phone-fixed.svg");
}
.fixed-icons .fixed-icon.icon-insta {
  background-image: url("../img/icon-insta-fixed.svg");
}
.fixed-icons .fixed-icon:hover {
  -webkit-transform: translateX(calc(52px - 100%));
      -ms-transform: translateX(calc(52px - 100%));
          transform: translateX(calc(52px - 100%));
  background-color: var(--color-tuerkis);
}

/***** (3) **********************************
*/
body {
  line-height: 1.45;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  body {
    font-size: calc(16px + 2 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}
body strong {
  font-weight: 600;
}

h1 {
  color: var(--color-headline1);
  font-family: "AvenirNextProDemi", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -12px;
  margin-bottom: -12px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h1 {
    font-size: calc(40px + 20 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 60px;
  }
}
h1 strong {
  font-weight: 600;
}

h2 {
  color: var(--color-headline2);
  font-family: "AvenirNextProDemi", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 30px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h2 {
    font-size: calc(30px + 20 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 50px;
  }
}
h2 strong {
  font-weight: 600;
}

h3 {
  color: var(--color-headline3);
  font-family: "Fira Sans", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.2;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h3 {
    font-size: calc(20px + 10 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 30px;
  }
}
h3 strong {
  font-weight: 600;
}

h4 {
  color: var(--color-headline3);
  font-family: "Fira Sans", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h4 {
    font-size: calc(18px + 2 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 20px;
  }
}
h4 strong {
  font-weight: 600;
}

main ul li {
  padding-left: 1.4rem;
}
main ul li + li {
  margin-top: 0.6rem;
}
main ul li::before {
  position: absolute;
  top: 0;
  left: 0.2rem;
  content: "";
  width: 14px;
  height: 1.45em;
  background-image: url("../img/icon-haken-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

main .sprungmarken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
main .sprungmarken ul {
  max-width: 100%;
  width: 500px;
}
main .sprungmarken ul li::before {
  background-image: url("../img/icon-pfeil.svg");
}

main ol li {
  list-style-type: decimal;
  margin-left: 1.6rem;
}
main ol li + li {
  margin-top: 0.6rem;
}

/**
  festes Seitenverhaeltnis bei responsiven Containern => globale Einstellung
  ---------------------------------------------------------------------------
  individuelle Einstellung in den jeweiligen scss-dateien:

     .parent {
      padding-bottom:calc(1 / (16 / 12) * 50%);
    }
  ---------------------------------------------------------------------------
 */
.child {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parent {
  margin: 0 auto;
  width: 100%;
  height: 0;
  position: relative;
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
body {
  /**
    festes Seitenverhaeltnis bei responsiven Containern => individuelle Einstellung
    --------------------------------------------------------------------------------
    globale Einstellung in preset
    --------------------------------------------------------------------------------
   */
}
body.startseite .parent {
  padding-bottom: 43.75%;
}
@media (max-width: 600px) {
  body.startseite .parent {
    padding-bottom: 0;
    height: 250px;
  }
}
body.contentseite .parent {
  padding-bottom: 34.375%;
}
@media (max-width: 600px) {
  body.contentseite .parent {
    padding-bottom: 0;
    height: 200px;
  }
}

/* ******************************************************* */
header .logo-line-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
header .logo-line-outer .logo-line {
  position: static;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 1rem;
  grid-template-areas: "logo navi";
}
header .logo-line-outer .logo-line .logo {
  grid-area: logo;
  padding: 2rem 2rem;
  margin-left: -2rem;
  justify-self: start;
}
header .logo-line-outer .logo-line .logo img {
  width: 350px;
  max-width: 100%;
  height: auto;
}
header .logo-line-outer .logo-line .nav-toggle-outer {
  position: absolute;
  top: 0;
  right: 0;
}

body.ultraschallgeraet header {
  margin-bottom: var(--abstand);
}

a.logo, a.col-logo {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
a.logo:hover, a.col-logo:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
#keyvisual > * {
  -webkit-transition: none;
  transition: none;
}

#keyvisual {
  position: relative;
  z-index: 5;
  color: var(--color);
}
#keyvisual .slide {
  position: relative;
  width: 100%;
}
#keyvisual .slide .slide-img {
  height: 100vh;
  min-height: 500px;
  max-height: 25vw;
}
@media (max-width: 2000px) {
  #keyvisual .slide .slide-img {
    height: 100vh;
  }
}
#keyvisual .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#keyvisual .slide .text-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 140px 0 4rem;
  z-index: 1;
}
#keyvisual .slide .text-overlay .text h1 {
  max-width: 800px;
}
#keyvisual .slide .text-overlay .text h1 + .keyvisual-buttons {
  margin-top: 3rem;
}
#keyvisual .slide .text-overlay .text .keyvisual-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  max-width: 800px;
}
#keyvisual .slide .text-overlay .text .keyvisual-buttons a.button {
  font-size: 22px;
  border-radius: 23px;
  border-bottom-right-radius: 0;
}
#keyvisual .slide .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% + var(--abstand));
  padding: 140px 0 0;
  z-index: 1;
}
#keyvisual .slide .image-overlay .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#keyvisual .slide .image-overlay .wrapper .image {
  max-width: 500px;
  height: 100%;
  width: 100%;
}
#keyvisual .slide .image-overlay .wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

body.startseite #keyvisual .slide .slide-img {
  min-height: 600px;
  max-height: unset;
}
body.startseite #keyvisual .slide .text-overlay {
  padding-bottom: calc(45px + 4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.fachbereich #keyvisual .slide .slide-img {
  min-height: 580px;
}

body.fachbereich #keyvisual .slide .text-overlay .text .keyvisual-buttons .button, body.ultraschallgeraet #keyvisual .slide .text-overlay .text .keyvisual-buttons .button, body.events #keyvisual .slide .text-overlay .text .keyvisual-buttons .button {
  background-color: var(--color-white);
  cursor: pointer;
}
body.fachbereich #keyvisual .slide .text-overlay .text .keyvisual-buttons .button:hover, body.ultraschallgeraet #keyvisual .slide .text-overlay .text .keyvisual-buttons .button:hover, body.events #keyvisual .slide .text-overlay .text .keyvisual-buttons .button:hover {
  background-color: var(--color-darkblue);
}
body.fachbereich #keyvisual .slide .text-overlay .text .keyvisual-buttons .button.active, body.ultraschallgeraet #keyvisual .slide .text-overlay .text .keyvisual-buttons .button.active, body.events #keyvisual .slide .text-overlay .text .keyvisual-buttons .button.active {
  background-color: var(--color-tuerkis);
  color: var(--color-white);
}
body.fachbereich #keyvisual .slide .text-overlay .text .keyvisual-buttons label.filter-radio input[type=radio], body.ultraschallgeraet #keyvisual .slide .text-overlay .text .keyvisual-buttons label.filter-radio input[type=radio], body.events #keyvisual .slide .text-overlay .text .keyvisual-buttons label.filter-radio input[type=radio] {
  display: none;
}
body.fachbereich #keyvisual .slide .text-overlay .text .keyvisual-buttons label.filter-radio input[type=radio]:checked + .filter-inner.button, body.ultraschallgeraet #keyvisual .slide .text-overlay .text .keyvisual-buttons label.filter-radio input[type=radio]:checked + .filter-inner.button, body.events #keyvisual .slide .text-overlay .text .keyvisual-buttons label.filter-radio input[type=radio]:checked + .filter-inner.button {
  background-color: var(--color-tuerkis);
  color: var(--color-white);
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
.navigation {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  z-index: 100;
  overflow-y: auto; /* hier wird gescrolled */
  overflow-x: hidden;
}

nav.mobile {
  padding: 86px 56px 56px 56px;
  background-color: rgba(10, 47, 79, 0.9490196078);
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  max-width: 900px; /* damit zentriert */
  margin: 0 0 0 auto;
  border-bottom-left-radius: var(--border-radius);
}
nav.mobile .navi-head {
  position: relative;
  padding: 1rem 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column; /* moderne Syntax */
  -webkit-column-break-inside: avoid; /* Safari/WebKit */
  page-break-inside: avoid; /* Fallback für alte Engines */
}
nav.mobile .navi-head a, nav.mobile .navi-head .navi-head-label {
  padding: 0 1rem 0 1.2rem;
  position: relative;
  color: var(--color-white);
  display: block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
}
nav.mobile .navi-head .navi-head-label, nav.mobile .navi-head .navi-head-labela {
  font-weight: 600;
  font-size: 22px;
}
nav.mobile .navi-head .navi-head-label {
  cursor: default;
}
nav.mobile .navi-head a::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/navi-dreieck-weiss.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
nav.mobile .navi-head a.active::before, nav.mobile .navi-head a:hover::before {
  opacity: 1;
}
nav.mobile .navi-head a.active::before {
  background-image: url("../img/navi-dreieck-orange.svg");
}
nav.mobile .navi-head a:hover {
  opacity: 0.8;
}
nav.mobile .navi-head .navi-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 1.2rem;
}
nav.mobile .navi-head .navi-sub a {
  padding: 0.4rem 1rem 0 1rem;
}
nav.mobile .navi-head .navi-sub a::before {
  top: 0.7em;
  height: 12px;
  width: 12px;
}

.nav-toggle-outer {
  background-image: url("../img/navi-dreieck.svg");
  background-repeat: no-repeat;
  width: 213px;
  height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.nav-toggle-outer .nav-toggle {
  z-index: 101;
  border: none;
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 15px;
  color: var(--color-white);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nav-toggle-outer .nav-toggle .text {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-toggle-outer .nav-toggle .bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.nav-toggle-outer .nav-toggle .bars .bar {
  background-color: var(--color-white);
  width: 26px;
  height: 2px;
  margin: 0 auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.nav-toggle-outer .nav-toggle .bars .bar + .bar {
  margin-top: 10px;
}
.nav-toggle-outer .nav-toggle:hover .bars {
  scale: 1.2;
}
.nav-toggle-outer.is-open .nav-toggle .bars .bar {
  background-color: var(--color-tuerkis);
}
.nav-toggle-outer.is-open .nav-toggle .bars .bar.bar1 {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateY(12px) rotate(45deg) scale(1.2);
      -ms-transform: translateY(12px) rotate(45deg) scale(1.2);
          transform: translateY(12px) rotate(45deg) scale(1.2);
}
.nav-toggle-outer.is-open .nav-toggle .bars .bar.bar2 {
  opacity: 0;
}
.nav-toggle-outer.is-open .nav-toggle .bars .bar.bar3 {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translateY(-12px) rotate(-45deg) scale(1.2);
      -ms-transform: translateY(-12px) rotate(-45deg) scale(1.2);
          transform: translateY(-12px) rotate(-45deg) scale(1.2);
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
img.align_right {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 1400px) and (min-width: 201px) {
  img.align_right {
    max-width: 60%;
    height: auto;
  }
}
@media (max-width: 900px) {
  img.align_right {
    max-width: 50%;
  }
}
img.align_left {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 1400px) {
  img.align_left {
    max-width: 60%;
    height: auto;
  }
}
@media (max-width: 900px) {
  img.align_left {
    max-width: 50%;
  }
}
img.align_center {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
  display: table;
}
figure.align_right {
  float: right;
  margin: 0 0 20px 20px;
}
figure.align_right:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 900px) {
  figure.align_right {
    max-width: 50%;
  }
}
@media (max-width: 400px) {
  figure.align_right {
    max-width: 40%;
  }
}
figure.align_left {
  float: left;
  margin: 0 20px 20px 0;
}
figure.align_left:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 900px) {
  figure.align_left {
    max-width: 50%;
  }
}
@media (max-width: 400px) {
  figure.align_left {
    max-width: 40%;
  }
}
figure.align_center {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
figure.align_center:not(:first-child) {
  margin-top: 20px;
}
figure img {
  display: block;
  width: 100%;
}

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

figcaption {
  display: table-caption;
  caption-side: bottom;
  color: var(--color-grey);
  margin-top: 8px;
  line-height: 1.4;
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  figcaption {
    font-size: calc(12px + 0 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  figcaption {
    font-size: 12px;
  }
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
.button, button[type=submit] {
  position: relative;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: left;
  background-color: var(--color-button-bg);
  color: var(--color-button);
  padding: 9px 18px;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid var(--color-button);
  line-height: 1.35;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .button, button[type=submit] {
    font-size: calc(16px + 2 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  .button, button[type=submit] {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .button, button[type=submit] {
    display: block;
  }
}
.button:hover, button[type=submit]:hover {
  background-color: var(--color-button-bg-hover);
  color: var(--color-button-hover);
}

.FormBuilder button[type=submit] {
  border-color: var(--color-button-bg);
}
.FormBuilder button[type=submit]:hover {
  border-color: var(--color-button-hover);
}

body.user-is-tabbing .button:focus, body.user-is-tabbing button[type=submit]:focus {
  outline: 3px solid #005fcc; /* gut sichtbare Farbe */
  outline-offset: 2px;
}
body.user-is-tabbing .bg-darktuerkis .button:focus, body.user-is-tabbing .bg-darktuerkis button[type=submit]:focus, body.user-is-tabbing .bg-tuerkis .button:focus, body.user-is-tabbing .bg-tuerkis button[type=submit]:focus, body.user-is-tabbing .bg-darkblue .button:focus, body.user-is-tabbing .bg-darkblue button[type=submit]:focus {
  outline: 3px solid #fff; /* gut sichtbare Farbe */
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/* #################################
*   Gallery  Grid ausrichten
*  ################################# */
.gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.gallery-container .thumbnail {
  width: 100%;
}
.gallery-container .thumbnail a {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.gallery-container .thumbnail a:hover {
  opacity: 0.7;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container .thumbnail a {
    padding-top: 100%;
  }
}
.gallery-container .thumbnail img {
  width: 100%;
  height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .gallery-container {
    grid-template-columns: 1fr;
  }
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
body {
  /**
  	festes Seitenverhaeltnis bei responsiven Containern : individuelle Einstellung
  	globale Einstellung in settings
      */
}
body.startseite .map-container .parent {
  padding-bottom: 21.875%;
}
@media (max-width: 900px) {
  body.startseite .map-container .parent {
    padding-bottom: 0;
    height: 200px;
  }
}
@media (max-width: 900px) {
  body.startseite .map-container .child {
    height: 200px;
  }
}
body.contentseite .map-container .parent {
  padding-bottom: 50%;
}
@media (max-width: 500px) {
  body.contentseite .map-container .parent {
    padding-bottom: 0;
    height: 200px;
  }
}
@media (max-width: 500px) {
  body.contentseite .map-container .child {
    height: 200px;
  }
}

.accordion button.acc-label {
  width: 100%;
  border: none;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  padding: 12px 40px 12px 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  color: var(--color-white);
  background-color: var(--color-tuerkis);
  border-radius: var(--border-radius);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.accordion button.acc-label::after {
  content: "";
  background-image: url(/site/templates/img/icon-plus-transp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.accordion button.acc-label:hover {
  background-color: var(--color-orange);
}
.accordion button.acc-label:hover::after {
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.accordion button.acc-label.is-open {
  background-color: var(--color-orange);
}
.accordion button.acc-label.is-open::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion .accordion-content {
  display: none;
  -webkit-transition: none;
  transition: none;
  padding: 12px 40px 35px 16px;
}
.accordion .accordion-content img {
  margin-top: 12px;
  border-radius: var(--border-radius);
}
.accordion + .accordion {
  margin-top: 12px;
}

/***** (3) **********************************
*/
button, input, optgroup, select, textarea {
  font-family: "Fira Sans", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
}

input:focus {
  outline: none;
}

select {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 1px;
  border: 1px solid var(--color-grey);
  padding: 9px 35px 7px 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-size: 34px 34px;
  background-position: center right;
  background-color: var(--color-white);
  color: var(--color-black);
}
select:focus {
  outline: none;
}
select[disabled] {
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}

#wrap_Inputfield_agree {
  display: none;
}

p + .FormBuilder, h2 + .FormBuilder, h3 + .FormBuilder {
  margin-top: 2rem;
}

.FormBuilder ::-webkit-input-placeholder {
  color: var(--color-grey);
}
.FormBuilder ::-moz-placeholder {
  color: var(--color-grey);
}
.FormBuilder :-ms-input-placeholder {
  color: var(--color-grey);
}
.FormBuilder :-moz-placeholder {
  color: var(--color-grey);
}
.FormBuilder label {
  display: inline-block;
  margin: 0;
}
.FormBuilder input[type=text], .FormBuilder input[type=email], .FormBuilder textarea {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-grey);
  margin: 0 0 15px 0;
  padding: 9px 10px 7px;
  position: relative;
  border-radius: var(--border-radius);
}
.FormBuilder select {
  margin-bottom: 15px;
}
.FormBuilder textarea {
  resize: none;
  overflow: auto;
  line-height: 1.45;
  height: clc(7);
  display: block;
}
.FormBuilder .InputfieldCheckbox {
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.FormBuilder .InputfieldCheckbox span a {
  color: var(--color);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: from-font;
}
.FormBuilder .InputfieldCheckbox input[type=checkbox], .FormBuilder .InputfieldCheckbox input[type=radio] {
  margin-right: 0.3rem;
}
.FormBuilder .InputfieldCheckbox.InputfieldStateRequired span {
  margin-right: 25px;
}
.FormBuilder input:focus, .FormBuilder input.filled, .FormBuilder textarea:focus, .FormBuilder textarea.filled, .FormBuilder select:focus, .FormBuilder select.filled {
  border: 1px solid #888888;
}
.FormBuilder .InputfieldHeader {
  display: none;
}
.FormBuilder .Inputfields::after, .FormBuilder .Inputfields::before {
  content: " ";
  display: table;
}
.FormBuilder .Inputfields::after {
  clear: both;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .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;
  }
  .FormBuilder .Inputfields::after, .FormBuilder .Inputfields::before {
    display: none;
  }
}
@supports (display: flex) {
  .FormBuilder .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;
  }
  .FormBuilder .Inputfields::after, .FormBuilder .Inputfields::before {
    display: none;
  }
}
.FormBuilder .Inputfield {
  width: 100%;
  position: relative;
  float: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .Inputfield {
    float: none;
  }
}
@supports (display: flex) {
  .FormBuilder .Inputfield {
    float: none;
  }
}
.FormBuilder .Inputfield.InputfieldColumnWidth:not(.InputfieldTextarea):not(.InputfieldSubmit):not(.InputfieldColumnWidthFirst) {
  padding-left: 15px;
}
.FormBuilder .InputfieldContent {
  position: relative;
}
.FormBuilder .InputfieldStateRequired input[type=text], .FormBuilder .InputfieldStateRequired input[type=email], .FormBuilder .InputfieldStateRequired textarea {
  padding-right: 25px;
}
.FormBuilder .InputfieldStateRequired:not(.InputfieldSelect) .InputfieldContent {
  position: relative;
}
.FormBuilder .InputfieldStateRequired:not(.InputfieldSelect) .InputfieldContent::after {
  content: "*";
  position: absolute;
  top: 9px;
  right: 7px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2rem;
  color: red;
}
.FormBuilder .InputfieldStateError ::-webkit-input-placeholder {
  color: red;
}
.FormBuilder .InputfieldStateError ::-moz-placeholder {
  color: red;
}
.FormBuilder .InputfieldStateError :-ms-input-placeholder {
  color: red;
}
.FormBuilder .InputfieldStateError :-moz-placeholder {
  color: red;
}
.FormBuilder .InputfieldStateError input {
  border: 1px solid rgba(255, 0, 0, 0.45);
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
}
.FormBuilder .InputfieldStateError label {
  color: red;
}
.FormBuilder .InputfieldStateError.InputfieldStateRequired:not(.InputfieldSelect) .InputfieldContent::after {
  color: red;
}
.FormBuilder .InputfieldStateError input:valid, .FormBuilder .InputfieldStateError input.filled, .FormBuilder .InputfieldStateError textarea:valid, .FormBuilder .InputfieldStateError textarea.filled, .FormBuilder .InputfieldStateError select:valid, .FormBuilder .InputfieldStateError select.filled {
  border: 1px solid rgba(var(--color-grey), 0.4);
  background-color: var(--color-white);
  color: var(--color-black);
}
.FormBuilder .InputfieldSubmit {
  padding-bottom: 10px;
}
.FormBuilder .InputfieldSubmit button {
  margin-top: -1px;
  float: right;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .InputfieldSubmit button {
    float: none;
  }
}
@supports (display: flex) {
  .FormBuilder .InputfieldSubmit button {
    float: none;
  }
}
.FormBuilder .InputfieldSubmit .InputfieldContent {
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .FormBuilder .InputfieldSubmit .InputfieldContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@supports (display: flex) {
  .FormBuilder .InputfieldSubmit .InputfieldContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.FormBuilder .Inputfield_address, .FormBuilder .Inputfield_source {
  display: none;
}

.error, .FormBuilderErrors, .ui-widget-content p {
  display: none;
}

body.user-is-tabbing input[type=text]:focus, body.user-is-tabbing input[type=email]:focus, body.user-is-tabbing input[type=checkbox]:focus, body.user-is-tabbing textarea:focus, body.user-is-tabbing select:focus, body.user-is-tabbing .FormBuilder input[type=text]:focus, body.user-is-tabbing .FormBuilder input[type=email]:focus, body.user-is-tabbing .FormBuilder input[type=checkbox]:focus, body.user-is-tabbing .FormBuilder textarea:focus, body.user-is-tabbing .FormBuilder select:focus {
  outline: 3px solid #005fcc; /* gut sichtbare Farbe */
  outline-offset: 2px;
}

table, thead, tbody, tfoot, tr, th, td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  table {
    font-size: calc(16px + 0 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  table {
    font-size: 16px;
  }
}
table thead {
  color: var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
}
table thead + tbody {
  border-top: none;
}
table tbody {
  border: 1px solid var(--color-grey);
}
table tbody tr:nth-child(even) {
  background-color: var(--color-grey);
}
table td, table th {
  padding: 6px 12px;
}

.phonelayer {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  cursor: pointer;
}

.phonelayer-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#overlay-tel {
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  font-weight: bold;
  font-size: 35px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  #overlay-tel {
    font-size: calc(35px + 35 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  #overlay-tel {
    font-size: 70px;
  }
}

.phonelayer a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.phonelayer a:hover, .phonelayer a:focus {
  color: #f1f1f1;
}

.phonelayer .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 100px;
}

/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
/***** (2) **********************************
Alle Mixins des Projekts
*/
footer {
  background-color: var(--color-bg);
  color: var(--color);
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 11;
}
footer .footer-columns {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-areas: "logo address socialmedia" "logo recht   socialmedia";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  row-gap: 44px;
}
footer .footer-columns .col {
  max-width: 100%;
}
footer .footer-columns .col.col-logo {
  grid-area: logo;
}
footer .footer-columns .col.col-address {
  grid-area: address;
}
footer .footer-columns .col.col-recht {
  grid-area: recht;
}
footer .footer-columns .col.col-socialmedia {
  grid-area: socialmedia;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
footer .footer-columns .col.col-socialmedia a {
  width: 42px;
  height: 42px;
  border-radius: 22px;
  overflow: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .footer-columns .col.col-socialmedia a:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footer-columns .smaller {
  font-size: smaller;
}
@media (max-width: 940px) {
  footer .footer-columns {
    grid-template-columns: auto auto;
    grid-template-areas: "logo address" "logo recht" "logo socialmedia";
  }
  footer .footer-columns .col.col-socialmedia {
    grid-template-columns: auto auto auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 700px) {
  footer .footer-columns {
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo    logo" "address socialmedia" "recht   socialmedia";
    gap: 44px;
  }
  footer .footer-columns .col.col-socialmedia {
    grid-template-columns: auto;
    align-self: end;
  }
}
@media (max-width: 390px) {
  footer .footer-columns {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "address" "recht" "socialmedia";
  }
  footer .footer-columns .col.col-socialmedia {
    grid-template-columns: auto auto auto;
  }
}
footer a.col-logo img {
  width: 400px;
  max-width: 100%;
}

.back-to-top {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  text-indent: -9999em;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.back-to-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 18 11'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M9,3.1 L2.4,9.7 C2.2,9.9 1.9,10.1 1.5,10.1 C1.1,10.1 0.9,10 0.6,9.7 C0.4,9.5 0.2,9.2 0.2,8.8 C0.2,8.5 0.3,8.2 0.6,7.9 L8.1,0.5 C8.7,-0.1 9.3,-0.1 9.8,0.4 L17.4,7.9 C17.6,8.1 17.8,8.4 17.8,8.8 C17.8,9.1 17.7,9.4 17.4,9.7 C17.2,9.9 16.9,10.1 16.5,10.1 C16.1,10.1 15.9,10 15.6,9.7 L9,3.1 Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.back-to-top:hover {
  text-indent: 0;
}
.back-to-top:hover:after {
  opacity: 0;
}

#startContainer_wrapper {
  background-color: rgba(238, 140, 225, 0.41);
}
#startContainer_wrapper .well {
  /* drop-shadow is better than box-shadow as it add a shadow to tooltip arrows arrow as well,
  however drop-shadow dramatically affects the performance of transition animation on Android. */
  /* filter: drop-shadow(0 0 10px rgba(0,0,0,0.3)); */
  display: none;
  margin: 1em;
  max-width: 740px;
}
#startContainer_wrapper .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: orange;
  border: 1px solid red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#startContainer_wrapper .well .popup_close {
  position: absolute;
  top: 0;
  right: 0px;
  background: none;
  border: 0;
  font-size: 25px;
  padding: 0 10px;
  color: #ffffff;
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
h2 + .team-members, h3 + .team-members {
  margin-top: 2rem;
}

.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-members .team-member {
  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;
  gap: 0.6rem;
  width: calc((100% - 10rem) / 3);
}
.team-members .team-member .team-image {
  border-bottom: 2px solid var(--color-strich);
  max-width: 100%;
  width: 100%;
}
.team-members .team-member .team-image img {
  width: 300px;
  max-width: 100%;
}
.team-members .team-member .team-kontakt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 1100px) {
  .team-members .team-member {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 800px) {
  .team-members {
    gap: 2rem;
  }
  .team-members .team-member {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 600px) {
  .team-members .team-member {
    width: 100%;
  }
}

/***** (6) **********************************
Ausnahmen des Projekts | Zum Überschreiben von JavaScript oder Inline-Styles – !importants
*/

/*# sourceMappingURL=style.css.map */