@charset "UTF-8";
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
:root {
  --abstand: min(120px,16vw);
  --column-abstand: 42px;
  --image-abstand: 10px;
  --color-black: #484848;
  --color-white: #fff;
  --color-grey: #bbb;
  --color-green: #C3C900;
  --color: var(--color-black);
  --color-bg: var(--color-white);
  --color-hover: var(--color-white);
  --color-bg-hover: var(--color-black);
  --color-headline1: var(--color-black);
  --color-headline2: var(--color-black);
  --color-headline3: var(--color-black);
  --color-highlight: var(--color-green);
  --color-strich: var(--color-green);
  --color-button-bg: var(--color-white);
  --color-button: var(--color-black);
  --color-button-border: var(--color-black);
  --color-button-bg-hover: var(--color-green);
  --color-button-hover: var(--color-white);
  --color-button-border-hover: var(--color-white);
  --transition: all 0.15s ease-in-out;
  --gallery-theme: white;
}

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

footer {
  --color: var(--color-white);
  --color-bg: var(--color-black);
  --color-hover: var(--color-black);
  --color-bg-hover: var(--color-white);
  --color-headline1: var(--color-red);
  --color-headline2: var(--color-white);
  --color-headline3: var(--color-white);
  --color-highlight: var(--color-red);
  --color-strich: var(--color-red);
  --color-button-bg: var(--color-grey);
  --color-button: var(--color-white);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-black);
}

.bg-1 {
  --color: var(--color-white);
  --color-bg: var(--color-black);
  --color-headline1: var(--color-red);
  --color-headline2: var(--color-white);
  --color-headline3: var(--color-white);
  --color-highlight: var(--color-red);
  --color-strich: var(--color-red);
  --color-button-bg: var(--color-grey);
  --color-button: var(--color-white);
  --color-button-bg-hover: var(--color-white);
  --color-button-hover: var(--color-black);
}

