@font-face {
  font-family: CoreMellow55;
  src: url('../fonts/CoreMellow55Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CoreMellow35;
  src: url('../fonts/CoreMellow35Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CoreMellow45;
  src: url('../fonts/CoreMellow45Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--copy-dark: #3c3c3c;
  --spacing--sm: 2.25rem;
  --heading--h1: 3.5rem;
  --heading--h2: 2.5rem;
  --heading--h3: 2rem;
  --heading--h4: 1.6rem;
  --heading--h5: 1.4rem;
  --heading--h6: 1.1rem;
  --text-size--medium: 1.25rem;
  --color--accent-color: #f2b724;
  --color--divider-grey: #575757;
  --spacing--md: 4.5rem;
  --color--background-dark-1: #3c3c3c;
  --spacing--xs: .8rem;
  --container--large: 100rem;
  --container--small: 50rem;
  --text-size--tiny: .9rem;
  --border-radius--small: .75rem;
  --color--copy-bright: white;
  --color--transparent: transparent;
  --color--background-dark-2: #f2b724;
  --color--copy-grey: #575757;
  --spacing--xl: 7.5rem;
  --container--medium: 80rem;
  --text-size--small: 1.1rem;
  --text-size--large: 1.5rem;
  --spacing--xxs: .3rem;
  --color--white\<deleted\|variable-fe8e4c28-91ca-5667-bb6d-d9a2361cd239\>: white;
  --color--background-light-1: #dedcd9;
  --container--tiny: 32rem;
  --border-radius--rounded: 999rem;
  --border-radius--medium: 2.5rem;
  --page-padding--desktop: 4rem;
  --page-padding--tablet: 6vw;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--color--copy-dark);
  font-family: CoreMellow35, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

h1 {
  margin-top: var(--spacing--sm);
  font-family: CoreMellow55, sans-serif;
  font-size: var(--heading--h1);
  letter-spacing: .01em;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: var(--spacing--sm);
  font-family: CoreMellow55, sans-serif;
  font-size: var(--heading--h2);
  letter-spacing: .01em;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: var(--spacing--sm);
  font-family: CoreMellow55, sans-serif;
  font-size: var(--heading--h3);
  letter-spacing: -.005px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: var(--spacing--sm);
  font-family: CoreMellow55, sans-serif;
  font-size: var(--heading--h4);
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h5);
  letter-spacing: .02px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.05;
}

h6 {
  margin-top: var(--spacing--sm);
  font-size: var(--heading--h6);
  letter-spacing: .02px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  font-size: var(--text-size--medium);
  margin-bottom: 1rem;
}

a {
  color: var(--color--accent-color);
  text-decoration: underline;
}

ul {
  font-size: var(--text-size--medium);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.3rem;
}

ol {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
  padding-left: 2.5rem;
  line-height: 1.4;
}

li {
  margin-bottom: 1rem;
  line-height: 1.3;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--color--divider-grey);
  margin-bottom: 0;
  padding: .6rem 1.2rem;
  line-height: 1.4;
}

figure {
  margin-top: var(--spacing--md);
  margin-bottom: var(--spacing--md);
}

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

.background-color-dark-1 {
  background-color: var(--color--background-dark-1);
}

.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%;
  margin-bottom: 3rem;
  padding-bottom: 2.25rem;
  line-height: 1.4;
  display: grid;
}

.text-style-link {
  text-decoration: underline;
}

.spacer-xs-start {
  padding-top: var(--spacing--xs);
}

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

.spacer-sm-start {
  padding-top: var(--spacing--sm);
}

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

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

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

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

