@font-face {
  font-family: Prestige Signature Script Demo;
  src: url('../fonts/Prestige-Signature-Script---Demo.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #263f44;
  --sky-blue: #61b6cd;
  --azure: #d4ebf1;
  --honeydew: #c8dcc2;
  --linen: #e0d8cd;
  --dark-grey: #a7999a;
  --gainsboro: #e0dbdb;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --black: black;
  --white: white;
  --dark-grey-2: #9b9598;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  color: var(--sky-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

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;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

a {
  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 {
  background-color: #eee;
  height: 1px;
}

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

.section {
  padding: 100px 5%;
}

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

.section.blue-bg {
  background-color: var(--azure);
}

.section.top-20px {
  padding-top: 20px;
}

.section.viso {
  background-color: var(--honeydew);
  min-height: 400px;
  padding-bottom: 0;
}

.section.top-150 {
  padding-top: 150px;
}

.section.mass {
  background-color: var(--linen);
  min-height: 400px;
  color: var(--linen);
  padding-bottom: 0;
}

.section.mass.blau {
  background-color: #61b6cd33;
}

.section.contact {
  background-color: var(--azure);
  color: #d5ecf2;
  min-height: 400px;
  padding-bottom: 60px;
}

.section.light-gray-bg {
  background-color: #f9f8f9;
}

.section.impressum-header {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.impressum {
  padding-top: 0;
  padding-bottom: 60px;
}

.section.mani {
  background-color: #61b6cd45;
}

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

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.container.rel {
  position: relative;
}

.container.rel-copy {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

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

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

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

.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 {
  background-color: var(--sky-blue);
  color: #fff;
  text-align: center;
  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;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.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;
  height: 620px;
  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;
}

.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: linear-gradient(#61b6cdb3, #61b6cdb3);
  justify-content: center;
  align-items: center;
  height: 200px;
  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;
  background-image: linear-gradient(#d4ebf1a1, #d4ebf1a1), url('../images/044-saneva-web-2726-silbersalz.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  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;
}

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

.intro-text {
  width: 80%;
  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;
}

._w-lightbox-caption {
  background-color: #0009;
}

.image {
  object-fit: cover;
  border-radius: 100%;
  width: 400px;
  height: 400px;
}

.image.top {
  margin-top: -100px;
}

.image.l {
  object-fit: cover;
  object-position: 50% 50%;
  width: 450px;
  height: 450px;
}

.image.l.margin-right {
  margin-left: 15px;
}

.image.xl {
  width: 500px;
  height: 500px;
}

.image.xl.cover {
  object-fit: cover;
  object-position: 35% 50%;
}

.image.xl.margin-left {
  margin-left: 40px;
}

.image.cover-right {
  object-fit: cover;
  object-position: 100% 50%;
}

.image.xxl {
  width: 650px;
  height: 650px;
}

.image-2 {
  width: 200px;
  position: absolute;
  inset: -10% auto auto 0%;
}

.div-block {
  position: relative;
}

.image-3 {
  width: 150px;
  position: absolute;
  inset: auto 25% -18% auto;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.subtitle {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.heading {
  line-height: 1.2;
}

.text-block {
  color: var(--sky-blue);
  text-align: center;
  font-family: Prestige Signature Script Demo, sans-serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto -12%;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.div-block-5 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.div-block-6 {
  margin-left: 100px;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  display: flex;
}

.div-block-8 {
  margin-left: -30px;
}

.div-block-8.top {
  margin-top: -56px;
  margin-left: -80px;
}

.div-block-9 {
  max-width: 550px;
  margin-top: 0;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
}

.grid._4-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  margin-top: 60px;
}

.image-4 {
  border-radius: 100%;
  width: 18.5rem;
  height: 18.5rem;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-11.team {
  justify-content: flex-start;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

._20px-text {
  color: var(--dark-slate-grey);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

._20px-text._400 {
  font-weight: 400;
}

._20px-text._300 {
  font-weight: 300;
}

.div-block-13 {
  margin-top: 40px;
}

.div-block-14 {
  margin-top: 20px;
}

.grid-2 {
  grid-template-rows: auto;
  width: 100%;
}

.team-image {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 100%;
  width: 270px;
  height: 270px;
}

.div-block-15 {
  width: 100%;
  margin-top: 10px;
}

._28px-bold {
  font-size: 28px;
  font-weight: 600;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

._18px-text {
  color: var(--dark-slate-grey);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

._18px-text._400 {
  font-weight: 400;
}

._18px-text._300 {
  font-weight: 300;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-18 {
  margin-bottom: 60px;
}

.div-block-19 {
  flex-direction: column;
  display: flex;
}

.div-block-20 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-21 {
  justify-content: center;
  margin-bottom: -90px;
  display: flex;
}

.image-5 {
  width: 40%;
}

.image-5.shop {
  width: 75%;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-22 {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.div-block-50px-top-margin {
  margin-top: 50px;
}

._30px {
  color: #fff;
  font-weight: 600;
}

.div-block-24 {
  background-color: var(--dark-grey);
  border-radius: 8px;
  padding: 5px 20px;
}

.div-block-25 {
  grid-row-gap: 10px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.div-block-26 {
  border: 3px solid #a7999aba;
  border-radius: 8px;
  height: 100%;
  padding: 30px 15px 50px;
  position: relative;
}

.div-block-27 {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.div-block-28 {
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-29 {
  background-color: var(--gainsboro);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-30 {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.icon {
  width: 24px;
  height: 24px;
  color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

._20px {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.primary-button {
  background-color: var(--sky-blue);
  border-radius: 6px;
  padding: 8px 26px;
  transition: all .4s;
}

.primary-button:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.primary-button.dark {
  background-color: #202020;
  background-image: url('../images/iconmonstr-speech-bubble-6-240.png');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 60px;
}

.div-block-32 {
  grid-column-gap: 40px;
  margin-top: 100px;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-link {
  color: #0a242c;
  border-bottom: 1px solid #0000;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .9em;
  transition: border-color .2s, color .2s;
}

.footer-link:hover {
  color: #e7d2d2;
  border-bottom-color: #e7d2d2;
}

.footer-link.w--current {
  color: #f5eaea;
}

.grid-4-copy {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.right-1-25 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.div-block-33 {
  display: flex;
}

.div-block-34 {
  position: static;
}

.heading-2 {
  color: var(--sky-blue);
  font-family: Prestige Signature Script Demo, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-2 {
  color: var(--dark-slate-grey);
  font-weight: 600;
}

.div-block-35 {
  margin-top: 40px;
}

.div-block-36 {
  margin-bottom: -140px;
  margin-left: 100px;
}

.image-6 {
  object-fit: contain;
  width: 40%;
  margin-bottom: -142px;
  margin-left: 100px;
}

.text-field-2 {
  border: 1.5px solid var(--sky-blue);
  min-height: 45px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.textarea {
  border: 1.5px solid var(--sky-blue);
  min-height: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-37 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--sky-blue);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.image-7 {
  width: 50%;
}

.div-block-38 {
  justify-content: flex-end;
  margin-top: -150px;
  display: flex;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
  display: none;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.header-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.header-nav-link:hover {
  color: var(--sky-blue);
}

.header-nav-link.w--current {
  color: var(--sky-blue);
  font-weight: 600;
}

.header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.header-nav-list-item-middle.hide {
  display: none;
}

.header-nav-list-item-middle.drop {
  margin-top: -7px;
}

.brix---dropdown-link {
  color: #000;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 0;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--sky-blue);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 220px;
}

.brix---header-logo-link {
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding: 15px 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-8 {
  object-fit: cover;
  border-radius: 100%;
  width: 38em;
  height: 38em;
}

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

.paragraph {
  text-align: justify;
  background-color: #0000;
  margin-top: 20px;
  font-size: 16px;
}

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

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---footer-bottom-v2 {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.brix---icon-pagraph-wrapper {
  color: var(--elements-webflow-library-neutral--600);
  align-items: flex-start;
  display: flex;
}

.brix---footer-list-item {
  margin-bottom: 7px;
  padding-left: 0;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library-accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: var(--sky-blue);
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--sky-blue);
}

.brix---grid-footer-5-cols {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.brix---footer-middle {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---success-message-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  min-height: 70px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---text-400-bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-24px, .brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---footer-logo {
  max-width: 250px;
  transition: transform .3s;
}

.brix---footer-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-footer-logo-and-form {
  grid-column-gap: 210px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px none var(--elements-webflow-library-neutral--300);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  padding: 60px 5% 10px;
}

.text-block-3 {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.image-9 {
  width: 90%;
}

.text-block-4 {
  color: var(--sky-blue);
  font-size: 14px;
  font-weight: 600;
}

.div-block-40 {
  background-color: #81d2d7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

._22px-bold-copy {
  font-size: 22px;
  font-weight: 600;
}

.text-span {
  color: var(--sky-blue);
}

.div-block-42 {
  margin-top: 0;
}

.link-footer {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
}

.link-footer:hover {
  color: var(--sky-blue);
}

.link-footer.white {
  color: var(--white);
}

.success-message {
  background-color: #61b6cd6b;
  margin-top: 60px;
}

.heading-4 {
  font-size: 33px;
  line-height: 45px;
}

.heading-4.onlymobile {
  display: none;
}

.rich-text-block-2 {
  text-align: left;
}

.rich-text-block-2.zentriert {
  text-align: center;
}

.image-10 {
  width: 99.9999%;
}

.icon-2 {
  width: 24px;
  height: 24px;
  color: var(--dark-grey-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  padding: 8px;
}

.icon-3 {
  color: #9b9598;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-4 {
  width: 24px;
  height: 24px;
  color: var(--dark-grey-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.text-block-6 {
  color: #22242e;
}

.text-block-7, .text-block-8, .text-block-9 {
  color: #000;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  text-decoration: none;
}

.text-block-15 {
  text-decoration: line-through;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19, .link, .text-block-20 {
  text-decoration: none;
}

.text-block-21 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.text-block-21:hover {
  color: var(--sky-blue);
}

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

.link-block-2:hover {
  color: var(--sky-blue);
}

.link-block-2.hide {
  display: flex;
}

.text-block-22 {
  font-family: Montserrat, sans-serif;
}

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

.div-block-44.desk {
  grid-column-gap: 15px;
  padding-bottom: 8px;
  display: flex;
}

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

.heading-dienste {
  font-size: 85px;
  font-weight: 300;
}

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

.image-11 {
  object-fit: cover;
  object-position: 10% 50%;
  height: 100%;
}

.wrapper-100px-topmargin {
  margin-top: 100px;
}

.blue-text {
  color: var(--sky-blue);
}

.text-absolute {
  color: var(--sky-blue);
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 300;
  position: absolute;
  inset: 6% 3% 0% 0;
}

.text-absolute.ihn {
  text-align: left;
  top: -12%;
}

.text-absolute.hero {
  text-align: left;
  font-size: 25px;
  inset: auto 0% -10%;
}

.text-absolute.hero.roland {
  color: var(--dark-slate-grey);
  text-align: right;
  font-size: 25px;
  bottom: 9%;
}

.text-absolute.hero.eva {
  color: var(--dark-slate-grey);
  font-size: 25px;
  display: block;
  inset: 9% auto auto 0%;
}

.div-block-46 {
  position: relative;
}

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

.rich-text-blocksatz a {
  float: none;
  clear: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  display: inline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: var(--sky-blue);
  -webkit-text-stroke-color: var(--sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--sky-blue);
  background-color: var(--sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--sky-blue);
  color: var(--sky-blue);
  -webkit-text-stroke-color: var(--sky-blue);
  background-color: #f5f5f5;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--sky-blue);
  color: var(--sky-blue);
  -webkit-text-stroke-color: transparent;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--sky-blue);
  background-color: var(--sky-blue);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--sky-blue);
  color: var(--sky-blue);
  -webkit-text-stroke-color: var(--sky-blue);
  background-color: #fff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.bold-text {
  -webkit-text-stroke-color: var(--dark-slate-grey);
}

.image-footer {
  width: 400px;
}

@media screen and (min-width: 1440px) {
  .image-4, .team-image {
    object-fit: cover;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 88px;
  }

  .brix---grid-footer-logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }

  .image-footer {
    object-fit: fill;
    width: 400px;
    height: auto;
  }
}

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

  .cta-text {
    width: auto;
  }

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

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

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

  .image.top {
    height: auto;
    margin-top: 0;
  }

  .image.l {
    width: 350px;
    height: auto;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .subtitle {
    text-align: center;
  }

  .div-block-3 {
    margin-top: 10px;
  }

  .text-block {
    position: static;
  }

  .div-block-4 {
    align-items: center;
    margin-left: 0;
    padding-top: 100px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .div-block-8, .div-block-8.top {
    margin-left: 0;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .grid, .grid._4-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-links-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .image-6 {
    width: 40%;
    margin-bottom: 0;
    margin-left: 40px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-3 {
    text-align: center;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v2 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-5-cols {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---text-400-bold {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---grid-footer-logo-and-form {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .div-block-44 {
    grid-column-gap: 20px;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-44.desk {
    display: none;
  }

  .text-absolute.ihn {
    top: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .container {
    text-align: center;
  }

  .container.rel-copy {
    flex-direction: column-reverse;
    align-items: center;
  }

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

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

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

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

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

  .image-5 {
    width: 80%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-32 {
    flex-direction: column;
  }

  .footer-link {
    font-size: 1.1em;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .image-6 {
    width: 50%;
    margin-left: 0;
  }

  .form {
    text-align: left;
  }

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

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-right-col {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-direction: row-reverse;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 250px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-footer-5-cols {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-400-bold {
    font-size: 20px;
    line-height: 22px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-43 {
    justify-content: center;
  }

  .link-block-2 {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-44 {
    grid-column-gap: 15px;
    display: flex;
  }

  .text-absolute.ihn {
    top: 98%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.viso {
    min-height: 300px;
  }

  .section.top-150 {
    padding-top: 40px;
  }

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

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

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

  .image.top {
    height: 200px;
  }

  .image.l {
    width: 300px;
    height: 300px;
  }

  .image.xl {
    width: 250px;
    height: 250px;
  }

  .image.xl.margin-left {
    margin-left: 0;
  }

  .image.cover-right {
    height: 200px;
  }

  .image.xxl {
    width: 100%;
    height: 100%;
  }

  .image-2 {
    width: 150px;
    top: -6%;
    left: -5%;
  }

  .image-3 {
    width: 100px;
  }

  .text-block {
    font-size: 60px;
  }

  .div-block-4 {
    padding-top: 100px;
  }

  .div-block-5 {
    justify-content: flex-end;
  }

  .div-block-6 {
    margin-left: 20px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid._4-col {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    margin-top: 20px;
  }

  .image-4 {
    width: 18rem;
    height: 9rem;
  }

  .div-block-11 {
    align-items: flex-start;
  }

  ._20px-text {
    text-align: left;
  }

  .team-image {
    margin-bottom: 5px;
  }

  ._18px-text {
    text-align: left;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    margin-bottom: 0;
  }

  .div-block-20 {
    margin-bottom: 20px;
    position: static;
  }

  .div-block-21 {
    margin-bottom: 0;
  }

  .image-5.shop {
    width: 100%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  ._20px {
    font-size: 22px;
  }

  .grid-5 {
    grid-row-gap: 50px;
  }

  .div-block-32 {
    margin-top: 60px;
  }

  .footer-link {
    font-size: 1em;
  }

  .image-6 {
    width: 80%;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 60%;
  }

  .div-block-38 {
    margin-top: -30px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
    width: 35px;
    height: 2px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item-middle {
    text-align: left;
    width: 100%;
    margin-top: 5px;
  }

  .header-nav-list-item-middle.drop {
    margin-top: 5px;
  }

  .brix---header-menu-wrapper {
    display: none;
  }

  .brix---header-logo {
    max-width: 70%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 288px;
    height: 288px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .paragraph {
    text-align: left;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---footer-list-item {
    margin-bottom: 15px;
  }

  .brix---footer-list-wrapper {
    text-align: left;
  }

  .brix---footer-col-title {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .brix---footer-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-3 {
    line-height: 19px;
  }

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

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

  .div-block-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-41 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._22px-bold-copy, .heading-4 {
    text-align: left;
  }

  .heading-4.onlymobile {
    display: block;
  }

  .heading-4.onlydesktop {
    display: none;
  }

  .rich-text-block, .rich-text-block-2 {
    text-align: left;
  }

  .div-block-43 {
    justify-content: flex-start;
  }

  .div-block-44.desk {
    display: none;
  }

  .div-block-45 {
    text-align: left;
  }

  .heading-dienste {
    font-size: 60px;
  }

  .text-absolute {
    font-size: 30px;
    top: 1%;
  }

  .text-absolute.ihn {
    font-size: 30px;
    top: 105%;
  }

  .text-absolute.hero.roland {
    font-size: 20px;
    line-height: 20px;
    bottom: -9%;
  }

  .text-absolute.hero.eva {
    font-size: 20px;
    line-height: 20px;
    top: -9%;
    bottom: -18%;
  }

  .blatt {
    margin-right: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-manager_component {
    display: flex;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .square-image-div {
    width: 100%;
    height: 100%;
  }
}

#w-node-e82f51f3-8df3-15d6-d955-81c6c6eeee13-5044b6bd, #w-node-bbf7a1c6-a26d-86c9-1920-06b79359de59-5044b6bd, #w-node-dd36b998-f851-70fb-27b8-0f170ffebe52-5044b6bd, #w-node-_6171cd0b-2dac-ccba-58e7-572370a3effc-5044b6bd, #w-node-_01633936-e709-77e1-5135-9cebffc539ff-5044b6bd, #w-node-c732f8f9-97bf-0c35-aa86-b5ab1dc5c4ab-5044b6bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8344b486-df3a-9b8e-f1df-8db8c03d6514-865873bd {
  justify-self: end;
}

#w-node-ea46b53e-17c8-813b-dfd7-f6122e2133d9-865873bd {
  align-self: start;
}

#w-node-ea46b53e-17c8-813b-dfd7-f6122e2133e5-865873bd {
  justify-self: end;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-865873c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_711abc9b-840d-9b1b-3b49-73ab06bc16ec-865873c1, #w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-865873c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-865873c6, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-865873c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-865873c6, #w-node-_6165dec7-3dde-5f4c-99f4-2db3d1244c30-b63154b7, #w-node-_2a197671-c289-2567-5759-388df6cc5a0a-b63154b7, #w-node-_2d383cb8-6c79-bbf6-ce80-69b98ffb8a43-b63154b7, #w-node-_4110a99a-82da-9ead-a353-967109099162-b63154b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bbe6b99-c773-2d9b-440f-0eb4eb3a593c-b63154b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5eeb5999-14dc-edeb-1456-4535f4512dfa-b63154b7, #w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-99488440 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-99488440, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-99488440 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-99488440, #w-node-_7bc51560-08d4-7c28-1c6a-b986f890bedd-99488440 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bc51560-08d4-7c28-1c6a-b986f890bedf-99488440, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-3f89c360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-3f89c360, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-3f89c360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-3f89c360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-1c458231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10772-1c458231, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-1c458231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-1c458231, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-1c458231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-1c458231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-54f6dc52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10772-54f6dc52, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-54f6dc52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-54f6dc52, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-54f6dc52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-54f6dc52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-ccb184a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_711abc9b-840d-9b1b-3b49-73ab06bc16ec-ccb184a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-6c73e487, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-6c73e487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-6c73e487 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_52cfc8b8-fe41-09cd-0cc2-c9e2c0e7017f-a1d4a0d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fb59df61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_711abc9b-840d-9b1b-3b49-73ab06bc16ec-fb59df61, #w-node-_47541f96-d0e6-a90d-6e1b-ebb98b728a5d-8b728a41, #w-node-_47541f96-d0e6-a90d-6e1b-ebb98b728a60-8b728a41, #w-node-_47541f96-d0e6-a90d-6e1b-ebb98b728a63-8b728a41, #w-node-_47541f96-d0e6-a90d-6e1b-ebb98b728a66-8b728a41, #w-node-_47541f96-d0e6-a90d-6e1b-ebb98b728a69-8b728a41, #w-node-_47541f96-d0e6-a90d-6e1b-ebb98b728a6c-8b728a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8344b486-df3a-9b8e-f1df-8db8c03d6514-011e5138 {
  justify-self: end;
}

#w-node-ea46b53e-17c8-813b-dfd7-f6122e2133d9-011e5138 {
  align-self: start;
}

#w-node-ea46b53e-17c8-813b-dfd7-f6122e2133e5-011e5138 {
  justify-self: end;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-52f80520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-52f80520, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-52f80520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-52f80520, #w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-ce4b2da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-ce4b2da8, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-ce4b2da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ce4b2da8, #w-node-_7bc51560-08d4-7c28-1c6a-b986f890bedd-ce4b2da8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bc51560-08d4-7c28-1c6a-b986f890bedf-ce4b2da8, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-ffcc4615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-ffcc4615, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ffcc4615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-ffcc4615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-ad81afc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10772-ad81afc4, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-ad81afc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-ad81afc4, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ad81afc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-ad81afc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-ad2312dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdfad29b-c110-c61e-c8e8-f707bfb10772-ad2312dd, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-ad2312dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-ad2312dd, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ad2312dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-ad2312dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_52cfc8b8-fe41-09cd-0cc2-c9e2c0e7017f-ee773c5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-d8f26c01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_711abc9b-840d-9b1b-3b49-73ab06bc16ec-d8f26c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d5c8da3-180f-70d0-4cb1-9610f000c7ca-58a6b128, #w-node-_67c8c879-8d64-3869-c7c7-48f05ccd013e-58a6b128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9ad70818-456e-af1f-8f41-bb2725e7588c-58a6b128 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_6165dec7-3dde-5f4c-99f4-2db3d1244c30-f83a1844, #w-node-_2a197671-c289-2567-5759-388df6cc5a0a-f83a1844, #w-node-_2d383cb8-6c79-bbf6-ce80-69b98ffb8a43-f83a1844, #w-node-_4110a99a-82da-9ead-a353-967109099162-f83a1844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bbe6b99-c773-2d9b-440f-0eb4eb3a593c-f83a1844 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5eeb5999-14dc-edeb-1456-4535f4512dfa-f83a1844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-b22b79f9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_711abc9b-840d-9b1b-3b49-73ab06bc16ec-b22b79f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-7941b09a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_711abc9b-840d-9b1b-3b49-73ab06bc16ec-7941b09a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8344b486-df3a-9b8e-f1df-8db8c03d6514-865873bd, #w-node-_8344b486-df3a-9b8e-f1df-8db8c03d6514-011e5138 {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8344b486-df3a-9b8e-f1df-8db8c03d6514-865873bd {
    justify-self: center;
  }

  #w-node-ea46b53e-17c8-813b-dfd7-f6122e2133e5-865873bd, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-865873c6 {
    order: -9999;
  }

  #w-node-_7bbe6b99-c773-2d9b-440f-0eb4eb3a593c-b63154b7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-99488440, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-3f89c360, #w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-1c458231, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-1c458231, #w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-54f6dc52, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-54f6dc52 {
    order: -9999;
  }

  #w-node-_8344b486-df3a-9b8e-f1df-8db8c03d6514-011e5138 {
    justify-self: center;
  }

  #w-node-ea46b53e-17c8-813b-dfd7-f6122e2133e5-011e5138, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-52f80520, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ce4b2da8, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ffcc4615, #w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-ad81afc4, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ad81afc4, #w-node-fdfad29b-c110-c61e-c8e8-f707bfb10770-ad2312dd, #w-node-_9ad70818-456e-af1f-8f41-bb2725e7588a-ad2312dd {
    order: -9999;
  }

  #w-node-_7bbe6b99-c773-2d9b-440f-0eb4eb3a593c-f83a1844 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Prestige Signature Script Demo';
  src: url('../fonts/Prestige-Signature-Script---Demo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}