@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-Blk.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-Hv.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-Md.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-Roman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-Lt.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-Th.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-UltLt.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Helvetica®;
  src: url('../fonts/HelveticaNeueLTPro-Bd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #f8f8f8;
  --black: #0e0e0e;
  --transparent: #fff0;
  --primary: #ffd900;
  --white: white;
  --secondary: #e7cb2b;
  --white-2: white;
  --black-2: black;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--grey);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #444;
  margin-bottom: 0;
  line-height: 1.75;
}

a {
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

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

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.bottom-3rem {
  padding-bottom: 3rem;
}

.padding-section-medium.bottom-7rem {
  padding-bottom: 7rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: .0625rem dashed #2d40ea;
  width: 100%;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.heading-style-h3.text-weight-normal {
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 3rem;
  height: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.mg-bottom-0 {
  padding-bottom: 0;
}

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

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

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-large {
  padding-top: 3rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: .125rem solid #000;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(105deg, #000000e6 29%, #68686887 75%, var(--transparent));
  opacity: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.section_header {
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header5_background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.rating-star {
  color: #ecc900;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.navbar12_icon-wrapper {
  flex: none;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 0rem;
  grid-row-gap: .4rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.navbar12_dropdown-link {
  z-index: 5;
  grid-column-gap: .7rem;
  grid-row-gap: 0rem;
  background-color: var(--grey);
  width: 100%;
  color: var(--black);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 7px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar12_dropdown-link:hover {
  background-color: var(--white);
  text-decoration: underline;
}

.navbar12_link {
  margin-left: 3px;
  padding: .5rem .75rem;
  font-weight: 600;
}

.navbar12_link.w--current {
  color: var(--black);
  text-decoration: underline;
}

.navbar12_dropdown-toggle {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  align-items: center;
  padding: .5rem .75rem;
  font-weight: 600;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

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

.navbar12_dropdown-list {
  background-color: var(--grey);
}

.navbar12_dropdown-list.w--open {
  border: .0625rem solid #0e0e0e0d;
  border-radius: 3px;
  flex-direction: row;
  max-height: 500px;
  padding: 1rem;
  right: -100%;
}

.navbar {
  z-index: 99;
  background-color: var(--white);
  border-bottom: .0625rem solid #d3d3d3;
  align-items: center;
  width: 100%;
  padding: 10px 4%;
  display: flex;
}

.navbar12_logo {
  padding-right: 20px;
  display: inline-block;
}

.section_home-intro {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
}

.section_home-services {
  background-color: var(--grey);
  overflow: hidden;
}

.slide68_arrow {
  background-color: var(--black);
  border: .0625rem #006cff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 4rem;
}

.div_1 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.card {
  height: 100%;
  padding-right: 1.5rem;
}

.div_1-2 {
  height: 100%;
  padding: 6px 26px 30px;
}

.text-wrapper {
  margin-top: 1em;
  margin-bottom: 2em;
}

.slider_component {
  background-color: #0000;
  height: auto;
  margin-bottom: 35px;
  padding-bottom: 6.2rem;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 23.75rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.blog68_slide-nav {
  grid-column-gap: .75em;
  filter: brightness(75%);
  height: 1.7rem;
  font-size: .75rem;
  line-height: 1.3;
  display: flex;
  inset: auto auto 0% 0%;
}

.card_mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.service-card-img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.hero-container {
  max-width: 37.5rem;
  color: var(--white);
  padding: 40px 40px 60px;
}

.hero-heading {
  color: var(--white);
  font-weight: 700;
}

.hero-list {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
}

.hero-list_item {
  grid-column-gap: 6px;
  letter-spacing: .9px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 300;
  display: flex;
}

.button_primary {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.button_primary:hover {
  background-color: var(--secondary);
}

.button_primary.is-arrow {
  grid-column-gap: 10px;
}

.navbar-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 15px 35px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.navbar-button.angebot-form {
  cursor: pointer;
}

.navbar-split-line {
  background-color: #0e0e0e1a;
  border-radius: 20px;
  width: 2px;
  height: 55px;
  margin-left: 11px;
  margin-right: 11px;
}

.hero-heading-typed {
  color: var(--primary);
  margin-top: 12px;
  font-size: 2.375rem;
  font-weight: 700;
  display: block;
}

.navbar-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.hero-angebot-label {
  color: #cacaca;
  text-align: center;
  margin-top: 3px;
  font-size: .7rem;
  position: absolute;
  inset: auto 0% -25px;
}

.button-secondary_hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--grey);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3px 1.6px #0000000b, 0 5px 2.9px #0000000c, 0 9px 5.3px #0000000c, 0 15px 10.4px #0000000d, 0 31px 22.8px #0000000e;
}

.relative {
  position: relative;
}

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

.service-card-button {
  border: 2px solid var(--primary);
  border-radius: 8px;
  padding: 12px;
  font-weight: 700;
  display: inline-block;
}

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

.service-card-heading {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.services-divider {
  background-color: var(--primary);
  max-width: 200px;
  height: 5px;
  margin-top: 12px;
}

.section_home-start {
  background-color: var(--white);
}

.two-columns {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.two-columns._1-25fr {
  grid-template-columns: 1.25fr 1fr;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image._2-3 {
  aspect-ratio: 2 / 3;
}

.image._2-3.cover-right {
  object-position: 75% 50%;
}

.image._3-2 {
  aspect-ratio: 3 / 2;
}

.subheading {
  background-color: var(--primary);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: .9rem;
  font-weight: 700;
  display: inline-block;
}

.mg-bottom-3px {
  margin-bottom: 3px;
}

.div-block-22 {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.home-about-divider {
  background-color: #00000012;
  align-self: stretch;
  height: 2px;
}

.home-about-icon {
  border-bottom: 3px solid var(--primary);
  margin-right: 17px;
  padding-bottom: 6px;
}

.home-about-label {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 0;
  padding-right: 6px;
  display: inline-block;
}

.button-hero {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.button-hero:hover {
  background-color: var(--secondary);
}

.button-hero.is-icon {
  grid-column-gap: 6px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.button-hero.is-icon.angebot-form {
  cursor: pointer;
}

.hero-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cta53_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000094;
  position: absolute;
  inset: 0%;
}

.cta53_background-image-wrapper {
  position: absolute;
  inset: 0%;
}

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

.button-outline {
  border: 1.5px solid var(--primary);
  color: #111;
  text-align: center;
  background-color: #fff0;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-weight: 600;
}

.button-outline.text-color-white {
  color: #fff;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.heading-style-h3-2 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
}

.heading-style-h3-2.text-color-primary {
  color: #e63b3c;
}

.cta53_card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 4rem;
  display: flex;
  position: relative;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.button-group-2.align-center {
  justify-content: center;
}

.section_cta {
  background-image: none;
}

.cta-content {
  z-index: 2;
  position: relative;
}

.html-embed-5 {
  width: 46px;
  height: 46px;
  color: var(--black);
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  margin-top: 50px;
}

.text-block-35 {
  color: var(--black);
  margin-top: 10px;
  font-size: 19px;
  font-weight: 400;
}

.bereich-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: background-color .15s ease-in;
  display: flex;
}

.bereich-card:hover {
  box-shadow: 0 0 15px #0e0e0e4a;
}

.section_bereiche {
  background-color: var(--white);
  background-image: linear-gradient(#00000073, #00000073), url('../images/downtown-cologne-city-skyline-cityscape-germany.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.location-divider {
  background-color: var(--primary);
  min-width: 300px;
  max-width: 300px;
  height: 5px;
  margin-top: 12px;
}

.footer-link {
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.container-normal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contact-left-item {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-weight: 700;
  display: flex;
}

.footer {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 5rem;
  display: block;
  position: relative;
  overflow: visible;
}

.footer-content {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 30px;
  display: grid;
}

.footer-contact {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-icons {
  color: #f9ae00;
  object-fit: contain;
  border-right: 2px solid #bdbdbd;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding-right: 8px;
  display: flex;
}

.footer-block-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.footer-block {
  grid-column-gap: 22px;
  grid-row-gap: 15px;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.footer-block._1-column {
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
}

.footer-title {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem .65rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.section_text {
  background-color: var(--grey);
}

.slider-arrow {
  width: 1.6rem;
  color: var(--primary);
}

.slider-arrow.left {
  transform: rotate(180deg);
}

.text-line {
  color: #d1d5db;
  height: 1rem;
  margin: 2.1rem 0 2.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.text-value-effect_wrapper {
  z-index: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.text-value_effect {
  opacity: .41;
  filter: blur(16px);
  background-image: linear-gradient(92deg, #ffffff5e, #ffd90066 73%);
  width: 100%;
  max-width: 30rem;
  height: 140%;
  margin-top: -8px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
}

.text-value-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-value_wrapper {
  z-index: 2;
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-value {
  color: var(--black);
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.p-house-number {
  color: #111827;
  margin-left: .5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.text-color-primary {
  color: var(--primary);
}

.service-icon-card {
  grid-column-gap: 0px;
  grid-row-gap: 11px;
  color: #333;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-icon_wrapper {
  border: 3px solid var(--primary);
  background-color: var(--primary);
  border-radius: 25%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 19px;
  display: flex;
}

.service-icon {
  width: 44px;
  height: 44px;
  color: var(--white);
}

.service-icon-text {
  color: var(--black);
  font-size: 1.15rem;
  font-weight: 600;
}

.service-section-heading {
  color: var(--black);
  font-size: 2rem;
  font-weight: 600;
}

.service-grid {
  grid-column-gap: 9%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: 100%;
  margin-top: 50px;
  display: flex;
}

.div-block-15 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-section-text {
  margin-top: 20px;
}

.advantage-card {
  background-color: #fff;
  border: 3px solid #0000000d;
  border-radius: 20px;
  padding: 40px 25px 10%;
  transition: transform .125s cubic-bezier(.55, .085, .68, .53), box-shadow .125s ease-in, border-color .125s;
  position: relative;
}

.advantage-card:hover {
  border: 3px solid #3434400f;
  transform: translate(0, -7px);
  box-shadow: 12px 14px 8px -4px #0000001c;
}

.advantage_icon {
  object-fit: contain;
  padding: 0;
}

.vorteile_grid {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 2.5rem;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.section_vorteile {
  background-color: var(--grey);
}

.advantage-icon_wrapper {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  outline-color: var(--grey);
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 50%;
  outline-width: 7px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 65px;
  margin-bottom: 1.25rem;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: -50px auto auto 5%;
}

.hero-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer_logo {
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.layout237_list {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.layout237_item {
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px 22px 35px 35px;
  font-size: .9rem;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3px 1.6px #0000000b, 0 5px 2.9px #0000000c, 0 9px 5.3px #0000000c, 0 15px 10.4px #0000000d, 0 31px 22.8px #0000000e;
}

.breadcrumb {
  z-index: 4;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center;
  width: 100%;
  max-width: 80rem;
  padding: 15px 2rem;
  font-size: .8rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.current-path {
  color: #575757;
  text-decoration: underline;
}

.current-path.w--current:hover {
  text-decoration: none;
}

.current-path.no-link {
  text-decoration: underline;
}

.current-path.no-link:hover {
  color: #575757;
}

.current-link {
  font-weight: 500;
}

.breadcrumb-arrow {
  width: 10px;
}

.hero-service_bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.section_hero-service {
  position: relative;
  overflow: hidden;
}

.hero-service_overlay {
  z-index: 2;
  background-image: linear-gradient(#00000082, #00000082), linear-gradient(#ffd90045, #ffd90045);
  position: absolute;
  inset: 0%;
}

.hero-service_image-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-service_content {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8rem;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.hero-service_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.section_header46 {
  margin-top: -38px;
  padding-top: 0;
  position: relative;
}

.icon_checkmark {
  width: 3rem;
  height: 3rem;
  margin-bottom: 9px;
  margin-left: -4px;
}

.h4-heading-service {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-39 {
  color: var(--white);
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}

.div-block-36 {
  background-color: #1b1b1b;
  border-radius: 4px;
  align-self: stretch;
  margin-top: 40px;
  padding: 20px 30px 25px;
}

.underline {
  padding-top: 10px;
  padding-bottom: 5px;
  display: inline-block;
}

.service-paragraph {
  margin-bottom: 20px;
}

.hero-grid-icon {
  width: 24px;
  height: 24px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.q-content-item {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.services-overview {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #e2e2e2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: flex;
}

.breadcrumb_wrapper {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  font-size: .8rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.cta7_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.section_service-cta {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/kölnerdomimhintergrund.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta7_component {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta7_content {
  flex: 1;
}

.form-cta_wrapper {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 450px;
  margin-left: 4rem;
  padding: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 3px 16px 4px #0003;
}

.cta-form-success {
  margin-top: 20px;
}

.form_cta-wrapper {
  flex-flow: column wrap;
  align-items: stretch;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.section_cta-form {
  background-image: linear-gradient(to bottom, var(--grey) 32%, var(--primary) 32%, var(--primary) 67%, var(--grey) 67%);
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-zebra-verb {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-effort-river {
  margin-top: .625rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.input-replied-charge {
  color: #000;
  background-color: #f8f8f8;
  border: 1px solid #e5e7eb;
  border-radius: .2rem;
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
  padding: 1.5rem 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.input-replied-charge.textblock {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: .75rem;
}

.checkbox-field {
  font-size: .9rem;
  line-height: 1.6;
}

.checkbox {
  width: 15px;
  height: 15px;
}

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

.div-block-40 {
  align-items: center;
  padding-right: 2rem;
  font-weight: 600;
  display: flex;
}

.text-block-56 {
  margin-right: 20px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.cta-underline {
  border-bottom: 3px solid var(--primary);
  color: var(--transparent);
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: var(--white);
}

.text-span {
  margin-top: -10px;
  margin-left: 12px;
  display: block;
}

.navbar-line {
  background-color: #00000008;
  height: 2px;
}

.hero-content {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.hero-single-overlay {
  z-index: 2;
  background-image: linear-gradient(106deg, var(--primary), var(--primary) 30%, #fffadb24 50%);
  position: absolute;
  inset: 0%;
}

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

.hiw-item-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hiw-item {
  border-top: 1px solid #dadada;
  position: relative;
}

.hiw-line {
  background-color: var(--primary);
  opacity: 0;
  height: 2px;
  margin-bottom: 2.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.hiw-number {
  background-color: var(--primary);
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
}

.hiw-item-heading {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.hiw-content {
  margin-top: 3rem;
  margin-right: 25px;
}

.legal-bold {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 500;
}

.text-block-57 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: .8rem;
}

.div-river-chamber {
  margin-left: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.success-label {
  display: inline-block;
}

.div-unit-rabbit {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.error-text {
  color: #a20000;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  font-weight: 600;
}

.p-flower-everywhere {
  color: #414141;
  margin-top: 1rem;
  padding: 0;
  font-weight: 400;
}

.section-hour-sunlight {
  background-color: #fff;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
}

.padding-section-large-2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

._2-columns {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.text-span-39 {
  text-decoration: underline;
}

.contact-label {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.div-apple-crew {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.form_kontakt-success {
  color: #359402;
  background-color: #00fc1112;
  border-radius: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.section_contact {
  background-image: url('../images/downtown-cologne-city-skyline-cityscape-germany.webp');
  background-position: 50%;
  background-size: cover;
}

.form_kontakt-error {
  border-radius: 20px;
}

.div-block-67 {
  color: #fff;
  text-align: center;
  background-color: #333333d9;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  padding: 21px;
  display: none;
}

.div-wolf-without {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 3rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-flew-tried {
  background-color: #dd33331a;
  border-style: solid;
  border-width: 0;
  border-radius: 1rem;
  width: 12rem;
  height: 12rem;
  margin-bottom: -2rem;
  margin-left: -2rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-form {
  background-color: #f5f5f5;
  border-radius: 13px;
  padding: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.p-track-feed {
  color: #4b5563;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.contact-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #e63b3c;
  border: 3px solid #e63b3c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .9rem 2rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19), color .2s cubic-bezier(.55, .055, .675, .19), transform .25s;
  display: flex;
}

.contact-button:hover {
  color: #333;
  background-color: #0000;
  transform: translate(0, -3px);
}

.container-normal-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.img-zebra-arrive {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-opportunity-disease {
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.textarea-stuck-bowl {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  width: 100%;
  min-height: 120px;
  margin-top: 20px;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.textarea-stuck-bowl::placeholder {
  color: #7c7c7c;
  font-size: 1rem;
}

.text-block-47 {
  font-size: 1.2rem;
  font-weight: 600;
}

.div-line-try {
  margin: 0;
  padding-left: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.img-hour-wrapped {
  object-fit: cover;
  border-style: solid;
  border-width: 0;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.form-wrapper {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.input-replied-charge-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .375rem;
  width: 100%;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.input-replied-charge-2::placeholder {
  color: #7c7c7c;
  font-size: 1rem;
}

.input-replied-charge-2.top {
  margin-top: 25px;
}

.link-2 {
  color: #d1d1d1;
}

.div-never-stairs {
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.hero-heading_single {
  border-left: 5px dotted #000;
  padding-left: 15px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.ceo_image {
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 550px;
  margin-bottom: 10px;
}

.advantage-item {
  font-weight: 600;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #2199d2;
  border: 2px solid #2199d2;
  border-radius: 8px;
  justify-content: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  display: inline-block;
}

.button-2:hover {
  background-color: #77d3ff;
  border-color: #77d3ff;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
}

.icon-embed-medium {
  color: #77d3ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h3-3 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-primary-2 {
  color: #2199d2;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.two-columns-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_about-us_quote {
  background-color: var(--primary);
}

.heading-style-h3-4 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_about-us_quote-2 {
  background-color: #2199d2;
}

.heading-style-h3-5 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.vorteil-card-icon {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.vorteil-text {
  color: #4b5563;
  margin-top: 1.25rem;
  padding: 0;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.vorteil-card-title {
  color: #111827;
  margin-top: 3rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
}

.vorteil-block {
  background-color: var(--white);
  border: 1px solid #0000000d;
  border-radius: 7px;
  padding: 2.6rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19);
}

.vorteil-block:hover {
  background-color: #f8f8f8;
}

.container-normal-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.div-official-thousand {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.align-center-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.p-leather-gray {
  color: #4b5563;
  margin-top: 2rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.text-block-27 {
  color: #d8d8d8;
  max-width: 500px;
  font-weight: 500;
}

.text-block-27.hotline {
  color: #fff;
  text-align: center;
  max-width: none;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #e63b3c;
  border: 3px solid #e63b3c;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .9rem 2rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19), color .2s cubic-bezier(.55, .055, .675, .19), transform .25s;
  display: flex;
}

.primary-button:hover {
  color: #333;
  background-color: #0000;
  transform: translate(0, -3px);
}

.cta-info {
  background-image: linear-gradient(to bottom, #0000003d, #0000003d), linear-gradient(146deg, #acacac8a, #7d7b21c9 16%, var(--primary)), url('../images/ordner-auf-einer-veranstaltung.jpg');
  color: #fff;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.section_cta-full-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-field {
  border: 2px solid #ddd;
  border-radius: 7px;
  margin-bottom: 15px;
  padding: 22px 15px;
}

.cta-form {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  align-self: stretch;
  padding: 40px;
}

.text-block-28 {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 600;
}

.cta-wrapper {
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 9px 20px #0003;
}

.text-block-29 {
  font-weight: 600;
}

.textarea {
  border: 2px solid #ddd;
  border-radius: 7px;
  min-height: 110px;
  padding: 15px;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-26 {
  font-size: 1.8rem;
  font-weight: 700;
}

.hotline-label {
  color: var(--white);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.bereich-top {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bereich-top._1-25fr {
  grid-template-columns: 1.25fr 1fr;
}

.social-button {
  text-align: center;
  background-color: #25d366;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: .5rem 1rem;
  display: flex;
}

.social-button:hover {
  background-color: #128c7e;
}

.social-button.mobile {
  display: none;
}

.social-button-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-bg {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 100%;
  min-width: 100%;
  max-height: 100%;
  padding-bottom: 47px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.angebot_wrapper {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffd9008c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.angebot_wrapper.hide {
  display: flex;
}

.angebot_content {
  background-color: var(--white);
  border-radius: 10px;
  width: 550px;
  padding: 2rem 1.5rem 1rem;
  position: relative;
}

.angebot-step {
  display: none;
}

.angebot-step.visible {
  display: block;
}

.checkbox-image {
  width: 45px;
}

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

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.paragraph {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.angebot-safety {
  grid-column-gap: 3px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: .6rem;
  font-size: .8rem;
  display: flex;
}

.text-block-123 {
  margin-top: 4px;
}

.angebot-intro_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 2.4rem;
  display: flex;
}

.angebot-intro-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.angebot-intro-icon {
  width: 64px;
  height: 64px;
}

.angebot-form-label {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.angebot-form-line {
  background-color: var(--primary);
  width: 80%;
  height: 2px;
  margin: 1.25rem auto 2rem;
}

.angebot-start-button {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}

.angebot-start-button:hover {
  background-color: #3d3d3d;
}

.angebot-close {
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  display: inline;
  position: absolute;
  inset: 2% 3% auto auto;
}

.angebot-close:hover {
  color: var(--primary);
}

.angebot-number {
  background-color: var(--primary);
  border-radius: 4px;
  width: 35px;
  display: inline-block;
}

.button_angebot-submit {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  cursor: pointer;
  padding: 1rem 45px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

.button_angebot-submit:hover {
  background-color: var(--secondary);
}

.button_angebot-submit.no-auto {
  margin-right: 0;
}

.angebot-form-content {
  margin-bottom: .7rem;
}

.angebot-form-input {
  background-color: #f3f3f3;
  border-radius: 2px;
  height: 47px;
}

.angebot-form-input::placeholder {
  color: #646464;
}

.angebot-form-input.select {
  color: #252525;
}

.angebot-form-input.text {
  height: auto;
  min-height: 150px;
}

.angebot-button_wrapper {
  justify-content: space-between;
  display: flex;
}

.angebot-text-input {
  min-height: 150px;
}

.angebot-text-input::placeholder {
  color: #474747;
}

.angebot-cb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-size: .9rem;
  display: flex;
}

.angebot-cb-box {
  border-width: 2px;
  border-color: var(--primary);
  background-color: #fffefe;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.angebot-cb-box.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
}

.last-form-error {
  text-align: center;
  background-color: #e9000036;
  border-radius: .3125rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding: .4375rem 1.25rem;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .text-value_effect {
    margin-left: 0;
    margin-right: 0;
  }

  .text-value-container {
    flex-direction: row;
    justify-content: flex-start;
  }

  .checkbox.w--redirected-checked {
    border-color: var(--primary);
    background-color: var(--primary);
  }

  .div-block-39 {
    grid-auto-columns: 1fr;
  }

  .div-unit-rabbit {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-hour-sunlight {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-apple-crew {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 5rem;
  }

  .div-wolf-without {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 3rem;
  }

  .div-flew-tried {
    width: 12rem;
    height: 12rem;
    margin-bottom: -2rem;
    margin-left: -2rem;
  }

  .p-track-feed {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .div-line-try {
    padding-left: 2rem;
  }

  .vorteil-block {
    border-color: #e5e7eb;
    border-top-width: 1px;
    border-left-width: 1px;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .text-value_effect {
    margin-left: 0;
    margin-right: 0;
  }

  .div-unit-rabbit {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-hour-sunlight {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-apple-crew {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 5rem;
  }

  .div-wolf-without {
    grid-column-gap: 6rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 3rem;
  }

  .div-flew-tried {
    width: 12rem;
    height: 12rem;
    margin-bottom: -2rem;
    margin-left: -2rem;
  }

  .p-track-feed {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .div-line-try {
    padding-left: 2rem;
  }

  .vorteil-block {
    border-color: #e5e7eb;
    border-top-width: 1px;
    border-left-width: 1px;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .navbar_menu {
    background-color: #fff;
    border-top: 1px solid #c9c9c9;
    padding: 1rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar12_dropdown-link {
    justify-content: center;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .menu-icon1 {
    background-color: #ececec;
    border-radius: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar12_link {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    width: auto;
    padding: 1.4rem 0;
    font-size: 1.125rem;
  }

  .navbar12_link.no-line {
    border-bottom-style: none;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar12_dropdown-toggle {
    border-bottom: 1px solid #f1f1f1;
    justify-content: center;
    align-items: center;
    padding: 1.4rem 0;
    display: flex;
  }

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

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .menu-icon_line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .card_mask {
    width: 50%;
  }

  .hero-container {
    width: 100%;
    min-width: 100%;
  }

  .navbar-button, .navbar-split-line {
    display: none;
  }

  .two-columns {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-22 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .hero-button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta53_card {
    padding: 3rem;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .footer {
    background-position: 100% 100%;
  }

  .footer-content {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-contact {
    display: flex;
  }

  .div-block-19 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-direction: column;
  }

  .text-line {
    margin-top: 3rem;
  }

  .text-value-container {
    flex-direction: row;
    justify-content: center;
  }

  .service-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vorteile_grid {
    grid-row-gap: 4.5625rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
  }

  .hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout237_list {
    grid-column-gap: .25rem;
    grid-row-gap: .7rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .breadcrumb {
    justify-content: center;
    margin-left: auto;
  }

  .cta7_button-row {
    flex: none;
  }

  .cta7_component {
    grid-column-gap: 3rem;
    flex-direction: column;
  }

  .cta7_content {
    margin-right: 3rem;
  }

  .form-cta_wrapper {
    min-width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-39 {
    display: block;
  }

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

  .hero-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hiw-item-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
  }

  .hiw-item {
    border-top-style: none;
  }

  .div-unit-rabbit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-hour-sunlight {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  ._2-columns {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .div-apple-crew {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 4rem;
  }

  .div-block-67 {
    max-width: none;
  }

  .div-wolf-without {
    grid-row-gap: 4rem;
  }

  .div-flew-tried {
    width: 12rem;
    height: 12rem;
    margin-bottom: -2rem;
    margin-left: -2rem;
  }

  .contact-form {
    padding: 2.5rem;
  }

  .contact-button {
    align-self: stretch;
    width: auto;
  }

  .div-line-try {
    padding-left: 2rem;
  }

  .two-columns-2 {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .vorteil-block {
    border-color: #e5e7eb;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 2rem;
  }

  .div-official-thousand {
    grid-template-columns: 1fr 1fr;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }

  .primary-button {
    align-self: stretch;
    width: auto;
    max-width: none;
  }

  .cta-info {
    border-radius: 10px 10px 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-wrapper {
    border-radius: 20px;
    flex-direction: column-reverse;
  }

  .container-large-3 {
    max-width: none;
  }

  .hotline-label {
    font-size: 1.5rem;
  }

  .bereich-top {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .social-button, .social-button.mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

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

  .heading-style-h3 {
    font-size: 1.6rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .button-group {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .navbar_logo-link {
    flex: 1;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar {
    min-height: 4rem;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .card {
    padding-right: 1.5rem;
  }

  .slider_component {
    padding-bottom: 6rem;
  }

  .card_mask {
    width: 80%;
  }

  .hero-container {
    max-width: none;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-heading, .hero-heading-typed {
    font-size: 1.8rem;
  }

  .navbar-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .two-columns {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-about-label {
    font-size: 1.1rem;
  }

  .hero-button-group {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .cta53_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-outline {
    display: block;
  }

  .max-width-large-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .cta53_card {
    padding: 2rem;
  }

  .button-group-2 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer {
    padding-bottom: 6rem;
  }

  .footer-content {
    text-align: center;
    flex-direction: column;
  }

  .footer-contact, .footer-block-wrapper {
    align-items: center;
  }

  .footer-block {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .text-line {
    margin-top: 3rem;
  }

  .text-value-container {
    flex-direction: row;
    justify-content: center;
  }

  .service-section-heading {
    font-size: 1.7rem;
  }

  .hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .breadcrumb {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: repeat(auto-fit, 13%);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .breadcrumb_wrapper {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: repeat(auto-fit, 13%);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .cta7_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .cta7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta7_content {
    margin-right: 0;
  }

  .form-cta_wrapper {
    padding: 2.5rem;
  }

  .div-unit-rabbit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-hour-sunlight, .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-apple-crew {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 4rem;
  }

  .div-wolf-without {
    grid-row-gap: 4rem;
  }

  .div-flew-tried {
    width: 12rem;
    height: 12rem;
    margin-bottom: -2rem;
    margin-left: -2rem;
  }

  .contact-form {
    padding: 2.5rem;
  }

  .div-line-try {
    padding-left: 2rem;
  }

  .hero-heading_single {
    font-size: 2rem;
  }

  .heading-style-h3-3 {
    font-size: 1.5rem;
  }

  .two-columns-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-4, .heading-style-h3-5 {
    font-size: 1.5rem;
  }

  .div-official-thousand {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }

  .primary-button {
    display: block;
  }

  .cta-info {
    padding-left: 30px;
  }

  .text-block-26 {
    font-size: 1.6rem;
  }

  .hotline-label {
    font-size: 1.2rem;
  }

  .bereich-top {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .social-button.mobile {
    border-radius: 9px;
    height: 3rem;
    margin-left: 0;
    margin-right: 10px;
    padding: 0 20px 0;
    display: flex;
    position: relative;
  }

  .angebot_content {
    width: 97%;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .heading-style-h2 {
    font-size: 1.8rem;
  }

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

  .container-large {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .navbar_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar12_dropdown-link {
    font-size: .9rem;
  }

  .navbar12_logo {
    padding-right: 30px;
  }

  .card {
    padding-right: 1rem;
  }

  .div_1-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
  }

  .card_mask {
    width: 95%;
  }

  .service-card-img {
    height: 200px;
  }

  .hero-container {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-list_item {
    font-size: .9rem;
  }

  .navbar-container {
    padding-left: .25rem;
    padding-right: .5rem;
  }

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

  .div-block-22 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .hero-button-group {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-2 {
    font-size: 1.2rem;
  }

  .location-divider {
    min-width: 200px;
    max-width: 200px;
  }

  .container-normal {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: auto;
    align-self: stretch;
    display: flex;
  }

  .text-line {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .text-value_effect {
    margin-left: auto;
    margin-right: auto;
  }

  .text-value-container {
    flex-direction: column;
  }

  .service-section-heading {
    font-size: 1.7rem;
  }

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

  .advantage-card {
    max-width: none;
  }

  .vorteile_grid {
    display: flex;
  }

  .breadcrumb {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    grid-template-rows: minmax(52px, 1fr) auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .7rem;
  }

  .h4-heading-service, .text-block-39 {
    font-size: 20px;
  }

  .div-block-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .q-content-item {
    font-size: .9rem;
  }

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

  .breadcrumb_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: minmax(52px, 1fr) auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .form-cta_wrapper {
    padding: 1.5rem;
  }

  .div-zebra-verb {
    order: -1;
  }

  .hero-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-unit-rabbit {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-hour-sunlight {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-apple-crew {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 3rem;
  }

  .div-block-67 {
    font-size: 1rem;
  }

  .div-wolf-without {
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 2rem;
  }

  .div-flew-tried {
    width: 6rem;
    height: 6rem;
    margin-bottom: -1.5rem;
    margin-left: -1.5rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .p-track-feed {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .contact-button {
    font-size: .9rem;
  }

  .container-normal-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-47 {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .div-line-try {
    padding-left: 1.5rem;
  }

  .div-never-stairs {
    justify-content: center;
  }

  .hero-heading_single {
    font-size: 1.8rem;
  }

  .button-2 {
    flex: 1;
  }

  .container-large-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-style-h3-3 {
    font-size: 1.3rem;
  }

  .button-group-3 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .heading-style-h3-4, .heading-style-h3-5 {
    font-size: 1.3rem;
  }

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

  .div-official-thousand {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .p-leather-gray {
    margin-top: 1rem;
  }

  .primary-button {
    font-size: .9rem;
  }

  .cta-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-26 {
    font-size: 1.4rem;
  }

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

  .social-button.mobile {
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-button-icon {
    margin-right: 0;
  }

  .angebot_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-content {
    width: 100%;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .text-block-123 {
    font-size: .8rem;
  }

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

  .angebot-intro-item {
    width: auto;
    font-size: .79rem;
  }

  .angebot-form-label {
    font-size: 1.5rem;
  }

  .angebot-start-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9rem;
  }

  .angebot-form-block {
    overflow: scroll;
  }
}

#w-node-_9c2c032d-ae2c-5657-619f-53fa1369f6ae-18c70dba, #w-node-_9c2c032d-ae2c-5657-619f-53fa1369f6b3-18c70dba, #w-node-_9c2c032d-ae2c-5657-619f-53fa1369f6b8-18c70dba, #w-node-_9c2c032d-ae2c-5657-619f-53fa1369f6bd-18c70dba, #w-node-a06ce0bf-28c8-fa68-16b1-f57daf3b6999-18c70dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56c8f609-1e1f-2aea-85f1-6f5887459485-18c70dba {
  place-self: end;
}

#w-node-bd8e3bd1-903e-0fa7-6455-c5e33a14dbe8-97b09e82, #w-node-bd8e3bd1-903e-0fa7-6455-c5e33a14dbf0-97b09e82, #w-node-bd8e3bd1-903e-0fa7-6455-c5e33a14dbf2-97b09e82, #w-node-bd8e3bd1-903e-0fa7-6455-c5e33a14dbf4-97b09e82, #w-node-_25084e20-44a1-9fb2-d9d3-fcde7571157a-97b09e82, #w-node-_88abb129-1d58-1647-cefd-49be0905b5be-97b09e82, #w-node-_0d5e0f06-66d1-7c0b-fae1-c5a92d8b7496-97b09e82, #w-node-_0d5e0f06-66d1-7c0b-fae1-c5a92d8b749c-97b09e82, #w-node-_0d5e0f06-66d1-7c0b-fae1-c5a92d8b749e-97b09e82, #w-node-_0d5e0f06-66d1-7c0b-fae1-c5a92d8b74a0-97b09e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c929906f-9984-1a1b-9c69-fb4382f5c61a-1aa3f7cc, #w-node-_21de87fa-1d58-82cc-358f-28e08b7a55b8-1aa3f7cc, #w-node-ec1149a2-8ea6-1133-a1b5-2f9e7bc4bfdb-1aa3f7cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ad998a6f-3a57-56f1-770b-2dec1aa3f7f7-1aa3f7cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a914d911-8d2d-ae96-1311-b8b294573c54-1aa3f7cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ee070395-09fd-e721-ee72-ef174bf608bb-1aa3f7cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea2b8-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea2bd-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea2c2-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea2c7-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea2cd-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea2d3-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea2d9-8b0e6df6 {
  justify-self: start;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea3e6-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea3ff-8b0e6df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea402-8b0e6df6 {
  justify-self: start;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea404-8b0e6df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea407-8b0e6df6 {
  justify-self: start;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea470-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea47a-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea47b-8b0e6df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea4e9-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea4ee-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea4f3-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea4f8-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea4fd-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea502-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea50c-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea511-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea516-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea51b-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea520-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea525-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea52a-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea52f-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea534-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea539-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea53e-8b0e6df6 {
  justify-self: start;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea542-8b0e6df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea543-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea548-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea54d-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea552-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea567-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea56c-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea571-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea576-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea57b-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea580-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea58a-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea58f-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea594-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea599-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea59e-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5a3-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5a8-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5ad-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5b2-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5b7-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5bc-8b0e6df6 {
  justify-self: start;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5c0-8b0e6df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5c1-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5c6-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5cb-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5d0-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5e2-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5e7-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5ec-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5f1-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5f6-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea5fb-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea600-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea605-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea60a-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea60f-8b0e6df6 {
  justify-self: start;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea613-8b0e6df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea614-8b0e6df6 {
  justify-self: start;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea617-8b0e6df6, #w-node-_686ffd61-ec5f-729a-b391-fcbeefcea69a-8b0e6df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686ffd61-ec5f-729a-b391-fcbeefcea6f6-8b0e6df6 {
  justify-self: start;
}

#w-node-_48136641-d90d-cfeb-7780-4d568248e4b6-04fbcae5, #w-node-_56148853-3385-e935-d5c7-fe5ee3b7251f-04fbcae5, #w-node-_2db3e9a4-e300-f1b4-173a-cd7483a2ed90-04fbcae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17397854-c27f-3ed8-5656-a2779e87de95-04fbcae5, #w-node-_17397854-c27f-3ed8-5656-a2779e87de9d-04fbcae5, #w-node-_17397854-c27f-3ed8-5656-a2779e87dea5-04fbcae5 {
  align-self: start;
}

#w-node-_23c5438a-0033-2484-7a39-8330ae8333b0-652f266d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1202534d-bdc7-b9c8-eb08-79964d0cf575-4d0cf551 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_56c8f609-1e1f-2aea-85f1-6f5887459485-18c70dba {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-Blk.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-Hv.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-Th.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-UltLt.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Helvetica®';
  src: url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}