:root {
  --color--background: var(--default--background);
  --swatches--sigma-black: #040812;
  --fontsize-text: 1.4rem;
  --swatches--sigma-red: #89152e;
  --fontsize-medium: 1.65rem;
  --swatches--white: white;
  --fontsize-large: 1.9rem;
  --heading-h2: 2.8rem;
  --border-radius-master: 3px;
  --swatches--bg-lightgrey: #f2f7ff;
  --swatches--bg-darkgrey: #d2dbeb;
  --color--bg-logo: var(--default--bg-logo);
  --swatches--sigma-grey: #b3c3d7;
  --gutters--aktuelles-gap: 4.5rem;
  --gutters--double-gap: 2.5rem;
  --gutters--single-gap-moobile: .5rem;
  --gutters--single-gap: 1.25rem;
  --default--background: var(--swatches--bg-lightgrey);
  --default--bg-logo: var(--swatches--bg-darkgrey);
  --hero--background: var(--swatches--bg-darkgrey);
  --hero--bg-logo: var(--swatches--white);
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color--background);
  color: var(--swatches--sigma-black);
  font-family: nudista-web, sans-serif;
  font-size: var(--fontsize-text);
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  font-size: var(--fontsize-text);
  margin-bottom: 0;
}

a {
  color: var(--swatches--sigma-red);
  font-family: nudista-web, sans-serif;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0;
}

img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

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

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  z-index: -10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: -25px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  top: 0;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  width: 65%;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  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_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px 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;
}

.fs-styleguide_item._1 {
  margin-bottom: 448px;
}

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: var(--fontsize-medium);
  text-transform: uppercase;
  align-self: flex-start;
  padding-bottom: 2px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h3.blog-post-grid-heading {
  align-self: stretch;
  width: 90%;
  padding-bottom: 2px;
}

.heading-style-h3.blog-post-grid-heading.first-post {
  width: 75%;
  height: auto;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  color: var(--swatches--sigma-red);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 600;
}

.text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: .35rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: var(--swatches--sigma-red);
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px 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;
}

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

.text-size-tiny.scroll-hint-type {
  text-align: center;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-size-tiny.sub-line {
  z-index: 11;
  color: var(--swatches--white);
  padding: 10px 10px 5px;
  position: relative;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.text-size-regular {
  font-size: var(--fontsize-text);
}

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

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

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

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

.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-large {
  width: 100%;
  max-width: 48rem;
}

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

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

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

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

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

.heading-style-h4.geschichte {
  margin-top: .75rem;
}

.heading-style-h4.geschichte.column-left {
  position: relative;
  top: -21.5rem;
}

.heading-style-h4.blogpost-heading {
  width: 94%;
  padding-bottom: 2px;
}

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

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

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

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

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

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 600;
}

.heading-style-h6.text-style-lineheight-1.text-style-allcaps {
  padding-bottom: 3px;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto 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;
}

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

.text-size-large {
  font-family: nudista-web, sans-serif;
  font-size: var(--fontsize-large);
}

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

.heading-style-h2 {
  color: var(--swatches--sigma-red);
  font-size: var(--heading-h2);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.desktop-width-70 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-style-h2.top-padded {
  margin-top: .25rem;
}

.page-wrapper.single-height {
  height: 100vh;
}

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

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

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

.heading-style-h5.text-size-small {
  font-size: 1.05rem;
  line-height: 1.5;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper.single-height {
  height: 100svh;
}

.main-wrapper.password-site {
  height: 100vh;
}

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

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

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

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

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

.button.w--current {
  width: 65%;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.text-size-medium {
  font-size: var(--fontsize-medium);
}

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

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

.hide {
  display: none;
}

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

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: var(--swatches--sigma-black);
}

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

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

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

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

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

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

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

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

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

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

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

.spacer-xxhuge.mobile-half.x {
  padding-top: 35rem;
}

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

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

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

.navbar-logo-left {
  z-index: 1000;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 8px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  aspect-ratio: auto;
  background-color: var(--color--background);
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper {
  padding-top: 0;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--swatches--sigma-black);
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--swatches--sigma-red);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: var(--swatches--sigma-red);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--swatches--sigma-red);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--swatches--sigma-red);
}

