:root {
  --black: black;
  --near-black: #1b1d1f;
  --white: white;
}

.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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: 3ch;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.navi {
  width: 30%;
}

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

.section {
  margin-left: 0;
  margin-right: 0;
}

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

.section.footer {
  background-color: var(--black);
  position: relative;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-tiny.footertext {
  color: #ffffffbf;
  text-align: center;
}

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

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

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

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  position: relative;
  top: 0;
  bottom: 0%;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

.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;
  text-transform: none;
}

.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;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  text-shadow: 1px 1px 20px #1b1d1f80;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.title {
  text-shadow: 1px 1px 20px #1b1d1f80;
  font-size: 3.8ch;
  line-height: 1.05;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  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 {
  z-index: 20;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer_link {
  color: #ffffffbf;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.footer_link:active {
  opacity: 1;
}

.footer_link.area {
  padding-left: 10px;
  padding-right: 10px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2-wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

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

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

.intro-content.profile_header {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.intro-content.page2 {
  z-index: 10;
  position: relative;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.service-icon {
  margin-bottom: 30px;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.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;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  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;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

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

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.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;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1-wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2-wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3-wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.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;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-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: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

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

.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;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
  position: sticky;
  top: 0;
}

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

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

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

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.full_background_video {
  background-color: #7977771a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.full_background_video._65vh_content {
  object-fit: contain;
  justify-content: flex-end;
  height: 65vh;
  margin-bottom: 0;
}

.full_background_video._65vh_content.misc_template {
  justify-content: center;
}

.full_background_video._80vh_content-copy {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  height: 80vh;
  margin-bottom: 0;
}

.full_background_video._80vh_content-copy.profile {
  color: #fff;
  background-position: 50% 0;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.full_background_video._80vh_content-copy.themen {
  background-image: none;
}

.header {
  z-index: 200;
  background-image: linear-gradient(#181a1899 9%, #181a1803);
  border-bottom: 1px #ffffff80;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo-mark-wrap {
  background-color: #030303;
  border-right: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 16px;
  display: none;
}

.header-logo-wrap {
  border-right: 1px #ffffff80;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-menu {
  flex-direction: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  color: #f3f3f5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 900;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffb13d;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 6px;
  outline: 2px solid #ffb13d;
}

.nav-more-menu {
  z-index: 200;
  border-left: 1px #ffffff80;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-more-menu:focus-visible, .nav-more-menu[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #ffb13d;
}

.nav-menu-icon {
  opacity: .8;
  width: 20px;
  position: absolute;
}

.featured-tile-menu {
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  text-decoration: none;
  transition: transform .3s ease-out;
  display: flex;
  overflow: hidden;
}

.featured-tile-menu:hover {
  transform: translate(0, -4px);
}

.featured-tile-menu:focus-visible, .featured-tile-menu[data-wf-focus-visible] {
  outline-offset: 6px;
  outline: 2px solid #030303;
}

.full-menu-featured-heading {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 24px;
}

.recipe-card-thumbnail {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100px;
  position: relative;
}

.full-menu-content-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.full-menu-nav-link {
  color: #f3f3f5;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease-out;
}

.full-menu-nav-link:hover {
  color: #ffb13d;
}

.full-menu-nav-link.secondary {
  color: #f3f3f5b3;
  font-size: 24px;
}

.full-menu-nav-link.secondary:hover {
  color: #c54f0be6;
}

.recipe-card-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

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

.full-menu-close-button-line {
  background-color: #fff;
  width: 24px;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
}

.full-menu-close-button-line._2 {
  transform: rotate(-45deg);
}

.full-menu-nav {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-transform: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.full-menu-nav-divider {
  background-color: #f3f3f5;
  width: 80px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-3 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
}

.container-3.full-menu-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 100px;
  left: auto;
  right: auto;
}

.recipe-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #030303;
  border-top: 1px solid #fff0e3;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.full-menu-wrap {
  z-index: 201;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff0e3;
  background-color: #0c0e0fe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.full-menu-close-button {
  cursor: pointer;
  border: 0 solid #ffffff80;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: background-color .2s, border-color .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.full-menu-close-button:hover {
  border-color: #fff;
}

.recipe-card-tag {
  color: #fff0e3;
  background-color: #030303;
  border: 1px solid #fff0e3;
  padding: 6px 10px;
  display: none;
  position: absolute;
  inset: 12px auto auto 12px;
  overflow: visible;
}

.text-white-70 {
  color: #ffffffb3;
}

.link-block {
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image {
  height: auto;
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content_sections {
  position: relative;
}

.content_sections.deeplink {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content_sections.deeplink.fach {
  display: flex;
}

.content_sections.team {
  margin-top: 0;
  padding-top: 40px;
}

.content_sections.fachgebiete {
  margin-top: 0;
  padding-top: 50px;
}

.content_container {
  max-width: 1120px;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.content_container.profile_content {
  max-width: 45vw;
}

.topic_content {
  margin-top: auto;
  margin-bottom: auto;
}

.parallax_area {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.parallax_area.contact_background {
  background-color: var(--near-black);
  margin-top: 70px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.parallax_wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.background-visual {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 75svh;
  margin-right: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.background_asset {
  width: 100%;
}

.background_asset.off {
  display: none;
}

.content-card {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  background-color: #1b1d1f4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 0;
  min-height: 25vh;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
}

.quote {
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.05;
}

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

.team-grid-item {
  border: 1px #1b1d1f4d;
  overflow: hidden;
}

.team-profile-overview {
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team_member_name {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.link-block-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

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

.fachgebiete-grid-item {
  border: 1px #000;
  border-radius: 10px;
  overflow: hidden;
}

.fachgebiet_title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2ch;
  text-decoration: none;
}

.fachgebiet_item {
  margin-top: 0;
  font-size: 2.5ch;
  line-height: 1;
}

.paragraph-normal {
  font-size: 1.75ch;
}

.success-text {
  font-weight: 600;
}

.contact9_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact9_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.contact9_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  min-width: 200px;
  padding: .35rem 1.5rem;
}

.contact9_form-block {
  flex-direction: column;
  align-items: stretch;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.display-2 {
  letter-spacing: -.03em;
  text-transform: none;
}

.error-text {
  color: #e23939;
}

.form-field-wrapper {
  position: relative;
}

.text-size-medium-2 {
  text-align: left;
  font-size: 1.125rem;
}

.form-input {
  color: #000;
  background-color: #f7f7f7;
  border: 0 #000;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact9_content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  z-index: 15;
  background-color: #fff;
  border-radius: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  bottom: 78px;
}

.contact9_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links_area {
  flex-direction: row;
  display: flex;
}

.nav-bar {
  z-index: 999;
  background-color: #1b1d1f33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-2 {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.burger-line {
  background-color: #000;
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: none;
  position: relative;
}

.full-screen-menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: left;
  background-color: #ffffff59;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  height: 100%;
  padding-left: 20%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-2 {
  color: #5e5b5b;
  text-align: left;
  text-transform: capitalize;
  align-self: center;
  margin-top: 10px;
  text-decoration: none;
  transition: none;
}

.nav-link-2:hover {
  color: #5e5b5bbf;
}

.nav-link-2.nav-link-3 {
  align-self: flex-start;
  position: relative;
}

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

.fullscreen_header_title.legaltemp {
  margin-top: auto;
  margin-bottom: auto;
}

.fullcreen_jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.play-pause-button {
  display: none;
}

.content_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.more-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template: ". ."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

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

.more-headline {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2ch;
  font-weight: 400;
}

.more-headline_item_hl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2ch;
  font-weight: 400;
}

.more_items {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.splitscreen_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.splitspcreen_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.splitscreen-profile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-3 {
  object-fit: cover;
  position: relative;
}

.splitscreen-profile-description {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1b1d1f26;
  box-shadow: 0 1px 8px #1b1d1f33;
}

.logo_mobiile {
  display: none;
}

.textshade {
  z-index: 9;
  object-fit: fill;
  background-image: linear-gradient(to top, #1b1d1f4d, #0000);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.textshade.p2 {
  background-image: linear-gradient(to top, #1b1d1f66, #0000);
}

.page_title_big {
  font-size: 3.5ch;
  line-height: 1;
}

.content_container_1000 {
  max-width: 850px;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.content_container_1000.profile_content {
  max-width: 45vw;
}

.mega-nav-wrap {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.blue-line {
  background-color: #3d66fc;
  width: 45px;
  height: 3px;
  margin-bottom: 20px;
}

.nav-link-social {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 3px #000;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-social:hover {
  opacity: 1;
  color: #fff;
  border-left-color: #3d66fc;
}

.nav-link-social.bottom {
  margin-bottom: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  text-shadow: 1px 1px 15px #1b1d1f3b;
  white-space: nowrap;
  border-left: 0 #000;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 5ch;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-3:hover {
  color: var(--near-black);
  border-left-color: #6e748b;
}

.nav-link-3.bottom {
  margin-bottom: 0;
}

.mega-nav-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.brand-link {
  position: relative;
}

.brand-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.brand-image.white {
  z-index: 2;
  opacity: 0;
}

.nav-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-column.right {
  align-items: flex-end;
}

.hamburger-wrap {
  cursor: pointer;
  width: 50px;
  padding-top: 7px;
  transition: all .2s;
}

.hamburger-wrap:hover {
  opacity: .8;
}

.logo_area {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-36, .div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_icons {
  width: 30px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.con_item_line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-bar-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-3 {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.burger-line-2 {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu-2 {
  z-index: 1;
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-4 {
  color: #5e5b5b;
  text-transform: capitalize;
  margin-top: 10px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #5e5b5bbf;
}

.collection-item {
  flex-direction: column;
}

.collection-item:hover {
  color: var(--white);
}

.collection-list-wrapper-2 {
  flex-direction: column;
  display: flex;
}

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

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

.section-2 {
  z-index: 50;
  position: relative;
}

.accordion-content {
  width: 100%;
  overflow: hidden;
}

.accordion-icon_right {
  transform-origin: 100% 0;
  background-color: #000;
  width: 2px;
  height: 15px;
  position: absolute;
  inset: 0 auto auto 20px;
  transform: rotate(45deg);
}

.accordion-trigger {
  color: #000;
  cursor: pointer;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordion-trigger:hover {
  color: #1b1d1fb3;
}

.displayonly_component {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  min-height: 300px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  display: flex;
  box-shadow: 0 4px 8px #00000012, 0 50px 100px #0000000d;
}

.accordion-icon {
  width: 26px;
  height: 12px;
  position: relative;
}

.accordion-item {
  text-align: left;
  border-bottom: 1px solid #000;
}

.accordion-icon_left {
  transform-origin: 0 0;
  background-color: #000;
  width: 2px;
  height: 15px;
  position: absolute;
  inset: 0 auto auto 0;
  transform: rotate(-45deg);
}

.accordion-title {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 1.15em;
}

.accordion-content_spacer {
  margin-bottom: 20px;
}

.text-block-2 {
  display: inline-block;
}

.play-pause-button-2 {
  display: none;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gruppenslider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.slide {
  object-fit: cover;
}

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

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

  .button {
    justify-content: center;
  }

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

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

  .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;
  }

  .footer-wrap {
    width: 100%;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-content.cc-homepage {
    width: 85%;
  }

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

  .service-icon {
    display: inline-block;
  }

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

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

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

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .full_background_video._80vh_content-copy.profile {
    background-position: 50% 0;
  }

  .header-logo-mark-wrap {
    width: 66px;
  }

  .header-logo-wrap, .nav-menu, .nav-more-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu-icon {
    width: 24px;
  }

  .full-menu-content-grid {
    grid-template-columns: 1fr;
  }

  .full-menu-nav-link {
    font-size: 48px;
  }

  .full-menu-nav-link.secondary {
    font-size: 22px;
  }

  .recipe-card-title {
    font-size: 32px;
  }

  .full-menu-nav {
    grid-row-gap: 24px;
  }

  .recipe-card-content {
    flex: 1;
    padding: 24px;
  }

  .recipe-card-tag {
    padding: 4px 6px;
    font-size: 14px;
  }

  .content_container {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .background-visual {
    height: 35vh;
  }

  .content-card {
    -webkit-backdrop-filter: blur(5px) blur(5px);
    backdrop-filter: blur(5px) blur(5px);
    width: 90%;
    min-height: 25vh;
    padding: 15px;
  }

  .quote {
    font-size: 2ch;
  }

  .fachgebiet_item {
    font-size: 2.4ch;
  }

  .contact9_component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 2fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact9_content {
    width: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-large {
    width: 90%;
  }

  .fullscreen_header_title {
    width: auto;
  }

  .fullcreen_jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .content_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .more-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .content_container_1000 {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-rtb {
    text-align: left;
  }

  .nav-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-column.right {
    padding-right: 20px;
  }

  .con_item_line {
    justify-items: start;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .section.footer {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

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

  .label.cc-light {
    text-transform: none;
  }

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

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

  .heading-jumbo.title {
    font-size: 3ch;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 90%;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

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

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

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

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

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

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

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .header {
    height: 66px;
  }

  .header-logo-wrap {
    border-right-style: none;
    flex: 1;
    justify-content: flex-start;
  }

  .logo {
    height: 30px;
  }

  .nav-menu {
    display: none;
  }

  .nav-more-menu {
    width: 66px;
    height: 66px;
  }

  .full-menu-nav-link {
    font-size: 40px;
  }

  .recipe-card-title {
    font-size: 28px;
  }

  .container-3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .full-menu-wrap {
    padding-left: 0;
  }

  .full-menu-close-button {
    border-left-style: none;
    width: 100%;
    height: 66px;
    margin-right: -33px;
    inset: 0% 0% auto;
  }

  .background-visual {
    min-width: auto;
    height: 40vh;
  }

  .content-card {
    min-height: 33vh;
  }

  .contact9_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .display-2 {
    text-align: center;
    font-size: 2.5ch;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .full-screen-menu {
    padding-left: 10%;
  }

  .fullcreen_jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .content_container_1000 {
    max-width: 90%;
  }

  .nav-inner {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    border-left-style: none;
    padding-left: 0;
  }

  .mega-nav-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
  }

  .nav-column {
    margin-bottom: 30px;
  }

  .nav-column.right {
    align-items: flex-start;
    margin-top: 30px;
  }

  .displayonly_component {
    width: 90%;
    padding: 30px;
  }
}

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

  h2 {
    font-size: 2.5ch;
  }

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

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

  .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;
  }

  .intro-content.profile_header, .intro-content.page2 {
    width: 95%;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

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

  .project-details-grid {
    width: 100%;
  }

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

  .header {
    background-image: linear-gradient(#0c0e0fe6, #0c0e0f00);
  }

  .header-logo-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-more-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .recipe-card-title {
    font-size: 24px;
  }

  .recipe-card-content {
    padding: 20px;
  }

  .full-menu-close-button {
    justify-content: flex-end;
    padding-right: 12px;
  }

  .image {
    display: block;
  }

  .background-visual {
    width: 100%;
    max-width: 440px;
    left: 0;
  }

  .content-card {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .quote {
    font-size: 2ch;
  }

  .grid-2x2, .grid-2x2_2 {
    grid-template-columns: 1fr;
  }

  .fachgebiet_item {
    font-size: 2ch;
  }

  .contact9_component {
    grid-template-columns: minmax(200px, 1fr);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .display-2 {
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact9_form {
    grid-template-columns: minmax(200px, 1fr);
  }

  .footer_links_area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .full-screen-menu {
    padding-left: 15px;
  }

  .fullcreen_jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo_mobiile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page_title_big {
    font-size: 3ch;
  }

  .page_title_big.legal {
    font-size: 2ch;
  }

  .nav-link-3 {
    font-size: 37px;
    line-height: 45px;
  }

  .mega-nav-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .con_item_line {
    flex-direction: column;
    grid-template-columns: .25fr;
    justify-items: center;
    text-decoration: none;
    display: flex;
  }

  .text-block {
    position: relative;
  }

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

  .accordion-trigger {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .displayonly_component {
    width: 100%;
    padding: 15px;
  }
}

#w-node-_3273ed77-89d2-fe19-5653-660c3cc073ee-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3273ed77-89d2-fe19-5653-660c3cc073f4-f46ab312, #w-node-f65ea5b9-6ce5-c855-5b26-92b54f1045db-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8438560-2088-2d24-987e-bebaf2be61fe-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f8438560-2088-2d24-987e-bebaf2be6204-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a5389aae-169e-f3a0-589e-035372c8e813-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ddb5fb7-41bc-a8bf-18e0-5731e73e96b6-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf70c-f46ab312 {
  place-self: center start;
}

#w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf721-f46ab312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf722-f46ab312 {
  justify-self: start;
}

#w-node-_67b134df-50a0-7279-37eb-887e6bdee2d7-646ab322, #w-node-c1076325-9556-9445-8575-6b68f981fa48-586ab324, #w-node-_1727df73-b255-af5a-27a8-43df849f618e-586ab324, #w-node-_60a94d52-6344-bd9c-894f-a8b7f9d390a1-586ab324, #w-node-e45402fe-eb1c-cb74-23a9-90c03f2569ab-586ab324, #w-node-_41114b9b-f6d5-225b-398c-b25c558fe081-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6a3da9ad-792c-b760-bb48-41dd43603c89-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e357a02f-0d5d-7b97-3d56-7e8e437acc93-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eaa263f6-fd00-3952-5d2c-c0ad1bcc4b63-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6d00152-e774-4fb7-db47-6f498b89c0ac-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e6d00152-e774-4fb7-db47-6f498b89c0ad-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5544a731-d29f-e83a-edb4-207bc6b84551-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5544a731-d29f-e83a-edb4-207bc6b84552-c06ab325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3273ed77-89d2-fe19-5653-660c3cc073ee-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3273ed77-89d2-fe19-5653-660c3cc073f4-1b6ab326, #w-node-f65ea5b9-6ce5-c855-5b26-92b54f1045db-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8438560-2088-2d24-987e-bebaf2be61fe-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f8438560-2088-2d24-987e-bebaf2be6204-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a5389aae-169e-f3a0-589e-035372c8e813-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ddb5fb7-41bc-a8bf-18e0-5731e73e96b6-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf70c-1b6ab326 {
  place-self: center start;
}

#w-node-_2439f9d1-439f-2394-2940-a432fb825e43-1b6ab326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2439f9d1-439f-2394-2940-a432fb825e44-1b6ab326 {
  justify-self: start;
}

#w-node-_67b134df-50a0-7279-37eb-887e6bdee2d7-376ab327, #w-node-_67b134df-50a0-7279-37eb-887e6bdee2d7-036ab32a, #w-node-_67b134df-50a0-7279-37eb-887e6bdee2d7-9b6ab32b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-f46ab312, #w-node-_86e64837-0616-515b-4568-76c147234d34-1b6ab326 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf70a-f46ab312, #w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf70a-1b6ab326 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf70a-f46ab312 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf722-f46ab312 {
    justify-self: start;
  }

  #w-node-e357a02f-0d5d-7b97-3d56-7e8e437acc93-c06ab325 {
    justify-self: center;
  }

  #w-node-_245c5ee2-0408-724a-a1d2-65f9c9dbf70a-1b6ab326 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_2439f9d1-439f-2394-2940-a432fb825e44-1b6ab326 {
    justify-self: start;
  }
}