.container-large {
  max-width: var(--container--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.hide-desktop-only {
  display: none;
}

.container-small {
  max-width: var(--container--small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.05;
}

.spacer-sm-end {
  padding-bottom: var(--spacing--sm);
}

.copy-tiny {
  font-size: var(--text-size--tiny);
  line-height: 1.4;
}

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

.spacer-md-end {
  padding-bottom: var(--spacing--md);
}

.button {
  border-radius: var(--border-radius--small);
  background-color: var(--color--accent-color);
  color: var(--color--copy-dark);
  text-align: center;
  letter-spacing: .02rem;
  padding: 1.2rem 1.7rem;
  font-family: CoreMellow45, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.button:hover {
  background-color: var(--color--copy-dark);
  color: var(--color--copy-bright);
}

.button.is-small {
  padding: .8rem 1rem;
  font-size: .9rem;
}

.button.is-disabled {
  opacity: .25;
  background-image: linear-gradient(#757575, #757575);
}

.button.is-secondary {
  background-color: var(--color--transparent);
  color: var(--color--copy-dark);
  border: 2px solid #000;
  font-weight: 400;
}

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

.button.is-large {
  padding: 1.5rem 2.5rem;
  font-size: 1.2rem;
}

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

.background-color-dark-2 {
  background-color: var(--color--background-dark-2);
  color: #f5f5f5;
}

.styleguide-heading {
  font-size: 2rem;
}

.text-weight-bold {
  font-family: CoreMellow55, sans-serif;
  font-weight: 500;
}

.text-color-grey {
  color: var(--color--copy-grey);
}

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

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

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

.heading-style-h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  text-transform: none;
}

.spacer-xl-start {
  padding-top: var(--spacing--xl);
}

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

.container-medium {
  max-width: var(--container--medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.copy-small {
  font-size: var(--text-size--small);
  line-height: 1.4;
}

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

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

.copy-large {
  font-size: var(--text-size--large);
  line-height: 1.4;
}

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

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

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

.spacer-xxs-end {
  padding-bottom: var(--spacing--xxs);
}

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

.spacer-md-start {
  padding-top: var(--spacing--md);
}

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

.heading-style-h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.1;
}

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

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

.spacer-xl-end {
  padding-bottom: var(--spacing--xl);
}

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

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

.hide {
  display: none;
}

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

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.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-color-black {
  color: var(--color--copy-dark);
}

.text-color-bright {
  color: var(--color--copy-bright);
}

.spacer-xxs-start {
  padding-top: var(--spacing--xxs);
}

.overflow-hidden {
  overflow: hidden;
}

.styleguide_label {
  color: #757575;
  background-color: #ececec;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .5rem;
  display: flex;
}

.background-color-white {
  background-color: var(--color--white\<deleted\|variable-fe8e4c28-91ca-5667-bb6d-d9a2361cd239\>);
}

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

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

.background-color-light-1 {
  background-color: var(--color--background-light-1);
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.container-tiny {
  max-width: var(--container--tiny);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  background-color: var(--color--transparent);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
}

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

.form_message-success {
  padding: 1.25rem;
}

.heading-style-h1 {
  font-family: CoreMellow55, sans-serif;
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  text-transform: none;
  font-weight: 500;
  line-height: 1;
}

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

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}

.spacer-xs-end {
  padding-bottom: var(--spacing--xs);
}

.heading-style-h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  text-transform: none;
  font-weight: 500;
  line-height: 1.1;
}

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

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

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

.heading-style-h4 {
  font-size: var(--heading--h4);
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}

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

.form_component {
  margin-bottom: 0;
}

.copy-medium {
  font-size: var(--text-size--medium);
  line-height: 1.4;
}

.list {
  margin-top: var(--spacing--sm);
  margin-bottom: var(--spacing--sm);
}

.heading, .heading-2 {
  font-family: CoreMellow55, sans-serif;
  font-weight: 500;
}

.links-rechts-wrapper {
  grid-column-gap: var(--spacing--md);
  grid-row-gap: var(--spacing--md);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lr-bild-wrapper, .lr-text-wrapper {
  width: 50%;
}

.lr-text-wrapper.fullsize {
  width: 100%;
}

.lr-icons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.leistungen-single-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.leistungen-text {
  color: var(--color--copy-dark);
  font-family: CoreMellow45, sans-serif;
  font-size: var(--text-size--small);
  font-weight: 400;
}

.leistungen-icon {
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--background-dark-2);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.leistungen-icon:hover {
  background-color: var(--color--copy-bright);
}

.lr-4erbild-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 30rem;
  display: flex;
}

.hero-text {
  background-color: var(--color--background-dark-2);
  color: var(--color--copy-dark);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.sanicur-dresden {
  font-family: CoreMellow45, sans-serif;
  font-size: var(--text-size--small);
  text-transform: uppercase;
  margin-bottom: -1.5rem;
  font-weight: 400;
}

.background-hero {
  background-color: var(--color--background-dark-2);
  background-image: url('../images/startseite_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 30rem;
  background-attachment: scroll;
}

.background-hero.unternehmen {
  background-image: url('../images/unternehmen-hero_1.webp');
}

.background-hero.leistungen {
  background-image: url('../images/leistungen-hero_1.webp');
}

.background-hero.startseite, .background-hero.kontakt {
  background-image: url('../images/startseite-hero_1.webp');
}

.nav-link {
  border-bottom: 2px solid var(--color--transparent);
  color: var(--color--copy-dark);
  font-family: CoreMellow55, sans-serif;
  font-size: var(--text-size--medium);
  padding-bottom: .2rem;
  padding-left: .2rem;
  padding-right: .2rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom-color: var(--color--copy-dark);
}

.nav-link.w--current {
  border-bottom-color: var(--color--copy-dark);
  transition: all .2s;
}

.nav-link.is-last {
  margin-right: 0;
}

.footer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color--copy-bright);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.navbar-inner {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.logo-wrapper {
  width: 7rem;
}

.nav-links-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.navbar {
  background-color: var(--color--copy-bright);
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.icons-fullsize-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.unser-angebot-headline {
  color: var(--color--copy-dark);
  font-family: CoreMellow55, sans-serif;
  font-size: var(--text-size--large);
  font-weight: 500;
}

.unser-angebot-text {
  color: var(--color--copy-dark);
  font-family: CoreMellow45, sans-serif;
  font-size: var(--text-size--medium);
  font-weight: 400;
  line-height: 1.3;
}

.unser-angebot-icon {
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--background-dark-2);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: .4rem;
  display: flex;
}

.unser-angebot-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lr-team-wrapper {
  background-color: var(--color--background-dark-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  padding: 2rem;
  display: flex;
}

.team-block {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--color--copy-bright);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 22rem;
  height: 30rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding: 2rem;
  display: flex;
}

.team-image {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 22rem;
  min-height: 13rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.team-name {
  font-family: CoreMellow55, sans-serif;
  font-size: var(--text-size--large);
}

.team-ausbildung {
  font-size: var(--text-size--small);
  line-height: 1.3;
}

.team-telefon, .team-e-mail {
  color: var(--color--copy-dark);
  font-size: var(--text-size--small);
}

.team-position {
  font-family: CoreMellow45, sans-serif;
  font-size: var(--text-size--tiny);
  font-weight: 400;
  line-height: 1.3;
}

.image {
  position: relative;
}

.footerlink {
  color: var(--color--copy-bright);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .hide-desktop-only {
    display: block;
  }

  .styleguide-heading {
    font-size: 3rem;
  }

  .spacer-xl-start.spacer-xl-end {
    padding-top: var(--spacing--sm);
  }

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

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

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

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

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

  .links-rechts-wrapper {
    grid-column-gap: var(--spacing--xs);
    grid-row-gap: var(--spacing--xs);
    flex-flow: column;
  }

  .links-rechts-wrapper.swap {
    flex-flow: wrap-reverse;
  }

  .lr-bild-wrapper, .lr-text-wrapper, .lr-icons-wrapper, .lr-4erbild-wrapper {
    width: 100%;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 40rem;
  }

  .hero-text {
    background-color: var(--color--transparent);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 4rem 0 0;
  }

  .nav-link {
    border-bottom-width: 0;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-right: 0;
    display: flex;
  }

  .nav-toggle.w--open {
    background-color: var(--color--accent-color);
  }

  .nav-icon {
    font-size: 3rem;
  }

  .nav-links-list {
    background-color: var(--color--accent-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .nav-links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-links-text {
    font-size: var(--text-size--large);
  }

  .icons-fullsize-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .lr-team-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .team-block {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

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

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

  .styleguide-heading {
    font-size: 2rem;
  }

  .links-rechts-wrapper {
    grid-column-gap: var(--spacing--md);
    grid-row-gap: var(--spacing--md);
  }

  .links-rechts-wrapper.swap {
    grid-column-gap: var(--spacing--xs);
    grid-row-gap: var(--spacing--xs);
  }

  .lr-icons-wrapper, .lr-4erbild-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .icons-fullsize-wrapper {
    grid-template-columns: 1fr;
  }

  .lr-team-wrapper {
    grid-template-columns: 1fr;
    padding: 0 1rem 1rem;
  }

  .team-block {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .team-image {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: var(--heading--h2);
  }

  h2 {
    font-size: var(--heading--h3);
  }

  h3 {
    font-size: var(--heading--h4);
  }

  h4 {
    font-size: var(--heading--h5);
  }

  .button {
    display: block;
  }

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

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

  .links-rechts-wrapper {
    grid-column-gap: var(--spacing--sm);
    grid-row-gap: var(--spacing--sm);
  }

  .lr-icons-wrapper, .lr-4erbild-wrapper, .icons-fullsize-wrapper, .lr-team-wrapper {
    grid-template-columns: 1fr;
  }

  .team-block {
    width: 100%;
  }
}

#w-node-_248e34a9-fda9-38f4-3a96-2e0c7a53bcf8-348be7a3, #w-node-d4786299-028c-3136-1605-2b0b80aaf54b-348be7a3, #w-node-_03e9aec2-dc0b-f585-1277-91a066c6c35c-348be7a3, #w-node-_03b7f4af-c6e0-426c-ac9e-c903ff25f410-348be7a3, #w-node-_45d46e00-5530-f869-fb17-6e604c870603-348be7a3, #w-node-_812fc3b9-50fe-ebac-9489-405d7b234d53-348be7a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd485-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd48a-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd48f-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd494-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd499-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4a8-348be7a4 {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4ad-348be7a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4af-348be7a4 {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4b4-348be7a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4b6-348be7a4 {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4bb-348be7a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4bd-348be7a4 {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4c2-348be7a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd4c4-348be7a4 {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd539-348be7a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd53c-348be7a4 {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd53e-348be7a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd541-348be7a4 {
  justify-self: start;
}

#w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd55b-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5b5-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5ba-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5bf-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd5c0-348be7a4, #w-node-e20ddbc7-1f73-b7a6-305a-ccb89cfcd64b-348be7a4, #w-node-ffdfb317-8e1c-2d85-b4b8-8e299b29ac2b-2e3c988d, #w-node-b9c429bd-84a5-1735-6b1c-5117a6fcf5a2-2e3c988d, #w-node-_70c599b7-2bf2-e978-607d-e5384d44691e-2e3c988d, #w-node-eaf8e543-6c09-430c-9830-156ce51ba1f0-2e3c988d, #w-node-_59816457-19f5-79e3-5717-07be8c0d0a6d-2e3c988d, #w-node-_229112d0-b46b-493f-83f8-36056144b750-2e3c988d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'CoreMellow55';
  src: url('../fonts/CoreMellow55Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CoreMellow35';
  src: url('../fonts/CoreMellow35Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CoreMellow45';
  src: url('../fonts/CoreMellow45Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}