@charset "UTF-8";
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/poppins-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/poppins-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/poppins-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/poppins-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1.02);
  }
}
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
@media screen and (min-width: 950px) {
  :root {
    scroll-padding-top: 90px;
  }
}
@media screen and (max-width: 949px) {
  :root #referenzen {
    scroll-margin-top: -40px;
  }
}

.visuallyHidden, .hiddenHeading, .sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

.navSkip {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navSkip a {
  transition: 0;
}
.navSkip a:active, .navSkip a:focus {
  position: absolute;
  z-index: 9;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 15px;
  overflow: visible;
  clip: auto;
  color: #ffffff;
  background: none repeat scroll 0 0 #292929;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.layoutGrid {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(0, 1190px) minmax(20px, 1fr);
}
.layoutGrid > * {
  grid-column: 2;
}
.layoutGrid > .wide {
  grid-column: 2/5;
}
.layoutGrid > .full {
  grid-column: 1/-1;
}
@media screen and (min-width: 950px) {
  .layoutGrid {
    grid-template-columns: minmax(40px, 1fr) minmax(0, 1190px) minmax(40px, 1fr);
  }
}

@media screen and (min-width: 950px) {
  .mobileOnly,
  .frame-layout-101 {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .mobileHidden,
  .frame-layout-102 {
    display: none;
  }
}

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

html {
  max-width: 100vw;
  height: 100%;
  background: #000000;
  color: #292929;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.35;
  scroll-behavior: smooth;
}

.subpage {
  font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  height: 100%;
  margin: 0;
  color: #292929;
}

.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

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

video {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 20px 0;
  line-height: 1;
}

iframe {
  max-width: 100%;
  overflow: scroll;
  margin: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 (height/width) */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  color: #ffffff;
  background: #1a1a1a;
}
@supports (-webkit-text-stroke: thin) {
  ::-moz-selection {
    -webkit-text-fill-color: #ffffff;
  }
}

::selection {
  color: #ffffff;
  background: #1a1a1a;
}
@supports (-webkit-text-stroke: thin) {
  ::selection {
    -webkit-text-fill-color: #ffffff;
  }
}

a {
  text-decoration: none;
  color: #292929;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a:hover {
  color: #1a1a1a;
}
h1 {
  position: relative;
  margin: 0px 0 12px 0;
  padding: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.13;
  color: #292929;
}
@media screen and (min-width: 790px) {
  h1 {
    font-size: 36px;
  }
}
#index h1, body.index h1 {
  color: #ffffff;
  font-size: 32px;
}
@media screen and (min-width: 790px) {
  #index h1, body.index h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1110px) {
  #index h1, body.index h1 {
    font-size: 64px;
  }
}

h2 {
  margin: 40px 0 30px 0;
  color: #292929;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
}
.subpage h2 {
  margin: 50px 0 15px 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(20px, 3vw, 22px);
}
h2.white {
  color: #ffffff;
}

h3 {
  margin: 40px 0 30px 0;
  color: #292929;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, 3vw, 30px);
  line-height: 1.2;
}
h3.large {
  margin: 0 0 18px 0;
  color: #292929;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
}
h3.white {
  color: #ffffff;
}
h2 + h3, p + h3 {
  margin-top: 40px;
}
.subpage h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

h4 {
  margin: 20px 0 5px 0;
  color: #292929;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
}

p {
  margin: 0px 0 15px 0;
}

h1 .preheader, h1.preheader, h2 .preheader, h2.preheader, h3 .preheader, h3.preheader, h4 .preheader, h4.preheader, p .preheader, p.preheader {
  display: block;
  margin-bottom: 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  color: #aa7c51;
}
h1 .preheader + *, h1.preheader + *, h2 .preheader + *, h2.preheader + *, h3 .preheader + *, h3.preheader + *, h4 .preheader + *, h4.preheader + *, p .preheader + *, p.preheader + * {
  margin-top: 0 !important;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

ul:not(.navSkip) {
  margin: 0 0 30px 0;
}
ul:not(.navSkip) li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 22px;
  font-size: 17px;
  line-height: 1.6;
}
ul:not(.navSkip) li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 2px;
  top: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #292929 no-repeat center center;
}
ul:not(.navSkip) ul {
  margin: 8px 0;
}
ul:not(.navSkip) ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
ul:not(.navSkip) ul li:before {
  width: 8px;
  height: 1px;
  top: 12px;
}

ol {
  margin-bottom: 1.5rem;
  padding-left: 12px;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 0.75rem;
  padding-left: 5px;
  line-height: 1.52;
}

