@font-face {
  font-family: Avenir Next Reg;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Next Demi;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --medium-sea-green: #5ab963;
  --black: black;
  --leicht-bg: #1e2123;
  --bg-grey: #fafafa;
  --leicht-box: #2a2f33;
  --light-grey: #55595c;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #fff;
  width: auto;
  margin-bottom: 10px;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 16px;
  display: block;
}

a {
  color: #fff;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-family: Avenir Next Demi, sans-serif;
  font-weight: 700;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 999;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px 5px;
  display: flex;
  position: relative;
  top: 0;
}

.navigation:hover {
  color: #000;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.home {
  background-image: url('../images/313213.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 300px 30px;
  display: flex;
  overflow: visible;
}

.navigation-logo {
  text-decoration: none;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  opacity: 1;
  perspective: 2000px;
  text-align: center;
  border-bottom: 1px solid #fafafa73;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
  top: auto;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  object-fit: fill;
  flex-direction: row;
  width: 100%;
  margin: 0 auto 20px;
  padding-left: 0;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.h1.cc-black {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.h1.shadow {
  text-shadow: 1px 1px 6px #00000069;
}

.h1.awererg, .h1.wef {
  text-align: center;
}

.h1.aergaebvb {
  text-align: center;
  padding-left: 54px;
}

.h1.aergearg {
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.paragraph.cc-gray {
  color: #333;
  text-align: left;
  font-weight: 300;
}

.paragraph.cc-gray-2 {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.paragraph.link-block-2 {
  width: 100%;
}

.paragraph.aerger {
  padding-left: 0;
  display: flex;
}

.paragraph.test3242 {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph.sdfgre {
  margin-bottom: 0;
  padding-top: 0;
}

.button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-top: 0;
  padding: 9px 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}

.container.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  width: 1180px;
  max-width: 1180px;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.container.cc-center-bot {
  object-fit: fill;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.container.cc-center-bot.container22 {
  display: none;
}

.container.cc-center-bot.asdf {
  max-width: 100%;
  margin-top: -106px;
}

.container.cc-center-bot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.leicht-contracts {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  text-align: left;
  align-self: center;
  width: 100%;
  max-width: 1450px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.h2.cc-center.aergae {
  text-align: center;
}

.h2.cc-center.aergae.a35a5h45h, .h2.cc-center.aergoiejrhg, .h2.cc-center.aergoerheh {
  margin-top: 0;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  line-height: 45px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  color: #333;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.h2.text-span.cc-post-text-copy {
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #f7f7f752;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 32px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  clear: none;
  text-align: center;
  border-top: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.h2-container.cc-center {
  clear: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.text-span {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  white-space: normal;
  border-top: 0 solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  overflow: visible;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  color: #fff;
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  background-color: var(--leicht-bg);
}

.projects {
  background-color: var(--leicht-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 50px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0 30px 120px;
  display: flex;
}

.premium.cc-background {
  background-color: var(--leicht-bg);
  flex-direction: column;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Avenir Next Reg, sans-serif;
  display: block;
}

.premium.cc-background.hewpgihregherqg {
  padding-top: 40px;
}

.premium.cc-background {
  background-color: #1e2123;
  flex-direction: column;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 0;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 0;
  display: block;
}

._2-row-image.cc-bottom {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  align-self: center;
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

.row.cc-bottom-and-top {
  flex-direction: row-reverse;
  margin-top: 120px;
}

.row.cc-bottom-and-top.cc-reverse {
  flex-direction: row;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  z-index: 59;
  background-color: #1e2123;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 0;
  display: flex;
  position: relative;
}

.footer-column {
  align-self: auto;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #868889;
  text-align: left;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  padding-right: 50px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--leicht-bg);
  background-image: linear-gradient(#00000080, #00000080), url('../images/header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  background-image: linear-gradient(#0000, #0000), url('../images/slide_02.jpg');
  margin-top: -140px;
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/l_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--leicht-bg);
  max-width: 80%;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  background-color: var(--leicht-box);
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 1px 1px 3px #00000069;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: block;
}

.blog-posts-item-container {
  background-color: var(--leicht-box);
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  color: #fff;
  text-align: center;
  padding: 30px 100px;
}

.post-date {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.post-thumbnail {
  background-color: var(--leicht-box);
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--leicht-box);
  width: 100%;
  height: 75%;
  margin-top: -64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo.w--current {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  opacity: 1;
  color: #fdfdfd;
  padding-left: 0;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link:hover {
  opacity: .7;
  color: #fdfdfd;
  font-weight: 400;
}

.nav-link:focus {
  color: #4f9dd0;
  font-weight: 600;
}

.nav-link.w--current {
  opacity: 1;
  color: #fdfdfd;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nav-link.w--current:hover {
  color: #4f9dd0;
  font-weight: 600;
}

.latest-posts {
  background-color: var(--leicht-box);
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.container-2 {
  margin-top: 60px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-3 {
  border: 0 solid #fff;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.columns-2, .columns-3 {
  margin-bottom: 20px;
}

.image-4 {
  text-align: left;
}

.text-field-2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.field-label {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  color: #fff;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.form {
  margin-top: 16px;
}

.column {
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.column-2 {
  text-align: left;
  padding-left: 20px;
  padding-right: 59px;
}

.checkbox-label {
  color: #fff;
  text-align: left;
  font-family: Roboto, sans-serif;
}

.submit-button {
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  width: 100%;
  margin-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.suppliers {
  background-color: #000;
}

.projects-copy {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.suppliers2 {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: none;
}

.contact {
  background-color: var(--leicht-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.our-services {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: none;
}

.list-item {
  color: #fdfdfd;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list {
  margin-top: 50px;
}

.image-5, .image-6 {
  width: 470px;
}

.row-3 {
  flex: 1;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.row-3.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row-3.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row-3.cc-reverse {
  flex-direction: row-reverse;
}

.container-4 {
  height: 2000px;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-overlay {
  z-index: 999;
  background-color: var(--leicht-bg);
  opacity: 0;
  width: 2500px;
  height: 2500px;
  color: var(--leicht-bg);
  border-radius: 20px;
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13px;
  padding-left: 500px;
  padding-right: 5000px;
  position: absolute;
  inset: 750px 0% 0%;
}

.top-space {
  max-width: 80%;
  margin-top: 50px;
}

.top-space-2 {
  margin-top: 50px;
}

.hero-title-3 {
  color: #1f2532;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 58px;
  position: relative;
}

.feature-icon-2 {
  float: left;
  clear: none;
  width: auto;
  height: 31px;
  margin-right: 16px;
}

.feature-row {
  margin-top: 50px;
}

.feature-row.first {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.feature-paragrap {
  float: none;
  color: #1f2532;
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.feature-block-title {
  float: none;
  color: #1ec0da;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
  position: static;
}

.feature-block-title._3 {
  color: #1ec0da;
}

.feature-block {
  padding-right: 40px;
}

.header-content-2 {
  perspective: 2000px;
  text-align: center;
  width: 1170px;
  max-width: 1170px;
  margin-top: 0;
  position: relative;
  top: 250px;
}

.home-projects {
  background-image: linear-gradient(#00000080, #00000080), url('../images/l_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -150px;
  padding: 300px 30px;
  display: flex;
}

.section {
  background-color: var(--leicht-bg);
  overflow: visible;
}

.columns-4 {
  max-width: 1300px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.columns-5 {
  background-color: var(--leicht-box);
  color: #2a2f33;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 1px 1px 10px 9px #0000003d;
}

.heading-box {
  color: var(--white);
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.button-2 {
  text-align: center;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  display: block;
  position: relative;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
}

.container-5 {
  flex-direction: row;
  display: flex;
}

.heading-2 {
  color: var(--white);
  letter-spacing: 2px;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  position: absolute;
  inset: 0% 0% auto;
}

.container-6 {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  height: 100%;
  min-height: 350px;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: static;
}

.button-3 {
  position: absolute;
  inset: auto 0% 0%;
}

.image-7 {
  min-height: 350px;
  margin-left: 10px;
}

.button-box {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #55595c;
  border-radius: 3px;
  margin: 0 10px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: relative;
  inset: auto 0% 0%;
}

.button-box-1 {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #55595c;
  border-radius: 3px;
  flex: 0 auto;
  margin: 0 10px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  transition: background-color .4s cubic-bezier(1, 0, 0, 1), color .4s cubic-bezier(.785, .135, .15, .86);
  position: relative;
  inset: auto 0% 0%;
}

.button-box-1:hover {
  background-color: var(--light-grey);
  color: var(--bg-grey);
}

.button-box-2, .button-box-3 {
  color: var(--light-grey);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #55595c;
  border-radius: 3px;
  margin: 0 10px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: relative;
  inset: auto 0% 0%;
}

.catalog {
  background-color: var(--leicht-bg);
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.image-7-copy, .image-8 {
  min-height: 350px;
  margin-left: 10px;
}

.text-span-2 {
  color: #fff;
  text-align: left;
  border-top: 1px solid #fff;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.text-span-2.cc-white-text {
  color: #fff;
}

.heading-3 {
  color: var(--bg-grey);
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.heading-3-copy {
  border-top: 1px solid var(--bg-grey);
  color: var(--bg-grey);
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.row-2 {
  flex: 1;
  display: flex;
}

.row-2.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row-2.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row-2.cc-reverse {
  flex-direction: row-reverse;
}

.row-2.cc-bottom-and-top {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 0;
}

.row-2.cc-bottom-and-top.cc-reverse {
  flex-direction: row;
}

.column-4, .column-5 {
  padding-left: 0;
  padding-right: 25px;
}

.column-6 {
  padding-left: 25px;
}

.column-7, .column-8 {
  padding-right: 25px;
}

.column-9 {
  padding-left: 25px;
}

.container-copy {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}

.container-copy {
  z-index: 1;
  background-color: var(--leicht-box);
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-top: 20px;
  margin-bottom: 66px;
  padding: 20px 20px 50px;
  position: relative;
}

.container-copy.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-copy.cc-cta {
  display: flex;
}

.container-copy.cc-footer {
  justify-content: center;
  align-items: flex-start;
  width: 1180px;
  max-width: 1180px;
  display: flex;
}

.container-copy.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-copy.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-copy.cc-contact {
  display: flex;
}

.container-copy.cc-center-bot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.row-2-copy {
  flex: 1;
  display: flex;
}

.row-2-copy.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row-2-copy.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row-2-copy.cc-reverse {
  flex-direction: row-reverse;
}

.row-2-copy.cc-bottom-and-top {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px;
}

.row-2-copy.cc-bottom-and-top.cc-reverse {
  flex-direction: row;
}

.row-2-copy.cc-bottom-and-top {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 50px;
}

.slider-2 {
  background-color: var(--leicht-bg);
  border-bottom-left-radius: 300px;
  width: 470px;
  min-height: 500px;
  display: block;
  position: relative;
}

.mask {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.slide-4 {
  z-index: -1;
  background-image: url('../images/stg_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-11 {
  background-image: url('../images/lf.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/stg_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/01-CZR-C4-FTE.jpg');
  background-position: 50% 74%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-3 {
  color: #fdfdfd;
  width: 900px;
}

.paragraph-2 {
  color: #868889;
  text-align: left;
  width: 970px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2.cc-gray {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.columns-6 {
  margin-bottom: 20px;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-3 {
  background-color: #1e2123;
  border-bottom-left-radius: 300px;
  width: 470px;
  min-height: 500px;
}

.mask-2 {
  background-color: #1e2123;
  border-radius: 0;
  width: 470px;
}

.contact-2 {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-7 {
  background-color: var(--leicht-box);
}

.heading-4 {
  color: #fdfdfd;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.container-8 {
  background-color: var(--leicht-box);
  padding: 0 20px 20px;
  box-shadow: 1px 1px 10px 9px #00000017;
}

.paragraph-3 {
  color: #fdfdfd;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.list-item-2 {
  color: #fdfdfd;
  font-family: Roboto, sans-serif;
}

.container-copy-copy {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-bottom: 80px;
  padding: 20px;
  position: relative;
}

.container-copy-copy.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-copy-copy.cc-cta {
  display: flex;
}

.container-copy-copy.cc-footer {
  justify-content: center;
  align-items: flex-start;
  width: 1180px;
  max-width: 1180px;
  display: flex;
}

.container-copy-copy.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-copy-copy.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-copy-copy.cc-contact {
  display: flex;
}

.container-copy-copy.cc-center-bot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.container-9 {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-bottom: 80px;
  padding: 20px;
  position: relative;
}

.container-9.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-9.cc-cta {
  display: flex;
}

.container-9.cc-footer {
  justify-content: center;
  align-items: flex-start;
  width: 1180px;
  max-width: 1180px;
  display: flex;
}

.container-9.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-9.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-9.cc-contact {
  display: flex;
}

.container-9.cc-center-bot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.columns-7 {
  flex-direction: row;
  display: flex;
}

.section-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns-2-copy {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-block-2-title {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.image-9 {
  border: 0 solid #fff;
  padding-top: 64px;
  padding-left: 2px;
}

.image-10 {
  border: 0 solid #fff;
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-8 {
  background-image: url('../images/242-283-213-MO16-120-335-NCS-j18.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/stg_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-55 {
  background-image: url('../images/stg_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/b1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/lf_3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/lf_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11-copy {
  background-image: url('../images/stg_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6-copy {
  background-image: url('../images/stg_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/gp1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/gp2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/gp4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/gp3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projects-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/p_header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 300px 30px;
  display: flex;
}

.slide-555 {
  background-image: url('../images/kbb_3.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11-copy-copy {
  background-image: url('../images/kbb_1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.button-copy {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 9px 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.button-copy:hover {
  color: #000;
  background-color: #fff;
}

.button-copy.cc-cta {
  margin-top: 0;
}

.button-copy.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-copy.cc-banner:hover {
  background-color: #e6e6e6;
}

.button-4 {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 9px 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
}

.button-4:hover {
  color: #000;
  background-color: #fff;
}

.button-4.cc-cta {
  margin-top: 0;
}

.button-4.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-4.cc-banner:hover {
  background-color: #e6e6e6;
}

.who-we-are {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.paragraph-copy.cc-gray, .paragraph-copy.cc-gray-2 {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.html-embed {
  padding-top: 0;
  display: block;
  position: static;
}

.map-section-content {
  align-self: flex-start;
  max-width: 1600px;
}

.map {
  border: 1px solid #000;
  border-radius: 5px;
  align-self: center;
  height: 66%;
  min-height: 250px;
  box-shadow: 1px 1px 10px 9px #00000073;
}

.contact-method-group {
  flex-flow: column wrap;
  align-items: stretch;
  margin-top: 48px;
  margin-bottom: -36px;
  display: flex;
}

.map-section-left {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.text-small-caps {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-small-caps.contact-method-heading {
  opacity: 1;
  color: #fff;
  opacity: 1;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-method-item.contact-method-group-item {
  flex-direction: column;
  margin-bottom: 25px;
  margin-right: 48px;
  display: flex;
}

.vertical-divider {
  z-index: 2;
  width: 4vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.map-section-right {
  flex: 1;
  justify-content: space-between;
  padding: 96px 36px;
  display: flex;
}

.map-section {
  background-color: var(--leicht-bg);
  flex-wrap: wrap;
  max-width: 1170px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.address {
  font-style: normal;
}

.text-large {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.text-large.paragraph-large {
  text-align: left;
}

.heading-5 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.h2-copy.cc-center {
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.h2-copy.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-copy.cc-center-copy {
  text-align: left;
  text-align: left;
  max-width: 1170px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-6 {
  max-width: 1170px;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.form-block {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6-copy {
  max-width: 1170px;
  color: var(--white);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-span-3 {
  color: #fff;
  text-align: left;
  border-top: 1px solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.text-span-3.cc-white-text {
  color: #fff;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1450px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map_contact {
  background-color: var(--leicht-bg);
}

.body-2 {
  background-color: var(--leicht-bg);
  overflow: auto;
}

.body-3, .body-4 {
  background-color: var(--leicht-bg);
}

.slide-18 {
  background-image: url('../images/KCQ-Penthouse-007-1_Homepage1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/KCQ-Penthouse-007-1_Homepage2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  z-index: -1;
  background-image: url('../images/hr.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-21 {
  z-index: -1;
  background-image: url('../images/lp1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-22 {
  background-image: url('../images/lp2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/lp3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/lp4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/qp1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/qp2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-27 {
  z-index: -1;
  background-image: url('../images/lp1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-28 {
  z-index: -1;
  background-image: url('../images/lp2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-29 {
  z-index: -1;
  background-image: url('../images/lp3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-30 {
  z-index: -1;
  background-image: url('../images/lp4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.row-2-copy-copy {
  flex: 1;
  display: flex;
}

.row-2-copy-copy.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row-2-copy-copy.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row-2-copy-copy.cc-reverse {
  flex-direction: row-reverse;
}

.row-2-copy-copy.cc-bottom-and-top {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px;
}

.row-2-copy-copy.cc-bottom-and-top.cc-reverse {
  flex-direction: row;
}

.row-2-copy-copy.cc-bottom-and-top-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 50px;
}

.row-2-copy-copy.cc-bottom-and-top-copy.cc-reverse {
  flex-direction: row;
}

.slide-31 {
  z-index: -1;
  background-image: url('../images/qp1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-20-copy {
  z-index: -1;
  background-image: url('../images/hr.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.slide-20-copy-copy {
  z-index: -1;
  background-image: url('../images/qp2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 470px;
  height: auto;
  min-height: auto;
}

.container-hidden {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 20px 0;
  position: relative;
}

.container-hidden.cc-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-hidden.cc-cta {
  display: flex;
}

.container-hidden.cc-footer {
  justify-content: center;
  align-items: flex-start;
  width: 1180px;
  max-width: 1180px;
  display: flex;
}

.container-hidden.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-hidden.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-hidden.cc-contact {
  display: flex;
}

.container-hidden.cc-center-bot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.body-5 {
  background-color: var(--leicht-bg);
}

.paragraph-copy {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.text-span-hidden {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 1px solid #ffffff69;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.text-span-hidden.cc-white-text {
  color: #fff;
}

.map-2 {
  display: none;
}

.slide-556 {
  background-image: url('../images/lp1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.italic-text {
  background-color: #0000;
}

.link-2 {
  color: #fff;
}

.slide-557 {
  background-image: url('../images/hr.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-558 {
  background-image: url('../images/Leicht-Padcroft-4_Homepage-4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-559 {
  background-image: url('../images/lp2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-560 {
  background-image: url('../images/Leicht-Padcroft-4_Homepage-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-561 {
  background-image: url('../images/Leicht-Padcroft-4_Homepage-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-562 {
  background-image: url('../images/qp1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-563 {
  background-image: url('../images/qp2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.slide-564 {
  background-image: url('../images/kc3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.columns-2-copy-copy {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.map-section-content-copy {
  max-width: 504px;
}

.section-3 {
  margin-top: 50px;
}

.paragraph-copy {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-copy.cc-gray {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.kbb {
  background-color: var(--leicht-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -100px;
  padding: 50px 30px 0;
  display: flex;
}

.slide-565 {
  background-image: url('../images/kbb_2.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-kc1 {
  background-image: url('../images/KCQ-Penthouse-007-1_Homepage2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-kc2 {
  background-image: url('../images/KCQ-Penthouse-007-1_Homepage1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.columns-8 {
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-image: url('../images/nyrrzhsuq4iqtwtq3hir.png');
  background-position: -100px 0;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.column-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.div-block-3 {
  width: 100%;
  max-width: 1450px;
}

.text-block-4 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.list-2 {
  text-align: right;
  background-color: #0000;
  list-style-type: square;
}

.list-item-3 {
  color: var(--white);
  border-radius: 0;
}

.columns-9 {
  margin-top: 50px;
}

.tab-link-tab-1 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 50px;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border-bottom: 3px solid #fdfdfd;
}

.tab-link-tab-2 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 50px;
}

.tab-link-tab-2.w--current {
  border-bottom: 3px solid var(--white);
  background-color: #0000;
}

.tab-link-tab-3 {
  background-color: #0000;
}

.tab-link-tab-3.w--current {
  border-bottom: 3px solid var(--white);
  background-color: #0000;
  padding-left: 0;
}

.tabs-menu {
  border-bottom: 1px solid var(--dark-grey);
  margin-bottom: 30px;
}

.paragraph-bold {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-bold.cc-gray {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.gallery {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.container-10 {
  align-items: stretch;
  display: flex;
}

.columns-10 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.more {
  background-color: var(--leicht-bg);
  border-bottom: 2px solid #fefefe47;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.more._2 {
  border: 0 solid #000;
}

.columns-11 {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.gallery-copy {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.company {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 0 30px 50px;
  display: flex;
}

.image-11 {
  opacity: 0;
}

.kochen {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/ocekgst7etcvcapeuh1c.png');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.column-11 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.column-12 {
  align-items: center;
  display: flex;
}

.columns-12 {
  align-items: flex-start;
  display: flex;
}

.image-12 {
  text-align: left;
  margin: 30px auto;
}

.image-13 {
  margin-bottom: 30px;
}

.container-11 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.image-17 {
  min-height: 0%;
  max-height: none;
  transition: transform .2s;
}

.image-17:hover {
  transform: translate(0, -5px)scale(1.02);
}

.html-embed-2 {
  display: none;
}

.image-18 {
  width: 200px;
  height: auto;
  margin-right: 40px;
}

.slide-566 {
  background-image: linear-gradient(#0003, #0003), url('../images/slide_02.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slider-4 {
  background-image: radial-gradient(circle, #000, #fff);
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-bottom: 0;
}

.page-header {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  transform: scale(1);
}

.page-header.referenzen {
  height: 100%;
}

.page-header.kataloge, .page-header.marken, .page-header.kontakt {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.slide-567 {
  background-image: url('../images/684-269-M01-167-309-J22.jpg'), linear-gradient(#0003, #0003);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  overflow: hidden;
}

.slide-568 {
  background-image: linear-gradient(#0003, #0003), url('../images/asdad.jpg');
  background-position: 0 0, 100% -20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
  position: relative;
}

.columns-13 {
  z-index: 50;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1450px;
  margin-top: 0;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.columns-13.nobanner {
  justify-content: flex-start;
}

.title {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.column-13 {
  padding-right: 10px;
}

.column-14 {
  opacity: 1;
  border: 0 solid #fafafa;
  border-radius: 0;
  justify-content: flex-end;
  height: 100%;
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

.column-14.nobanner {
  display: none;
}

.home-content {
  opacity: 1;
  border: 0 solid #000;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.home-content.ydrvaer {
  display: block;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-copy {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 0 solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 64px 0 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  overflow: visible;
}

.text-span-copy.cc-white-text {
  color: #fff;
}

.image-19 {
  z-index: 1;
  clear: none;
  margin: 0 auto 0 50px;
  padding-bottom: 0;
  position: absolute;
  top: -50px;
  left: -30px;
  overflow: visible;
}

.hero-subtext {
  color: #1f2532;
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.section-title {
  color: #1f2532;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.section-title.capitals {
  color: #fdfdfd;
  text-align: left;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}

.body-6 {
  font-family: Montserrat, sans-serif;
}

.image-20 {
  max-width: 60%;
  margin-top: -40px;
}

.icon-3, .icon-4, .slide-nav-3, .left-arrow-3, .left-arrow-4, .right-arrow-3, .slide-nav-4 {
  display: none;
}

.body-7 {
  background-color: var(--leicht-bg);
}

.home-2 {
  background-image: url('../images/header.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -140px;
  padding: 300px 30px;
  display: flex;
  overflow: visible;
}

.home-3 {
  background-image: url('../images/l_2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -150px;
  margin-bottom: 220px;
  padding: 300px 30px 0;
  display: flex;
  overflow: visible;
}

.paragraph-footer {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-footer.cc-gray {
  color: #333;
  text-align: left;
  font-weight: 300;
}

.column-15 {
  flex-direction: column;
  display: flex;
}

.columns-14 {
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 30px;
}

.paragrap-bold {
  color: #868889;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.paragrap-bold.cc-gray {
  color: #333;
  text-align: left;
  font-weight: 300;
}

.div-block-7 {
  opacity: 1;
  border-left: 2px solid #a4a4a4;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.wrap {
  z-index: 999;
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  z-index: 1000;
  color: #1e2123;
  background-color: #1e2123;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

.wht-block {
  z-index: 51;
  color: #fdfdfd;
  background-color: #fdfdfd;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0;
}

.home-header {
  color: var(--leicht-bg);
}

.logo_white {
  z-index: 54;
  max-height: 150px;
  display: block;
  position: relative;
}

.logo_blk {
  z-index: 53;
  margin-top: -79px;
  position: relative;
}

.bg {
  width: 100vh;
  height: 100vh;
  color: var(--leicht-bg);
}

.home-info-content {
  opacity: 1;
  border-left: 2px solid #a4a4a4;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-2 {
  z-index: 999;
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

.blk-block2 {
  z-index: 53;
  color: #1e2123;
  background-color: #1e2123;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0;
}

.paragraph-header {
  color: #fdfdfd;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-header.cc-gray {
  color: #333;
  text-align: left;
  font-weight: 300;
}

.slide-569 {
  background-image: url('../images/slide_01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.html-embed-3 {
  color: #868889;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.div-block-10 {
  max-width: 1170px;
}

.body-8, .body-9 {
  background-color: var(--leicht-bg);
}

.d-120-project-card-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.d-120-image-wrapper {
  background-image: url('../images/liebold_1.jpg');
  background-position: 70%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.d-120-gradient-overlay {
  opacity: 1;
  background-color: #dadada;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.d-120-view-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  max-width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}

.bold-text-2 {
  color: #222;
  text-align: left;
  max-width: 50px;
  font-size: 13px;
  font-weight: 500;
}

.d-120-project-title-wrapper {
  flex-direction: column;
  display: flex;
}

.d-120-project-title {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.d-120-title-underline {
  transform-origin: 0%;
  background-color: #fff;
  height: 2px;
}

.team-member-wrapper {
  cursor: default;
  border: 0 solid #fafafa;
  width: 100%;
  max-width: 100%;
  height: 750px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 27px -6px #00000040;
}

.team-member-details {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(#000000b0, #000000b0);
  border-top: 2px solid #4992ff;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-member-name {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.team-member-job-role {
  font-size: 14px;
  font-weight: 400;
}

.team-member-summary {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.team-member-photo {
  z-index: 5;
  background-image: url('../images/liebold_1.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Roboto, sans-serif;
  position: absolute;
  inset: 0;
}

.team-member-wrapper-2 {
  cursor: default;
  border: 0 solid #fafafa;
  width: 100%;
  max-width: 100%;
  height: 750px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 27px -6px #00000040;
}

.team-member-wrapper-3 {
  cursor: default;
  border: 1px solid #fafafa;
  width: 200px;
  max-width: 100%;
  min-height: 250px;
  transition: transform .2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 27px -6px #00000040;
}

.team-member-wrapper-3:hover {
  transform: scale(1.05);
}

.team-member-name-2 {
  font-weight: 600;
}

.team-member-job-role-2 {
  font-size: 11px;
  font-weight: 400;
}

.team-member-summary-2 {
  font-size: 12px;
  overflow: hidden;
}

.team-member-photo-2 {
  z-index: 5;
  background-image: url('../images/Man-Profile_compressed.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.team_image_1 {
  background-image: url('../images/KIT_Team-1.jpg');
  background-position: 50% 10%;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.div-block-12 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-12:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.heading-7 {
  color: var(--white);
}

.paragraph-4 {
  border-left: 1px solid var(--white);
  width: auto;
  color: var(--white);
  text-align: left;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-4.cc-gray {
  color: #333;
  text-align: left;
  font-weight: 300;
}

.team_image_2 {
  background-image: url('../images/KIT_Team-2.jpg');
  background-position: 50% 10%;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_3 {
  background-image: url('../images/KIT_Team-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_3._2 {
  background-image: url('../images/IMG_7515-ret-2.jpg');
}

.team_image_4 {
  background-image: url('../images/liebold_6.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 560px;
  height: 840px;
}

.team_image_5 {
  background-image: url('../images/liebold_5.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 560px;
  height: 840px;
}

.team_image_6 {
  background-image: url('../images/liebold_2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 560px;
  height: 840px;
}

.text-large-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-13 {
  flex-direction: row;
  min-width: 100%;
  max-width: none;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-method-group-2 {
  flex-flow: column wrap;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: -36px;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-5.cc-gray {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.map-section-left-2 {
  flex-direction: row;
  width: 50%;
  display: flex;
  position: relative;
}

.mask-3 {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.div-block-14 {
  display: none;
}

.body-0 {
  background-color: var(--leicht-bg);
  font-family: Montserrat, sans-serif;
}

.header-inner-2 {
  background-color: var(--leicht-bg);
  background-image: linear-gradient(#00000080, #00000080), url('../images/header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner-2.cc-header-extra {
  background-image: linear-gradient(#0000, #0000), url('../images/slide_01.jpg');
  margin-top: -140px;
  padding-bottom: 420px;
}

.team_image_2-mobile {
  background-image: url('../images/liebold_3.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 560px;
  height: 840px;
  display: none;
}

.team_image_3-mobile {
  background-image: url('../images/liebold_4.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 560px;
  height: 840px;
}

.team_image_4-mobile {
  background-image: url('../images/liebold_6.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 560px;
  height: 840px;
  display: none;
}

.team_image_6-mobile {
  background-image: url('../images/liebold_2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 560px;
  height: 840px;
  display: none;
}

.slider-5 {
  background-color: #1e2123;
  border-bottom-left-radius: 300px;
  width: 470px;
  min-height: 500px;
  display: block;
  position: relative;
}

.text-span-4 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 1px solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.home-tabs {
  background-color: #1e2123;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -100px;
  padding: 50px 30px 0;
  display: flex;
}

.who-we-are-2 {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 0;
  display: flex;
}

.text-span-5 {
  color: #fff;
  text-align: center;
  white-space: normal;
  border: 0 solid #000;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 28px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.text-span-6 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 0 solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  border-left: 1px solid #fff;
  width: auto;
  padding-left: 10px;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.more-2 {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.company-2 {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  padding: 0 30px 50px;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-7 {
  color: #868889;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.div-block-15 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.team_image_7 {
  background-image: url('../images/4.jpeg');
  background-position: 50% 10%;
  background-repeat: repeat;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_8 {
  background-image: url('../images/KIT_Team-5.jpg');
  background-position: 50% 10%;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_9 {
  background-image: url('../images/01_politis.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_10 {
  background-image: url('../images/hoellmann.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_11 {
  background-image: url('../images/2017-09-01-LEICHT-Portraits-1-1024x683.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_12 {
  background-image: url('../images/2017-09-01-LEICHT-Portraits-6-768x512.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_13 {
  background-image: url('../images/01_buchmann.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.section-5 {
  background-color: #fafafa;
  margin-bottom: 10px;
  padding-top: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
}

.blog-post {
  text-align: left;
  border-bottom: 1px solid #dfe0e2;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.body-10 {
  background-color: var(--leicht-bg);
}

.image-21 {
  width: auto;
  height: auto;
}

.tinos_text_image {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10 {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.heading-11 {
  color: #fdfdfd;
  text-align: left;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
}

.heading-11.aetsbrba {
  line-height: 40px;
}

.paragraph-156 {
  color: #000;
  text-align: left;
  border: 1px solid #0000;
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
  display: block;
}

.cara_de {
  margin-top: 280px;
}

.p_footer-2 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.colum-right-copy {
  clear: none;
  text-align: center;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.cara_image {
  background-color: #fff;
  width: 1180px;
  height: 630px;
  margin: 50px auto;
}

.columns-18 {
  justify-content: flex-start;
  align-items: center;
  width: 1180px;
  margin: 50px auto;
  display: flex;
}

.arco_text_image {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.columns-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nuvola_l {
  background-color: #fff;
  background-image: url('../images/nuvola.jpg');
  background-position: 50%;
  background-size: auto 630px;
  width: 1180px;
  height: 630px;
  margin: 50px auto;
}

.text-span-7 {
  opacity: 1;
  border: 1px solid #0000;
}

.lp_header2 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-right {
  width: 500px;
}

.text-left-2 {
  color: #fdfdfd;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.image-rb {
  float: left;
  text-align: left;
  width: 150px;
  max-width: 100%;
  margin-left: -25px;
  padding-left: 0;
}

.cara_header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 860px;
  display: block;
}

.arco_image_big {
  background-color: #fff;
  background-image: url('../images/45239090-0-RolfBenz-515-ADDIT-0.jpg');
  background-position: 50%;
  background-size: cover;
  width: 1180px;
  height: 630px;
  margin: 50px auto;
}

.paragraph-9 {
  color: #fdfdfd;
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.faro_image_bigh {
  background-color: #fff;
  background-image: url('../images/45239290-0-RolfBenz-530-VOLO-01.jpg');
  background-position: 50%;
  background-size: auto 630px;
  width: 1180px;
  height: 630px;
  margin: 50px auto;
}

.colum-left-2 {
  text-align: left;
  padding-left: 50px;
}

.heading-7-copy-copy {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.colum-39 {
  border-left: 1px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-21 {
  padding-right: 0;
}

.contact_box {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph-7-copy {
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

.paragraph-157 {
  text-align: left;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.rb_header {
  background-color: var(--leicht-bg);
  width: 1600px;
  height: auto;
  margin: 50px auto 0;
}

.footer-lp-2 {
  margin-bottom: 50px;
}

.paragraph-158 {
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.faro_text_image {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.columns-21 {
  align-items: center;
  display: flex;
}

.column-37 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  justify-content: center;
  align-items: center;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.column-39 {
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main {
  display: block;
}

.contact-3 {
  width: 1180px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.cara_layout {
  display: block;
}

.html-embed-57 {
  float: right;
  clear: none;
  width: 450px;
  height: 450px;
  margin-top: -50px;
  margin-left: 90px;
}

.column-30 {
  text-align: left;
  padding-left: 0;
}

.retailer_logo {
  float: left;
  text-align: left;
  width: 150px;
  max-width: 100%;
  margin-left: -25px;
  padding-left: 0;
  display: none;
}

.column-38 {
  clear: none;
  padding-left: 90px;
  padding-right: 0;
  left: auto;
}

.column-20 {
  padding-left: 0;
  padding-right: 0;
}

.cara_header-2 {
  background-image: url('../images/RolfBenz-009-Location-001.jpg');
  background-position: 50% 80%;
  background-size: cover;
  width: 100%;
  height: 630px;
  display: none;
}

.colum-right-2 {
  padding-right: 50px;
}

.column-18-copy-2 {
  text-align: left;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-8 {
  color: #000;
  letter-spacing: 2px;
  background-color: #0000;
  border: 3px solid #000;
  margin-top: 20px;
  padding: 10px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.columns-contact {
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.colum-40 {
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.phoenix_text_image {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.image_2, .image_3 {
  background-image: url('../images/RolfBenz-009-Location-001.jpg');
  background-position: 50% 80%;
  background-size: cover;
  width: 500px;
  height: 500px;
  display: block;
}

.tabs {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 120px 30px 0;
  display: flex;
}

.collection-item-2 {
  width: 100vh;
  min-width: 0;
  min-height: 630px;
  margin-bottom: 20px;
  display: block;
}

.html-embed-58 {
  justify-content: center;
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: 40px;
  padding: 30px;
  display: flex;
}

.slide-bristol-2 {
  background-image: url('../images/lf.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.row-4 {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.slide-bristol-4 {
  background-image: url('../images/bristol_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-row-text-2 {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text-2.cc-bottom {
  margin-right: 100px;
}

.slide-bristol_1 {
  background-image: url('../images/bristol_1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-bristol-3 {
  background-image: url('../images/bristol_3.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-16 {
  color: #1e2123;
}

.nav-menu-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-6 {
  min-height: 860px;
  margin-top: 50px;
  margin-bottom: -150px;
}

.heading-12 {
  border-top: 1px solid var(--bg-grey);
  margin-top: 0;
  padding-top: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-left-3 {
  color: #fdfdfd;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.text-span-8 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 1px solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.html-embed-59 {
  border-top: 1px solid var(--bg-grey);
  border-bottom: 1px solid var(--bg-grey);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.collection-item-3 {
  justify-content: center;
  margin-top: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.ausstatung_body {
  margin-top: 100px;
}

.collection-item-4 {
  margin-bottom: 20px;
  position: static;
}

.div-block-17 {
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: -240px;
  padding: 100px 30px 30px;
  transition: opacity .2s;
  display: flex;
}

.div-block-17:hover {
  opacity: 1;
}

.heading-13 {
  color: #fff;
}

.html-embed-60 {
  color: #fff;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.heading-14 {
  border-top: 1px solid #fafafa;
  margin-top: 0;
  padding-top: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.rb_header-2 {
  background-color: #1e2123;
  width: auto;
  height: auto;
  margin: 50px auto 0;
}

.cara_header-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 860px;
  display: block;
}

.cara_image-2 {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 80%;
  height: 630px;
  margin: 50px auto;
  display: block;
}

.body-11 {
  background-color: var(--leicht-bg);
}

.collection-list-wrapper-2 {
  background-color: #0000;
}

.portfolio-body {
  border-top: 2px solid var(--bg-grey);
  border-left: 0px solid var(--leicht-bg);
  margin-top: 100px;
  padding-top: 50px;
}

.div-block-6-copy {
  opacity: 1;
  border-left: 0 solid #a4a4a4;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-2 {
  background-color: #1e2123;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 30px 50px;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: var(--leicht-box);
}

.dropdown-link {
  color: #fff;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #4f9dd0;
}

.dropdown-link-2 {
  font-size: 16px;
}

.columns-24 {
  max-width: 1600px;
  margin-bottom: 50px;
}

.field-label-3 {
  color: #fff;
}

.text-field-3 {
  margin-bottom: 20px;
}

.text-small-caps-2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-small-caps-2.contact-method-heading {
  opacity: 1;
  color: #fff;
  opacity: 1;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.column-40, .column-19 {
  align-items: center;
  display: flex;
}

.columns-25 {
  align-items: flex-start;
  display: flex;
}

.column-41 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -12px;
  display: flex;
}

.image-22 {
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.suppliers2-2 {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 120px;
  display: flex;
}

.div-block-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 250px;
}

.body-12, .body-13 {
  background-color: var(--leicht-bg);
}

.rich-text-block {
  text-align: left;
  letter-spacing: .5px;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-23 {
  text-align: left;
  margin-top: -12px;
}

.div-block-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 250px;
}

.text-span-9 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 0 solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  display: block;
  overflow: visible;
}

.slide-570 {
  background-image: linear-gradient(#0009, #0000 17%), url('../images/2212.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-571 {
  background-image: url('../images/ia_1000000005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.columns-26 {
  margin-top: 100px;
  margin-left: 20px;
}

.collection-list-wrapper-3 {
  flex-direction: row;
  display: block;
}

._22 {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: -33px;
  margin-bottom: 43px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

._22.cc-gray {
  color: #333;
  text-align: left;
  font-weight: 300;
}

._22.cc-gray-2 {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.image-24 {
  min-height: 0%;
  max-height: none;
  margin-bottom: 20px;
  transition: transform .2s;
}

.image-24:hover {
  transform: translate(0, -5px)scale(1.02);
}

.tabs-content {
  background-color: var(--leicht-box);
}

.tab-link-tab-1-2 {
  background-color: var(--leicht-bg);
}

.tab-link-tab-1-2.w--current {
  background-color: var(--leicht-box);
}

.tab-link-tab-2-2 {
  background-color: var(--leicht-bg);
}

.tab-link-tab-2-2.w--current {
  background-color: var(--leicht-box);
}

.text-span-10 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 0 solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.image-25 {
  margin-bottom: 42px;
}

.div-block-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 250px;
}

.nav-link-2 {
  opacity: 1;
  color: #fdfdfd;
  padding-left: 0;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link-2:hover {
  opacity: .7;
  color: #fdfdfd;
  font-weight: 400;
}

.nav-link-2:focus {
  color: #4f9dd0;
  font-weight: 600;
}

.nav-link-2.w--current {
  opacity: 1;
  color: #fdfdfd;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nav-link-2.w--current:hover {
  color: #4f9dd0;
  font-weight: 600;
}

.div-block-21 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 250px;
}

.div-block-21.image-17 {
  width: 500px;
  height: 400px;
}

.title-section, .title-3 {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-26 {
  max-height: 150px;
}

.gallery-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.collection-list-4, .collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-6, .collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-content {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.page-title {
  opacity: 1;
  border-left: 2px solid #a4a4a4;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.page-elements {
  opacity: 1;
  border-left: 0 solid #a4a4a4;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.image-27 {
  width: 200px;
  height: auto;
}

.nav-menu-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  opacity: 1;
  color: #dedede;
  letter-spacing: .1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.nav-link-3:hover {
  color: #fafafa;
  font-weight: 300;
}

.nav-link-3:focus {
  color: #fafafa;
  font-weight: 400;
}

.nav-link-3.w--current {
  opacity: 1;
  color: #fdfdfd;
  flex: 0 auto;
  font-family: Avenir Next Reg, sans-serif;
  font-weight: 400;
}

.nav-link-3.w--current:hover {
  color: #fafafa;
  font-weight: 400;
}

.heading-15 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  position: absolute;
  inset: 0% 0% auto;
}

.catalog-2 {
  background-color: #1e2123;
  border: 0 solid #000;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.columns-27 {
  color: #2a2f33;
  background-color: #2a2f33;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 1px 1px 10px 9px #0000003d;
}

.button-box-4 {
  color: #55595c;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #55595c;
  border-radius: 3px;
  flex: 0 auto;
  margin: 0 10px 10px;
  font-family: Avenir Next Reg, sans-serif;
  font-weight: 300;
  transition: background-color .4s cubic-bezier(1, 0, 0, 1), color .4s cubic-bezier(.785, .135, .15, .86);
  position: relative;
  inset: auto 0% 0%;
}

.button-box-4:hover {
  color: #fafafa;
  background-color: #55595c;
}

.catalog-3 {
  background-color: #1e2123;
  width: 100%;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.container-12 {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}

.container-12.cc-footer {
  border: 0 solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.container-12.cc-center-bot {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1450px;
  margin-bottom: 0;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.text-footer-credits-2 {
  color: #868889;
  margin-top: 15px;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-2 {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 0;
  display: flex;
}

.footer-links-list-2 {
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 50px;
  font-family: Avenir Next Reg, sans-serif;
  display: flex;
}

.html-embed-61 {
  color: #868889;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link-footer-2 {
  color: #c9c9c9;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-footer-2:hover {
  color: #fafafa;
}

.footer-column-2 {
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.footer-column-2.cc-footer {
  flex-direction: column;
}

.image-28 {
  width: 33%;
}

.map-section-content-2 {
  max-width: 504px;
}

.text-field-4 {
  color: #000;
  font-family: Lato, sans-serif;
}

.map_contact-2 {
  background-color: #1e2123;
}

.text-field-5 {
  color: #000;
  padding-top: 25px;
  padding-bottom: 150px;
  font-family: Lato, sans-serif;
}

.column-44 {
  padding-left: 5px;
  padding-right: 0;
}

.column-45 {
  padding-left: 0;
  padding-right: 5px;
}

.slider-7 {
  width: 100%;
  height: 50vh;
  margin-left: auto;
  padding-bottom: 0;
}

.slide-572 {
  background-image: url('../images/ia_14500000006.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-slider {
  margin-top: -150px;
  padding-bottom: 0;
  transform: scale(1);
}

.slide-573 {
  background-image: linear-gradient(#0003, #0003), url('../images/header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-574 {
  background-image: linear-gradient(#0003, #0003), url('../images/ia_14500000005.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-6 {
  opacity: 1;
  border-left: 2px solid #a4a4a4;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-4 {
  background-color: #1e2123;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-title-2 {
  opacity: 1;
  border-left: 2px solid #a4a4a4;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-24 {
  max-width: 1450px;
  position: absolute;
  inset: auto auto 0%;
}

.heading-16 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  align-self: auto;
  justify-items: stretch;
  max-width: none;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: stretch;
  width: 100%;
  max-width: 1450px;
  display: grid;
}

.text-footer-credits-3 {
  color: #868889;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.link-footer-3 {
  color: #dedede;
  letter-spacing: 1px;
  flex: none;
  margin-bottom: 10px;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-footer-3:hover {
  color: #fafafa;
}

.link-footer-3.w--current {
  letter-spacing: 1px;
  font-size: 14px;
}

.image-29 {
  width: 150px;
  height: auto;
}

.link-block-4 {
  justify-content: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.home-content-2 {
  opacity: 1;
  border: 0 solid #000;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.slide-567-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0003, #0003);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.ref_name {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  margin-top: -106px;
  padding-left: 10px;
  padding-right: 10px;
}

.html-embed-62 {
  color: #868889;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.column-46 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-column-3 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.footer-column-3.cc-footer {
  flex-direction: column;
}

.rich-text-block-2 {
  color: #fafafa;
  text-align: left;
  max-width: 720px;
  font-family: Avenir Next Reg, sans-serif;
}

.rich-text-block-2.wzttrzw.rae5h {
  font-family: Avenir Next Reg, sans-serif;
}

.container-13 {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  max-width: 1170px;
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}

.container-13.cc-footer {
  border-top: 2px solid #fafafa59;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.bold-text-3 {
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 400;
}

.slide-5677 {
  background-image: linear-gradient(#0003, #0003), url('../images/KIT_Ueber-uns-Slider.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-12-copy {
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity .2s;
  display: flex;
}

.div-block-12-copy:hover {
  opacity: 1;
}

.austellung_1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.link-block-5 {
  text-decoration: none;
}

.heading-9 {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bold-text-5 {
  font-weight: 300;
}

.ref_1 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.ref_2 {
  background-image: url('../images/KIT_recklinghausen_111-RGB.jpg');
  background-position: 30%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.lightbox-link-2 {
  text-decoration: none;
}

.ref_5 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.lightbox-link-3 {
  text-decoration: none;
}

.ref_4 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref_4.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref_4.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref_4.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref_4.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref_4.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref_4.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref_4.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref_4.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref_4.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_4.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_4.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_4.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_4._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref_4._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_4._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_4._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_4._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref_3 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.lightbox-link-4 {
  text-decoration: none;
}

.ausstellung_1 {
  background-image: url('../images/684-269-M01-167-309-J22_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  height: 400px;
}

.aus_2 {
  background-image: url('../images/744_293_M04_352_192_j22.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.collection-list-wrapper-6 {
  display: none;
}

.aus_3 {
  background-image: url('../images/1-6-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.aus_4 {
  background-image: url('../images/1-4-1024x683.jpg');
  background-position: 0 0;
  background-size: 125px;
}

.aus_5 {
  background-image: url('../images/CM-2015-025_V3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.ref_8 {
  background-image: url('../images/1-3-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.aus_9 {
  background-image: url('../images/CM-2015-019.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.aus_10 {
  background-image: url('../images/CM-2015-016.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.page-header-home {
  justify-content: center;
  align-items: flex-start;
  margin-top: -110px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
  transform: scale(1.01);
}

.page-header-home.yvye {
  height: 100vh;
}

.lightbox-link-5 {
  text-decoration: none;
}

.div-block-26 {
  display: none;
}

.lightbox-link-6 {
  text-decoration: none;
}

.slide-5699 {
  background-image: url('../images/KA-Gronau_03.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-20 Area-2 Area-5 Area-9"
                 "Area-6 Area-4 Area-7 Area-8"
                 "Area Area-3 Area-10 Area-11"
                 "Area-13 Area-12 Area-14 Area-15"
                 "Area-16 Area-17 Area-18 Area-19"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: grid;
}

.image-24-logo {
  min-height: 0%;
  max-height: none;
  margin-bottom: 0;
  padding-top: 0;
  transition: transform .2s;
}

.image-24-logo:hover {
  transform: translate(0, -5px)scale(1.02);
}

.home-content-space {
  opacity: 1;
  border: 0 solid #000;
  max-width: 1450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.map-section-content-22 {
  align-self: flex-start;
  max-width: 1600px;
}

.abvk_1 {
  background-image: url('../images/b2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 520px;
  height: 360px;
  margin-bottom: 10px;
  margin-right: 0;
}

.abvk_2 {
  background-image: url('../images/Koje-104-CARRÉ-FS-XYLO-4-1024x683.jpg');
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
  text-decoration: none;
}

.html-embed-63 {
  color: #fafafa;
  max-width: 970px;
}

.bold-text-6 {
  font-weight: 400;
}

.aus_11 {
  background-image: url('../images/CM-2015-010.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.aus_12 {
  background-image: url('../images/CM-2015-003.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.aus_13 {
  background-image: url('../images/new_3_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.aus_14 {
  background-image: url('../images/CM-2015-038.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.aus_15 {
  background-image: url('../images/22.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.more-3 {
  background-color: #1e2123;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 30px;
  display: flex;
}

.slider-8 {
  max-width: 1064px;
  min-height: 683px;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.more-33 {
  background-color: #1e2123;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -50px;
  padding: 0 30px;
  display: flex;
}

.button-box-5 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #55595c;
  border-radius: 0;
  flex: 0 auto;
  margin: 0 10px 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-weight: 300;
  transition: background-color .4s cubic-bezier(1, 0, 0, 1), color .4s cubic-bezier(.785, .135, .15, .86);
  position: relative;
  inset: auto 0% 0%;
}

.button-box-5:hover {
  color: #fafafa;
  background-color: #55595c;
}

.text-span-11, .text-span-hidden-2 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 1px solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.paragraph-159 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-1599 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.div-block-28 {
  background-image: url('../images/Bora.JPG');
  background-position: 50%;
  background-size: cover;
  width: 1024px;
  height: 683px;
  min-height: 0;
  box-shadow: 1px 1px 3px #00000069;
}

.html-embed-58_mo {
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.slide-5700, .slide-5701, .slide-5702, .slide-5703, .slide-5704, .slide-5705 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-29 {
  border: 1px solid var(--bg-grey);
  opacity: 1;
  background-color: #2a2f33a3;
  border-radius: 1px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  line-height: 70%;
}

.h1-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  max-width: 1170px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 70px;
}

.h1-2.cc-black {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.link-block-6 {
  width: 100%;
  padding-right: 10px;
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.more-c2 {
  background-color: var(--leicht-bg);
  border-bottom: 2px solid #fefefe47;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 30px 50px;
  display: flex;
}

.title-section-mo {
  background-color: var(--leicht-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: none;
}

.team_image_8-copy {
  background-image: url('../images/falk.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_14 {
  background-image: url('../images/frey.png');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.aus_16 {
  background-image: url('../images/042-P.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
}

.team_image_15 {
  background-image: url('../images/dsc15.png');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.slider-9 {
  max-width: 1064px;
  min-height: 683px;
  margin-left: auto;
  margin-right: auto;
}

.project-container {
  z-index: 1;
  background-color: #0000;
  border-radius: 5px;
  align-self: auto;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
}

.image-30 {
  transition: transform .2s;
}

.image-30:hover {
  transform: translate(0, -5px)scale(1.02);
}

.row-5 {
  flex: 1;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.paragraph-1600 {
  color: #fafafa;
  text-align: center;
  width: auto;
  max-width: 1170px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-1601 {
  color: #fff;
  text-align: left;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-1601.cc-gray {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.heading-18 {
  color: #fafafa;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.projects-content {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0 30px 120px;
  display: flex;
}

.projects-content.cc-background {
  background-color: #1e2123;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-span-12 {
  color: #d62731;
}

._2-row-text-3 {
  max-width: 370px;
  margin-right: 0;
}

._2-row-text-3.cc-bottom {
  margin-right: 100px;
}

.section-heading {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.row-6 {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.text-span-13 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border-top: 0 solid #fff;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  overflow: visible;
}

.text-span-14 {
  color: #fff;
  text-align: left;
  white-space: normal;
  border: 0 solid #000;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.divider {
  border-bottom: 2px solid #fafafa;
  width: 100%;
  margin-bottom: 50px;
}

.slide-56778 {
  background-image: linear-gradient(#0003, #0003), url('../images/KIT_LEICHT_BOSSA_walnussliniert_Collection_2021_Foto_Credit_LEICHT_P_Schumacher-27-RGB.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.more-34 {
  background-color: #1e2123;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.select-field {
  width: 100%;
}

.link-3 {
  color: #fff;
  text-decoration: underline;
}

.datepicker {
  width: 100%;
  padding-left: 12px;
  padding-right: 0;
}

.div-block-31 {
  height: 20px;
}

.slide-5682 {
  background-image: linear-gradient(#0003, #0003), url('../images/2022-03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-32 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2a2f33;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-right: 30px;
  padding-left: 20px;
  display: grid;
  box-shadow: 1px 1px 10px 9px #00000047;
}

.paragraph-1602 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-34 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.team_image_16 {
  background-image: url('../images/DSC02064.png');
  background-position: 0 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_17 {
  background-image: url('../images/2022-03.jpg');
  background-position: 20% 0;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.div-block-40 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-40:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.ref_10 {
  background-image: url('../images/6.jpg');
  background-position: 30%;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
  text-decoration: none;
}

.text-block-6 {
  color: #fff;
  text-align: left;
}

.paragraph-1603 {
  color: var(--white);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-1604, .paragraph-1605 {
  color: #fff;
  text-align: left;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-1606 {
  height: 100%;
  color: var(--white);
  text-align: left;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.veranstaltungen {
  background-image: url('../images/S02640.jpg');
  background-position: 0 0;
  background-size: cover;
}

.marken {
  background-image: url('../images/744_293_M04_352_192_j22.jpg');
  background-position: 0 0;
  background-size: cover;
  font-family: Avenir Next Demi, sans-serif;
}

.kontakt {
  background-image: linear-gradient(#0000, #0003), url('../images/CM-2015-025_V3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.datenschutz {
  background-image: url('../images/2212.jpg');
  background-position: 0 0;
  background-size: cover;
}

.impressum {
  background-image: url('../images/5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.agb {
  background-image: url('../images/CM-2015-038.jpg');
  background-position: 0 0;
  background-size: cover;
}

.videoberatung {
  background-image: url('../images/1-7-1024x683.jpg');
  background-position: 0 0;
  background-size: cover;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h2-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2-copy.cc-center {
  text-align: center;
  align-self: center;
  width: 720px;
  margin-bottom: 20px;
  font-family: Avenir Next Reg, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.h2-copy.cc-2-rows {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  line-height: 45px;
}

.h2-copy.cc-white-text {
  color: #fff;
}

.h2-copy.text-span.cc-post-text {
  color: #333;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.h2-copy.text-span.cc-post-text-copy {
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #f7f7f752;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 32px;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 1450px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
}

.div-block-41.aergera {
  padding-left: 29px;
}

.div-block-42 {
  align-self: center;
  margin-top: 40px;
}

.image-31 {
  width: 100%;
  height: 100%;
}

.link-4, .link-5, .link-6 {
  color: var(--white);
}

.link-7 {
  display: block;
}

.linkneu {
  color: #fff;
}

.h1header {
  text-align: left;
  font-family: Avenir Next Demi, sans-serif;
  font-weight: 500;
}

.div-block-43.ervbraerbae, .div-block-44.aerga {
  height: 100vh;
  margin-top: -150px;
}

.lightbox-link-7.text-none, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14 {
  width: 100%;
  text-decoration: none;
}

.div-block-53 {
  height: 100vh;
}

.div-block-53.divq43g, .div-block-53.fawfa {
  margin-top: -150px;
}

.lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19 {
  text-decoration: none;
}

.lightbox-link-20 {
  text-decoration: none;
  overflow: visible;
}

.lightbox-link-21, .lightbox-link-22 {
  text-decoration: none;
}

.div-block-55 {
  height: 100vh;
  margin-top: -150px;
  display: flex;
  overflow: hidden;
}

.div-block-56 {
  justify-content: center;
  height: 100vh;
  margin-top: -150px;
  display: flex;
}

.div-block-57 {
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: -150px;
  display: flex;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.link-9 {
  color: #fff;
}

.div-block-58 {
  justify-content: center;
  height: 100vh;
  margin-top: -150px;
  display: flex;
}

.link-10 {
  color: #fff;
}

.div-block-59, .div-block-60 {
  justify-content: center;
  height: 100vh;
  margin-top: -150px;
  display: flex;
}

.text-block-7, .link-11 {
  color: #fff;
}

.lightbox-link-55, .lightbox-link-56 {
  text-decoration: none;
}

.ref_7 {
  background-image: url('../images/KA-Gronau_05.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref_7.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref_7.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref_7.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref_7.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref_7.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref_7.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref_7.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref_9 {
  background-image: url('../images/KIT_recklinghausen_111-RGB_1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref_9.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref_9.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref_9.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref_9.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref_9.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref_9.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref_9.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.div-block-61 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.video.new {
  -webkit-text-fill-color: inherit;
  background-color: #1e2123;
  background-clip: border-box;
  flex: 0 auto;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.video.new2 {
  background-color: #1e2123;
  height: 16%;
}

.lightbox-link-20-copy, .lightbox-link-20-copy-copy {
  text-decoration: none;
  overflow: visible;
}

.div-block-113 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-113:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.ref_113 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref_113.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref_113.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref_113.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref_113.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref_113.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref_113.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref_113.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref_113.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref_113.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_113.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_113.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_113.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_113._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref_113._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_113._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref_113._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref_113._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref_113._81-113 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading-113 {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  font-family: Avenir Next Demi, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-114 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 50%;
  background-size: auto;
}

.lightbox-24_1 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_1 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_1.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_1.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_1.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_1.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_1.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_1.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_1.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_1.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_1._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_1._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_1._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_1:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__1 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_2 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_2 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_2.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_2.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_2.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_2.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_2.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_2.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_2.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_2.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_2._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_2._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_2._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_2 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_2:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__2 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_3 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_3 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_3.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_3.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_3.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_3.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_3.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_3.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_3.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_3.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_3._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_3._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_3._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_3 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_3:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__3 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_4 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_4 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_4.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_4.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_4.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_4.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_4.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_4.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_4.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_4.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_4._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_4._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_4._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_4 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_4:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__4 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_5 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_5 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_5.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_5.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_5.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_5.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_5.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_5.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_5.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_5.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_5._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_5._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_5._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_5 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_5:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__5 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_6 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_6 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_6.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_6.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_6.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_6.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_6.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_6.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_6.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_6.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_6._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_6._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_6._81-24_6 {
  background-image: url('../images/Küche-R-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_6 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_6:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__6 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_7 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_7 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_7.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_7.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_7.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_7.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_7.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_7.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_7.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_7.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_7._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_7._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._81-24_6 {
  background-image: url('../images/Küche-R-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_7._81-24_7 {
  background-image: url('../images/IMG_9841.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_7 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_7:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__7 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_8 {
  text-decoration: none;
  overflow: visible;
}

.ref-24_8 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24_8.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24_8.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24_8.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24_8.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24_8.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24_8.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24_8.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24_8.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24_8._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24_8._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81-24_6 {
  background-image: url('../images/Küche-R-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81-24_7 {
  background-image: url('../images/IMG_9841.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24_8._81-24_8 {
  background-image: url('../images/0b8c35bd-6815-4936-8c37-bc865134d5da.JPG');
  background-position: 0 0;
  background-size: cover;
}

.div-block-24_8 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_8:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__8 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.ref-24_9 {
  background-image: url('../images/5f26e057351a0bbcc635ab35ea967c9ff119b5d8.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-24_9 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_9:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24__9 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24_8-copy, .lightbox-24__9 {
  text-decoration: none;
  overflow: visible;
}

.ref-24__9 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24__9.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24__9.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24__9.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24__9.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24__9.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24__9.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24__9.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24__9.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__9._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24__9._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24_6 {
  background-image: url('../images/Küche-R-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24_7 {
  background-image: url('../images/IMG_9841.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24_8 {
  background-image: url('../images/0b8c35bd-6815-4936-8c37-bc865134d5da.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__9._81-24__9 {
  background-image: url('../images/2c60c79b51d852c38c0ba15ee7e84ea0a0b6fb2e.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-24_8-copy {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24_8-copy:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24___9 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24___9:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24____9 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24__10 {
  text-decoration: none;
  overflow: visible;
}

.ref-24__10 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24__10.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24__10.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24__10.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24__10.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24__10.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24__10.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24__10.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24__10.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24__10._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24_6 {
  background-image: url('../images/Küche-R-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24_7 {
  background-image: url('../images/IMG_9841.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24_8 {
  background-image: url('../images/0b8c35bd-6815-4936-8c37-bc865134d5da.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__10._81-24__9 {
  background-image: url('../images/2c60c79b51d852c38c0ba15ee7e84ea0a0b6fb2e.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__10._81-24__10 {
  background-image: url('../images/Küche-W.-in-Senden-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-24___10 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24___10:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24____10 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24__11 {
  text-decoration: none;
  overflow: visible;
}

.ref-24__11 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24__11.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24__11.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24__11.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24__11.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24__11.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24__11.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24__11.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24__11.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24__11._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24_6 {
  background-image: url('../images/Küche-R-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24_7 {
  background-image: url('../images/IMG_9841.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24_8 {
  background-image: url('../images/0b8c35bd-6815-4936-8c37-bc865134d5da.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__11._81-24__9 {
  background-image: url('../images/2c60c79b51d852c38c0ba15ee7e84ea0a0b6fb2e.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11._81-24__10 {
  background-image: url('../images/Küche-W.-in-Senden-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__11._81-24__11 {
  background-image: url('../images/Küche-E.-in-Greven-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-24___11 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24___11:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24____11 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-link-_2.text-none, .lightbox-link-_2.text-none-_2 {
  width: 100%;
  text-decoration: none;
}

.ausstellung_1-_2 {
  background-image: url('../images/kyoto10.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  height: 400px;
}

.div-block-12-_2 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-12-_2:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-15-_2 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-12-copy {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-12-copy:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-15-copy {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.team_image_3-copy {
  background-image: url('../images/de6caf1ed1713be93b9f11dfdeb47de5a955e1c5.jpeg');
  background-position: 0%;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_3-copy._2 {
  background-image: url('../images/IMG_7515-ret-2.jpg');
}

.team_image_3-copy-copy {
  background-image: url('../images/cc491aba69c5793f7f045d46571a2832abe1a236.jpeg');
  background-position: 0%;
  background-size: cover;
  width: 350px;
  height: 280px;
}

.team_image_3-copy-copy._2 {
  background-image: url('../images/IMG_7515-ret-2.jpg');
}

.div-block-12-copy-copy {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-12-copy-copy:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-15-copy-copy {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-link-_2-copy.text-none, .lightbox-link-_2-copy.text-none-_2 {
  width: 100%;
  text-decoration: none;
}

.ausstellung_1-_2-copy {
  background-image: url('../images/087_01_06_Fotoproduktion_Rundwange_026.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  height: 400px;
}

.div-block-12-_2-copy {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-12-_2-copy:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-15-_2-copy {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lightbox-24__12 {
  text-decoration: none;
  overflow: visible;
}

.ref-24__12 {
  background-image: url('../images/20230924_142733_resized_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref-24__12.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref-24__12.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref-24__12.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref-24__12.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref-24__12.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref-24__12.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref-24__12.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.ref-24__12.ref_12 {
  background-image: url('../images/3-KUECHE_OELKERS-MS_18-11-17_097.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_13 {
  background-image: url('../images/32925_BV-Konert_0221_v2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_14 {
  background-image: url('../images/20230810_215750.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_15 {
  background-image: url('../images/02.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_16 {
  background-image: url('../images/01_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_17 {
  background-image: url('../images/01_2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_18 {
  background-image: url('../images/01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_19 {
  background-image: url('../images/01_4.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_20 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_21 {
  background-image: url('../images/IMG_4753.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_22 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_23 {
  background-image: url('../images/09.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_24 {
  background-image: url('../images/04_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12.rer_26 {
  background-image: url('../images/1_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_27 {
  background-image: url('../images/32925_BV-Konert_0307-Panorama.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_28 {
  background-image: url('../images/04.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_29 {
  background-image: url('../images/05_1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_30 {
  background-image: url('../images/IMG_5598.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_31 {
  background-image: url('../images/IMG_7829.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_32 {
  background-image: url('../images/IMG_7928.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_33 {
  background-image: url('../images/IMG_9012.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_354 {
  background-image: url('../images/IMG_0502.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_34 {
  background-image: url('../images/IMG_0498.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_35 {
  background-image: url('../images/IMG_3756.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_36 {
  background-image: url('../images/IMG_9773.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_37 {
  background-image: url('../images/IMG_1643.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_38 {
  background-image: url('../images/IMG_1901.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12.ref_39 {
  background-image: url('../images/IMG_1981.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12.ref_40 {
  background-image: url('../images/3_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_41 {
  background-image: url('../images/1_4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_42 {
  background-image: url('../images/1_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_44 {
  background-image: url('../images/IMG_7254.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref_45 {
  background-image: url('../images/IMG_8474.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12.ref47 {
  background-image: url('../images/IMG_7327.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref48 {
  background-image: url('../images/2_5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref50 {
  background-image: url('../images/1_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12.ref51 {
  background-image: url('../images/5_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12._52 {
  background-image: url('../images/2_7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._54 {
  background-image: url('../images/05.JPG');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12._55 {
  background-image: url('../images/IMG_8354.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._56 {
  background-image: url('../images/IMG_8834.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12._57 {
  background-image: url('../images/IMG_0068.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._58 {
  background-image: url('../images/IMG_1144.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._59 {
  background-image: url('../images/OBP_4957.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._60 {
  background-image: url('../images/IMG_3378.jpg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12._61 {
  background-image: url('../images/0ddfdf59-74d0-4cb6-92b4-e424a425a7ee.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._62 {
  background-image: url('../images/4ddffda3-f9c4-4147-9bc9-d1dc6a5901d4.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._70 {
  background-image: url('../images/IMG_5005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._71 {
  background-image: url('../images/IMG_5596.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._78 {
  background-image: url('../images/IMG_4993.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81 {
  background-image: url('../images/nh1.jpeg');
}

.ref-24__12._81-24_1 {
  background-image: url('../images/Küche-K-Münsterland9083.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24_2 {
  background-image: url('../images/Küche-F-in-Ostbevern-1.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24_3 {
  background-image: url('../images/Küche-B-Münster-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24_4 {
  background-image: url('../images/405dfded-f7ef-4458-8ed9-6eb6acc5c948.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24_5 {
  background-image: url('../images/Küche-B-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24_6 {
  background-image: url('../images/Küche-R-in-Münster-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24_7 {
  background-image: url('../images/IMG_9841.jpg');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24_8 {
  background-image: url('../images/0b8c35bd-6815-4936-8c37-bc865134d5da.JPG');
  background-position: 0 0;
  background-size: cover;
}

.ref-24__12._81-24__9 {
  background-image: url('../images/2c60c79b51d852c38c0ba15ee7e84ea0a0b6fb2e.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12._81-24__10 {
  background-image: url('../images/Küche-W.-in-Senden-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12._81-24__11 {
  background-image: url('../images/Küche-E.-in-Greven-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.ref-24__12._81-24__12 {
  background-image: url('../images/59001cf24454492ed596da844a794ce09b7036e6.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-24___12 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block-24___12:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.div-block-24____12 {
  opacity: 1;
  background-color: #37373770;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.ref_26_1 {
  background-image: url('../images/Küche-E.-aus-Rheine.1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref_26_1.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref_26_1.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref_26_1.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref_26_1.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref_26_1.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref_26_1.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref_26_1.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.div-block_26_1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block_26_1:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

.ref_26_2 {
  background-image: url('../images/Küche-W.-in-Drensteinfurt.1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-width: 560px;
  height: 400px;
  position: static;
}

.ref_26_2.ref2 {
  background-image: url('../images/KIT-IMG-6196-RGB.jpg');
}

.ref_26_2.ref3 {
  background-image: url('../images/IMG_6338.jpg');
}

.ref_26_2.ref44 {
  background-image: url('../images/KIT_He-Muenster-2787-RGB.jpg');
}

.ref_26_2.ref5 {
  background-image: url('../images/KIT_W-Billerbeck-2425-RGB.jpg');
}

.ref_26_2.ref6 {
  background-image: url('../images/KIT-IMG-6172.jpg');
}

.ref_26_2.referenz_7 {
  background-image: url('../images/IMG_0581.jpg');
}

.ref_26_2.referenz8 {
  background-image: url('../images/KIT-IMG-1311.jpg');
}

.div-block_26_2 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.div-block_26_2:hover {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
}

html.w-mod-js [data-ix="page-load-2"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="page-load-1"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="fade-in-scroll-1"] {
  opacity: 0;
  transform: translate(0, 25px);
}

@media screen and (min-width: 1920px) {
  a {
    color: #fff;
  }

  .home {
    background-image: linear-gradient(#0000, #0000003b), url('../images/313213.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 100%;
    margin-top: 0;
    padding: 0;
  }

  .h1 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    display: block;
  }

  .h1.header {
    text-align: left;
  }

  .h1.awererg {
    margin-bottom: 20px;
  }

  .h1.wef {
    text-align: center;
  }

  .h1.aergaebvb {
    padding-left: 10px;
  }

  .h1.aergearg {
    text-align: center;
    font-size: 32px;
  }

  .paragraph {
    text-align: center;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .paragraph.aerger {
    padding-left: 10px;
  }

  .paragraph.test3242 {
    margin-bottom: 60px;
  }

  .container.cc-center {
    align-self: flex-start;
    max-width: 1450px;
  }

  .container.cc-center-bot {
    margin-top: 0;
    padding-top: 0;
  }

  .container.cc-center-bot.container22 {
    display: none;
  }

  .container.cc-center-bot.asdf {
    max-width: 100%;
    margin-top: -39px;
  }

  .container.cc-center-bot.zejteds {
    max-width: 1450px;
    padding-left: 0;
  }

  .container.cc-center-bot.atrsjsrn {
    max-width: 1450px;
  }

  .h2.cc-center {
    text-align: center;
    width: 100%;
    max-width: 1440px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .h2.cc-center.aergae {
    text-align: center;
  }

  .text-span {
    text-align: center;
    font-size: 32px;
  }

  .body {
    object-fit: fill;
    overflow: scroll;
  }

  .premium.cc-background {
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .more {
    width: 1440px;
  }

  .slider-4 {
    height: 100%;
  }

  .page-header {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .page-header.ueberuns {
    height: 100vh;
  }

  .page-header.kuechen {
    height: 100%;
  }

  .page-header.veranstaltungen {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .page-header.referenzen {
    height: 100%;
  }

  .page-header.kataloge {
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: static;
  }

  .page-header.marken {
    height: 100%;
    margin-top: 0;
  }

  .page-header.kontakt {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .slide-567 {
    background-image: url('../images/684-269-M01-167-309-J22.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-568 {
    background-image: url('../images/asdad.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .columns-13.nobanner {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .column-14 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-14.nobanner {
    display: none;
  }

  .home-content {
    justify-content: center;
    max-width: none;
    height: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .home-content.ydrvaer {
    display: block;
  }

  .home-header {
    width: 100%;
    height: 100vh;
  }

  .heading-8 {
    line-height: 27px;
  }

  .heading-11 {
    font-family: Avenir Next Demi, sans-serif;
    font-size: 32px;
    line-height: 48px;
  }

  .header {
    justify-content: center;
    height: 100vh;
    margin-top: -150px;
    display: flex;
  }

  .html-embed-58 {
    padding-bottom: 20px;
  }

  .suppliers2-2 {
    align-self: stretch;
    padding-top: 40px;
  }

  .page-content {
    width: auto;
  }

  .page-elements {
    margin-top: 40px;
  }

  .nav-link-3.w--current {
    font-family: Avenir Next Reg, sans-serif;
    font-weight: 400;
  }

  .footer-links-list-2 {
    align-self: flex-start;
  }

  .page-title-2 {
    justify-content: center;
    display: flex;
  }

  .home-content-2 {
    margin-top: 0;
  }

  .div-block-25 {
    grid-template-rows: auto auto auto auto auto;
  }

  .slide-5677 {
    background-image: linear-gradient(#0000, #0000), url('../images/KIT_Ueber-uns-Slider.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading-9 {
    border: 1px #fff;
    text-decoration: none;
  }

  .ref_4 {
    text-decoration: none;
  }

  .ref_4.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref_4.referenz8.ref11 {
    background-image: none;
  }

  .aus_2 {
    text-decoration: none;
  }

  .page-header-home {
    height: 100vh;
  }

  .div-block-27 {
    grid-template-areas: "Area-20 Area-2 Area-5 Area-9"
                         "Area-6 Area-4 Area-7 Area-8"
                         "Area Area-3 Area-10 Area-11"
                         "Area-13 Area-12 Area-14 Area-15"
                         "Area-16 Area-17 Area-18 Area-19";
    height: auto;
    margin-top: 0;
  }

  .div-block-29 {
    opacity: 1;
  }

  .link-block-6 {
    opacity: 1;
    width: 100%;
  }

  .more-c2 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-56778 {
    height: 100vh;
  }

  .form-3 {
    justify-items: center;
  }

  .more-34 {
    align-items: flex-start;
  }

  .link-3 {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    border: 0 solid #fff;
    border-bottom-width: 1px;
  }

  .datepicker {
    padding-left: 12px;
  }

  .paragraph-1604, .paragraph-1605 {
    line-height: 24px;
  }

  .paragraph-1606 {
    height: auto;
    line-height: 24px;
  }

  .veranstaltungen {
    position: relative;
  }

  .kontakt {
    background-image: linear-gradient(#0000, #00000075), url('../images/CM-2015-025_V3.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .videoberatung {
    background-image: linear-gradient(#0003, #00000008), url('../images/1-7-1024x683.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .h2-copy.cc-center {
    font-size: 20px;
  }

  .div-block-41 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: 1450px;
    padding-left: 10px;
    display: flex;
  }

  .h1header {
    text-align: left;
    font-family: Avenir Next Demi, sans-serif;
    font-size: 33px;
    font-weight: 500;
    line-height: 36px;
  }

  .div-block-43.ervbraerbae {
    margin-top: -150px;
  }

  .div-block-44 {
    height: 100vh;
  }

  .div-block-44.aerga {
    margin-top: -150px;
  }

  .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14 {
    width: 100%;
    text-decoration: none;
  }

  .div-block-53 {
    height: 100vh;
  }

  .div-block-54 {
    justify-content: center;
    height: 100vh;
    margin-top: -150px;
    display: flex;
  }

  .div-block-54.divblock53 {
    margin-bottom: 40px;
    display: block;
  }

  .text-span-15 {
    border: 2px #000;
  }

  .lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19 {
    text-decoration: none;
  }

  .lightbox-link-19.ref11 {
    width: 100%;
    height: 100%;
  }

  .lightbox-link-20 {
    text-decoration: none;
  }

  .div-block-55 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 100vh;
    margin-top: -150px;
    display: flex;
    position: static;
  }

  .div-block-56 {
    height: 100vh;
    margin-top: -150px;
  }

  .div-block-57 {
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin-top: -150px;
    display: flex;
  }

  .link-8 {
    color: #fff;
    text-decoration: none;
  }

  .link-9 {
    color: #fff;
  }

  .div-block-58 {
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: -150px;
    display: flex;
  }

  .link-10 {
    color: #fff;
  }

  .div-block-59, .div-block-60 {
    justify-content: center;
    height: 100vh;
    margin-top: -150px;
    display: flex;
  }

  .link-block-8 {
    width: 30px;
    height: 30px;
  }

  .text-block-7 {
    color: #fff;
    font-size: 12px;
  }

  .ref_new {
    background-image: url('../images/KIT_recklinghausen_111-RGB_1.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .lightbox-link-55 {
    background-image: url('../images/KIT_recklinghausen_111-RGB_1.jpg');
    background-position: 0 0;
    background-size: cover;
    text-decoration: none;
  }

  .lightbox-link-56 {
    background-image: url('../images/KA-Gronau_05.jpg');
    background-position: 0 0;
    background-size: cover;
    text-decoration: none;
  }

  .ref_7 {
    background-image: none;
    text-decoration: none;
  }

  .ref_7.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref_7.referenz8.ref11 {
    background-image: none;
  }

  .ref_9 {
    background-image: none;
    text-decoration: none;
  }

  .ref_9.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref_9.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-link-20-copy, .lightbox-link-20-copy-copy, .ref_113 {
    text-decoration: none;
  }

  .ref_113.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref_113.referenz8.ref11 {
    background-image: none;
  }

  .heading-113 {
    border: 1px #fff;
    text-decoration: none;
  }

  .lightbox-24_1, .ref-24_1 {
    text-decoration: none;
  }

  .ref-24_1.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_1.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_2, .ref-24_2 {
    text-decoration: none;
  }

  .ref-24_2.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_2.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_3, .ref-24_3 {
    text-decoration: none;
  }

  .ref-24_3.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_3.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_4, .ref-24_4 {
    text-decoration: none;
  }

  .ref-24_4.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_4.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_5, .ref-24_5 {
    text-decoration: none;
  }

  .ref-24_5.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_5.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_6, .ref-24_6 {
    text-decoration: none;
  }

  .ref-24_6.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_6.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_7, .ref-24_7 {
    text-decoration: none;
  }

  .ref-24_7.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_7.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_8, .ref-24_8 {
    text-decoration: none;
  }

  .ref-24_8.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24_8.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24_8-copy, .lightbox-24__9, .ref-24__9 {
    text-decoration: none;
  }

  .ref-24__9.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24__9.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24__10, .ref-24__10 {
    text-decoration: none;
  }

  .ref-24__10.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24__10.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-24__11, .ref-24__11 {
    text-decoration: none;
  }

  .ref-24__11.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24__11.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-link-_2, .lightbox-link-_2-copy {
    width: 100%;
    text-decoration: none;
  }

  .lightbox-24__12, .ref-24__12 {
    text-decoration: none;
  }

  .ref-24__12.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref-24__12.referenz8.ref11 {
    background-image: none;
  }

  .ref_26_1 {
    background-image: none;
    text-decoration: none;
  }

  .ref_26_1.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref_26_1.referenz8.ref11 {
    background-image: none;
  }

  .ref_26_2 {
    background-image: none;
    text-decoration: none;
  }

  .ref_26_2.referenz8.referenz9 {
    background-image: url('../images/KA-Gronau_06.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ref_26_2.referenz8.ref11 {
    background-image: none;
  }

  .lightbox-link-57 {
    background-image: url('../images/Küche-E.-aus-Rheine.1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .lightbox-link-58 {
    background-image: url('../images/Küche-W.-in-Drensteinfurt.1.jpg');
    background-position: 0 0;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .home {
    height: 100%;
    padding: 0;
  }

  .navigation-logo {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .header-content {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: static;
    top: 250px;
  }

  .header-content._2 {
    margin-top: -218px;
  }

  .h1 {
    text-align: center;
    width: 100%;
    max-width: none;
    margin: 20px 60px 20px auto;
    display: block;
    overflow: visible;
  }

  .h1.wef {
    text-align: center;
  }

  .h1.aergaebvb.agkheo-ghie {
    margin-top: 0;
  }

  .paragraph {
    text-align: center;
    flex-flow: row;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 26px;
    display: block;
  }

  .paragraph.test3242 {
    margin-bottom: 60px;
  }

  .container {
    display: block;
  }

  .container.cc-center {
    margin-left: auto;
    margin-right: auto;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .container.cc-center-bot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    display: flex;
  }

  .container.cc-center-bot.container22 {
    display: none;
  }

  .container.cc-center-bot.asdf {
    margin-top: 0;
  }

  .h2.cc-center {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2.cc-center.aergae {
    font-family: Avenir Next Demi, sans-serif;
  }

  .h2.text-span.cc-post-text-copy {
    padding-left: 0;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .text-span {
    text-align: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 40px;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  .premium.cc-background {
    flex-direction: column;
    padding-top: 0;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-reverse {
    margin-right: 0;
  }

  ._2-row-image.cc-bottom {
    justify-content: center;
    align-self: auto;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: block;
  }

  .footer {
    margin-top: 0;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts {
    flex-direction: column;
    display: block;
  }

  .blog-posts-item {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-list {
    display: inline-block;
  }

  .post-thumbnail {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--leicht-bg);
  }

  .row-3 {
    flex-direction: column;
  }

  .hero-title-3 {
    text-align: center;
    font-size: 44px;
    line-height: 42px;
    display: block;
  }

  .feature-block-title {
    font-size: 21px;
  }

  .feature-block {
    padding-right: 0;
  }

  .home-projects {
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-4 {
    flex-direction: row;
    display: block;
  }

  .image-7 {
    min-height: auto;
  }

  .catalog {
    flex-direction: column;
    display: flex;
  }

  .image-8 {
    min-height: auto;
  }

  .container-copy {
    flex-direction: row;
    display: block;
  }

  .container-copy.cc-contact, .container-copy-copy.cc-contact {
    flex-wrap: wrap;
  }

  .row-2-copy.cc-bottom-and-top {
    flex-direction: column;
  }

  .nav-menu-2 {
    background-color: #5ab963;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .menu-button-2:active, .menu-button-2.w--open {
    background-color: #5ab963;
  }

  .container-copy-copy.cc-contact, .container-9.cc-contact {
    flex-wrap: wrap;
  }

  .projects-header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .map-section-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .map {
    width: 100%;
  }

  .contact-method-group {
    align-items: center;
    margin-bottom: 0;
  }

  .map-section-left {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .vertical-divider.horizontal-section-divider {
    display: none;
  }

  .map-section-right {
    width: 100%;
    padding: 72px 24px;
  }

  .map-section {
    flex-direction: column;
  }

  .map_contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-2-copy-copy.cc-bottom-and-top, .row-2-copy-copy.cc-bottom-and-top-copy {
    flex-direction: column;
  }

  .container-hidden {
    flex-direction: row;
    display: block;
  }

  .container-hidden.cc-contact {
    flex-wrap: wrap;
  }

  .map-2 {
    border-radius: 5px;
    width: 500px;
    margin-top: 25px;
    display: flex;
    box-shadow: 1px 1px 10px 9px #00000057;
  }

  .map-section-content-copy {
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .columns-8 {
    flex-direction: column;
  }

  .tab-link-tab-3 {
    padding-left: 0;
  }

  .tabs-menu {
    border-bottom-width: 0;
    flex-direction: column;
    display: flex;
  }

  .columns-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .more {
    text-align: left;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-3 {
    background-color: #a50e18;
    padding: 10px;
  }

  .menu-button-3:active, .menu-button-3.w--open {
    background-color: #1e2123;
  }

  .image-17 {
    margin-bottom: 20px;
  }

  .html-embed-2 {
    width: 600px;
    height: 450px;
    display: block;
  }

  .facebook {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 113px;
    display: flex;
  }

  .slide-566 {
    background-image: linear-gradient(#0000, #0000), url('../images/kuechentreff-liebold.cyclus.digital83dlgfylinowwlllg1o9jc.jpg');
    background-position: 0 0, 60%;
  }

  .slider-4, .page-header.veranstaltungen {
    height: 100%;
  }

  .page-header.referenzen {
    height: 100vh;
  }

  .columns-13 {
    flex-direction: row;
    order: 0;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 90px;
    margin-bottom: 20px;
    display: flex;
  }

  .title {
    margin-top: -103px;
  }

  .column-13 {
    flex: 1;
    order: 0;
    align-self: flex-end;
    margin-top: 0;
    padding-right: 20px;
  }

  .column-14 {
    height: 100%;
    display: block;
  }

  .home-content {
    height: auto;
    margin-top: 0;
  }

  .section-4 {
    margin-top: 20px;
  }

  .image-19 {
    z-index: 25;
    margin-top: 272px;
    margin-left: auto;
    padding-top: 0;
    display: inline-block;
    overflow: hidden;
  }

  .hero-subtext {
    text-align: center;
    font-size: 18px;
    line-height: 29px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title.capitals {
    font-size: 23px;
    line-height: 30px;
  }

  .home-2, .home-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-footer {
    text-align: center;
  }

  .column-15 {
    margin-bottom: 0;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .column-16, .column-17 {
    display: none;
  }

  .d-120-project-card-wrapper {
    margin-bottom: 60px;
  }

  .team_image_1 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    height: 500px;
    display: inline-block;
  }

  .div-block-12 {
    height: 100%;
    padding-left: 30px;
  }

  .team_image_2 {
    background-position: 50%;
    width: 560px;
    height: 500px;
    display: block;
  }

  .team_image_3 {
    width: 560px;
    height: 500px;
  }

  .team_image_4, .team_image_6 {
    display: none;
  }

  .div-block-13 {
    min-width: 0;
  }

  .map-section-left-2 {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .team_image_2-mobile {
    width: 560px;
    display: block;
  }

  .team_image_4-mobile, .team_image_6-mobile {
    display: block;
  }

  .company-2 {
    margin-top: 0;
  }

  .team_image_7 {
    width: 560px;
    height: 500px;
    display: block;
  }

  .team_image_8 {
    width: 560px;
    height: 500px;
  }

  .team_image_9 {
    width: 560px;
  }

  .team_image_10 {
    width: 560px;
    display: block;
  }

  .team_image_11, .team_image_12 {
    width: 560px;
  }

  .team_image_13 {
    width: 560px;
    display: block;
  }

  .tinos_text_image {
    width: auto;
  }

  .heading-11 {
    text-align: center;
    line-height: 48px;
  }

  .colum-right-copy {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .cara_image {
    width: auto;
    height: 450px;
  }

  .columns-18 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .arco_text_image {
    width: auto;
  }

  .columns-23 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nuvola_l {
    width: auto;
    height: 450px;
  }

  .lp_header2 {
    text-align: center;
  }

  .image-right {
    padding-left: 50px;
  }

  .image-rb {
    text-align: left;
    margin-left: 0;
  }

  .image-left-3 {
    padding-right: 50px;
  }

  .arco_image_big, .faro_image_bigh {
    width: auto;
    height: 450px;
  }

  .colum-39 {
    border: 0 solid #000;
  }

  .contact_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rb_header {
    background-image: none;
    width: 100%;
    height: 100%;
    display: block;
  }

  .faro_text_image {
    width: auto;
  }

  .header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60vh;
    display: flex;
    position: relative;
  }

  .column-39 {
    border: 0 solid #000;
    margin-bottom: 50px;
  }

  .contact-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .cara_layout {
    margin-top: 30px;
  }

  .html-embed-57 {
    margin-left: 0;
  }

  .retailer_logo {
    text-align: left;
    margin-left: 0;
  }

  .column-38 {
    padding-left: 0;
  }

  .cara_header-2 {
    display: block;
  }

  .column-18-copy-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .columns-contact {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: -50px;
  }

  .colum-40 {
    margin-bottom: 50px;
  }

  .phoenix_text_image {
    width: auto;
  }

  .collection-item-2 {
    min-width: 100%;
  }

  .html-embed-58 {
    min-width: 560px;
  }

  .row-4 {
    flex-direction: column;
  }

  ._2-row-text-2 {
    margin-right: 0;
  }

  ._2-row-text-2.cc-bottom {
    margin-right: 50px;
  }

  .nav-menu-3 {
    background-color: #5ab963;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .collection-item-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-item-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-17 {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .rb_header-2 {
    background-image: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .cara_image-2 {
    width: auto;
    height: 450px;
  }

  .gallery-2 {
    flex-direction: column;
  }

  .column-40 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .column-19 {
    justify-content: center;
  }

  .columns-25 {
    flex-direction: column;
    align-items: center;
  }

  .link-block {
    margin-left: -50px;
  }

  .column-41 {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .suppliers2-2 {
    align-self: flex-end;
  }

  .div-block-18.image-17 {
    width: 700px;
    height: 500px;
  }

  .image-24 {
    width: 500px;
    max-width: none;
  }

  .div-block-20 {
    width: 500px;
    height: 450px;
  }

  .nav-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-21.image-17 {
    width: 700px;
    height: 500px;
  }

  .title-section {
    border: 0 solid #000;
    flex-direction: row;
  }

  .collection-list-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .column-43 {
    align-self: auto;
    display: flex;
  }

  .collection-list-wrapper-4 {
    flex-direction: row;
    display: block;
  }

  .collection-list-wrapper-5 {
    flex-direction: column;
    display: block;
  }

  .div-block-22 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .div-block-23 {
    flex-direction: column;
    display: flex;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-7 {
    grid-template-columns: 1fr 1fr;
  }

  .page-title, .page-elements {
    margin-top: 0;
  }

  .nav-menu-4 {
    z-index: 999;
    background-color: #1e2123;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-4 {
    color: #1e2123;
    background-color: #292929;
    padding: 10px;
  }

  .menu-button-4:active, .menu-button-4.w--open {
    background-color: #1e2123;
  }

  .catalog-2, .catalog-3 {
    flex-direction: column;
    display: flex;
  }

  .container-12.cc-footer {
    flex-direction: column;
    align-items: center;
  }

  .text-footer-credits-2 {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-links-list-2 {
    align-self: flex-start;
  }

  .footer-column-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .map-section-content-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .map_contact-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-7 {
    height: 45vh;
  }

  .side-slider {
    margin-top: -125px;
  }

  .slide-574 {
    background-image: linear-gradient(#0000, #0000), url('../images/ia_14500000005.jpg');
    background-position: 0 0, 30%;
  }

  .div-block-6 {
    margin-top: -110px;
  }

  .gallery-4 {
    margin-top: -111px;
  }

  .collection-list-8 {
    grid-template-columns: 1fr;
  }

  .page-title-2 {
    border-left-width: 0;
    margin-top: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-content-2 {
    margin-top: 0;
  }

  .div-block-25 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .form-2 {
    min-width: 250px;
  }

  .column-46 {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .footer-column-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .rich-text-block-2 {
    max-width: 970px;
  }

  .container-13.cc-footer {
    flex-direction: column;
    align-items: center;
  }

  .div-block-12-copy {
    padding-left: 30px;
  }

  .austellung_1, .ref_1, .ref_2, .ref_5, .ref_4, .ref_3, .ausstellung_1, .aus_2, .aus_3, .aus_5, .ref_8, .aus_9, .aus_10 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .page-header-home.yvye {
    height: 60vh;
  }

  .div-block-26 {
    display: none;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-24-logo {
    width: 125px;
    max-width: none;
  }

  .home-content-space {
    margin-top: 0;
  }

  .map-section-content-22 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .abvk_1, .abvk_2, .aus_11, .aus_12, .aus_13, .aus_14, .aus_15 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .more-3 {
    text-align: left;
    flex-direction: column;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-8 {
    min-height: 500px;
  }

  .more-33 {
    text-align: left;
    flex-direction: column;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-159, .paragraph-1599 {
    text-align: center;
  }

  .div-block-28 {
    width: auto;
    height: 250px;
    min-height: 0;
  }

  .collection-item-5 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .html-embed-58_mo {
    min-width: 560px;
    display: block;
  }

  .div-block-29 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .h1-2 {
    width: 100%;
    max-width: none;
    line-height: 30px;
  }

  .link-block-6 {
    height: 100%;
  }

  .more-c2 {
    text-align: left;
    flex-direction: column;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-section-mo {
    border: 0 solid #000;
  }

  .team_image_8-copy, .team_image_14 {
    width: 560px;
  }

  .aus_16 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .team_image_15 {
    width: 560px;
  }

  .slider-9 {
    min-height: 500px;
  }

  .project-container {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .row-5 {
    flex-direction: column;
    align-items: center;
  }

  .projects-content.cc-background {
    flex-direction: column;
    padding-top: 0;
  }

  ._2-row-text-3 {
    margin-right: 0;
  }

  ._2-row-text-3.cc-bottom {
    margin-right: 50px;
  }

  .row-6 {
    flex-direction: column;
    align-items: center;
  }

  .text-span-13 {
    padding-top: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .link-3 {
    color: #fff;
    text-decoration: underline;
  }

  .collection-list-10 {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    margin-right: 0;
  }

  .team_image_16 {
    width: 560px;
  }

  .team_image_17 {
    width: 560px;
    height: 500px;
  }

  .div-block-40 {
    padding-left: 30px;
  }

  .ref_10 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .paragraph-1604 {
    line-height: 24px;
  }

  .paragraph-1606 {
    font-size: 18px;
    line-height: 24px;
  }

  .h2-copy.text-span.cc-post-text-copy {
    padding-left: 0;
  }

  .image-31 {
    width: 100%;
  }

  .collection-list-wrapper-7 {
    opacity: 0;
  }

  .h1header {
    width: 100%;
    font-family: Avenir Next Demi, sans-serif;
  }

  .div-block-43.ervbraerbae, .div-block-44.aerga {
    height: 60vh;
  }

  .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58, .div-block-60 {
    height: 60vh;
    position: relative;
  }

  .link-block-8, .image-32 {
    width: 30px;
    height: 30px;
  }

  .text-block-7, .link-11 {
    color: #fff;
  }

  .ref_7, .ref_9 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-113 {
    height: 100%;
    padding-left: 30px;
  }

  .ref_113, .ref-24_1 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_1 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24_2 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_2 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24_3 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_3 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24_4 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_4 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24_5 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_5 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24_6 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_6 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24_7 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_7 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24_8 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_8, .div-block-24_9 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24__9 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24_8-copy, .div-block-24___9 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24__10 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24___10 {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24__11 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24___11 {
    height: 100%;
    padding-left: 30px;
  }

  .ausstellung_1-_2 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-12-_2, .div-block-12-copy {
    height: 100%;
    padding-left: 30px;
  }

  .team_image_3-copy, .team_image_3-copy-copy {
    width: 560px;
    height: 500px;
  }

  .div-block-12-copy-copy {
    height: 100%;
    padding-left: 30px;
  }

  .ausstellung_1-_2-copy {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-12-_2-copy {
    height: 100%;
    padding-left: 30px;
  }

  .ref-24__12 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block-24___12 {
    height: 100%;
    padding-left: 30px;
  }

  .ref_26_1 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block_26_1 {
    height: 100%;
    padding-left: 30px;
  }

  .ref_26_2 {
    background-position: 50%;
    justify-content: center;
    width: 560px;
    display: inline-block;
  }

  .div-block_26_2 {
    height: 100%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .header-content {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .header-content._2 {
    margin-top: 126px;
  }

  .h1 {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 33px;
    line-height: 48px;
    display: block;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .h1.aergaebvb {
    padding-left: 0;
  }

  .paragraph {
    margin: 0 auto 59px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .paragraph.aerger {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .container.cc-center-bot {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    height: auto;
    display: flex;
  }

  .leicht-contracts {
    padding-top: 60px;
  }

  .h2.cc-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2.cc-center.aergae {
    margin-bottom: 30px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .text-span {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .projects {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .premium.cc-background {
    padding-top: 0;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .post-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .nav-menu, .menu-button:active {
    background-color: var(--leicht-bg);
  }

  .projects-copy, .suppliers2, .contact, .our-services {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .row-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-title-3 {
    margin-top: 11px;
    font-size: 39px;
  }

  .feature-column {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-icon-2 {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .feature-row {
    margin-top: 0;
  }

  .feature-row.first {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
  }

  .feature-paragrap {
    text-align: center;
  }

  .feature-block-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .feature-block {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .header-content-2 {
    margin-top: -400px;
  }

  .home-projects {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .row-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-4 {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .column-5 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .container-copy.cc-cta, .container-copy.cc-footer, .container-copy.cc-cta, .container-copy.cc-footer, .container-copy.cc-cta, .container-copy.cc-footer, .container-copy-copy.cc-cta, .container-copy-copy.cc-footer {
    flex-wrap: wrap;
  }

  .row-2-copy {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .container-copy-copy.cc-cta, .container-copy-copy.cc-footer, .container-9.cc-cta, .container-9.cc-footer {
    flex-wrap: wrap;
  }

  .columns-2-copy {
    flex-direction: column;
  }

  .projects-header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .who-we-are {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .map {
    margin-top: 72px;
    padding-left: 10px;
  }

  .contact-method-group {
    justify-content: center;
    margin-top: 24px;
    margin-bottom: -24px;
  }

  .map-section-left {
    display: none;
  }

  .text-small-caps {
    font-size: 13px;
  }

  .contact-method-item.contact-method-group-item {
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .map-section-right {
    padding: 72px 0;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .map_contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-2-copy-copy {
    flex-wrap: wrap;
    justify-content: center;
  }

  .container-hidden.cc-cta, .container-hidden.cc-footer {
    flex-wrap: wrap;
  }

  .map-2 {
    width: 400px;
    min-width: 350px;
    margin-top: 24px;
    box-shadow: 1px 1px 10px 9px #00000063;
  }

  .columns-2-copy-copy {
    flex-direction: column;
  }

  .kbb {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .div-block-2 {
    width: 400px;
    height: 400px;
  }

  .service, .gallery {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .more {
    margin-top: 0;
    padding: 0 10px 55px;
    display: block;
  }

  .columns-11 {
    flex-direction: column;
  }

  .gallery-copy, .company, .kochen {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .div-block-4 {
    width: 400px;
    height: 400px;
  }

  .menu-button-3:active {
    background-color: #1e2123;
  }

  .html-embed-2 {
    width: 450px;
  }

  .page-header.referenzen {
    height: 100%;
  }

  .slide-567 {
    background-image: linear-gradient(#0000, #0000), url('../images/684-269-M01-167-309-J22_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-568 {
    background-image: linear-gradient(#0000, #0000), url('../images/asdad.jpg');
    background-position: 0 0, 50%;
  }

  .columns-13 {
    z-index: 20;
    object-fit: contain;
    flex-flow: column wrap;
    flex: auto;
    order: 0;
    place-content: stretch space-between;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: Droid Sans, sans-serif;
    display: flex;
    position: absolute;
    bottom: 0;
    overflow: visible;
  }

  .title {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .column-13 {
    object-fit: fill;
    flex: none;
    align-self: stretch;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .column-14 {
    height: 60px;
    padding-left: 10px;
    display: block;
    position: relative;
    top: 0;
  }

  .home-content {
    margin-top: 0;
  }

  .text-span-copy {
    text-align: center;
  }

  .image-19 {
    display: none;
  }

  .hero-subtext {
    text-align: center;
  }

  .section-title {
    margin-top: 72px;
    font-size: 35px;
    line-height: 38px;
  }

  .section-title.capitals {
    text-align: center;
  }

  .image-20 {
    display: none;
  }

  .home-2, .home-3 {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap {
    display: flex;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

  .blk-block {
    display: block;
  }

  .home-info-content {
    margin-top: -111px;
  }

  .team_image_1 {
    background-position: 50%;
    background-attachment: scroll;
    width: 400px;
  }

  .team_image_2, .team_image_3 {
    width: 400px;
  }

  .text-large-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-method-group-2 {
    justify-content: center;
    margin-top: 24px;
    margin-bottom: -24px;
  }

  .map-section-left-2 {
    display: none;
  }

  .header-inner-2 {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-2.cc-header-extra {
    padding-bottom: 180px;
  }

  .text-span-4 {
    line-height: 50px;
  }

  .home-tabs, .who-we-are-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .text-span-5 {
    line-height: 44px;
  }

  .more-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .company-2 {
    margin-top: 0;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .team_image_7, .team_image_8, .team_image_9, .team_image_10, .team_image_11, .team_image_12, .team_image_13 {
    width: 400px;
  }

  .tinos_text_image {
    width: auto;
  }

  .paragraph-10 {
    text-align: center;
  }

  .heading-11 {
    text-align: center;
    line-height: 48px;
  }

  .colum-right-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cara_image {
    display: block;
  }

  .columns-18 {
    text-align: center;
    flex-direction: column;
  }

  .arco_text_image {
    flex-direction: row;
    width: auto;
    display: block;
  }

  .columns-23 {
    flex-direction: column;
    margin-top: 50px;
  }

  .nuvola_l {
    display: block;
  }

  .lp_header2 {
    text-align: center;
  }

  .image-right {
    display: none;
  }

  .text-left-2 {
    text-align: center;
  }

  .image-left-3 {
    display: none;
  }

  .arco_image_big {
    display: block;
  }

  .paragraph-9 {
    text-align: center;
  }

  .faro_image_bigh {
    display: block;
  }

  .colum-left-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-left: 10px;
    display: flex;
  }

  .contact_box {
    flex-direction: column;
    margin-top: 50px;
  }

  .paragraph-7-copy, .paragraph-157 {
    text-align: center;
  }

  .rb_header {
    background-image: none;
    height: 100%;
    display: block;
  }

  .paragraph-158 {
    text-align: center;
  }

  .faro_text_image {
    flex-direction: row;
    width: auto;
    display: block;
  }

  .columns-21 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .column-37 {
    justify-content: center;
  }

  .contact-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .cara_layout {
    margin-top: 0;
  }

  .html-embed-57 {
    margin-top: 50px;
  }

  .column-30 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .column-38 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-20 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .colum-right-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    padding-right: 10px;
    display: flex;
  }

  .column-18-copy-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-8 {
    text-align: center;
  }

  .columns-contact {
    margin-bottom: -150px;
  }

  .phoenix_text_image {
    width: auto;
  }

  .tabs {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .row-4 {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-text-2, ._2-row-text-2.cc-bottom {
    margin-right: 0;
  }

  .nav-menu-3 {
    background-color: #1e2123;
  }

  .text-left-3 {
    text-align: center;
  }

  .collection-item-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rb_header-2 {
    background-image: none;
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .cara_header-3 {
    background-position: 50%;
  }

  .cara_image-2 {
    display: block;
  }

  .gallery-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .text-small-caps-2 {
    font-size: 13px;
  }

  .suppliers2-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .div-block-18.image-17 {
    width: 550px;
    height: 350px;
  }

  .slide-570 {
    width: 100vw;
  }

  .div-block-21.image-17 {
    width: 550px;
    height: 350px;
  }

  .title-section {
    flex-flow: wrap;
    align-items: center;
    height: 200px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .title-3 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .text-block-5 {
    line-height: 50px;
  }

  .column-43, .colums-43 {
    margin-bottom: 20px;
  }

  .gallery-3 {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .page-content {
    width: auto;
  }

  .nav-menu-4, .menu-button-4:active {
    background-color: #1e2123;
  }

  .container-12.cc-footer {
    flex-wrap: wrap;
  }

  .container-12.cc-center-bot {
    padding-top: 0;
  }

  .footer-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-links-list-2 {
    padding-right: 25px;
  }

  .footer-column-2 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column-2.cc-footer {
    width: 100%;
  }

  .map_contact-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-7 {
    height: 35vh;
  }

  .side-slider {
    margin-bottom: 110px;
  }

  .slide-573 {
    background-image: linear-gradient(#0000, #0000), url('../images/header.jpg');
    background-position: 0 0, 50%;
  }

  .gallery-4 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .page-title-2 {
    height: 100px;
    margin-top: 0;
  }

  .slide-567-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/header.jpg');
    background-position: 0 0, 50%;
  }

  .form-2 {
    width: 100%;
    min-width: 450px;
  }

  .footer-column-3 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column-3.cc-footer {
    width: 100%;
  }

  .container-13.cc-footer {
    flex-wrap: wrap;
  }

  .slide-5677 {
    background-image: linear-gradient(#0000, #0000), url('../images/KIT_Ueber-uns-Slider.jpg');
    background-position: 0 0, 50%;
    height: 100vh;
  }

  .austellung_1, .ref_1, .ref_2, .ref_5 {
    width: 400px;
  }

  .ref_4 {
    width: 400px;
    min-width: 100%;
  }

  .ref_3 {
    width: 400px;
  }

  .ausstellung_1 {
    width: 400px;
    min-width: 560px;
  }

  .aus_2, .aus_3, .aus_5, .ref_8, .aus_9, .aus_10 {
    width: 400px;
  }

  .page-header-home {
    width: 100%;
    position: relative;
  }

  .slide-5699 {
    background-image: linear-gradient(#0000, #0000), url('../images/KA-Gronau_03.jpg');
    background-position: 0 0, 50%;
  }

  .div-block-27 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .abvk_1, .abvk_2, .aus_11, .aus_12, .aus_13, .aus_14, .aus_15 {
    width: 400px;
  }

  .more-3 {
    margin-top: 0;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .slider-8 {
    min-height: 450px;
  }

  .more-33 {
    margin-top: 0;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .div-block-28 {
    width: 450px;
    min-height: 0;
  }

  .html-embed-58_mo {
    min-width: 450px;
  }

  .div-block-29 {
    align-self: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .h1-2 {
    max-width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 54px;
    position: static;
    top: -100px;
  }

  .h1-2.cc-black {
    margin-bottom: 50px;
  }

  .link-block-6 {
    align-items: center;
    width: 100%;
    height: 60px;
    display: flex;
  }

  .more-c2 {
    margin-top: 0;
    padding: 55px 10px;
  }

  .title-section-mo {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team_image_8-copy, .team_image_14, .aus_16, .team_image_15 {
    width: 400px;
  }

  .slider-9 {
    min-height: 450px;
  }

  .row-5 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .projects-content {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-text-3 {
    align-self: auto;
    margin-right: 0;
  }

  ._2-row-text-3.cc-bottom {
    margin-right: 0;
  }

  .row-6 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-span-13 {
    text-align: center;
    font-size: 42px;
  }

  .slide-56778 {
    background-image: linear-gradient(#0000, #0000), url('../images/KIT_LEICHT_BOSSA_walnussliniert_Collection_2021_Foto_Credit_LEICHT_P_Schumacher-27-RGB.jpg');
    background-position: 0 0, 50%;
  }

  .form-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .more-34 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .link-3 {
    color: #fff;
    text-decoration: underline;
  }

  .slide-5682 {
    background-image: linear-gradient(to bottom, null, null), url('../images/l_2.jpg');
    background-position: 0 0, 50%;
  }

  .div-block-33 {
    margin-right: 0;
  }

  .team_image_16, .team_image_17, .ref_10 {
    width: 400px;
  }

  .paragraph-1606 {
    font-size: 18px;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .div-block-41.aergera.kja {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-41.s-oij {
    padding-top: 55px;
  }

  .collection-list-wrapper-7 {
    opacity: 0;
  }

  .h1header {
    width: 100%;
    font-family: Avenir Next Demi, sans-serif;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-43 {
    height: auto;
  }

  .div-block-53 {
    height: 60vh;
  }

  .div-block-55 {
    height: 60vh;
    position: relative;
  }

  .text-block-7, .link-11 {
    color: #fff;
  }

  .ref_7, .ref_9, .ref_113, .ref-24_1, .ref-24_2, .ref-24_3, .ref-24_4, .ref-24_5, .ref-24_6, .ref-24_7, .ref-24_8, .ref-24__9, .ref-24__10, .ref-24__11 {
    width: 400px;
    min-width: 100%;
  }

  .ausstellung_1-_2 {
    width: 400px;
    min-width: 560px;
  }

  .team_image_3-copy, .team_image_3-copy-copy {
    width: 400px;
  }

  .ausstellung_1-_2-copy {
    width: 400px;
    min-width: 560px;
  }

  .ref-24__12, .ref_26_1, .ref_26_2 {
    width: 400px;
    min-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #fff;
  }

  .navigation {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-container {
    height: 60px;
  }

  .home {
    background-position: 70%;
    height: 100%;
    margin-top: 0;
    padding: 0;
  }

  .header-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 260px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    position: static;
    top: -90px;
  }

  .header-content._2 {
    margin-top: -73px;
  }

  .h1 {
    text-align: center;
    letter-spacing: 0;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: 95%;
    height: auto;
    margin: 50px auto 20px;
    font-size: 26px;
    line-height: 42px;
    position: static;
    overflow: visible;
  }

  .h1.awererg {
    margin-top: 0;
    line-height: 35px;
  }

  .h1.wef {
    line-height: 35px;
  }

  .h1.aergearg {
    margin-top: 40px;
    line-height: 35px;
  }

  .paragraph {
    text-align: center;
    object-fit: scale-down;
    flex-flow: row;
    align-content: space-around;
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .container.cc-center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cc-center-bot {
    opacity: 1;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.cc-center {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .h2.cc-center.aergae {
    margin-bottom: 20px;
  }

  .h2.text-span.cc-post-text-copy {
    font-size: 24px;
  }

  .h2-container.cc-center {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-span {
    white-space: break-spaces;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 35px;
    display: block;
    position: static;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .projects {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .premium.cc-background {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row {
    align-items: center;
  }

  .row.cc-bottom, .row.cc-bottom-and-top {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .text-footer-credits {
    margin-bottom: 20px;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    background-image: linear-gradient(to bottom, null, null), url('../images/kuechentreff-liebold.cyclus.digital83dlgfylinowwlllg1o9jc.jpg');
    background-size: auto, cover;
    margin-top: -86px;
    padding-bottom: 150px;
  }

  .header-inner-content {
    margin-top: 82px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: 0;
    margin-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-posts-item {
    margin-top: 37px;
  }

  .post-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .post-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-thumbnail {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .post-list-wrapper {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .nav-menu, .menu-button.w--open {
    background-color: var(--leicht-bg);
  }

  .container-3 {
    flex-direction: column;
  }

  .row-3 {
    align-items: center;
  }

  .row-3.cc-bottom {
    margin-top: 60px;
  }

  .hero-title-3 {
    text-align: center;
    width: auto;
    margin-top: 98px;
    font-size: 32px;
    line-height: 34px;
    display: flex;
  }

  .feature-icon-2 {
    height: 25px;
    margin-top: 4px;
  }

  .feature-paragrap {
    font-size: 14px;
    line-height: 21px;
  }

  .feature-block-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .header-content-2 {
    margin-top: -289px;
  }

  .home-projects {
    height: 200px;
    margin-top: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-4 {
    padding-left: 10px;
  }

  .columns-5 {
    flex-direction: column-reverse;
  }

  .column-3 {
    height: auto;
    min-height: 200px;
  }

  .container-6 {
    min-height: 200px;
  }

  .image-7 {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-7-copy {
    min-height: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
  }

  .image-8 {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-span-2 {
    width: 100%;
  }

  .row-2.cc-bottom, .row-2.cc-bottom-and-top {
    margin-top: 60px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 10px;
  }

  .container-copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .row-2-copy.cc-bottom {
    margin-top: 60px;
  }

  .row-2-copy.cc-bottom-and-top {
    place-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .slider-2 {
    width: 300px;
    min-height: 300px;
  }

  .mask {
    border-bottom-left-radius: 0;
    width: auto;
    min-width: 300px;
    min-height: 300px;
  }

  .paragraph-2 {
    width: auto;
  }

  .mask-2 {
    border-bottom-left-radius: 60px;
  }

  .columns-2-copy {
    flex-direction: column;
  }

  .projects-header {
    height: 250px;
    margin-top: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-555 {
    border-bottom-left-radius: 0;
  }

  .who-we-are {
    padding-top: 0;
  }

  .map-section-content {
    margin-top: 31px;
  }

  .map {
    display: none;
  }

  .contact-method-group {
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
  }

  .map-section-left {
    align-self: auto;
    display: none;
  }

  .text-small-caps {
    font-size: 12px;
  }

  .text-small-caps.contact-method-heading {
    margin-bottom: 4px;
  }

  .contact-method-item {
    margin-bottom: 24px;
  }

  .contact-method-item.contact-method-group-item {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .map-section-right {
    flex-direction: row;
    align-self: flex-end;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .h2-copy.cc-center-copy {
    margin-right: 10px;
    padding-right: 0;
    font-size: 25px;
    line-height: 5px;
  }

  .text-span-3 {
    width: 100%;
  }

  .div-block {
    flex-direction: row;
    align-items: stretch;
  }

  .map_contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-2-copy-copy.cc-bottom, .row-2-copy-copy.cc-bottom-and-top, .row-2-copy-copy.cc-bottom-and-top-copy {
    margin-top: 60px;
  }

  .container-hidden {
    display: flex;
  }

  .text-span-hidden {
    white-space: break-spaces;
    width: auto;
    display: none;
    position: static;
  }

  .map-2 {
    width: 320px;
    min-width: 350px;
    height: 250px;
    min-height: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    box-shadow: 1px 1px 10px 9px #0000005e;
  }

  .columns-2-copy-copy {
    flex-direction: column;
  }

  .map-section-content-copy {
    flex-direction: column;
    margin-top: 68px;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-copy {
    display: none;
  }

  .kbb {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-kc1 {
    border-bottom-left-radius: 0;
  }

  .div-block-2 {
    width: 250px;
    height: 250px;
  }

  .column-10 {
    margin-top: 20px;
  }

  .gallery {
    margin-bottom: 15px;
    padding-top: 0;
  }

  .columns-10 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .more {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .columns-11 {
    flex-direction: column;
  }

  .company {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .kochen {
    margin-top: -300px;
  }

  .div-block-4 {
    width: 250px;
    height: 250px;
  }

  .column-11 {
    flex-direction: column;
  }

  .column-12 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-12 {
    flex-direction: column;
  }

  .menu-button-3.w--open {
    background-color: #1e2123;
  }

  .image-14 {
    margin-bottom: 10px;
  }

  .image-15, .image-16, .image-17 {
    margin-bottom: 20px;
  }

  .html-embed-2 {
    width: 250px;
  }

  .image-18 {
    width: 120px;
  }

  .facebook {
    margin-bottom: 20px;
  }

  .slider-4 {
    background-image: url('../images/KIT_Ueber-uns-Slider.jpg');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .page-header.referenzen {
    height: 100%;
  }

  .slide-567 {
    background-image: linear-gradient(to top, #00000094, #0000), url('../images/684-269-M04-167-309-J22.jpg');
    background-position: 0 0, 55%;
    background-size: auto, cover;
  }

  .slide-568 {
    background-image: linear-gradient(#0000, #0000), url('../images/asdad.jpg');
    background-position: 0 0, 50%;
  }

  .columns-13 {
    height: auto;
    margin-top: 0;
  }

  .title {
    margin-top: -4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-13 {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .column-14 {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 10px;
    display: block;
    position: relative;
    top: 0;
  }

  .home-content {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .text-span-copy {
    white-space: break-spaces;
    width: auto;
    display: block;
    position: static;
  }

  .image-19 {
    margin-top: 35px;
    margin-bottom: -30px;
    margin-left: 0;
    display: none;
  }

  .hero-subtext {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
  }

  .section-title {
    margin-top: 90px;
    font-size: 27px;
    line-height: 31px;
  }

  .section-title.capitals {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    line-height: 27px;
  }

  .home-2, .home-3 {
    background-position: 70%;
    height: 50vh;
    margin-top: -85px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-footer {
    text-align: center;
  }

  .column-15 {
    margin-bottom: 0;
  }

  .wrap {
    display: flex;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .blk-block {
    display: block;
  }

  .home-info-content {
    margin-top: -16px;
  }

  .column-16, .column-17 {
    display: none;
  }

  .team_image_1 {
    background-position: 50% 0;
    width: 100%;
    height: 250px;
  }

  .div-block-12 {
    align-items: center;
  }

  .team_image_2 {
    background-position: 50% 0;
    width: 100%;
    height: 250px;
  }

  .team_image_3 {
    width: 100%;
    height: 250px;
  }

  .team_image_5 {
    width: 420px;
  }

  .div-block-13 {
    flex-direction: row;
    align-items: stretch;
  }

  .contact-method-group-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
  }

  .map-section-left-2 {
    align-self: auto;
    display: none;
  }

  .header-inner-2 {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner-2.cc-header-extra {
    background-image: linear-gradient(to bottom, null, null), url('../images/kuechentreff-liebold.cyclus.digital83dlgfylinowwlllg1o9jc.jpg');
    background-size: auto, cover;
    margin-top: -86px;
    padding-bottom: 150px;
  }

  .team_image_2-mobile, .team_image_4-mobile, .team_image_6-mobile {
    width: 420px;
  }

  .column-18 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .slider-5 {
    width: 300px;
    min-height: 300px;
  }

  .text-span-4 {
    white-space: break-spaces;
    width: auto;
    line-height: 50px;
    display: block;
    position: static;
  }

  .home-tabs {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-5 {
    white-space: break-spaces;
    width: auto;
    line-height: 44px;
    display: block;
    position: static;
  }

  .text-span-6 {
    white-space: break-spaces;
    width: auto;
    display: block;
    position: static;
  }

  .more-2 {
    margin-left: 146px;
  }

  .company-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team_image_7, .team_image_8 {
    width: 100%;
    height: 250px;
  }

  .team_image_9, .team_image_10, .team_image_11, .team_image_12, .team_image_13 {
    width: 320px;
    height: 250px;
  }

  .blog-post {
    margin-bottom: 54px;
  }

  .tinos_text_image {
    width: auto;
  }

  .paragraph-10 {
    text-align: left;
  }

  .heading-11 {
    text-align: center;
    margin-top: 50px;
    font-size: 28px;
    line-height: 35px;
  }

  .colum-right-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cara_image {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: block;
  }

  .columns-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .arco_text_image {
    width: auto;
  }

  .columns-23 {
    flex-direction: column-reverse;
  }

  .nuvola_l {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: block;
  }

  .lp_header2, .text-left-2, .image-rb {
    text-align: center;
  }

  .cara_header {
    height: 250px;
  }

  .arco_image_big {
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: block;
  }

  .paragraph-9 {
    text-align: center;
  }

  .faro_image_bigh {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: block;
  }

  .colum-left-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 10px;
    display: flex;
  }

  .column-21 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .contact_box {
    flex-direction: column-reverse;
    margin-top: 100px;
  }

  .paragraph-7-copy {
    text-align: center;
  }

  .paragraph-157 {
    text-align: left;
  }

  .rb_header {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
  }

  .paragraph-158 {
    text-align: center;
  }

  .faro_text_image {
    flex-direction: row;
    align-items: center;
    width: auto;
    display: block;
  }

  .columns-21 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .header {
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .contact-3 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .cara_layout {
    margin-top: 0;
  }

  .html-embed-57 {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .column-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .retailer_logo {
    text-align: center;
  }

  .column-38 {
    padding-left: 0;
  }

  .column-20 {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cara_header-2 {
    height: 250px;
  }

  .colum-right-2 {
    text-align: center;
    margin-top: 0;
    padding-right: 10px;
  }

  .column-18-copy-2 {
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .button-8 {
    text-align: center;
  }

  .columns-contact {
    margin-top: 100px;
    margin-bottom: -100px;
  }

  .phoenix_text_image {
    width: auto;
  }

  .image_2, .image_3 {
    height: 250px;
  }

  .html-embed-58 {
    width: 100%;
    min-width: 320px;
  }

  .row-4 {
    align-items: center;
  }

  ._2-row-text-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text-2.cc-bottom {
    margin-right: 0;
  }

  .nav-menu-3 {
    background-color: #1e2123;
  }

  .text-left-3 {
    text-align: center;
  }

  .text-span-8 {
    white-space: break-spaces;
    width: auto;
    display: block;
    position: static;
  }

  .collection-item-4 {
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .rb_header-2 {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
  }

  .cara_header-3 {
    height: 250px;
  }

  .cara_image-2 {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: block;
  }

  .gallery-2 {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-small-caps-2 {
    font-size: 12px;
  }

  .text-small-caps-2.contact-method-heading {
    margin-bottom: 4px;
  }

  .column-40 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-19 {
    margin-top: 25px;
    padding-left: 51px;
  }

  .columns-25 {
    flex-direction: column;
  }

  .link-block-3 {
    text-align: center;
  }

  .link-block {
    text-align: center;
    margin-left: -40px;
  }

  .column-41 {
    flex-direction: row;
    align-items: center;
  }

  .image-22 {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .suppliers2-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-18.image-17 {
    width: 320px;
    height: 220px;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .text-span-9 {
    white-space: break-spaces;
    width: auto;
    display: block;
    position: static;
  }

  .slide-570 {
    background-position: 50%;
  }

  .columns-26 {
    margin-top: 0;
  }

  .image-24 {
    width: 250px;
    margin-bottom: 20px;
  }

  .text-span-10 {
    white-space: break-spaces;
    width: auto;
    font-size: 32px;
    display: block;
    position: static;
  }

  .div-block-21.image-17 {
    width: 320px;
    height: 220px;
  }

  .title-section {
    color: #1e212300;
    background-color: #1e212300;
    padding-top: 0;
  }

  .title-3 {
    padding-top: 0;
  }

  .collection-list-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .page-title {
    flex-direction: row;
    margin-top: 0;
    display: block;
  }

  .page-elements {
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .navigation-container-2 {
    height: 60px;
  }

  .image-27 {
    width: 100px;
  }

  .nav-menu-4 {
    z-index: 999;
    background-color: #1e2123;
    position: absolute;
  }

  .menu-button-4.w--open {
    background-color: #1e2123;
  }

  .heading-15 {
    text-align: center;
  }

  .columns-27 {
    flex-direction: column-reverse;
  }

  .container-12.cc-center-bot {
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-footer-credits-2 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
  }

  .footer-links-list-2 {
    align-self: auto;
    align-items: center;
    width: 50%;
    padding-right: 0;
  }

  .footer-column-2 {
    flex-flow: column wrap;
  }

  .map-section-content-2 {
    margin-top: 31px;
  }

  .map_contact-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-7 {
    height: 35vh;
  }

  .side-slider {
    margin-bottom: 110px;
  }

  .slide-573 {
    background-image: linear-gradient(#0000, #0000), url('../images/header.jpg');
    background-position: 0 0, 55%;
  }

  .div-block-6 {
    max-width: none;
  }

  .gallery-4 {
    margin-top: 100px;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .page-title-2 {
    flex-direction: row;
    margin-top: 0;
    display: block;
  }

  .heading-16 {
    font-size: 24px;
  }

  .grid-2 {
    grid-template-columns: 100%;
  }

  .home-content-2 {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .div-block-25 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
  }

  .slide-567-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/header.jpg');
    background-position: 0 0, 55%;
  }

  .form-2 {
    min-width: 250px;
  }

  .column-46 {
    flex-direction: row;
    align-items: center;
  }

  .footer-column-3 {
    flex-flow: wrap;
  }

  .rich-text-block-2 {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Avenir Next Reg, sans-serif;
  }

  .rich-text-block-2.wzttrzw {
    padding-top: 40px;
  }

  .rich-text-block-2.wzttrzw.rae5h {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .container-13.cc-footer {
    margin-bottom: 0;
  }

  .slide-5677 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
  }

  .austellung_1 {
    width: 320px;
    height: 250px;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 28px;
  }

  .ref_1, .ref_2, .ref_5, .ref_4, .ref_3 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .ausstellung_1, .aus_2 {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }

  .aus_3 {
    width: 320px;
    min-width: 360px;
    height: 250px;
  }

  .aus_5 {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }

  .ref_8 {
    width: 320px;
    min-width: 360px;
    height: 250px;
  }

  .aus_9, .aus_10 {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }

  .div-block-26 {
    display: none;
  }

  .slide-5699 {
    background-image: linear-gradient(#0000, #0000), url('../images/KA-Gronau_03.jpg');
    background-position: 0 0, 55%;
  }

  .div-block-27 {
    grid-column-gap: 53px;
    grid-row-gap: 16px;
    order: 1;
    grid-template: "Area-20 Area-2 Area-5 Area-9"
                   "Area-6 Area-4 . Area-8"
                   "Area Area-3 . Area-11"
                   "Area-14 Area-10 . Area-15"
                   "Area-18 . . Area-19" 1fr
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   ". . . ." minmax(auto, 1fr)
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   ". . . ."
                   "Area-7 . . ."
                   "Area-12 . . ."
                   "Area-17 . . ."
                   "Area-13 . . ."
                   "Area-16 . . ."
                   / 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-24-logo {
    width: 100px;
    margin-bottom: 20px;
  }

  .home-content-space {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .map-section-content-22 {
    margin-top: 31px;
  }

  .abvk_1 {
    width: 360px;
    min-width: 360px;
    height: 250px;
  }

  .abvk_2 {
    width: 320px;
    min-width: 360px;
    height: 250px;
  }

  .aus_11, .aus_12 {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }

  .aus_13 {
    width: 320px;
    min-width: 360px;
    height: 250px;
  }

  .aus_14 {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }

  .aus_15 {
    width: 320px;
    min-width: 360px;
    height: 250px;
  }

  .more-3 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-8 {
    min-height: 250px;
  }

  .heading-17 {
    text-align: center;
  }

  .more-33 {
    margin-top: 0;
    margin-left: 0;
  }

  .button-box-5 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
    right: auto;
  }

  .text-span-11 {
    white-space: break-spaces;
    width: auto;
    display: block;
    position: static;
  }

  .text-span-hidden-2 {
    white-space: break-spaces;
    width: auto;
    display: none;
    position: static;
  }

  .div-block-28 {
    width: 360px;
    height: 220px;
    min-height: 0;
  }

  .collection-item-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-58_mo {
    min-width: 380px;
    margin-top: 25px;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    align-self: center;
    place-items: flex-start stretch;
    width: 100%;
    display: block;
    position: static;
  }

  .h1-2 {
    clear: none;
    letter-spacing: 0;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    position: static;
    top: 0;
  }

  .link-block-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .more-c2 {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
  }

  .title-section-mo {
    padding-top: 0;
  }

  .team_image_8-copy, .team_image_14 {
    width: 320px;
    height: 250px;
  }

  .aus_16 {
    width: 320px;
    min-width: 360px;
    height: 250px;
  }

  .team_image_15 {
    width: 320px;
    height: 250px;
  }

  .slider-9 {
    min-height: 250px;
  }

  .project-container {
    margin-top: -50px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-30 {
    margin-bottom: 0;
  }

  .row-5 {
    align-items: center;
  }

  .paragraph-1600 {
    width: 95%;
  }

  .projects-content.cc-background {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-row-text-3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text-3.cc-bottom {
    margin-right: 0;
  }

  .row-6 {
    align-items: center;
  }

  .text-span-13 {
    white-space: break-spaces;
    width: auto;
    padding-top: 0;
    font-size: 36px;
    display: block;
    position: static;
  }

  .text-span-14 {
    white-space: break-spaces;
    width: auto;
    display: block;
    position: static;
  }

  .slide-56778 {
    background-image: linear-gradient(#0000, #0000), url('../images/KIT_LEICHT_BOSSA_walnussliniert_Collection_2021_Foto_Credit_LEICHT_P_Schumacher-27-RGB.jpg');
    background-position: 0 0, 55%;
  }

  .more-34 {
    margin-left: 0;
    padding-top: 0;
  }

  .link-3 {
    color: #fff;
    text-decoration: underline;
  }

  .slide-5682 {
    background-image: linear-gradient(#0000, #0000), url('../images/l_2.jpg');
    background-position: 0 0, 50%;
  }

  .div-block-33 {
    margin-right: 0;
  }

  .team_image_16 {
    width: 320px;
    height: 250px;
  }

  .team_image_17 {
    width: 100%;
    height: 250px;
  }

  .ref_10 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .paragraph-1604 {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .paragraph-1605 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-1606 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .h2-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-copy.cc-center {
    margin-right: 10px;
    padding-right: 0;
  }

  .h2-copy.text-span.cc-post-text-copy {
    font-size: 24px;
  }

  .div-block-41 {
    display: block;
  }

  .div-block-41.aergera.kja {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-41.s-oij {
    padding-top: 40px;
    padding-right: 10px;
  }

  .div-block-42 {
    order: 0;
    align-self: flex-start;
    width: 100%;
    display: block;
  }

  .image-31 {
    display: block;
  }

  .collection-list-wrapper-7 {
    opacity: 0;
    height: 420px;
  }

  .h1header {
    font-family: Avenir Next Demi, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14, .div-block-45, .div-block-46, .div-block-47, .div-block-48, .div-block-49, .div-block-50, .div-block-51, .div-block-52 {
    width: 100%;
  }

  .div-block-53 {
    height: 60vh;
  }

  .div-block-55 {
    height: 60vh;
    position: relative;
  }

  .link-10 {
    color: #fff;
    text-decoration: underline;
  }

  .div-block-59 {
    position: relative;
  }

  .text-block-7, .link-11 {
    color: #fff;
  }

  .ref_7, .ref_9 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-113 {
    align-items: center;
  }

  .ref_113 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .heading-113 {
    font-size: 16px;
    line-height: 28px;
  }

  .ref-24_1 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_1 {
    align-items: center;
  }

  .ref-24_2 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_2 {
    align-items: center;
  }

  .ref-24_3 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_3 {
    align-items: center;
  }

  .ref-24_4 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_4 {
    align-items: center;
  }

  .ref-24_5 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_5 {
    align-items: center;
  }

  .ref-24_6 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_6 {
    align-items: center;
  }

  .ref-24_7 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_7 {
    align-items: center;
  }

  .ref-24_8 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_8, .div-block-24_9 {
    align-items: center;
  }

  .ref-24__9 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24_8-copy, .div-block-24___9 {
    align-items: center;
  }

  .ref-24__10 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24___10 {
    align-items: center;
  }

  .ref-24__11 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24___11 {
    align-items: center;
  }

  .div-block-1_44, .lightbox-link-_2 {
    width: 100%;
  }

  .ausstellung_1-_2 {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }

  .div-block-12-_2, .div-block-12-copy {
    align-items: center;
  }

  .team_image_3-copy, .team_image_3-copy-copy {
    width: 100%;
    height: 250px;
  }

  .div-block-12-copy-copy {
    align-items: center;
  }

  .div-block-1_43, .lightbox-link-_2-copy {
    width: 100%;
  }

  .ausstellung_1-_2-copy {
    width: 100%;
    min-width: 100%;
    height: 250px;
  }

  .div-block-12-_2-copy {
    align-items: center;
  }

  .ref-24__12 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block-24___12 {
    align-items: center;
  }

  .ref_26_1 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block_26_1 {
    align-items: center;
  }

  .ref_26_2 {
    width: 340px;
    min-width: 0;
    height: 250px;
  }

  .div-block_26_2 {
    align-items: center;
  }
}

#field.w-node-_520c533c-1a94-34e6-a079-cbd2d35801d8-cb70d8c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c685c29f-7137-d88c-10dc-2bd12a7fc91d-cb70d8c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afda2041-299f-3e0a-4fc7-3d99251c7973-9d70d8bb {
  grid-area: Area-20;
}

#w-node-c90d6b7d-f128-0597-2b2e-cf06f1f42929-9d70d8bb {
  grid-area: Area-6;
  align-self: start;
}

#w-node-cb6bffaa-a119-23de-c0be-bfb04ac6ffad-9d70d8bb {
  grid-area: Area-2;
}

#w-node-_590d11f6-01ac-6fd6-8b4f-a79b72fe0378-9d70d8bb {
  grid-area: Area-4;
}

#w-node-a49a32e7-3f5e-da20-22c7-267f959384eb-9d70d8bb {
  grid-area: Area-5;
}

#w-node-d06e86f4-dffc-c986-2fad-7fe144ca91e4-9d70d8bb {
  grid-area: Area-7;
}

#w-node-_8490d6e3-94f9-6cb1-4657-79c97d350f82-9d70d8bb {
  grid-area: Area-9;
}

#w-node-b40038d5-f746-a8ac-2cfd-b78e143d8278-9d70d8bb {
  grid-area: Area-8;
  align-self: start;
}

#w-node-_3922ea89-6f6d-883e-696b-87d8d02136e0-9d70d8bb {
  grid-area: Area;
}

#w-node-_6cd653ad-ebdd-58b2-28fa-ecd3a34dbfeb-9d70d8bb {
  grid-area: Area-13;
  align-self: start;
}

#w-node-_7904dd86-1ece-7815-a862-db968d003d27-9d70d8bb {
  grid-area: Area-3;
}

#w-node-e2c7d20c-9736-cf5b-26a0-0a12e1ca4692-9d70d8bb {
  grid-area: Area-12;
}

#w-node-d48e6f3f-c529-87ee-5f28-ea7f25d5ea2f-9d70d8bb {
  grid-area: Area-10;
}

#w-node-d19e3df7-90b8-5087-b8bf-581081299ce5-9d70d8bb {
  grid-area: Area-14;
}

@media screen and (min-width: 1920px) {
  #w-node-afda2041-299f-3e0a-4fc7-3d99251c7973-9d70d8bb {
    grid-area: Area-20;
  }

  #w-node-c90d6b7d-f128-0597-2b2e-cf06f1f42929-9d70d8bb {
    grid-area: Area-6;
  }

  #w-node-_590d11f6-01ac-6fd6-8b4f-a79b72fe0378-9d70d8bb {
    grid-area: Area-4;
    align-self: start;
  }

  #w-node-d06e86f4-dffc-c986-2fad-7fe144ca91e4-9d70d8bb {
    grid-area: Area-7;
  }

  #w-node-_8490d6e3-94f9-6cb1-4657-79c97d350f82-9d70d8bb {
    grid-area: Area-9;
  }

  #w-node-b40038d5-f746-a8ac-2cfd-b78e143d8278-9d70d8bb {
    grid-area: Area-8;
    align-self: start;
  }

  #w-node-_6cd653ad-ebdd-58b2-28fa-ecd3a34dbfeb-9d70d8bb {
    grid-area: Area-13;
  }

  #w-node-_7904dd86-1ece-7815-a862-db968d003d27-9d70d8bb {
    grid-area: Area-3;
  }

  #w-node-e2c7d20c-9736-cf5b-26a0-0a12e1ca4692-9d70d8bb {
    grid-area: Area-12;
    align-self: stretch;
  }

  #w-node-d19e3df7-90b8-5087-b8bf-581081299ce5-9d70d8bb {
    grid-area: Area-14;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9ff3578-3787-6b50-623e-f932c2b4b39a-3270d8c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Avenir Next Reg';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Demi';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}