footer .footer-columns .col.col-address a, footer .footer-columns .col.col-recht a, .logo-line-outer .logo-line .outer-navi .contact a, main p a, main li a, main h2 a, main h3 a {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: from-font;
  color: var(--color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .footer-columns .col.col-address a:hover, footer .footer-columns .col.col-recht a:hover, .logo-line-outer .logo-line .outer-navi .contact a:hover, main p a:hover, main li a:hover, main h2 a:hover, main h3 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);
}

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, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, 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;
}

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) **********************************
*/
/***** (3) **********************************
*/
/* =================================================== */
/* Schriften als .woff und .woff2 ablegen unter templates/fonts, z. B. WorkSans-Regular.woff */
/* figtree-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: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/figtree-v8-latin-regular.woff2") format("woff2"), url("../fonts/figtree-v8-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* figtree-500 - 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: "Figtree";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/figtree-v8-latin-500.woff2") format("woff2"), url("../fonts/figtree-v8-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* figtree-700 - 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: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/figtree-v8-latin-700.woff2") format("woff2"), url("../fonts/figtree-v8-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* anonymous-pro-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: "Anonymous Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anonymous-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/anonymous-pro-v21-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* anonymous-pro-700 - 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: "Anonymous Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/anonymous-pro-v21-latin-700.woff2") format("woff2"), url("../fonts/anonymous-pro-v21-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* =================================================== */
/***** (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: "Figtree", 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: "Figtree", 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;
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
/* 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;
  top: 0;
  height: 100%;
  width: calc(20px + 33%);
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  background-size: 55px 55px;
}
@media (max-width: 1400px) {
  .slick-prev,
  .slick-next {
    width: 350px;
  }
}
@media (max-width: 1250px) {
  .slick-prev,
  .slick-next {
    width: 250px;
  }
}
@media (max-width: 1000px) {
  .slick-prev,
  .slick-next {
    width: 150px;
  }
}
@media (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 80px;
  }
}

.slick-prev {
  background-image: url("../img/arrow-left.svg");
  background-position: left center;
  left: -20px;
}
.slick-prev:hover, .slick-prev:focus {
  background-position: left center;
}
@media (max-width: 1400px) {
  .slick-prev {
    left: 0;
    background-position: left 20px center;
  }
}
@media (max-width: 750px) {
  .slick-prev {
    background-position: left center;
  }
}

.slick-next {
  background-image: url("../img/arrow-right.svg");
  background-position: right center;
  right: -20px;
}
.slick-next:hover, .slick-next:focus {
  background-position: right center;
}
@media (max-width: 1400px) {
  .slick-next {
    right: 0;
    background-position: right 20px center;
  }
}
@media (max-width: 750px) {
  .slick-next {
    background-position: right center;
  }
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: var(--color-black);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: var(--color-black);
  opacity: 0.75;
}

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

.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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.two-columns .column.cta-person .content-elem {
  position: relative;
}
.two-columns .column.cta-person .cta-bildunterschrift {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: var(--color-white);
}
.two-columns .column.cta-text .content-elem {
  max-width: 600px;
}
@media (max-width: 800px) {
  .two-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .two-columns .column {
    width: 100%;
  }
  .two-columns .column .content-elem img {
    width: 600px;
  }
  .two-columns .column.cta-person {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .two-columns .column.cta-person .content-elem img {
    width: 350px;
  }
  .two-columns .column + .column {
    margin-top: 2rem;
  }
}
@media (max-width: 450px) {
  .two-columns .column.cta-person .content-elem img {
    width: 100%;
  }
}

h1.limited-width, h2.limited-width, h3.limited-width {
  max-width: max(900px, 60%);
}
h1 + .two-columns, h1 + .limited-width-outer, h1 + .gallery-container, h1 + .gallery-container-hochformat, h1 + .hersteller-logos, h1 + .kundenstimmen, h2 + .two-columns, h2 + .limited-width-outer, h2 + .gallery-container, h2 + .gallery-container-hochformat, h2 + .hersteller-logos, h2 + .kundenstimmen, h3 + .two-columns, h3 + .limited-width-outer, h3 + .gallery-container, h3 + .gallery-container-hochformat, h3 + .hersteller-logos, h3 + .kundenstimmen {
  margin-top: 3rem;
}
h1 span.green, h2 span.green, h3 span.green {
  color: var(--color-green);
}

.limited-width-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.limited-width-outer .content-elem.limited-width {
  max-width: max(50% - var(--image-abstand) / 2, 500px);
}
@media (max-width: 580px) {
  .limited-width-outer .content-elem.limited-width {
    max-width: unset;
  }
}

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

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

.hersteller-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
.hersteller-logos .hersteller-logo {
  border: 1px solid var(--color-highlight);
}
.hersteller-logos .hersteller-logo img {
  width: 100%;
  height: auto;
}
.hersteller-logos a.hersteller-logo {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.hersteller-logos a.hersteller-logo:hover {
  scale: 1.1;
  opacity: 0.8;
}
@media (max-width: 1000px) {
  .hersteller-logos {
    gap: 2rem;
  }
}
@media (max-width: 750px) {
  .hersteller-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .hersteller-logos {
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .hersteller-logos {
    grid-template-columns: 1fr 1fr;
  }
}

.kundenstimmen .kundenstimme {
  position: relative;
  padding-top: 1rem;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  scale: 0.8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.kundenstimmen .kundenstimme .kundenstimme-inner {
  position: relative;
  border: 1.5px solid var(--color-highlight);
  padding: 3rem 2rem 2rem;
}
.kundenstimmen .kundenstimme .kundenstimme-inner h3 {
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  .kundenstimmen .kundenstimme .kundenstimme-inner h3 {
    font-size: calc(20px + 10 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  .kundenstimmen .kundenstimme .kundenstimme-inner h3 {
    font-size: 30px;
  }
}
.kundenstimmen .kundenstimme .kundenstimme-inner::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background-image: url("../img/fuenfsterne.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.kundenstimmen .kundenstimme::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.kundenstimmen .kundenstimme.slick-current {
  scale: 1;
}
.kundenstimmen .kundenstimme.slick-current::after {
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.slider-wrapper .slider-img {
  width: calc(50% - 5px);
  border: 1px solid var(--color);
}
.slider-wrapper .slider-img img {
  width: 100%;
  display: block;
}

.abstandshalter {
  width: 100%;
  height: 1px;
}

.loadbeeTabContent {
  min-height: 500px;
  margin-bottom: 20px;
}

/*************************************************************************************
Google-Maps Ersatz-Container wenn Zustimmung nicht erteilt
*/
.embed-container {
  position: relative;
  height: 30vw;
  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;
}
@media (max-width: 1400px) {
  .embed-container {
    height: 40vw;
  }
}
@media (max-width: 800px) {
  .embed-container {
    height: 50vw;
  }
}
@media (max-width: 600px) {
  .embed-container {
    height: 80vw;
  }
}