.nav-link.right {
  margin-right: 0;
  padding-right: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer.bottom-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-brand {
  width: 28%;
}

.footer-content {
  grid-column-gap: 68px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1.1;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--swatches--bg-darkgrey);
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-outer-wrapper {
  z-index: 10;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.hero-outer-wrapper.margin-top-hero {
  align-items: flex-start;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-sigma {
  height: 100vh;
  padding-top: 32vh;
}

.navbar-brand-logo {
  cursor: pointer;
  width: 55px;
  height: 59px;
  padding-top: 1px;
  display: block;
  position: relative;
}

.navbar-brand-logo.x {
  color: var(--swatches--sigma-black);
  display: block;
}

.heading {
  font-family: nudista-web, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}

.heading-2 {
  color: var(--swatches--sigma-red);
  font-family: nudista-web, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}

.herotext {
  z-index: 2;
  padding-top: 30vh;
  padding-bottom: 10px;
  font-family: nudista-web, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
}

.hero-logo {
  z-index: -50;
  color: var(--color--bg-logo);
  object-fit: fill;
  width: 100rem;
  display: block;
  position: relative;
  top: -94vh;
  left: -25vw;
}

.hero-logo.grey {
  z-index: -50;
  display: block;
  top: -905px;
}

.hero-logo.white {
  color: var(--swatches--white);
  display: none;
}

.body {
  background-color: #d2dbeb;
  font-family: nudista-web, sans-serif;
}

.team-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-3, .heading-4, .heading-5 {
  font-family: nudista-web, sans-serif;
  font-weight: 600;
}

.body-2 {
  font-family: nudista-web, sans-serif;
}

.hero-text {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-text.margin-top-hero {
  position: absolute;
}

.html-embed-3 {
  max-height: 232px;
}

.herotext-embed {
  flex: 0 auto;
  width: 100%;
}

.hero-text-line-2 {
  clear: none;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: static;
}

.margin-top-hero {
  margin-top: 35vh;
}

.hero-text-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-text-wrapper.margin-top-hero {
  z-index: 10;
  width: 900px;
  height: 155px;
  position: absolute;
  top: 0;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: flex-start;
}

.hero-inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-inner-wrapper.column-left {
  align-self: stretch;
}

.two-thirds {
  width: 100%;
  max-width: 66.66%;
}

.one-third {
  width: 100%;
  max-width: 33.33%;
}

.hero-text-subline {
  color: var(--swatches--sigma-red);
  font-size: var(--fontsize-text);
  flex-direction: column;
  align-items: center;
  width: 39%;
  margin-top: 1rem;
  display: flex;
  container-type: inline-size;
}

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

.hero-text-subline-text {
  color: var(--swatches--sigma-red);
  text-align: right;
  text-transform: uppercase;
  align-self: center;
  font-size: 22cqw;
  font-weight: 400;
  line-height: .8;
}

.begruessungstext {
  z-index: 10;
  margin-top: 16.9rem;
}

.hero-bg-logo-wrapper {
  height: 100%;
  max-height: 10px;
  overflow: visible;
}

.div-block {
  flex: 1;
}

.paragraph {
  color: var(--swatches--sigma-black);
  font-size: var(--fontsize-text);
  align-self: flex-start;
}

.paragraph.begruessungstext {
  width: 100%;
  margin-top: 65%;
}

.paragraph.post-teaser {
  width: 100%;
}

.paragraph.post-teaser.first-post {
  width: 60%;
  height: auto;
}

.paragraph.post-teaser.text-style-3lines {
  align-self: flex-start;
  margin-bottom: 8px;
  padding-right: 10px;
}

.paragraph.text-size-tiny {
  align-self: center;
}

.paragraph.kontakt {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6 {
  text-transform: none;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.nav-list-item {
  margin-bottom: 0;
}

.columns-wrapper {
  flex-direction: row;
  align-self: stretch;
  margin-top: 30px;
}

.columns-wrapper.parken-wrapper-row {
  height: 200px;
}

.columns-wrapper.aligned-right.benefit.flex {
  padding-left: 16%;
}

.columns-wrapper.aligned-left.benefit.flex {
  padding-right: 16%;
}

.columns-wrapper.h-100 {
  flex-direction: column;
  justify-content: space-around;
}

.columns-wrapper.no-flex {
  display: block;
}

.columns-wrapper.flex {
  align-items: stretch;
}

.columns-wrapper.expand {
  flex: 0 auto;
  display: flex;
}

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

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

.column-50 {
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-50.padding-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.column-50.padding-40.flex {
  justify-content: center;
}

.column-50.column-left {
  justify-content: flex-start;
  align-self: stretch;
  padding-left: 0;
}

.column-50.column-left.v-center {
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

.column-50.column-right {
  padding-left: 40px;
  padding-right: 0;
  display: block;
  position: static;
}

.column-50.is-benefit {
  align-self: center;
}

.column-50.is-benefit.column-right.flex {
  align-self: stretch;
  display: flex;
}

.mobile-only {
  display: none;
}

.bg-logo-big, .text-block-2 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}

.dresden {
  display: block;
}

.image-max-width {
  aspect-ratio: auto;
  flex: 1;
  align-self: center;
  height: auto;
}

.image-max-width.portrait {
  z-index: 60;
}

.image-max-width.portrait.smooth-hover {
  position: relative;
  top: -232px;
}

.image-max-width.benefit-image {
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: auto;
}

.image-max-width.blog-post {
  align-self: stretch;
  width: 100%;
  display: block;
  overflow: visible;
}

.image-max-width.landscape {
  align-self: flex-start;
}

.image-max-width.x {
  aspect-ratio: 5 / 4;
}

.image-max-width.y {
  aspect-ratio: 4 / 3;
}

.image-max-width.galery-image {
  flex: 1;
  height: 100%;
}

.image-max-width.center-stage {
  width: 75%;
  height: 48rem;
}

.mieter {
  margin-top: 4rem;
}

.spline-modul {
  min-height: 300px;
}

.column-33 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-33.column-left {
  flex: 1;
  align-self: stretch;
  padding-left: 0;
  padding-right: 20px;
}

.column-33.column-left.padding-40.flex {
  padding-right: 40px;
}

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

.column-33.column-right.margin-l-40 {
  padding-left: 40px;
}

.column-33.column-right.flex {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.column-66 {
  flex: 0 auto;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
}

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

.column-66.column-right.flexchild-stretch {
  align-self: stretch;
}

.column-66.padding-40.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.column-66.column-left {
  align-self: stretch;
  padding-left: 0;
}

.column-66.column-left.v-align {
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  display: flex;
}

.column-66.column-left.flex {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.column-66.column-left.aktuelles {
  padding-right: 0;
}

.column-66.is-pinned {
  padding-left: 0;
  padding-right: 0;
}

.column-66.is-benefit.column-right.flex {
  align-self: stretch;
}

.anfahrt-google-maps {
  background-color: #00000069;
  min-height: 350px;
}

.scene-3d {
  z-index: 20;
  flex: 1;
  align-self: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.grid {
  grid-template: "." minmax(30px, 1fr)
                 "." minmax(30px, 1fr)
                 "." minmax(30px, 1fr)
                 "." minmax(30px, 1fr)
                 "." minmax(30px, 1fr)
                 / 1fr 1fr 1fr;
}

.text-style-lineheight-1 {
  line-height: 1;
}

.collection-list-wrapper {
  width: 100%;
  min-width: 100%;
}

.collection-list-mieter {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  display: flex;
}

.collection-item {
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spacer-mieter {
  width: 100%;
  padding-top: .75rem;
  padding-bottom: 0;
}

.column-16 {
  align-self: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.column-16.column-right {
  object-fit: fill;
  padding-right: 0;
  position: static;
}

.column-16.column-right.archiv {
  display: none;
}

.column-83 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.grid-2 {
  grid-column-gap: 19px;
  grid-template: ". Zeile-1 Zeile-1 Zeile-1 Zeile-1 Zeile-1"
                 "Zeile-2 Zeile-2 Zeile-2 Zeile-2 Zeile-2 ."
                 ". Zeile-3 Zeile-3 Zeile-3 Zeile-3 Zeile-3"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.zeile-wrapper {
  width: 100%;
}

.parken-wrapper-row {
  flex-direction: row;
  height: 180px;
  display: flex;
  overflow: hidden;
}

.parken-image-wrapper {
  object-fit: cover;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.parken-text-wrapper {
  flex: 1;
}

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

.flex {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.image-wrapper {
  display: flex;
  overflow: hidden;
}

.image-wrapper.aktuelles {
  justify-content: center;
  align-items: stretch;
  height: 18rem;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.image-wrapper.aktuelles.first-post {
  flex-flow: column;
  height: 26rem;
}

.image-wrapper.post-single-site {
  aspect-ratio: 3 / 2;
  height: auto;
}

.image-wrapper.post-single-site.is-first-gallery-image {
  margin-top: 0;
}

.image-wrapper.post-single-site.post-image {
  aspect-ratio: 3 / 2;
  cursor: pointer;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-wrapper.drop-shadow {
  border-radius: var(--border-radius-master);
}

.image-wrapper.drop-shadow._1zu1 {
  border-radius: 2px;
  width: auto;
  height: 100%;
}

.image-wrapper.drop-shadow._6zu7 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.image-wrapper.collage.collage-front {
  position: absolute;
  bottom: 0;
}

.image-wrapper.collage.collage-front.portrait {
  width: 45%;
  height: auto;
}

.image-wrapper.collage.collage-front.geschichte {
  margin-top: 0;
  inset: 0 auto auto 0;
  overflow: visible;
}

.image-wrapper.collage.collage-front.drop-shadow {
  z-index: 1;
  position: absolute;
  bottom: 0;
}

.image-wrapper.collage.collage-front.drop-shadow.geschichte {
  top: 0;
  bottom: auto;
  left: 0;
}

.image-wrapper.collage.collage-back.geschichte {
  margin-top: 0;
  top: -9rem;
  left: 35%;
}

.image-wrapper.collage.collage-back.portrait {
  width: 45%;
  height: auto;
  left: 55%;
}

.image-wrapper.collage.collage-back.portrait.drop-shadow {
  margin-left: 55%;
  position: absolute;
  left: auto;
  right: 0;
}

.image-wrapper.collage.collage-back.portrait.drop-shadow.smooth-hover {
  z-index: 65;
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.image-wrapper.collage.collage-back.portrait.drop-shadow.smooth-hover:hover {
  opacity: 1;
}

.image-wrapper.collage.collage-back.portrait.smooth-hover {
  z-index: 65;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  left: auto;
  right: 0;
}

.image-wrapper.collage.collage-back.portrait.smooth-hover:hover {
  opacity: 1;
}

.image-wrapper.collage.collage-back.landscape {
  width: 65%;
  position: absolute;
  inset: auto 0 0 auto;
}

.image-wrapper.collage.collage-back.landscape.drop-shadow.geschichte {
  z-index: 1;
}

.image-wrapper.collage.collage-back.landscape.geschichte {
  z-index: 65;
  inset: auto 0 0 auto;
}

.image-wrapper.collage.landscape {
  display: block;
  position: relative;
}

.image-wrapper.collage.landscape.drop-shadow {
  z-index: 0;
  aspect-ratio: auto;
  max-height: 21rem;
  position: relative;
}

.image-wrapper.collage.landscape.drop-shadow.smooth-hover {
  z-index: 30;
  position: relative;
}

.image-wrapper.collage.landscape.smooth-hover {
  z-index: 30;
  display: flex;
  position: relative;
}

.image-wrapper.collage.landscape.collage-front {
  z-index: 20;
  border-radius: var(--border-radius-master);
  max-height: 21rem;
  position: relative;
  bottom: auto;
}

.image-wrapper.collage.portrait {
  z-index: 10;
  width: auto;
  position: relative;
}

.image-wrapper.collage.portrait.collage-front {
  z-index: 20;
  width: auto;
  position: relative;
  bottom: auto;
}

.image-wrapper.collage.portrait.drop-shadow {
  max-height: 31rem;
}

.image-wrapper.collage.portrait.smooth-hover {
  z-index: 30;
  border-radius: var(--border-radius-master);
  max-height: 31rem;
}

.image-wrapper.center-stage {
  opacity: 0;
  transform-style: preserve-3d;
  height: 100%;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 1.3rem, 0);
}

.image-wrapper.center-stage.current {
  opacity: 1;
  transform-style: preserve-3d;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
}

.image-wrapper.gallery-image {
  opacity: .6;
  align-self: stretch;
  height: 8rem;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
}

.image-wrapper.gallery-image:hover, .image-wrapper.gallery-image.current {
  opacity: 1;
}

.image-wrapper.grid {
  flex-flow: column;
  height: 100%;
}

.image-wrapper.beitrag {
  width: 100%;
}

.display-none {
  display: none;
}

.display-mobile-none {
  display: block;
}

.image-colage-front {
  width: 60%;
  display: block;
  position: absolute;
  top: 330px;
  right: 197px;
}

.image-colage-back {
  width: 40%;
  height: 25rem;
  position: absolute;
  left: 40%;
}

.div-block-2 {
  width: 80%;
}

.portrait {
  width: auto;
  height: 100%;
}

.collage-wrapper {
  flex-direction: column;
  flex: 1;
  align-self: auto;
  height: 100%;
  display: block;
  position: relative;
  top: 0%;
  left: 0%;
}

.collage {
  width: 65%;
}

.column-84, .column-85, .column-86 {
  align-self: center;
}

.is-benefit {
  padding-left: 20px;
  padding-right: 20px;
}

.benefit {
  height: 16rem;
}

.text-wrapper {
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.text-wrapper.is-card {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-wrapper.is-benefit {
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.text-wrapper.is-benefit.flex {
  align-self: stretch;
}

.text-wrapper.non-ex {
  width: auto;
  height: auto;
}

.is-benefit-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  display: block;
}

.benefit-image {
  width: auto;
  height: 100%;
}

.wrapper-3d {
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  margin-top: 1rem;
  margin-bottom: .6rem;
  display: flex;
  overflow: hidden;
}

.benefit-opacity {
  opacity: .55;
  transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

.benefit-opacity:hover {
  opacity: 1;
}

.text-block-3 {
  padding: 20px;
}

.card {
  background-color: var(--swatches--white);
}

.card.notch {
  border-radius: 4px;
}

.card.notch.post-list {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  height: auto;
  display: block;
}

.text-block-4 {
  margin-left: 10px;
  margin-right: 10px;
}

.archive {
  background-color: var(--swatches--sigma-grey);
  color: var(--swatches--white);
}

.date {
  padding-right: 2px;
}

.date.text-size-tiny {
  align-self: flex-start;
  font-weight: 300;
}

.date.text-size-tiny.year {
  padding-right: 0;
  font-weight: 300;
}

.heading-7 {
  border-bottom: 3px solid var(--swatches--bg-lightgrey);
}

.text-block-5 {
  align-self: stretch;
}

.divider {
  background-color: var(--swatches--bg-lightgrey);
  width: 100%;
  height: 1px;
}

.column-25 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.newest-post {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sidebar {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 12rem;
  overflow: hidden;
}

.sidebar._1 {
  top: 44rem;
}

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

.newest-post-grid {
  flex: 1;
  align-self: stretch;
}

.post-item {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.post-item.flex {
  margin-bottom: 0;
}

.date-wrapper {
  color: var(--swatches--sigma-grey);
  display: flex;
}

.text-size-tiny-copy {
  font-size: .875rem;
}

.posts-grid {
  grid-column-gap: var(--gutters--aktuelles-gap);
  grid-row-gap: var(--gutters--aktuelles-gap);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: center;
  display: grid;
}

.card-wrapper {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.card-wrapper.first-post {
  height: auto;
}

.card-wrapper._1 {
  flex: 0 auto;
}

.quick-stack {
  grid-row-gap: 14px;
}

.div-block-3, .div-block-3-copy {
  background-color: #9a7272;
  width: 100%;
  height: 100px;
}

.is-first-gallery-image {
  margin-top: 0;
}

.empty-state {
  display: none;
}

.gallery-items-wrapper {
  grid-column-gap: var(--gutters--single-gap-moobile);
  grid-row-gap: var(--gutters--single-gap-moobile);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.weitere-bilder-list {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  grid-template-rows: .85fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 8rem;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-top: 2rem;
  display: grid;
}

.credentials-wrapper {
  display: flex;
}

.author-wrapper {
  flex-direction: row;
  display: flex;
}

.text-block-6, .author {
  color: var(--swatches--sigma-grey);
}

.author.text-size-tiny {
  padding-right: 5px;
  font-weight: 300;
}

.author.text-size-tiny.seperator {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: .4rem;
  padding-right: .4rem;
}

.footer-text {
  font-size: var(--fontsize-text);
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 1.1;
}

.geschichte, .aktuelles {
  margin-top: 4rem;
}

.desktop-width-70 {
  width: 70%;
}

.height-90 {
  height: 90%;
}

.collage-front {
  z-index: 50;
  position: relative;
}

.collage-back {
  z-index: 10;
  position: relative;
}

.landscape {
  width: 100%;
  height: auto;
}

._1zu1 {
  aspect-ratio: 1;
}

._5zu4 {
  aspect-ratio: 5 / 4;
}

._4zu3 {
  aspect-ratio: 4 / 3;
}

.div-block-4 {
  height: 10rem;
  overflow: hidden;
}

.bildunterschrift-geschichte {
  margin-top: .75rem;
}

.bildunterschrift-geschichte.text-weight-semibold {
  width: 65%;
}

._6zu5 {
  aspect-ratio: 6 / 5;
}

.h-100 {
  height: 100%;
}

.light-box {
  height: 100%;
  display: flex;
}

._3zu2 {
  aspect-ratio: 3 / 2;
}

.timeline-images-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.column-75 {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-75.column-left {
  padding-left: 0;
}

.center-image {
  aspect-ratio: 3 / 2;
  align-self: stretch;
}

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

.image-max-height.gallery-image {
  flex: 1;
}

.image-max-height.center-stage {
  z-index: 10;
  align-self: center;
  position: absolute;
}

.image-max-height.center-stage.bg {
  z-index: 1;
  opacity: .75;
  filter: blur(5px);
  transform-origin: 50%;
  align-self: stretch;
  width: 100%;
  position: absolute;
  transform: none;
}

.image-max-height.center-stage-copy {
  z-index: 10;
  transform-origin: 0%;
  transform-style: preserve-3d;
  align-self: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  transform: scale3d(1.1, 1, 1);
}

.image-max-height.center-stage-copy.current {
  transform: scale(1);
}

.image-max-height.center-stage-copy.bg {
  z-index: 1;
  opacity: .75;
  filter: blur(5px);
  align-self: stretch;
  width: 100%;
  position: absolute;
  transform: none;
}

.image-max-height.landscape {
  height: 100%;
  max-height: 21rem;
}

.image-max-height.landscape.smooth-hover {
  z-index: 30;
  position: relative;
}

.image-max-height.kontakt {
  margin-top: 0;
}

.image-max-height.no-maxwitdth {
  max-width: none;
}

.image-max-height.portrait {
  max-height: 31rem;
}

.timeline-gallery {
  flex: 1;
  max-width: 18%;
  padding-left: 20px;
}

.bildauswahl {
  margin-bottom: 10px;
}

.center-stage-images-wrapper {
  flex: 1;
  align-self: stretch;
  max-width: 100%;
  height: 45rem;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.center-stage-images-x {
  height: 45rem;
}

.timeline-images-gallery-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 18%;
  padding-left: 20px;
  display: flex;
}

.timeline-slider {
  position: relative;
  top: -5rem;
}

.swiper.is-years.swiper-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper-wrapper.is-years {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-slide.is-years {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-info-wrapper {
  z-index: 100;
  flex-direction: row;
  justify-content: space-between;
  width: 100.5%;
  display: flex;
  position: relative;
  bottom: 4.2rem;
}

.timeline-years-x {
  flex: 1;
  max-width: 35%;
  padding-right: 20px;
}

.text-bg {
  background-color: #fff;
  align-self: stretch;
  padding: 20px;
}

.text-bg.clip-patrh.drop-shadow {
  padding: 25px;
}

.text-bg.notch {
  min-height: 10rem;
}

.timeline-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-left: 35%;
  padding-left: 20px;
  display: flex;
}

.timeline-years-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 35%;
  height: 5rem;
  display: flex;
  position: relative;
  top: 51rem;
}

.timeline-years-nav-wrapperx {
  z-index: 100;
  flex: 1;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.timeline-years-nav-wrapper {
  z-index: 100;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: absolute;
  inset: 0;
}

.timeline-year-single.text-weight-semibold.text-size-large {
  height: 100%;
  position: relative;
  inset: 0%;
}

.arrow-left {
  justify-content: flex-start;
  align-self: stretch;
  height: 100%;
  padding-right: 5px;
  display: flex;
  position: absolute;
  left: 0;
}

.arrow-right {
  justify-content: flex-end;
  align-self: stretch;
  height: 100%;
  padding-left: 5px;
  display: flex;
  position: absolute;
  right: 0;
}

.timeline-years-inner-overflow {
  z-index: 150;
  flex: 1;
  justify-content: center;
  align-self: center;
  display: flex;
  position: relative;
}

.div-block-5 {
  justify-content: space-between;
  display: flex;
}

.arrow-left-svg {
  align-self: center;
  width: 1.4rem;
  height: 50%;
  position: static;
  left: 0;
}

.arrow-left-svg:hover {
  color: var(--swatches--sigma-red);
}

.arrow-left-svg.swiper-button-prev {
  display: none;
}

.arrow-left-svg.swiper-prev {
  cursor: pointer;
}

.arrow-right-svg {
  align-self: center;
  width: 1.4rem;
  height: 50%;
}

.arrow-right-svg:hover {
  color: var(--swatches--sigma-red);
}

.arrow-right-svg.swiper-next {
  cursor: pointer;
  align-self: center;
}

.text-bg-wrapper, .text-bg-wrapper.drop-shadow {
  align-self: stretch;
}

.swiper-next {
  flex: 1;
  align-self: stretch;
}

.timeline-years-inner-wrapper {
  z-index: 150;
  cursor: grab;
  flex: 1;
  align-self: center;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.timeline-year-single-wrapper {
  z-index: 150;
  justify-content: center;
  width: 6rem;
  display: flex;
  position: relative;
}

.smooth-hover {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.445, .05, .55, .95);
}

.smooth-hover:hover {
  opacity: 1;
}

.bildunterschrift-geschichte-half {
  margin-top: .75rem;
  position: absolute;
  top: 58%;
  left: 0;
}

.bildunterschrift-geschichte-half.text-weight-semibold.grid {
  margin-top: 0;
  position: relative;
  top: auto;
  left: auto;
}

.mieter-wrapper {
  cursor: pointer;
  border-radius: 3px;
  padding: 9px 10px 8px;
  transition: color .15s cubic-bezier(.39, .575, .565, 1), background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.mieter-wrapper:hover {
  background-color: var(--swatches--sigma-grey);
  color: var(--swatches--white);
}

.mieter-wrapper.hoverx {
  border-radius: 5px;
  padding: 8px 9px;
  transition: background-color .2s, color .13s cubic-bezier(0, 0, .626, .819);
}

.mieter-wrapper.hoverx:hover {
  background-color: var(--swatches--sigma-grey);
  color: var(--swatches--bg-lightgrey);
  border-radius: 4px;
  padding: 8px 9px;
}

.rich-text-block-2 {
  align-self: stretch;
}

.heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.anfahrt-wrapper {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.anfahrt-image {
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.anfahrt-image._2zu1 {
  height: 100%;
  position: static;
}

.position-absolute {
  position: absolute;
}

.aktuelles-link {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.masonry, .collection-list-wrapper-2 {
  column-count: 2;
  column-gap: 80px;
}

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

.fs-radio_field-4 {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-radio_field-4:hover {
  border-color: #696969;
}

.fs-radio_button-4 {
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.fs-radio_button-4.w--redirected-focus {
  background-color: var(--swatches--bg-lightgrey);
  box-shadow: none;
  border-style: none;
}

.fs-radio_button-4.w--redirected-focus-visible {
  background-color: var(--swatches--bg-lightgrey);
  box-shadow: none;
  outline-offset: 4px;
  border-style: none;
  border-width: 0;
  outline: 2px #9b9b9b;
}

.fs-radio_label-4 {
  flex: 1;
  margin-bottom: 0;
  font-weight: 400;
}

.fs-radio_field-4-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-radio_field-4-2:hover {
  color: #696969;
  border-color: #696969;
}

.fs-radio_button-4-2 {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-4-2.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs-radio_button-4-2.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-4-2 {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.fs-checkbox_field-1 {
  border: 2px none var(--swatches--white);
  color: var(--swatches--white);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1.5rem .5rem 8%;
  font-weight: 500;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.fs-checkbox_field-1:hover {
  border-color: var(--swatches--sigma-red);
  color: var(--swatches--sigma-red);
}

.fs-checkbox_field-1:active {
  color: var(--swatches--white);
}

.fs-checkbox_button-1 {
  border: 2px solid var(--swatches--white);
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
  box-shadow: 1px 1px 3px #0000;
}

.fs-checkbox_button-1.w--redirected-checked {
  border-color: var(--swatches--white);
  background-color: var(--swatches--white);
  box-shadow: none;
  color: var(--swatches--white);
  background-image: none;
  border-radius: 4px;
}

.fs-checkbox_button-1.w--redirected-focus {
  border-width: 2px;
  border-color: var(--swatches--white);
  background-color: var(--swatches--white);
  box-shadow: none;
  border-radius: 4px;
}

.fs-checkbox_button-1.w--redirected-focus-visible {
  border-width: 2px;
  border-color: var(--swatches--white);
  background-color: var(--swatches--white);
  box-shadow: none;
  outline-offset: 4px;
  border-radius: 4px;
  outline: 2px #9b9b9b;
}

.fs-checkbox_label-1 {
  margin-bottom: 0;
  font-weight: 500;
}

.fs-radio_field-3 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 1.25rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-radio_field-3:hover {
  background-color: var(--swatches--bg-lightgrey);
  color: var(--swatches--sigma-black);
  border-style: none;
  border-color: #696969;
}

.fs-radio_button-3 {
  border-width: 2px;
  border-color: #000;
  border-radius: 4px;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-3.w--redirected-checked {
  border-width: 2px;
  border-color: var(--swatches--sigma-grey);
  background-color: var(--swatches--sigma-grey);
  border-radius: 4px;
}

.fs-radio_button-3.w--redirected-focus {
  box-shadow: none;
}

.fs-radio_button-3.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-3 {
  margin-bottom: 0;
  font-weight: 500;
}

.fs-radio_field-1 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-radio_field-1:hover {
  color: #696969;
  border-color: #696969;
}

.fs-radio_field-1.is-active {
  color: var(--swatches--sigma-red);
}

.fs-radio_button-1 {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-1.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs-radio_button-1.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-1 {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.fs-radio_label-1.is-active {
  color: var(--swatches--sigma-red);
}

.form {
  background-color: var(--swatches--sigma-grey);
}

.impressum {
  margin-top: 5rem;
}

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

.spacer-datenschutz {
  height: 7.5rem;
}

.spacer-datenschutz._2 {
  height: 4.2rem;
}

.mail-link {
  color: var(--swatches--sigma-red);
  align-self: flex-end;
}

.contact-line {
  justify-content: flex-start;
  display: flex;
}

.scroll-incentive {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 89vh;
  left: calc(50vw - 11px);
}

._154-mouse-wrapper {
  flex-direction: column;
  align-items: center;
}

._154-mouse {
  border: 2px solid var(--swatches--sigma-red);
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 22px;
  height: 35px;
  display: flex;
}

._154-circle {
  background-color: var(--swatches--sigma-red);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 8px;
}

._154-scroll-text {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-right: -10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
}

.scroll-hint-type {
  color: var(--swatches--sigma-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
}

.spline-3d-scene {
  z-index: 1000;
  position: relative;
  top: -8%;
}

.spline-canvas {
  position: relative;
  top: -65px;
  bottom: 10px;
}

.embed {
  width: 100px;
  height: 100px;
}

.loader-3d {
  z-index: 100;
  background-color: var(--swatches--white);
  opacity: 1;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.position-relative {
  flex: 1;
  height: 100%;
  position: relative;
}

.load-3d {
  text-align: center;
  flex: 1;
  align-self: center;
}

._2zu1 {
  aspect-ratio: 2;
}

.anfahrt-brand-logo {
  cursor: pointer;
  width: 10%;
  height: 17%;
  display: block;
  position: absolute;
  inset: 42% 0% 0% 45%;
}

.anfahrt-brand-logo.x {
  color: var(--swatches--sigma-black);
  display: block;
}

.title-h1 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.grid-wrapper {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--double-gap);
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow: row;
}

.grid-wrapper.headline {
  grid-template-rows: auto;
  margin-bottom: 1rem;
}

.grid-wrapper.headline.parken {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--double-gap);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 2fr) minmax(0, 4fr) minmax(0, 6fr);
  grid-auto-columns: 1fr;
  min-height: 0;
  display: grid;
}

.grid-wrapper.headline.geschichte {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

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

.grid-wrapper.kontaktdaten {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 2fr) minmax(0, 7fr);
  align-content: start;
}

.grid-wrapper.parken {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(0, 2fr) minmax(0, 6fr) minmax(0, 4fr);
  min-height: 16rem;
  margin-bottom: 1rem;
}

.grid-wrapper.parken.align-right {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--double-gap);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 2fr) minmax(0, 4fr) minmax(0, 6fr);
}

.grid-wrapper.parken.align-left {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--double-gap);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr) minmax(0, 2fr);
}

.grid-wrapper.anfahrt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
}

.grid-wrapper.full-width {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--single-gap);
  grid-template-rows: minmax(0, auto) minmax(auto, auto) auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-content: start;
}

.grid-wrapper.full-width.geschichte {
  grid-template-rows: auto auto auto auto auto;
}

.grid-wrapper.full-width.luftaufnahmen {
  grid-template-rows: minmax(auto, auto) minmax(auto, auto) auto;
}

.grid-wrapper.datenschutz {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--double-gap);
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-wrapper.impressum {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--double-gap);
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-wrapper.aktuelles-single {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 4rem;
}

.grid-wrapper.aktuelles {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-wrapper.standortvorteile {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-wrapper.dresden {
  grid-column-gap: var(--gutters--double-gap);
  grid-row-gap: var(--gutters--double-gap);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper.kontakt {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, .25fr) 1fr;
}

.ansprechpartner-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: minmax(0, .25fr) minmax(0, 1fr);
  align-content: start;
  padding-left: 40px;
  padding-right: 40px;
}

._4zu5 {
  aspect-ratio: 4 / 5;
}

._2zu3 {
  aspect-ratio: 2 / 3;
}

._3zu4 {
  aspect-ratio: 3 / 4;
}

._5zu6 {
  aspect-ratio: 5 / 6;
}

._6zu7 {
  aspect-ratio: 6 / 7;
}

._7zu7 {
  aspect-ratio: 7 / 7;
}

.content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-wrapper.top {
  justify-content: flex-start;
}

.content-wrapper.center {
  justify-content: center;
}

.collage-grid {
  grid-template-rows: .5fr .5fr .5fr;
  grid-template-columns: minmax(0, 1fr) 1fr minmax(0, 1fr);
}

.collage-grid.home {
  grid-template-rows: 1fr .5fr .5fr;
  grid-template-columns: minmax(0, 1fr) .5fr minmax(0, .5fr);
}

.kontakt {
  margin-top: 4rem;
}

.pointer {
  cursor: pointer;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.link {
  color: var(--swatches--sigma-red);
}

.back-link.text-size-tiny {
  opacity: .65;
  cursor: pointer;
  display: flex;
}

.back-link.text-size-tiny.bottom-link {
  display: none;
}

.arrow-left-svg-thin {
  width: .7rem;
}

.footer-wrapper.password-site {
  flex-flow: column;
  justify-content: flex-end;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.footer-wrapper._404-site {
  flex-flow: column;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.picture-subline {
  cursor: auto;
  align-self: stretch;
  position: relative;
  bottom: 0;
}

.picture-subline.text-size-tiny {
  z-index: 20;
  color: var(--swatches--white);
  position: absolute;
  left: 0;
  right: 0;
}

.sub-wrapper.picture-subline {
  flex-flow: column;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.picture-subline-background {
  z-index: 10;
  background-color: var(--swatches--sigma-black);
  opacity: .8;
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, #6e6e6e 35%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.empty-warning {
  background-color: var(--swatches--sigma-red);
  color: var(--swatches--white);
}

@media screen and (max-width: 991px) {
  .utility-page_component {
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .text-size-tiny.text-style-lineheight-1 {
    overflow-wrap: break-word;
    margin-right: .5rem;
    line-height: 1.2;
  }

  .text-size-tiny.scroll-hint-type {
    padding-top: 2px;
  }

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

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

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

  .heading-style-h6.text-style-lineheight-1.text-style-allcaps {
    padding-bottom: 0;
    line-height: 1.2;
  }

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

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

  .heading-style-h2.desktop-width-70 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper.password-site {
    width: 100%;
  }

  .main-wrapper.password-site {
    height: auto;
  }

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

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xxhuge.mobile-half {
    padding-top: 6rem;
  }

  .spacer-xxhuge.aktuelles {
    margin-top: auto;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    border-radius: 0px 0px var(--border-radius-master) var(--border-radius-master);
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 30px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 5px;
  }

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

  .footer.bottom-sticky {
    position: relative;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-outer-wrapper {
    flex-direction: column;
    padding-right: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-sigma {
    padding-top: 20vh;
  }

  .hero-logo {
    width: 55rem;
    top: -32rem;
    left: -10.3vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .hero-text-wrapper {
    width: 70%;
  }

  .hero-inner-wrapper.column-right {
    padding-left: 0;
  }

  .hero-inner-wrapper.column-left {
    padding-right: 0;
  }

  .hero-text-subline {
    margin-top: .125rem;
  }

  .paragraph {
    margin-bottom: 1rem;
  }

  .paragraph.begruessungstext {
    width: 55%;
    margin-top: 1rem;
    margin-left: 43.5%;
  }

  .paragraph.adresse {
    margin-bottom: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .columns-wrapper {
    flex-flow: column;
  }

  .columns-wrapper.aligned-right.benefit.flex {
    flex-direction: row;
    margin-bottom: 50px;
    padding-left: 0%;
  }

  .columns-wrapper.aligned-left.benefit.flex {
    flex-direction: row;
    padding-right: 0%;
  }

  .columns-wrapper.aligned-left.benefit.flex.rtl {
    flex-direction: row-reverse;
    align-items: stretch;
    margin-bottom: 50px;
    display: flex;
  }

  .columns-wrapper.reverse-order {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-wrapper.flex {
    flex-direction: column;
  }

  .column-50.column-left {
    margin-bottom: 1rem;
    padding-right: 0;
  }

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

  .image-max-width.benefit-image {
    border-radius: var(--border-radius-master);
  }

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

  .column-33.column-right, .column-66.column-right.flexchild-stretch {
    padding-left: 0;
  }

  .column-66.column-left {
    margin-bottom: 29px;
    padding-right: 0;
  }

  .column-66.is-benefit.column-right.flex {
    padding-left: 40px;
  }

  .column-66.is-benefit.column-right.flex.rtl {
    padding-left: 0;
    padding-right: 40px;
  }

  .image-wrapper.benefit-image {
    border-radius: 2px;
  }

  .image-wrapper.aktuelles.first-post {
    height: 22rem;
  }

  .image-wrapper.collage.collage-front {
    width: 100%;
    display: none;
    position: static;
  }

  .image-wrapper.collage.collage-front.drop-shadow {
    display: inline-block;
    position: static;
  }

  .image-wrapper.collage.collage-back.portrait.drop-shadow {
    aspect-ratio: 4 / 3;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0%;
    position: static;
  }

  .image-wrapper.collage.collage-back.portrait.smooth-hover {
    width: 100%;
    display: none;
    position: static;
  }

  .image-wrapper.collage.landscape.collage-front {
    display: block;
    bottom: auto;
  }

  .image-wrapper.collage.portrait.drop-shadow, .image-wrapper.collage.portrait.smooth-hover {
    max-height: none;
  }

  .image-wrapper.gallery-image {
    height: 4rem;
  }

  .image-wrapper.gallery-image.gallery-image-1, .image-wrapper.gallery-image.gallery-image-1.current, .image-wrapper.gallery-image.gallery-image-2, .image-wrapper.gallery-image.gallery-image-3, .image-wrapper.gallery-image.gallery-image-4 {
    margin-bottom: 0;
  }

  .icon {
    font-size: 2.5rem;
  }

  .text-wrapper.is-benefit.flex {
    margin: 5px;
    display: flex;
  }

  .is-benefit-text {
    line-height: 1.4;
  }

  .wrapper-3d {
    border-radius: var(--border-radius-master);
  }

  .benefit-opacity {
    opacity: 1;
    vertical-align: baseline;
  }

  .posts-grid {
    grid-column-gap: 20px;
  }

  .desktop-width-70 {
    width: auto;
  }

  .image-max-height.portrait {
    max-height: none;
  }

  .center-stage-images-wrapper {
    height: 28rem;
  }

  .timeline-images-gallery-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline-info-wrapper {
    bottom: 2.2rem;
  }

  .timeline-years-wrapper {
    top: 34rem;
  }

  .timeline-year-single-wrapper {
    width: 40%;
  }

  .mieter-wrapper {
    flex: 1;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .anfahrt-wrapper {
    cursor: pointer;
    width: 100%;
  }

  .anfahrt-image {
    border-radius: var(--border-radius-master);
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .spacer-datenschutz {
    display: none;
  }

  .mail-link {
    margin-left: 0;
  }

  .wrapper.kontakt {
    padding-left: 0;
    padding-right: 0;
  }

  .anfahrt-link {
    flex: 1;
    align-self: stretch;
    width: 100%;
    position: relative;
  }

  .grid-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-wrapper.headline.parken {
    grid-template-columns: minmax(0, 2fr) minmax(0, 4fr);
  }

  .grid-wrapper.parken.align-right, .grid-wrapper.parken.align-left {
    margin-bottom: var(--gutters--double-gap);
    grid-column-gap: var(--gutters--single-gap);
    grid-row-gap: var(--gutters--single-gap);
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  }

  .grid-wrapper.anfahrt {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 8fr);
  }

  .grid-wrapper.full-width.luftaufnahmen {
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.datenschutz {
    grid-row-gap: var(--gutters--single-gap);
  }

  .grid-wrapper.aktuelles-single {
    grid-column-gap: var(--gutters--single-gap);
    grid-row-gap: var(--gutters--single-gap);
    font-size: var(--gutters--single-gap);
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
  }

  .grid-wrapper.standortvorteile {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.dresden {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.kontakt {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ansprechpartner-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: minmax(0, 1fr) 1fr;
    align-content: start;
  }

  .back-link.text-size-tiny.bottom-link {
    display: flex;
  }

  .footer-wrapper.password-site {
    position: static;
  }

  .footer-wrapper._404-site {
    position: static;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  p {
    color: var(--swatches--sigma-black);
  }

  .utility-page_component {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page_component.password-site {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.blog-post-grid-heading.first-post {
    width: 100%;
  }

  .text-rich-text p {
    margin-bottom: .5rem;
  }

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

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

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

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

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

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

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

  .heading-style-h4.blogpost-heading.text-style-2lines {
    width: 100%;
  }

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

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

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

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

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

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

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .spacer-xxhuge {
    padding-top: 6rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer {
    padding-top: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-heading-sigma {
    padding-top: 10vh;
  }

  .navbar-brand-logo {
    width: 38px;
    height: 38px;
  }

  .hero-logo {
    width: 33rem;
    top: -38.2vh;
    left: -18.8vw;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .hero-text-wrapper {
    width: 70%;
  }

  .paragraph.begruessungstext {
    width: 70%;
    margin-left: 30%;
  }

  .paragraph.post-teaser.first-post.text-style-3lines {
    width: 100%;
  }

  .paragraph.home {
    margin-bottom: 0;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .columns-wrapper.aligned-right.benefit.flex {
    margin-bottom: 2rem;
    display: block;
  }

  .columns-wrapper.aligned-left.benefit.flex.rtl {
    height: auto;
    margin-bottom: 2rem;
    display: block;
  }

  .columns-wrapper.flex {
    display: block;
  }

  .image-max-width.blog-post {
    flex: 1;
  }

  .column-33.column-left {
    flex: 0 auto;
    margin-bottom: 1rem;
  }

  .column-33.column-right.flex, .column-66.column-left.anfahrt {
    position: static;
  }

  .column-66.is-benefit.column-right.flex {
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .column-66.is-benefit.column-right.flex.rtl {
    padding-right: 0;
  }

  .image-wrapper.aktuelles {
    height: 14rem;
  }

  .image-wrapper.aktuelles.first-post {
    height: 18rem;
  }

  .image-wrapper.collage.portrait.drop-shadow, .image-wrapper.collage.portrait.smooth-hover {
    width: 100%;
  }

  .image-wrapper.gallery-image {
    height: 4rem;
  }

  .text-wrapper.is-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-item.flex {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .posts-grid {
    margin-top: var(--gutters--double-gap);
    grid-row-gap: var(--gutters--double-gap);
    grid-template-columns: minmax(0, 1fr);
    place-content: start stretch;
  }

  .bildunterschrift-geschichte.text-weight-semibold {
    margin-top: var(--gutters--single-gap-moobile);
  }

  .light-box, .image-max-height.landscape {
    width: 100%;
  }

  .bildunterschrift-geschichte-half.text-weight-semibold.grid {
    margin-top: var(--gutters--single-gap-moobile);
  }

  .aktuelles-link {
    width: auto;
  }

  .anfahrt-brand-logo {
    width: 38px;
    height: 38px;
  }

  .grid-wrapper {
    grid-column-gap: var(--gutters--single-gap-moobile);
    grid-row-gap: var(--gutters--single-gap-moobile);
    grid-template-rows: auto auto minmax(auto, .5fr) auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.kontaktdaten {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-wrapper.full-width.geschichte {
    grid-template-rows: minmax(0, auto) minmax(auto, auto) auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.datenschutz {
    grid-column-gap: var(--gutters--single-gap-moobile);
    grid-row-gap: var(--gutters--single-gap-moobile);
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.impressum {
    grid-row-gap: var(--gutters--single-gap);
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.aktuelles-single {
    grid-column-gap: var(--gutters--single-gap-moobile);
    grid-row-gap: var(--gutters--single-gap-moobile);
  }

  .grid-wrapper.dresden {
    grid-column-gap: var(--gutters--single-gap);
    grid-row-gap: var(--gutters--single-gap);
  }

  .grid-wrapper.kontakt {
    grid-template-columns: minmax(0, 1fr);
  }

  .content-wrapper.center {
    height: auto;
  }

  .collage-grid.home {
    grid-template-rows: 1fr .5fr;
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-wrapper._404-site {
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .utility-page_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3 {
    margin-top: 3rem;
  }

  .heading-style-h3.blog-post-grid-heading.first-post {
    width: 100%;
    margin-top: 0;
  }

  .heading-style-h3.column-left {
    margin-top: 0;
  }

  .heading-style-h3.aktuelles-single {
    margin-top: auto;
  }

  .text-rich-text a {
    word-break: break-all;
  }

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

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

  .heading-style-h4.blogpost-heading.text-style-2lines {
    width: 100%;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-small {
    padding-top: .25rem;
  }

  .spacer-xxhuge.mobile-half {
    padding-top: 4rem;
  }

  .spacer-xxhuge.aktuelles {
    margin-top: 0;
    padding-top: .25rem;
    display: block;
  }

  .spacer-large.geschichte {
    display: none;
  }

  .spacer-large.nophone {
    padding-top: 0;
  }

  .spacer-xxlarge.mobile-only {
    padding-bottom: 52px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    padding-top: 0;
  }

  .nav-menu-two {
    background-color: var(--swatches--bg-lightgrey);
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    margin-top: 0;
  }

  .footer {
    padding-top: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-content {
    grid-row-gap: 14px;
    margin-top: 0;
  }

  .footer-block {
    flex-flow: column;
  }

  .footer-link {
    font-size: var(--fontsize-text);
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .footer-divider {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-outer-wrapper {
    margin-top: 6vh;
    margin-bottom: 0;
  }

  .hero-heading-sigma {
    padding-top: 23vh;
  }

  .navbar-brand-logo {
    width: 45px;
    display: block;
  }

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

  .hero-logo {
    width: 450px;
    top: -287px;
    left: -130px;
  }

  .hero-logo.grey {
    color: var(--color--bg-logo);
    width: 28rem;
    top: -295px;
    left: -100px;
  }

  .hero-logo.white {
    top: -733px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .heading-3, .heading-4 {
    font-size: 1rem;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .hero-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-subline {
    margin-top: 0;
  }

  .hero-text-subline-text {
    line-height: 1.8rem;
  }

  .paragraph {
    margin-bottom: .5rem;
  }

  .paragraph.begruessungstext {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .columns-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }

  .columns-wrapper.parken-wrapper-row {
    height: auto;
  }

  .columns-wrapper.aligned-right.benefit.flex {
    padding-left: 0%;
  }

  .columns-wrapper.aligned-left.benefit.flex {
    padding-right: 0%;
  }

  .column-50.padding-40.flex {
    flex-direction: row;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-50.column-left {
    margin-top: 10px;
    padding-right: 0;
  }

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

  .mobile-only {
    display: block;
  }

  .bg-logo-big {
    -webkit-text-stroke-width: 3rem;
    -webkit-text-stroke-color: #fff;
    min-width: 15px;
    min-height: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-max-width {
    flex: none;
    height: 20rem;
  }

  .image-max-width.portrait {
    width: 100%;
    height: auto;
  }

  .image-max-width.landscape._3zu2, .image-max-width._5zu4 {
    aspect-ratio: auto;
    height: auto;
  }

  .column-33.column-left {
    flex: 0 auto;
    padding-right: 0;
  }

  .column-33.column-left.padding-0.flex {
    flex-direction: column;
  }

  .column-66.column-right.flexchild-stretch, .column-66.is-benefit.column-right.flex {
    padding-left: 0;
  }

  .anfahrt {
    margin-bottom: 0;
  }

  .image-wrapper.benefit-image {
    width: 100%;
    height: auto;
  }

  .image-wrapper.aktuelles {
    height: 10rem;
  }

  .image-wrapper.aktuelles.first-post {
    height: 16rem;
  }

  .image-wrapper.collage.collage-front {
    width: 100%;
    position: static;
  }

  .image-wrapper.collage.collage-back.portrait.drop-shadow {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0%;
    position: static;
  }

  .image-wrapper.collage.landscape.collage-front {
    display: block;
  }

  .image-wrapper.gallery-image {
    height: 3rem;
  }

  .icon {
    font-size: 2rem;
  }

  .mobile-half {
    padding-top: 6rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    font-size: 1.1rem;
  }

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

  .reverse-order {
    flex-direction: column-reverse;
    display: flex;
  }

  .collage-wrapper {
    position: static;
  }

  .text-wrapper.is-card {
    margin-bottom: .5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-wrapper.is-benefit.flex {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper-3d {
    height: 18rem;
  }

  .date.text-size-tiny.uebersicht {
    opacity: .65;
    color: var(--swatches--sigma-black);
  }

  .posts-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .credentials-wrapper {
    flex-flow: column;
  }

  .author.text-size-tiny.seperator.uebersicht {
    display: none;
  }

  .author.text-size-tiny.uebersicht {
    opacity: .65;
    color: var(--swatches--sigma-black);
  }

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

  .timeline-images-wrapper {
    flex-flow: column-reverse;
    position: relative;
  }

  .center-stage-images-wrapper {
    flex: 0 auto;
    height: 14rem;
    padding-right: 0;
  }

  .timeline-images-gallery-wrapper {
    grid-column-gap: .46rem;
    grid-row-gap: .46rem;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    width: 60%;
    max-width: none;
    margin-right: 0;
    padding-bottom: .5rem;
    padding-left: 0;
    position: absolute;
    top: -3.5rem;
    right: 0;
  }

  .timeline-slider {
    position: relative;
    top: 0;
  }

  .swiper-slide.is-gallery {
    padding-top: 3.5rem;
    position: relative;
  }

  .timeline-info-wrapper {
    width: 100%;
    margin-top: .5rem;
    bottom: 0;
  }

  .timeline-text-wrapper {
    margin-left: 0%;
    padding-left: 0;
  }

  .timeline-years-wrapper {
    max-width: 38%;
    height: 3.5rem;
    position: absolute;
    top: -.5rem;
  }

  .timeline-year-single.text-weight-semibold.text-size-large {
    font-size: 1.35rem;
  }

  .arrow-left-svg {
    width: 1.1rem;
  }

  .arrow-left-svg.swiper-prev {
    width: 1.3rem;
  }

  .arrow-right-svg.swiper-next {
    flex: 0 auto;
    width: 1.3rem;
  }

  .timeline-years-inner-wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }

  .timeline-year-single-wrapper {
    width: 80%;
  }

  .anfahrt-wrapper {
    overflow: hidden;
  }

  .anfahrt-image {
    align-self: center;
    width: 190%;
  }

  .anfahrt-brand-logo {
    width: 35px;
    height: 30px;
    display: block;
    top: 41%;
    left: 44%;
  }

  .anfahrt-link {
    width: 150%;
  }

  .collection-list-wrapper-3 {
    overflow: hidden;
  }

  .grid-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-wrapper.kontaktdaten {
    grid-template-columns: minmax(0, 2fr) minmax(0, 6fr);
  }

  .grid-wrapper.parken.align-right {
    grid-template-columns: minmax(0, 6fr);
  }

  .grid-wrapper.parken.align-left {
    grid-column-gap: var(--gutters--single-gap-moobile);
    grid-row-gap: var(--gutters--single-gap-moobile);
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 6fr);
  }

  .grid-wrapper.aktuelles-single {
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-wrapper.aktuelles {
    margin-top: 2rem;
  }

  .grid-wrapper.dresden {
    grid-column-gap: var(--gutters--single-gap-moobile);
    grid-row-gap: var(--gutters--single-gap-moobile);
  }

  .empty {
    display: none;
  }

  .collage-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .collage-grid.home {
    grid-column-gap: var(--gutters--single-gap-moobile);
    grid-row-gap: var(--gutters--single-gap-moobile);
    grid-template-rows: 1fr 1fr;
  }

  .nophone {
    display: none;
  }

  .back-link.text-size-tiny-copy {
    opacity: .65;
    cursor: pointer;
    display: flex;
  }

  .back-link-text {
    padding-top: 2px;
    font-family: runda, sans-serif;
  }

  .arrow-left-svg-thin {
    margin-right: 5px;
  }
}

#w-node-_3de9ab9f-2e28-0690-c9e1-082d09974a59-e24e5b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed85dd8e-8c55-6dd4-0684-bd659e6d7604-e24e5b14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_176e004e-317c-0405-c15a-fea1686a5797-e24e5b14 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c35c5606-1515-522d-a8e7-8d19c05e6e6f-e24e5b14 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e20b10fe-25c7-be93-71a4-852a843c20cb-e24e5b14 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6443c1d6-17a7-1c29-3eb1-950d0f9a3bbe-e24e5b14 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c2-e24e5b14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c5-e24e5b14 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c8-e24e5b14 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: stretch stretch;
}

#w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2ca-e24e5b14, #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2cc-e24e5b14 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_4328bc41-2ea4-9ecd-ecf3-194cd33c30f8-d33c30f2, #w-node-_4328bc41-2ea4-9ecd-ecf3-194cd33c30ff-d33c30f2, #w-node-_4328bc41-2ea4-9ecd-ecf3-194cd33c3104-d33c30f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e24e5b1b {
  justify-self: start;
}

#w-node-_91d310ab-c642-9a56-5d90-d6b43a0ca827-e24e5b1b, #w-node-b20655a0-0445-8302-e59a-5381937ba7bf-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e24e5b1b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e24e5b1b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e24e5b1b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e24e5b1b {
  justify-self: start;
}

#w-node-f3469fe7-3a5f-9435-763f-40fd248eb154-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3469fe7-3a5f-9435-763f-40fd248eb155-e24e5b1b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-e24e5b1b, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-e24e5b1b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-e24e5b1b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-e24e5b1b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e24e5b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e24e5b1b {
  justify-self: start;
}

#w-node-_1acf212b-0516-e741-f1f3-4d8d716d1c6c-e24e5b1c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6bde939a-b9eb-3c81-8c02-912968034793-e24e5b1c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56bdd0f2-9715-f987-8fbd-75811b230636-e24e5b1c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_275d77c0-fb4e-8fcb-681e-0622a6e591ab-e24e5b1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_59aec750-2717-c6da-32ec-774c80a7ccfc-e24e5b1c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6bbe08e0-e980-4aea-6bab-9aac6ac35680-e24e5b1c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_6424080b-43a1-152c-65bf-04f12aaa5e7b-e24e5b1f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_25c6a1e7-830c-8b9d-0396-09ec47401de3-e24e5b1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5a54b5d-2fe0-0da4-7040-8c17c997eadd-e24e5b1f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9150e70f-3614-9c0f-c6ea-ce340d2da46e-e24e5b1f {
  grid-area: 1 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_1d21c87b-502b-b7ad-341e-9915f68714eb-e24e5b1f {
  grid-area: 4 / 1 / 5 / 2;
  align-self: auto;
}

#w-node-ed622ca1-6be1-f0d0-4447-834e7e1f50ce-e24e5b1f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c8fe0da2-7b50-634e-84a9-8229e3e5fe6a-e24e5b1f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a4046635-4625-32d6-afd9-b4c8724e4f44-e24e5b1f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9839f4a6-d4b2-5d22-dca1-113c3aab5a15-e24e5b1f, #w-node-_82c9a8bd-fb50-171d-df6a-dab177009a6a-e24e5b1f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_32a17d0f-2a26-636d-4950-b62910a8f3fe-e24e5b1f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-eaf702bd-5222-2d5d-634c-219111c3ff68-e24e5b1f {
  grid-area: 1 / 1 / 3 / 3;
  place-self: stretch stretch;
}

#w-node-_89140890-7ba4-1d66-d413-e1baeba3786a-e24e5b1f, #w-node-bd005b28-636e-bba6-d9d7-dbfe89649689-e24e5b1f {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_0daee8cd-e640-4ece-2c18-ca8478e033c2-e24e5b20 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7221c754-c3a1-868e-ca15-7a7442f9072d-e24e5b20 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_480fb5aa-c24b-44b5-fe38-9c5664b46249-e24e5b20 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_480fb5aa-c24b-44b5-fe38-9c5664b4624b-e24e5b20 {
  place-self: stretch center;
}

#w-node-bb1ba7ef-72db-5360-4a72-0f195246ed47-e24e5b21 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c9c7703d-2ec2-5e96-e22d-d39abe915121-e24e5b21 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b11fd5eb-7b48-1211-11db-a52ce2054b92-e24e5b21 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d2c77673-a080-dde2-88aa-7a5c3a16ecfa-e24e5b21 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_14639ee0-e178-827c-4f8e-57726faa0910-e24e5b23 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_964f0f86-585b-9c44-10c1-726c68fab4c4-e24e5b23 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_41f87106-5421-fd4f-c890-4597d959298d-e24e5b23 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08de73d4-29c5-d891-eb42-b504baed5ac5-e24e5b23 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0cebcfcf-f317-3156-b83a-a650ac4ef8c8-e24e5b23, #w-node-d5fc466d-86f0-1c5c-f8de-c3b5a5e83535-e24e5b23 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a3265f7b-0dda-5561-cd57-538b34085fe4-e24e5b23 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_217b0b1a-d4cb-98e3-93b6-74a47b125aab-e24e5b23 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2cb096d1-b13e-a939-43c5-86985ab5c829-e24e5b23 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_4bcf00bc-dc10-56f0-096f-71ac48baf6ac-e24e5b23 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-eb929bed-8549-5377-efca-100050f31910-e24e5b23 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6cfabe59-2a2f-d103-ba10-ffd803defbb2-e24e5b23 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-a20e9cfe-4aa5-9935-7d67-40e26f9f35e7-e24e5b23 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-d5fc466d-86f0-1c5c-f8de-c3b5a5e83562-e24e5b23 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0878d531-3f2f-abf7-a9e4-75369b38ade6-e24e5b23 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_892dc689-287b-e2a8-b8cd-b326b4426f2e-e24e5b24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25c6a1e7-830c-8b9d-0396-09ec47401de3-e24e5b24 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0e03421d-a8fc-4848-700c-eede00104bbe-e24e5b24 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-de797e23-cb7d-f7e9-46e3-44a059cebea5-e24e5b24 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_549cef96-493c-8617-4c7a-25a7a816aef4-e24e5b24 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_0e03421d-a8fc-4848-700c-eede00104bc5-e24e5b24, #w-node-_0e03421d-a8fc-4848-700c-eede00104bca-e24e5b24 {
  align-self: auto;
}

#w-node-e05d91a8-cd41-82c5-adaa-b39afd6964e9-fd6964e4, #w-node-e05d91a8-cd41-82c5-adaa-b39afd6964ee-fd6964e4, #w-node-e05d91a8-cd41-82c5-adaa-b39afd6964f3-fd6964e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ed85dd8e-8c55-6dd4-0684-bd659e6d7604-e24e5b14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_176e004e-317c-0405-c15a-fea1686a5797-e24e5b14 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-c35c5606-1515-522d-a8e7-8d19c05e6e6f-e24e5b14 {
    grid-row: 4 / 5;
  }

  #w-node-e20b10fe-25c7-be93-71a4-852a843c20cb-e24e5b14 {
    grid-column: 1 / 2;
  }

  #w-node-_6443c1d6-17a7-1c29-3eb1-950d0f9a3bbe-e24e5b14 {
    grid-row-end: 2;
  }

  #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c2-e24e5b14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2ca-e24e5b14, #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2cc-e24e5b14 {
    justify-self: end;
  }

  #w-node-_1acf212b-0516-e741-f1f3-4d8d716d1c6c-e24e5b1c {
    grid-column-start: 1;
  }

  #w-node-_6bde939a-b9eb-3c81-8c02-912968034793-e24e5b1c {
    grid-column: 1 / 2;
  }

  #w-node-_56bdd0f2-9715-f987-8fbd-75811b230636-e24e5b1c, #w-node-_275d77c0-fb4e-8fcb-681e-0622a6e591ab-e24e5b1c {
    grid-column: 2 / 3;
  }

  #w-node-_59aec750-2717-c6da-32ec-774c80a7ccfc-e24e5b1c {
    grid-column: 1 / 2;
  }

  #w-node-_6bbe08e0-e980-4aea-6bab-9aac6ac35680-e24e5b1c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3e2e2e3d-3990-6156-6620-e4a25e5e02b5-e24e5b1c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed622ca1-6be1-f0d0-4447-834e7e1f50ce-e24e5b1f {
    grid-row-end: 2;
  }

  #w-node-c8fe0da2-7b50-634e-84a9-8229e3e5fe6a-e24e5b1f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a4046635-4625-32d6-afd9-b4c8724e4f44-e24e5b1f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9839f4a6-d4b2-5d22-dca1-113c3aab5a15-e24e5b1f {
    grid-row: 4 / 5;
  }

  #w-node-bb1ba7ef-72db-5360-4a72-0f195246ed47-e24e5b21 {
    grid-row: 1 / 2;
  }

  #w-node-c9c7703d-2ec2-5e96-e22d-d39abe915121-e24e5b21 {
    grid-row: 2 / 3;
  }

  #w-node-b11fd5eb-7b48-1211-11db-a52ce2054b92-e24e5b21 {
    grid-row: 3 / 4;
  }

  #w-node-_60e2029a-ed29-fa46-fe1d-fec01e2f27de-e24e5b21 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d2c77673-a080-dde2-88aa-7a5c3a16ecfa-e24e5b21 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_217b0b1a-d4cb-98e3-93b6-74a47b125aab-e24e5b23 {
    grid-column-end: 3;
  }

  #w-node-_892dc689-287b-e2a8-b8cd-b326b4426f2e-e24e5b24 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_25c6a1e7-830c-8b9d-0396-09ec47401de3-e24e5b24 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0e03421d-a8fc-4848-700c-eede00104bbe-e24e5b24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-de797e23-cb7d-f7e9-46e3-44a059cebea5-e24e5b24 {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-_549cef96-493c-8617-4c7a-25a7a816aef4-e24e5b24 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0e03421d-a8fc-4848-700c-eede00104bc3-e24e5b24 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e03421d-a8fc-4848-700c-eede00104bc5-e24e5b24 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0e03421d-a8fc-4848-700c-eede00104bc8-e24e5b24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0e03421d-a8fc-4848-700c-eede00104bca-e24e5b24 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c5-e24e5b14, #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c8-e24e5b14 {
    grid-column-end: 2;
  }

  #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2ca-e24e5b14, #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2cc-e24e5b14 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_6424080b-43a1-152c-65bf-04f12aaa5e7b-e24e5b1f {
    grid-row: 1 / 2;
  }

  #w-node-c5a54b5d-2fe0-0da4-7040-8c17c997eadd-e24e5b1f {
    grid-row: 2 / 3;
  }

  #w-node-_9150e70f-3614-9c0f-c6ea-ce340d2da46e-e24e5b1f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14639ee0-e178-827c-4f8e-57726faa0910-e24e5b23 {
    grid-column-end: 2;
  }

  #w-node-_41f87106-5421-fd4f-c890-4597d959298d-e24e5b23 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_08de73d4-29c5-d891-eb42-b504baed5ac5-e24e5b23 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_0cebcfcf-f317-3156-b83a-a650ac4ef8c8-e24e5b23 {
    grid-column-end: 2;
  }

  #w-node-a3265f7b-0dda-5561-cd57-538b34085fe4-e24e5b23 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_217b0b1a-d4cb-98e3-93b6-74a47b125aab-e24e5b23, #w-node-_2cb096d1-b13e-a939-43c5-86985ab5c829-e24e5b23 {
    grid-column-end: 2;
  }

  #w-node-eb929bed-8549-5377-efca-100050f31910-e24e5b23 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6cfabe59-2a2f-d103-ba10-ffd803defbb2-e24e5b23 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-a20e9cfe-4aa5-9935-7d67-40e26f9f35e7-e24e5b23 {
    grid-row: 8 / 9;
  }

  #w-node-_0878d531-3f2f-abf7-a9e4-75369b38ade6-e24e5b23 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_892dc689-287b-e2a8-b8cd-b326b4426f2e-e24e5b24 {
    grid-column-end: 2;
  }

  #w-node-de797e23-cb7d-f7e9-46e3-44a059cebea5-e24e5b24 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_549cef96-493c-8617-4c7a-25a7a816aef4-e24e5b24 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_0e03421d-a8fc-4848-700c-eede00104bc3-e24e5b24, #w-node-_0e03421d-a8fc-4848-700c-eede00104bc5-e24e5b24, #w-node-_0e03421d-a8fc-4848-700c-eede00104bc8-e24e5b24 {
    align-self: start;
  }

  #w-node-_0e03421d-a8fc-4848-700c-eede00104bca-e24e5b24 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c5-e24e5b14, #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2c8-e24e5b14 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2ca-e24e5b14 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-b52b9552-2d46-ee09-f56d-00e7ea77d2cc-e24e5b14 {
    grid-column: 1 / 2;
  }

  #w-node-_56bdd0f2-9715-f987-8fbd-75811b230636-e24e5b1c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_275d77c0-fb4e-8fcb-681e-0622a6e591ab-e24e5b1c {
    grid-column: 1 / 2;
  }

  #w-node-_59aec750-2717-c6da-32ec-774c80a7ccfc-e24e5b1c {
    grid-row: 2 / 3;
  }

  #w-node-_32a17d0f-2a26-636d-4950-b62910a8f3fe-e24e5b1f, #w-node-eaf702bd-5222-2d5d-634c-219111c3ff68-e24e5b1f {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_89140890-7ba4-1d66-d413-e1baeba3786a-e24e5b1f {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-bd005b28-636e-bba6-d9d7-dbfe89649689-e24e5b1f {
    grid-column: 1 / 2;
  }

  #w-node-bb1ba7ef-72db-5360-4a72-0f195246ed47-e24e5b21 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c9c7703d-2ec2-5e96-e22d-d39abe915121-e24e5b21 {
    grid-row: 2 / 3;
  }

  #w-node-b11fd5eb-7b48-1211-11db-a52ce2054b92-e24e5b21 {
    grid-row: 3 / 4;
  }

  #w-node-_60e2029a-ed29-fa46-fe1d-fec01e2f27de-e24e5b21 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d2c77673-a080-dde2-88aa-7a5c3a16ecfa-e24e5b21 {
    grid-row: 4 / 5;
  }
}