strong, b {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

em, i {
  font-style: italic;
}

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  height: 1px !important;
  margin: 40px 0px 40px 0px;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: #292929;
}

address {
  margin: 0px 0 15px 0;
  font-style: normal;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.35;
}

figure {
  margin: 0;
  line-height: 0;
}
figure figcaption {
  display: block;
  margin: 15px auto;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
}

dl {
  margin: 30px 0 20px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
}
dl dt {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.nobr {
  white-space: nowrap;
}

header {
  color: #ffffff;
}
@media screen and (min-width: 950px) {
  header {
    display: grid;
    grid-template-columns: minmax(40px, 1fr) minmax(0, 1190px) minmax(40px, 1fr);
  }
  header > * {
    grid-column: 2;
  }
}
header .headerContact {
  justify-self: end;
  display: flex;
  gap: 15px;
  margin: 15px 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
header .headerContact li::before {
  display: none;
}
header .headerContact a, header .headerContact a.phone, header .headerContact a.email {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
header .headerContact a::before, header .headerContact a.phone::before, header .headerContact a.email::before {
  top: 1px;
}
header .headerContact a.phone::before {
  top: -1px;
}
header .headerNav {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 90px);
  padding: 20px 20px 14px 20px;
  align-items: center;
  gap: 30px;
  background: #ffffff;
}
@media screen and (min-width: 950px) {
  header .headerNav {
    grid-column: 2;
    grid-template-columns: minmax(0, 290px) minmax(0, 1fr);
    padding: 40px;
  }
}
header .headerNav .logo {
  display: inline-grid;
  align-items: center;
  min-height: 66px;
}
header .headerNav .logo svg {
  width: 290px;
  max-width: calc(100vw - 100px);
  height: auto;
}
header .headerNav .logo svg path.brown {
  fill: #aa7c51;
}
header .headerNav .logo svg path.brownDark {
  fill: #2d1100;
}
header .headerNav .navToggle {
  justify-self: end;
}
@media screen and (min-width: 950px) {
  header .headerNav .navToggle {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  main {
    margin-top: 90px;
  }
  #index main, body.index main {
    margin-top: 0px;
  }
}
@media screen and (min-width: 950px) {
  body.subpage main {
    min-height: 60vh;
  }
}

footer {
  margin-top: 60px;
  background: #000000;
  line-height: 1.65;
  color: #ffffff;
}
@media screen and (min-width: 790px) {
  footer {
    background: linear-gradient(90deg, #000000 50%, #1a1a1a 50%);
  }
}
footer a {
  font-size: 17px;
  line-height: 1.65;
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer p, footer address {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #ffffff;
}
footer ul {
  margin: 0 !important;
  padding: 0;
}
footer ul li {
  margin: 0 !important;
  padding: 0 !important;
}
footer ul li::before {
  display: none;
}
@media screen and (min-width: 790px) {
  footer .footerContent {
    display: grid;
    grid-template-columns: 446fr 332fr 390fr;
  }
}
footer .footerContent .navInfo {
  padding: 30px 20px;
}
@media screen and (min-width: 790px) {
  footer .footerContent .navInfo {
    padding-left: 75px;
  }
}
footer .footerContent address {
  padding: 30px 20px;
  background: #1a1a1a;
}
@media screen and (max-width: 789px) {
  footer .footerContent address {
    position: relative;
    z-index: 1;
  }
  footer .footerContent address::before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -20px;
    background: #1a1a1a;
  }
}
footer .footerContent .footerContact {
  padding: 30px 20px;
}
@media screen and (max-width: 789px) {
  footer .footerContent .footerContact {
    position: relative;
    z-index: 1;
  }
  footer .footerContent .footerContact::before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -20px;
    background: #1a1a1a;
  }
}
footer .footerContent .footerContact li, footer .footerContent .footerContact a {
  margin-bottom: 0;
}

#kontakt[tabindex="-1"]:focus {
  outline: none;
}

#navToggle {
  position: relative;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: 8px 0 0 0;
  border: 0px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  cursor: pointer;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
#navToggle::before, #navToggle::after {
  display: none;
}
#navToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #292929;
  opacity: 1;
  left: 4px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#navToggle span:nth-child(1) {
  top: 6px;
  width: 20px;
}
#navToggle span:nth-child(2), #navToggle span:nth-child(3) {
  top: 14px;
  width: 18px;
}
#navToggle span:nth-child(4) {
  top: 22px;
}
#navToggle span::before, #navToggle span::after {
  display: none;
}
#navToggle:hover, #navToggle:focus {
  cursor: pointer;
}
#navToggle:hover span, #navToggle:focus span {
  width: 24px;
  background: #aa7c51 !important;
}
.navMainActive #navToggle span:nth-child(1) {
  top: 28px;
  width: 0%;
  left: 50%;
}
.navMainActive #navToggle span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navMainActive #navToggle span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navMainActive #navToggle span:nth-child(4) {
  top: 28px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 639px) {
  .navMainActive #navToggle:hover span {
    background: #ffffff !important;
  }
}