div[data-service].embed-iframe {
  width: 100%;
  height: 100%;
  background-color: rgba(72, 72, 72, 0.7019607843);
}
div[data-service].embed-iframe span.c-n-t {
  background-color: #484848;
  padding: 1rem;
}
div[data-service].embed-iframe .c-n-a button.c-l-b::before {
  top: 1em;
}

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

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

h1 {
  color: var(--color-headline1);
  font-family: "Figtree", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -13px;
  margin-bottom: -13px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h1 {
    font-size: calc(40px + 25 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 65px;
  }
}
h1 strong {
  font-weight: 500;
}
h1 .dot {
  font-family: "Anonymous Pro", Verdana, mono-space;
  color: var(--color-highlight);
  font-weight: 700;
  margin-left: -0.3rem;
}

h2 {
  color: var(--color-headline2);
  font-family: "Figtree", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -13px;
  margin-bottom: -13px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 40px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h2 {
    font-size: calc(40px + 25 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 65px;
  }
}
h2 strong {
  font-weight: 500;
}
h2 .dot {
  font-family: "Anonymous Pro", Verdana, mono-space;
  color: var(--color-highlight);
  font-weight: 700;
  margin-left: -0.3rem;
}

h3 {
  color: var(--color-headline3);
  font-family: "Figtree", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 24px;
}
@media (min-width: 400px) and (max-width: 1400px) {
  h3 {
    font-size: calc(24px + 16 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 40px;
  }
}
h3 strong {
  font-weight: 500;
}
h3 .dot {
  font-family: "Anonymous Pro", Verdana, mono-space;
  color: var(--color-highlight);
  font-weight: 700;
  margin-left: -0.1rem;
}

main ul li {
  padding-left: 1.4rem;
}
main ul li + li {
  margin-top: 0.6rem;
}
main ul li::before {
  position: absolute;
  content: "•";
  color: var(--color-highlight);
  top: 0;
  left: 0.2rem;
}

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

/***** (2) **********************************
Alle Mixins des Projekts
*/
/**
*  A C H T U N G !  Block-Reihenfolge nicht ändern!
*/
/***** (1) **********************************
*/
.logo-line-outer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  z-index: 1000;
}
.logo-line-outer .logo-line {
  z-index: 6;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  row-gap: 1rem;
  grid-template-areas: "logo outer-navi";
}
.logo-line-outer .logo-line .logo {
  grid-area: logo;
  padding: 2rem 2rem;
  margin-left: -2rem;
  justify-self: start;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.logo-line-outer .logo-line .logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.logo-line-outer .logo-line .outer-navi {
  grid-area: outer-navi;
  margin: 2rem 0 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.logo-line-outer .logo-line .outer-navi .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logo-line-outer .logo-line .outer-navi .contact a {
  text-decoration: none;
}
.logo-line-outer .logo-line .outer-navi .nav-toggle {
  grid-area: burger;
}
@media (max-width: 1400px) {
  .logo-line-outer .logo-line .logo img {
    width: 200px;
  }
}
@media (max-width: 900px) {
  .logo-line-outer .logo-line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo-line-outer .logo-line .logo {
    padding: 1rem 2rem;
  }
  .logo-line-outer .logo-line .outer-navi {
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 750px) {
  .logo-line-outer .logo-line .logo img {
    width: 150px;
  }
  .logo-line-outer .logo-line .outer-navi {
    margin-left: 0;
    gap: 2rem;
  }
}
@media (max-width: 650px) {
  .logo-line-outer .logo-line .outer-navi .contact {
    display: none;
  }
}
@media (max-width: 450px) {
  .logo-line-outer .logo-line .outer-navi .mapmarker {
    display: none;
  }
  .logo-line-outer .logo-line .logo {
    padding: 1rem 1.2rem;
    margin-left: -1.2rem;
  }
}
.logo-line-outer.scrolled {
  border-color: var(--color);
}
.logo-line-outer.scrolled .logo-line .logo {
  padding: 1rem 2rem;
}
.logo-line-outer.scrolled .logo-line .logo img {
  width: 120px;
}
.logo-line-outer.scrolled .logo-line .outer-navi {
  margin: 1rem 0;
}

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;
}
#keyvisual .slide {
  position: relative;
  width: 100%;
  padding: 0 10px;
}
#keyvisual .slide .slide-img {
  height: 940px;
}
#keyvisual .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 2000px) {
  #keyvisual .slide .slide-img {
    height: 47vw;
  }
}
@media (max-width: 700px) {
  #keyvisual .slide {
    padding: 0;
  }
  #keyvisual .slide .slide-img {
    height: 66vw;
  }
}

