:root {
  --white: white;
  --black: black;
}

.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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .2;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(270deg, #fff0, #000 50%, #fff0);
  background-clip: border-box;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 750px;
  max-width: 750px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin: auto 30px;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .4s;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 60px auto;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #10674f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #10674f;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  background-color: #32343a;
}

.primary-button.cc-contact-us:active {
  background-color: #43464d;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 500;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.heading-jumbo {
  color: #10674f;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #f4f4f400;
  background-image: linear-gradient(#fff0 40%, #fff), url('../images/Hero_Background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1400px;
  margin-bottom: 100px;
  transition: opacity .2s;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #4a8a4e00;
  background-image: none;
  border: 0 #000;
  border-radius: 0;
  height: 100px;
  margin-bottom: 100px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  opacity: 1;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 60px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 0;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.text-field {
  text-align: left;
  background-color: #f3f3f3;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ." 1000px
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-bottom: 0;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-heading {
  text-align: center;
  margin-bottom: 0;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #10674f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.secondary-button:hover, .secondary-button:active {
  background-color: #10674f80;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.text-block {
  color: #fff;
}

.text-info-anim {
  box-sizing: border-box;
  color: #10674f;
  text-align: center;
  object-fit: fill;
  margin-top: 0;
  font-size: 75px;
  line-height: 100px;
}

.text-info {
  opacity: .6;
  color: #1a1b1f;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 100px;
  display: flex;
}

.lottie-250px {
  aspect-ratio: auto;
  opacity: .5;
  text-align: left;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  max-width: 250px;
  min-height: 250px;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.zitat {
  opacity: .6;
  font-size: 8px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text-3 {
  font-size: 12px;
  font-weight: 500;
}

.container-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 100px auto;
  display: flex;
}

.carousel {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto 50px;
  display: block;
  position: static;
  inset: 0%;
}

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

.carousel-block {
  min-width: 200px;
  max-width: 200px;
  min-height: 100px;
  max-height: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .4s;
  display: block;
}

.carousel-block:hover {
  opacity: .5;
}

.immoholz-t {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  line-height: 25px;
  display: flex;
}

.image-2 {
  margin-top: 32px;
}

.image-4 {
  margin-top: 35px;
  transition: opacity .4s;
}

.image-4:hover {
  opacity: .5;
}

.carousel-horizontal {
  background-color: #fff0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-5 {
  margin-top: 25px;
}

.image-6 {
  margin-top: 40px;
}

.image-7 {
  max-width: 150px;
}

.image-8 {
  margin-top: 20px;
}

.div-block-3 {
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-t {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.footer-label-r {
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.footer-e-mail-link-r {
  box-sizing: border-box;
  float: none;
  opacity: .6;
  direction: ltr;
  text-align: right;
  overflow-wrap: normal;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.footer-e-mail-link-r:hover {
  opacity: .8;
  color: #1a1b1f;
}

.tel-link-r {
  text-align: right;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-top: 8px;
  margin-left: 402px;
  margin-right: 0;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.tel-link-r:hover {
  opacity: 1;
}

.e-mail-link-l {
  text-align: right;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.e-mail-link-l:hover {
  opacity: 1;
  color: #1a1b1f;
}

.footer-tel-link-r {
  box-sizing: border-box;
  float: none;
  opacity: .6;
  direction: ltr;
  text-align: right;
  overflow-wrap: normal;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: 0;
  padding-top: 0;
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.footer-tel-link-r:hover {
  opacity: .8;
  color: #1a1b1f;
}

.footer-paragraph-l {
  opacity: .6;
  font-size: 12px;
  line-height: 20px;
}

.footer-label-l {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.carousel-project-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.carousel-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.carousel-label.cc-light {
  opacity: .6;
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 500;
}

.zitat-jumbo-small-copy {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.contact-tel-link {
  opacity: .6;
  margin-bottom: 5px;
  text-decoration: none;
}

.contact-tel-link:hover {
  opacity: 1;
}

.contact-tel-link:active {
  opacity: .8;
}

.about-content-wrap {
  margin-top: 80px;
  margin-bottom: 100px;
}

.animation---1748528808966 {
  background-color: # #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 280px;
  margin-left: 70px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 100px;
}

.lottie-150px {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.intro-logo {
  float: none;
  clear: none;
  mix-blend-mode: normal;
  border-radius: 0;
  margin: auto;
  position: static;
  inset: 8% 0% 0% 38%;
}

.lottie-50px {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  margin-left: 0;
}

.container-service {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.picture-service {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/engin-akyurt-YF6xCFF6JhU-unsplash.png');
  background-position: 50%;
  background-size: contain;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 45px;
  margin-right: 0;
}

.column-picture-service {
  padding-left: 10px;
  padding-right: 60px;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.tab-service {
  color: #fff;
  background-color: #10674f;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.tab-service:hover {
  color: #fff;
  background-color: #32343a;
}

.tab-service.w--current {
  text-align: center;
  background-color: #32343a;
  width: 150px;
  min-width: auto;
  min-height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-tab-service {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  position: static;
}

.picture-service-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hanna-sulphur-Tma3z3o3rLg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 40px;
  margin-right: 0;
}

.section-heading-wrap-2 {
  text-align: center;
  margin-bottom: 20px;
}

.about-story-wrap-2 {
  text-align: center;
  width: 80%;
  margin: 40px auto;
}

.div-service {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 400px;
  height: 750px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.column-text-service {
  padding-left: 60px;
  padding-right: 10px;
}

.tab-service-innen {
  color: #fff;
  text-align: left;
  background-color: #10674f;
  width: 150px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.tab-service-innen:hover {
  color: #fff;
  background-color: #32343a;
}

.tab-service-innen.w--current {
  text-align: center;
  background-color: #32343a;
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-service-aussen {
  text-align: center;
  background-color: #10674f;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .4s, opacity .4s, border-color .4s;
}

.tab-service-aussen:hover {
  color: #fff;
  background-color: #32343a;
}

.tab-service-aussen.w--current {
  color: #fff;
  background-color: #32343a;
  padding-left: 10px;
  padding-right: 10px;
}

.picture-service-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/marla-gottschalk-zlwH0wBGYfg-unsplash.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 45px;
  margin-right: 0;
}

.picture-service-4 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/david-pisnoy-46juD4zY1XA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 40px;
  margin-right: 0;
}

.picture-service-5 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/ricardo-gomez-angel-iwNLm_DlWng-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 45px;
  margin-right: 0;
}

.picture-service-6 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/antonio-leutsch-nDjoA1swKwg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 40px;
  margin-right: 0;
}

.picture-service-7 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/sanibell-bv-530lZQXMKGw-unsplash.jpg');
  background-position: 50%;
  background-size: contain;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 45px;
  margin-right: 0;
}

.picture-service-8 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/jared-rice-PibraWHb4h8-unsplash.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 40px;
  margin-right: 0;
}

.lottie-animation {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-grid-center {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.paragraph-bigger-center {
  opacity: 1;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-center {
  opacity: .6;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
  line-height: 20px;
}

.image-9 {
  aspect-ratio: auto;
  object-fit: contain;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
}

.image-9:hover {
  opacity: 1;
}

.image-10 {
  object-fit: contain;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.image-10:hover {
  opacity: 1;
}

.partner {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  transition-duration: .4s;
}

.partner-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.carousel-hero {
  margin-top: 20px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.special-service-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 0;
}

.label-contact {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-8 {
  flex-flow: wrap;
  justify-content: center;
  display: block;
}

.grid-4 {
  grid-auto-columns: auto;
}

.div-service-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 400px;
  height: 750px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.paragraph-light-team {
  opacity: .6;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.link-block-3 {
  text-align: center;
  text-decoration: none;
}

.link-block-3:hover {
  opacity: .6;
}

.lottie-team {
  z-index: auto;
  text-align: center;
  flex-flow: wrap;
  width: 400px;
  margin: 150px auto auto;
  display: block;
  position: absolute;
  inset: auto;
}

.image-11 {
  z-index: auto;
  text-align: center;
  position: relative;
}

.div-block-14 {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.lottie-team-vakant {
  z-index: auto;
  text-align: center;
  flex-flow: wrap;
  width: 400px;
  margin: 150px auto auto;
  display: block;
  position: absolute;
  inset: auto;
}

.picture-service-9 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/sarah-dorweiler-x2Tmfd1-SgA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 45px;
  margin-right: 0;
}

.picture-service-10 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/jeshoots-com-__ZMnefoI3k-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-top: 40px;
  margin-right: 0;
}

.div-partner {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1500px;
  margin: 40px auto 50px;
  display: block;
  position: static;
  inset: 0%;
}

.image-12 {
  object-fit: contain;
  margin-top: 21px;
}

.image-12:hover {
  opacity: 1;
}

.image-13 {
  object-fit: contain;
  margin-top: 23px;
}

.image-13:hover {
  opacity: 1;
}

.link-block-4 {
  transition-property: none;
}

.primary-button-kontakt {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #10674f;
  border-radius: 0;
  width: 150px;
  margin-right: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button-kontakt:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button-kontakt:active {
  background-color: #43464d;
}

.text-block-3, .text-block-4 {
  text-align: center;
}

.link-team {
  transition-duration: .4s;
}

.link-team:hover {
  opacity: .5;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    max-width: 400px;
  }

  .paragraph-bigger.cc-bigger-light {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .paragraph-light {
    text-align: left;
    margin-left: 0;
    margin-right: 10px;
  }

  .heading-jumbo {
    font-size: 48px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-size: 30px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    grid-column-gap: 0px;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-pic {
    height: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .contact-email-link {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .section-heading {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .text-info-anim {
    z-index: 0;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .text-info {
    align-items: stretch;
    font-size: 20px;
    display: block;
    position: relative;
  }

  .lottie-250px {
    aspect-ratio: auto;
    text-align: center;
    flex-flow: column;
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 200px;
    min-width: auto;
    max-width: none;
    height: 200px;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto;
    overflow: hidden;
  }

  .grid-2x {
    grid-template-rows: 0;
    grid-auto-columns: auto;
  }

  .footer-label-r {
    text-align: left;
  }

  .tel-link-r {
    text-align: left;
    margin-left: 0;
  }

  .e-mail-link-l {
    text-align: left;
    margin-left: 0;
    margin-right: 400px;
  }

  .footer-paragraph-l, .footer-label-l {
    text-align: right;
  }

  .zitat-jumbo-small-copy {
    font-size: 20px;
  }

  .animation---1748528808966 {
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-150px {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .picture-service {
    width: 300px;
    height: 200px;
  }

  .tab-service {
    width: 120px;
    height: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .tab-service.w--current {
    width: 120px;
  }

  .text-tab-service {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
  }

  .picture-service-2 {
    width: 300px;
    height: 200px;
  }

  .div-service {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-service-innen {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-service-innen.w--current, .tab-service-aussen {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .picture-service-3, .picture-service-4, .picture-service-5, .picture-service-6, .picture-service-7, .picture-service-8 {
    width: 300px;
    height: 200px;
  }

  .image-10 {
    width: auto;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 30px;
  }

  .special-service-grid {
    grid-column-gap: 0px;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr;
    grid-auto-columns: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .label-contact {
    text-align: left;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: center;
    display: block;
  }

  .div-block-6 {
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .div-block-7 {
    width: 250px;
    margin: auto;
  }

  .heading-2 {
    font-size: 30px;
  }

  .div-service-2 {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-light-team {
    text-align: center;
    margin-left: 0;
    margin-right: 10px;
    font-size: 11px;
  }

  .lottie-team, .lottie-team-vakant {
    width: 250px;
    margin-top: 100px;
  }

  .picture-service-9, .picture-service-10 {
    width: 300px;
    height: 200px;
  }

  .primary-button-kontakt {
    justify-content: center;
    width: 150px;
    margin-top: 20px;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    width: 460px;
    min-width: auto;
    max-width: none;
    min-height: auto;
    display: flex;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 24px;
    line-height: 36px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .contact-heading {
    font-size: 30px;
  }

  .team-pic {
    height: auto;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .container-copy {
    text-align: center;
  }

  .immoholz-t {
    margin-top: 35px;
  }

  .div-block-3 {
    text-align: left;
    min-width: auto;
    min-height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-t {
    font-size: 10px;
  }

  .footer-label-r {
    margin-bottom: 25px;
    font-size: 10px;
  }

  .footer-e-mail-link-r {
    font-size: 10px;
  }

  .e-mail-link-l {
    margin-right: 0;
  }

  .footer-tel-link-r, .footer-paragraph-l, .footer-label-l {
    font-size: 10px;
  }

  .zitat-jumbo-small-copy {
    font-size: 30px;
    line-height: 52px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .lottie-150px {
    width: 100px;
    height: 100px;
  }

  .container-service {
    text-align: center;
  }

  .picture-service {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .column-picture-service {
    padding-right: 10px;
  }

  .tab-service {
    width: 110px;
    margin-top: 20px;
  }

  .tab-service.w--current {
    width: 110px;
  }

  .text-tab-service {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
  }

  .div-service {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .column-text-service {
    padding-left: 10px;
  }

  .tab-service-innen.w--current, .tab-service-aussen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .picture-service-3, .picture-service-5, .picture-service-7 {
    margin-top: 0;
  }

  .paragraph-bigger-center {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-light-center {
    font-size: 10px;
  }

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

  .heading {
    font-size: 24px;
    line-height: 36px;
  }

  .special-service-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 0;
    margin-top: 40px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .div-service-2 {
    height: 500px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9, .div-block-10 {
    width: auto;
  }

  .heading-3 {
    font-size: 30px;
  }

  .paragraph-light-team {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .lottie-team, .lottie-team-vakant {
    width: 200px;
    margin-top: 75px;
  }

  .picture-service-9 {
    margin-top: 0;
  }

  .primary-button-kontakt {
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    width: 320px;
  }

  .container {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

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

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
    width: auto;
  }

  .heading-jumbo {
    font-size: 20px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 18px;
    line-height: 30px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .team-pic {
    height: auto;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading {
    font-size: 18px;
  }

  .about-grid {
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    width: 360px;
  }

  .text-info-anim {
    font-size: 36px;
  }

  .text-info {
    width: 100px;
    font-size: 12px;
    line-height: 50px;
  }

  .lottie-250px, .div-block {
    width: 100px;
    height: 100px;
  }

  .footer-t {
    font-size: 10px;
  }

  .carousel-project-heading, .zitat-jumbo-small-copy {
    font-size: 18px;
  }

  .about-content-wrap {
    width: 360px;
  }

  .animation---1748528808966 {
    width: 300px;
    height: 200px;
  }

  .grid-3 {
    grid-column-gap: 0px;
  }

  .lottie-150px {
    width: 75px;
    height: 75px;
  }

  .picture-service {
    width: 200px;
    height: 100px;
  }

  .tabs-menu {
    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;
    display: grid;
  }

  .tab-service {
    flex-flow: row;
    justify-content: center;
    width: 100px;
    margin-top: 0;
    font-size: 12px;
    display: flex;
    position: relative;
  }

  .tab-service.w--current {
    width: 100px;
  }

  .text-tab-service {
    font-size: 8px;
  }

  .picture-service-2 {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-service-innen {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-service-innen.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-service-aussen {
    margin-left: auto;
    margin-right: auto;
  }

  .picture-service-3 {
    width: 200px;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-service-4 {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-service-5 {
    width: 200px;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-service-6 {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-service-7 {
    width: 200px;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-service-8 {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9, .image-10 {
    height: 75px;
  }

  .partner-heading {
    font-size: 24px;
  }

  .heading {
    font-size: 18px;
  }

  .label-contact {
    text-align: left;
  }

  .div-block-7 {
    width: auto;
  }

  .heading-2 {
    font-size: 18px;
  }

  .div-service-2 {
    height: 300px;
  }

  .div-block-9 {
    width: auto;
  }

  .heading-3 {
    font-size: 18px;
  }

  .div-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .tabs-menu-2, .tabs-menu-3, .tabs-menu-4, .tabs-menu-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-light-team {
    text-align: center;
    width: auto;
  }

  .picture-service-9 {
    width: 200px;
    height: 100px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-service-10 {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button-kontakt {
    margin-right: auto;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-5ea767c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d1a1a6fd-af5f-cf2c-f6e0-11674d23eebd-5ea767c5, #w-node-_273a6b6b-58af-fb23-19e5-146a74c15e6f-5ea767c5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-5ea767c5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_84c673cf-6b40-bf55-4a68-7e4f651d7d2e-5ea767c5, #w-node-_84c673cf-6b40-bf55-4a68-7e4f651d7d35-5ea767c5, #w-node-b23dd57b-fa08-52e3-2b38-eb0d5c15d213-5ea767c5, #w-node-_66e5da32-5c7e-5e3a-fde4-d16739925754-5ea767c5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-5ea767c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-5ea767c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5ea767c8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5ea767c8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5ea767c8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-5ea767c8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_26e70a64-d55a-ac75-86ba-41e4311a23cd-5ea767c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26e70a64-d55a-ac75-86ba-41e4311a23ee-5ea767c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26e70a64-d55a-ac75-86ba-41e4311a2401-5ea767c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-5ea767c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-5ea767c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-5ea767c9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d47cd0bb-13bd-fabd-2532-a6eac01653a4-5ea767c9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-5ea767c9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7776654e-4ee8-4b68-e7e3-4d8345f2e7cc-5ea767c9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1c829d40-972d-5c73-56ba-01327e743ef1-5ea767c9 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_55f29895-6ab9-bb69-21da-4c478c913757-5ea767c9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_87dbb9dd-26df-3a7b-348e-fda238c89a06-5ea767c9 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_0ae6ebe3-a04b-930d-5b9e-e28a5020b8ed-5ea767c9 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_686045ad-608c-5cb4-d5ad-f61576281898-5ea767c9 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_0c2e529e-86de-aced-2c76-8264e3b28131-5ea767c9 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-5ea767c9 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-5ea767c9 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_0d4d1a63-5e92-d5ed-22d4-31a47131a67d-5ea767c9 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-a2efad2a-c828-fa4c-3cd2-0b3952e0c47a-5ea767c9 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-5ea767ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5ea767ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0a24b69-02b1-8fc6-0ff5-578b17a94149-5ea767d1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a0a24b69-02b1-8fc6-0ff5-578b17a9414f-5ea767d1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0a24b69-02b1-8fc6-0ff5-578b17a94156-5ea767d1 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-5ea767c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d1a1a6fd-af5f-cf2c-f6e0-11674d23eebd-5ea767c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_273a6b6b-58af-fb23-19e5-146a74c15e6f-5ea767c5 {
    place-self: auto center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-5ea767c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84c673cf-6b40-bf55-4a68-7e4f651d7d2e-5ea767c5 {
    place-self: center;
  }

  #w-node-_84c673cf-6b40-bf55-4a68-7e4f651d7d35-5ea767c5 {
    place-self: auto center;
  }

  #w-node-b23dd57b-fa08-52e3-2b38-eb0d5c15d213-5ea767c5 {
    justify-self: center;
  }

  #w-node-_66e5da32-5c7e-5e3a-fde4-d16739925754-5ea767c5 {
    place-self: auto center;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5ea767c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5ea767c8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5ea767c8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-5ea767c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_26e70a64-d55a-ac75-86ba-41e4311a23cd-5ea767c8, #w-node-_26e70a64-d55a-ac75-86ba-41e4311a23ee-5ea767c8, #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-5ea767c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d47cd0bb-13bd-fabd-2532-a6eac01653a4-5ea767c9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-5ea767c9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7776654e-4ee8-4b68-e7e3-4d8345f2e7cc-5ea767c9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1c829d40-972d-5c73-56ba-01327e743ef1-5ea767c9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_55f29895-6ab9-bb69-21da-4c478c913757-5ea767c9 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_87dbb9dd-26df-3a7b-348e-fda238c89a06-5ea767c9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_686045ad-608c-5cb4-d5ad-f61576281898-5ea767c9 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0c2e529e-86de-aced-2c76-8264e3b28131-5ea767c9 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-5ea767c9 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-5ea767c9 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_0d4d1a63-5e92-d5ed-22d4-31a47131a67d-5ea767c9 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-a2efad2a-c828-fa4c-3cd2-0b3952e0c47a-5ea767c9 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5ea767ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a0a24b69-02b1-8fc6-0ff5-578b17a94149-5ea767d1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a0a24b69-02b1-8fc6-0ff5-578b17a9414f-5ea767d1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a0a24b69-02b1-8fc6-0ff5-578b17a94156-5ea767d1 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-5ea767c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5ea767c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5ea767c8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5ea767c8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-5ea767c8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a0a24b69-02b1-8fc6-0ff5-578b17a94149-5ea767d1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a0a24b69-02b1-8fc6-0ff5-578b17a9414f-5ea767d1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a0a24b69-02b1-8fc6-0ff5-578b17a94156-5ea767d1 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-da1fbd0f-a27a-b95c-e438-8a91bece3f26-5ea767c5 {
    place-self: center;
  }

  #w-node-_84c673cf-6b40-bf55-4a68-7e4f651d7d35-5ea767c5 {
    align-self: center;
  }

  #w-node-_26e70a64-d55a-ac75-86ba-41e4311a23cd-5ea767c8 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_26e70a64-d55a-ac75-86ba-41e4311a23dd-5ea767c8 {
    place-self: center;
  }

  #w-node-_26e70a64-d55a-ac75-86ba-41e4311a23ee-5ea767c8 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_26e70a64-d55a-ac75-86ba-41e4311a23ff-5ea767c8 {
    place-self: center;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-5ea767c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-5ea767c9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d47cd0bb-13bd-fabd-2532-a6eac01653a4-5ea767c9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-5ea767c9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7776654e-4ee8-4b68-e7e3-4d8345f2e7cc-5ea767c9 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_1c829d40-972d-5c73-56ba-01327e743ef1-5ea767c9 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_55f29895-6ab9-bb69-21da-4c478c913757-5ea767c9 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_87dbb9dd-26df-3a7b-348e-fda238c89a06-5ea767c9 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_0ae6ebe3-a04b-930d-5b9e-e28a5020b8ed-5ea767c9 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_686045ad-608c-5cb4-d5ad-f61576281898-5ea767c9 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_0c2e529e-86de-aced-2c76-8264e3b28131-5ea767c9 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-5ea767c9 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-5ea767c9 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_0d4d1a63-5e92-d5ed-22d4-31a47131a67d-5ea767c9 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-a2efad2a-c828-fa4c-3cd2-0b3952e0c47a-5ea767c9 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_4072791e-6c01-7964-dcb2-f188ae874d6d-5ea767d1, #w-node-_4072791e-6c01-7964-dcb2-f188ae874d73-5ea767d1, #w-node-_961bad23-7e7a-ac1c-84ed-5372b57170dc-5ea767d1, #w-node-_62f65695-4910-edbd-c32e-348c57466ea2-5ea767d1, #w-node-_82244f9d-909e-4623-f157-fb5480b02f41-5ea767d1, #w-node-ea92f307-1852-f6ac-55c9-3f4657b66b2d-5ea767d1, #w-node-ea92f307-1852-f6ac-55c9-3f4657b66b30-5ea767d1 {
    place-self: center;
  }
}