.navMain ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navMain ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.navMain ul li::before {
  display: none;
}
.navMain ul li a {
  position: relative;
  display: block;
  color: #292929;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 950px) {
  .navMain ul li a {
    background-image: linear-gradient(to right, #aa7c51 0%, #aa7c51 50%, #292929 50%, #292929 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.navMain ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #aa7c51;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (min-width: 950px) {
  .navMain ul li a:hover, .navMain ul li a:focus-visible {
    background-position: 0 0;
  }
}
.navMain ul li a:hover::after, .navMain ul li a:focus-visible::after {
  content: "";
  position: absolute;
  width: 100%;
}
.navMain ul ul {
  display: none;
}

@media screen and (max-width: 949px) {
  .navMain {
    position: fixed;
    background: #ffffff;
    z-index: 9;
    width: 100vw;
    min-height: calc(100vh - 100px);
    top: 100px;
    left: 100vw;
    padding-top: 50px !important;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .navMain ul {
    display: block;
    padding: 60px 20px 30px 95px;
  }
}
@media screen and (max-width: 949px) and (max-width: 639px) {
  .navMain ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 949px) {
  .navMain ul li {
    margin-bottom: 20px;
  }
  .navMainActive .navMain {
    left: 0;
  }
  .headerContact {
    display: block;
    position: fixed;
    background: #292929;
    width: 100vw;
    top: 100px;
    left: 100vw;
    z-index: 99;
    padding-top: 15px !important;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding-left: 47px !important;
  }
}
@media screen and (max-width: 949px) and (max-width: 639px) {
  .headerContact {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 949px) {
  .navMainActive .headerContact {
    left: 0;
  }
  body.navMainActive {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 950px) {
  .navMain ul {
    justify-content: flex-end;
  }
  .navMain ul li + li {
    padding-left: 15px;
  }
  .navMain ul li + li::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 7px;
    left: 1px;
    background: #292929;
    border-radius: 0;
  }
}
button {
  border: none;
}
button:hover {
  cursor: pointer;
}

.button {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #aa7c51;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #aa7c51;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-decoration: none;
}
.button:hover {
  box-shadow: inset 400px 0 0 0 #1a1a1a;
  color: #ffffff;
}
p .button {
  margin-bottom: 0;
}

a.phone, a.email, a.contact {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 0px 0 0px 26px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
}
a.phone::before, a.email::before, a.contact::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0px;
  background: no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a.phone::before {
  top: 3px;
  background-image: url(../Icons/phone_white.svg);
}

a.email::before {
  background-image: url(../Icons/email_white.svg);
}

a.contact::before {
  background-image: url(../Icons/contact_white.svg);
}

.card {
  background: #ffffff;
  color: #292929;
  padding: 44px;
}
.card p {
  margin: 0 0 16px;
  line-height: 1.55;
}
.card ul {
  margin: 20px 0 0;
  padding-left: 20px;
  line-height: 1.55;
}
.card li {
  margin-bottom: 6px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(0, 1190px) minmax(20px, 1fr);
}
.hero > * {
  grid-column: 2;
}
.hero h1 {
  margin-top: 25vh;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (min-width: 790px) {
  .hero h1 {
    margin-top: 30vh;
    padding-left: 75px;
    text-align: left;
  }
}
.hero figure, .hero picture {
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: 100px;
  left: 0;
}
@media screen and (min-width: 950px) {
  .hero figure, .hero picture {
    top: 0;
  }
}
.hero figure img, .hero picture img {
  width: 100vw;
}

.frame-bgWhite {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0;
  background: #ffffff;
  padding: 50px 40px;
}
@media screen and (max-width: 949px) {
  .frame-bgWhite {
    width: 100vw;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 950px) {
  .frame-bgWhite {
    margin-top: 90px;
    padding: 50px 60px;
  }
}
.frame-bgWhite > :first-child {
  margin-top: 0;
}
.frame-bgWhite > :last-child {
  margin-bottom: 0;
}

.bodyBackground {
  position: absolute;
  z-index: -1;
  width: 100vw;
  top: 30px;
  left: 0;
}
@media screen and (min-width: 480px) {
  .bodyBackground {
    top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .bodyBackground {
    top: 0;
  }
}
@media screen and (min-width: 950px) {
  .bodyBackground {
    top: 0;
  }
}
.bodyBackground picture {
  width: 100%;
}
.bodyBackground img {
  width: 100vw;
}

.overlapBlock {
  position: relative;
  display: grid;
  gap: 0;
}
@media screen and (min-width: 790px) {
  .overlapBlock {
    grid-template-columns: 610fr 255fr 325fr;
  }
}
.overlapBlock .overlapBlockHeader h1, .overlapBlock .overlapBlockHeader h2, .overlapBlock .overlapBlockHeader h3, .overlapBlock .overlapBlockHeader p, .overlapBlock .overlapBlockHeader li, .overlapBlock .overlapBlockHeader a {
  color: #ffffff;
}
.overlapBlock .overlapBlockHeader > h1, .overlapBlock .overlapBlockHeader > h2, .overlapBlock .overlapBlockHeader > h3, .overlapBlock .overlapBlockHeader > p {
  margin-top: 0;
}
.overlapBlock .overlapBlockText {
  z-index: 3;
  background: #ffffff;
  padding: 50px 20px;
}
@media screen and (min-width: 950px) {
  .overlapBlock .overlapBlockText {
    padding: 50px 60px;
  }
}
.overlapBlock .overlapBlockText > :first-child {
  margin-top: 0;
}
.overlapBlock .overlapBlockText > :last-child {
  margin-bottom: 0;
}

.overlapBlockImageAbove {
  margin-bottom: 60px;
}
@media screen and (min-width: 790px) {
  .overlapBlockImageAbove {
    grid-template-rows: 100px auto 40px;
    margin-bottom: 90px;
  }
}
.overlapBlockImageAbove .overlapBlockImage {
  line-height: 0;
}
@media screen and (min-width: 790px) {
  .overlapBlockImageAbove .overlapBlockImage {
    grid-column: 2/span 2;
    grid-row: 1/span 2;
    z-index: 2;
  }
}
.overlapBlockImageAbove .overlapBlockImage img {
  width: 100%;
}
@media screen and (max-width: 789px) {
  .overlapBlockImageAbove .overlapBlockImage img {
    border-top-right-radius: 65px;
  }
}
@media screen and (min-width: 790px) {
  .overlapBlockImageAbove .overlapBlockImage img {
    border-top-right-radius: 130px;
  }
}
@media screen and (min-width: 790px) {
  .overlapBlockImageAbove .overlapBlockText {
    grid-column: 1/span 2;
    grid-row: 2/span 2;
    z-index: 1;
    padding-right: calc(33.3% + 90px);
  }
}

/* Regional: Titel oben, Bild links, Card rechts darüber */
@media screen and (min-width: 640px) {
  .overlapBlockImageBelow {
    grid-template-rows: 1fr auto auto;
  }
}
@media screen and (min-width: 640px) {
  .overlapBlockImageBelow .overlapBlockHeader {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 640px) {
  .overlapBlockImageBelow .overlapBlockImage {
    grid-column: 1/span 3;
    grid-row: 2/span 2;
    z-index: 1;
    justify-self: end;
    width: calc(100% + 50vw - 30px);
    max-width: 1570px;
    padding-right: 40px;
  }
}
.overlapBlockImageBelow .overlapBlockImage img {
  display: block;
}
@media screen and (max-width: 639px) {
  .overlapBlockImageBelow .overlapBlockImage img {
    border-top-right-radius: 65px;
  }
}
@media screen and (min-width: 640px) {
  .overlapBlockImageBelow .overlapBlockImage img {
    border-bottom-right-radius: 130px;
  }
}
@media screen and (min-width: 640px) {
  .overlapBlockImageBelow .overlapBlockText {
    grid-column: 2/span 2;
    grid-row: 1/span 2;
    z-index: 2;
  }
}

.overlapBlockFavicon {
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .overlapBlockFavicon {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr 80px;
    margin-top: -50px;
  }
}
.overlapBlockFavicon .overlapBlockText {
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .overlapBlockFavicon .overlapBlockText {
    border-top-right-radius: 65px;
  }
}
@media screen and (min-width: 640px) {
  .overlapBlockFavicon .overlapBlockText {
    grid-column: 1/span 9;
    grid-row: 1;
    padding-right: 30%;
  }
}
@media screen and (min-width: 950px) {
  .overlapBlockFavicon .overlapBlockText {
    grid-column: 1/span 8;
  }
}
.overlapBlockFavicon .overlapBlockImage {
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .overlapBlockFavicon .overlapBlockImage {
    grid-column: 7/span 4;
    grid-row: 1/span 2;
    align-self: end;
    z-index: 2;
  }
}
@media screen and (min-width: 950px) {
  .overlapBlockFavicon .overlapBlockImage {
    grid-column: 6/span 4;
  }
}
@media screen and (max-width: 639px) {
  .overlapBlockFavicon .overlapBlockImage img {
    width: 33.3%;
    float: right;
    margin-top: -20%;
    margin-right: 15px;
  }
}
@media screen and (min-width: 640px) {
  .overlapBlockFavicon .overlapBlockImage img {
    width: 100%;
    max-width: 370px !important;
  }
}

.text-right, .ce-headline-right {
  text-align: right;
}

.text-center, .ce-headline-center, .center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-left, .ce-headline-left {
  text-align: left;
}

figure.image {
  margin-bottom: 0px;
}

.ce-textpic, .ce-image {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery, .ce-image .ce-gallery {
  width: 100%;
}
.ce-textpic .ce-gallery div, .ce-image .ce-gallery div {
  width: 100%;
}
.ce-textpic img[src$=".svg"], .ce-image img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}

.ce-border figure.image img {
  border: 1px solid #292929;
}

.ce-below .ce-bodytext {
  margin-bottom: 15px;
}

.ce-center figure {
  text-align: center;
}
.ce-center figure img {
  margin-right: auto;
  margin-left: auto;
}
.ce-center figure figcaption {
  text-align: left;
}

.ce-right figure {
  text-align: right;
}
.ce-right figure img {
  margin-right: auto;
  margin-left: auto;
}

.ce-row + .ce-row {
  margin-top: 16px;
}

.ce-textpic.ce-left.ce-above .ce-bodytext {
  margin-top: 20px;
}
.ce-textpic.ce-left.ce-above figure {
  margin-top: 0px;
}

.ce-textpic.ce-right.ce-intext:not(.ce-nowrap) .ce-gallery {
  float: right;
  width: auto;
  max-width: 33.3%;
  margin-left: 20px;
  margin-bottom: 15px;
}

.ce-textpic.ce-left.ce-intext:not(.ce-nowrap) .ce-gallery {
  float: left;
  width: auto;
  max-width: 33.3%;
  margin-right: 20px;
  margin-bottom: 15px;
}

.ce-textpic.ce-right.ce-intext.ce-nowrap {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  grid-gap: 15px;
}
@media screen and (min-width: 790px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap {
    grid-template-columns: 1fr 1fr;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
  order: 2;
}
@media screen and (min-width: 790px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    order: 2;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
  order: 1;
}
@media screen and (min-width: 790px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    order: 1;
  }
}

.ce-textpic.ce-left.ce-intext.ce-nowrap {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  grid-gap: 15px;
}
@media screen and (min-width: 790px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap {
    grid-template-columns: 3fr 1fr;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 790px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    order: 1;
    padding: 0 0 0 15px;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 790px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    order: 2;
    padding: 0 15px 0 15px;
  }
}

.ce-gallery[data-ce-columns="2"] .ce-row {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 480px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-template-columns: 1fr 1fr;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row figure {
    display: inline-block;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(1) {
    text-align: right;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(2) {
    text-align: left;
  }
}
@media screen and (min-width: 790px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-gap: 15px;
  }
}

.ce-gallery[data-ce-columns="3"] .ce-row {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 480px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 790px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.ce-gallery[data-ce-columns="4"] .ce-row {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 790px) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.frame-space-before-extra-small {
  padding-top: 16px !important;
}

.frame-space-before-small {
  padding-top: 24px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-before-small {
    padding-top: 32px !important;
  }
}

.frame-space-before-medium {
  padding-top: 32px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-before-medium {
    padding-top: 48px !important;
  }
}

.frame-space-before-large {
  padding-top: 48px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-before-large {
    padding-top: 64px !important;
  }
}

.frame-space-before-extra-large {
  padding-top: 64px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-before-extra-large {
    padding-top: 128px !important;
  }
}

.frame-space-after-extra-small {
  padding-bottom: 16px !important;
}

.frame-space-after-small {
  padding-bottom: 24px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-after-small {
    padding-bottom: 32px !important;
  }
}

.frame-space-after-medium {
  padding-bottom: 32px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-after-medium {
    padding-bottom: 48px !important;
  }
}

.frame-space-after-large {
  padding-bottom: 48px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-after-large {
    padding-bottom: 64px !important;
  }
}

.frame-space-after-extra-large {
  padding-bottom: 64px !important;
}
@media screen and (min-width: 790px) {
  .frame-space-after-extra-large {
    padding-bottom: 128px !important;
  }
}