/***** (2) **********************************
Alle Mixins des Projekts
*/
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

nav {
  z-index: 100;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav .navi-head {
  position: relative;
}
nav .navi-head a, nav .navi-head .navi-head-label {
  font-size: 20px;
  color: var(--color);
  position: relative;
  display: block;
  padding: 1rem calc(2.5rem + 16px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
nav .navi-head a::after, nav .navi-head .navi-head-label::after {
  content: "";
  position: absolute;
  left: 2rem;
  top: calc(50% - 7px);
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  scale: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
nav .navi-head a:hover::after, nav .navi-head .navi-head-label:hover::after {
  background-color: var(--color-highlight);
  scale: 1;
}
nav .navi-head a.active, nav .navi-head .navi-head-label.active {
  color: var(--color-active);
}
nav .navi-head a.active::after, nav .navi-head .navi-head-label.active::after {
  background-color: var(--color-highlight);
  scale: 1;
}
nav .navi-head .navi-sub {
  display: none;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  position: absolute;
  top: calc(100% - 9px);
  left: 1rem;
  min-width: 250px;
  border-top: 9px solid var(--color-highlight);
  background-color: var(--color-bg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
}
nav .navi-head .navi-sub a {
  padding: 0.5rem;
}
nav .navi-head .navi-sub a.active, nav .navi-head .navi-sub a:hover {
  background-color: var(--color-bg-active);
  color: var(--color-active);
}
nav .navi-head .navi-sub a::before {
  display: none;
}

.nav-mobile-outer {
  position: relative;
  display: none;
}
.nav-mobile-outer::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(225, 225, 225, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.nav-mobile-outer nav.mobile {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--color-black);
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 160px;
  padding: 1rem 0;
}
.nav-mobile-outer nav.mobile .navi-head a, .nav-mobile-outer nav.mobile .navi-head .navi-head-label {
  width: 100%;
}
.nav-mobile-outer nav.mobile .navi-head a.active, .nav-mobile-outer nav.mobile .navi-head .navi-head-label.active {
  background-color: var(--color-bg-active);
}
.nav-mobile-outer nav.mobile .navi-head a.active {
  background-color: var(--color-bg-active);
}
.nav-mobile-outer nav.mobile .navi-head .navi-sub {
  position: relative;
  left: unset;
  min-width: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-top: 0;
  padding: 0;
  margin: 0 1rem;
}
.nav-mobile-outer nav.mobile .navi-head .navi-sub a {
  width: unset;
  padding: 0.5rem 1rem;
}
@media (max-width: 300px) {
  .nav-mobile-outer nav.mobile {
    min-width: 90vw;
  }
}

#nav-open:checked ~ .nav-toggle .bar.bar1 {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateY(13px) rotate(45deg) scale(1.2);
      -ms-transform: translateY(13px) rotate(45deg) scale(1.2);
          transform: translateY(13px) rotate(45deg) scale(1.2);
}
#nav-open:checked ~ .nav-toggle .bar.bar2 {
  opacity: 0;
}
#nav-open:checked ~ .nav-toggle .bar.bar3 {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translateY(-13px) rotate(-45deg) scale(1.2);
      -ms-transform: translateY(-13px) rotate(-45deg) scale(1.2);
          transform: translateY(-13px) rotate(-45deg) scale(1.2);
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 15px;
  color: transparent;
  font-size: 0;
  z-index: 101;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.nav-toggle .bar {
  background-color: var(--color);
  width: 38px;
  height: 2px;
  margin: 0 auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.nav-toggle .bar + .bar {
  margin-top: 11px;
}
.nav-toggle:hover {
  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;
  border: 1.5px solid var(--color-button-border);
  -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: 8px 11px;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  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 + 4 / 1000 * (100vw - 400px));
  }
}
@media (min-width: 1400px) {
  .button, button[type=submit] {
    font-size: 20px;
  }
}
.button + .button, button[type=submit] + .button {
  margin-left: 1rem;
}
@media (max-width: 280px) {
  .button, button[type=submit] {
    display: block;
  }
  .button + .button, button[type=submit] + .button {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.button.mapmarker, button[type=submit].mapmarker {
  padding-left: 37px;
}
.button.mapmarker::after, button[type=submit].mapmarker::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 11px;
  width: 18px;
  height: calc(100% - 12px);
  background-image: url("../img/icon-mapmarker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.button:hover, button[type=submit]:hover {
  background-color: var(--color-button-bg-hover);
  color: var(--color-button-hover);
  border-color: var(--color-button-border-hover);
}
.button:hover.mapmarker::after, button[type=submit]:hover.mapmarker::after {
  background-image: url("../img/icon-mapmarker-white.svg");
}

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

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container-hochformat .thumbnail a {
    padding-top: 116%;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container-querformat .thumbnail a {
    padding-top: 75%;
  }
}

.gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--image-abstand);
}
.gallery-container .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-container .thumbnail a {
  width: 100%;
  height: 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;
  }
}
.gallery-container .thumbnail.thumbnail-1, .gallery-container .thumbnail.thumbnail-5 {
  grid-column-end: span 2;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container .thumbnail.thumbnail-1 a, .gallery-container .thumbnail.thumbnail-5 a {
    padding-top: 50%;
  }
}
.gallery-container .thumbnail.thumbnail-3 {
  grid-column-end: span 3;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-container .thumbnail.thumbnail-3 a {
    padding-top: 33.3333333333%;
  }
}
.gallery-container .thumbnail .thumbnail-logo {
  width: 190px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.gallery-container .thumbnail .thumbnail-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
@media (max-width: 550px) {
  .gallery-container .thumbnail .thumbnail-logo {
    width: 120px;
    height: 80px;
  }
}
@media (max-width: 350px) {
  .gallery-container .thumbnail .thumbnail-logo {
    width: 90px;
    height: 60px;
  }
}

/**
*  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: 80px;
  padding-bottom: 80px;
}
footer .footer-columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "logo address zeiten socialmedia" "logo address zeiten recht";
  -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-logo img {
  width: 230px;
  max-width: 100%;
}
footer .footer-columns .col.col-address {
  grid-area: address;
}
footer .footer-columns .col.col-address a {
  text-decoration: none;
}
footer .footer-columns .col.col-recht {
  grid-area: recht;
  text-align: right;
}
footer .footer-columns .col.col-recht a {
  opacity: 0.8;
  text-decoration: none;
}
footer .footer-columns .col.col-recht a:hover {
  opacity: 1;
}
footer .footer-columns .col.col-zeiten {
  grid-area: zeiten;
}
footer .footer-columns .col.col-socialmedia {
  grid-area: socialmedia;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 6px;
}
footer .footer-columns .col.col-socialmedia a {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.8;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
footer .footer-columns .col.col-socialmedia a img {
  width: 100%;
  height: 100%;
  vertical-align: unset;
}
footer .footer-columns .col.col-socialmedia a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footer-columns .smaller {
  font-size: smaller;
}
footer a.logo img {
  width: 400px;
  max-width: 100%;
}
@media (max-width: 1100px) {
  footer .footer-columns {
    grid-template-columns: 1fr auto auto auto;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  footer .footer-columns {
    grid-template-columns: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
    grid-template-areas: "logo address socialmedia" "logo zeiten  ." "logo zeiten  recht";
  }
}
@media (max-width: 630px) {
  footer .footer-columns {
    grid-template-areas: "logo address socialmedia" "logo zeiten  ." "logo recht   .";
  }
  footer .footer-columns .col.col-recht {
    text-align: left;
  }
}
@media (max-width: 540px) {
  footer .footer-columns {
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto auto auto;
    grid-template-areas: "logo address" "logo zeiten" "logo socialmedia" "logo recht";
  }
  footer .footer-columns .col.col-socialmedia {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 420px) {
  footer .footer-columns {
    grid-template-rows: 1fr auto auto auto auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    grid-template-areas: "logo logo" ".    address" ".    zeiten" ".    socialmedia" ".    recht";
  }
}
@media (max-width: 320px) {
  footer .footer-columns {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "address" "zeiten" "socialmedia" "recht";
  }
}

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