:root {
  --font-family--montserrat: Montserrat, sans-serif;
  --color--copy-dark: #232325;
  --heading--h1: 6rem;
  --heading--h2: 3rem;
  --heading--h3: 1.5rem;
  --heading--h4: 1.5rem;
  --heading--h5: 1.4rem;
  --heading--h6: 1.1rem;
  --spacing--sm: 2.25rem;
  --color--divider-grey: #b4b4b4;
  --spacing--md: 4.5rem;
  --spacing--xxs: .5rem;
  --text-size--medium: 1.25rem;
  --spacing--xs: .8rem;
  --container--medium: 80rem;
  --border-radius--rounded: 999rem;
  --color--copy-bright: #fff;
  --color--copy-grey: #757575;
  --color--transparent: transparent;
  --color--background-light-1: #fee1d4;
  --color--background-dark-1: #000;
  --spacing--xl: 7.5rem;
  --text-size--tiny: .9rem;
  --container--tiny: 32rem;
  --text-size--small: 1.1rem;
  --text-size--large: 1.5rem;
  --color--white: #fff;
  --container--large: 100rem;
  --container--small: 50rem;
  --page-padding--desktop: 4rem;
  --page-padding--tablet: 6vw;
  --color--background-dark-2: #ed5033;
  --border-radius--medium: 3rem;
  --hintergrund: #f5f5f7;
  --hintergrund-hell: #f5f5f5;
  --border-radius--small: .75rem;
  --color--accent-color: #fc762d;
}

body {
  font-family: var(--font-family--montserrat);
  color: var(--color--copy-dark);
  font-size: 1rem;
  line-height: 1;
}

h1 {
  font-size: var(--heading--h1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-size: var(--heading--h3);
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-size: var(--heading--h5);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.05;
}

h6 {
  font-size: var(--heading--h6);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  line-height: 1.4;
}

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

label {
  margin-bottom: .3rem;
  display: block;
}

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

figure {
  margin-bottom: 10px;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

.text-align-left.text-color-bright {
  margin-bottom: 20px;
}

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

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

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

.page-padding {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
}

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

.overflow {
  border: 1px solid #000;
  border-bottom-width: 0;
  flex-flow: column;
  flex: 1;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.banner-content.maxw {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 4;
  z-index: 4;
  z-index: 4;
  max-width: 580px;
  position: relative;
  overflow: hidden;
}

.banner-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.banner-content.maxw {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 4;
  z-index: 4;
  z-index: 4;
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 4;
  z-index: 4;
  z-index: 4;
  max-width: 580px;
  position: relative;
  overflow: hidden;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #e12f2f;
  border: 1px solid #e12f2f;
  border-radius: 60px;
  padding: 14px 26px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

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

.bgr-red-02.about {
  z-index: 2;
  z-index: 2;
  inset: 0% 0% auto auto;
  z-index: 2;
  inset: 0% 0% auto auto;
  max-width: 550px;
  margin-top: 60px;
  inset: 0% 0% auto auto;
}

.bgr-red-02 {
  z-index: 1;
  position: absolute;
  inset: auto 0% 6% auto;
}

.bgr-red-02._02 {
  width: 40%;
  inset: auto -7% -5% auto;
}

.bgr-red-02.about {
  z-index: 2;
  z-index: 2;
  z-index: 2;
  z-index: 2;
  inset: 0% 0% auto auto;
  inset: 0% 0% auto auto;
  z-index: 2;
  inset: 0% 0% auto auto;
  inset: 0% 0% auto auto;
  z-index: 2;
  inset: 0% 0% auto auto;
  max-width: 550px;
  margin-top: 60px;
  inset: 0% 0% auto auto;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.relative {
  position: relative;
}

.white-text {
  color: #fff;
  font-size: var(--heading--h1);
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
}

.white-text.margin {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.white-text.margin.text-align-left {
  text-align: left;
  max-width: 900px;
  font-weight: 500;
}

.white-text.size {
  font-size: 16px;
}

.white-text.tablet-left-margin {
  margin-left: 15px;
}

.white-text.text-align-center {
  font-size: var(--heading--h2);
  text-align: center;
}

.white-text.text-align-left {
  margin-bottom: 10px;
}

.white-text.banner {
  font-size: var(--heading--h6);
  max-width: 465px;
  margin-top: 0;
  margin-bottom: 0;
}

.white-text.banner.text-align-left {
  font-size: var(--heading--h6);
  text-align: left;
}

.white-text.banner.text-align-center {
  font-size: var(--heading--h6);
  font-size: var(--heading--h6);
  margin-bottom: 0;
}

.nav-dropdown-icon {
  margin: 0 0 0 10px;
  font-size: 16px;
  position: static;
}

.nav-dropdown-link-line {
  background-color: #0f0f0f;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #e12f2f;
  border-radius: 60px;
  padding: 14px 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
}

.secondary-button:hover {
  color: #fff;
  background-color: #e12f2f;
}

.button-header {
  justify-content: flex-end;
  display: flex;
}

.nav-dropdown-list {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e12f2f;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: 275px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 430px;
  display: flex;
  right: 0;
}

.button-tablet {
  display: none;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-dropdown {
  align-items: center;
}

.link-header {
  color: #fff;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-header:hover {
  color: #e12f2f;
}

.menu-wrap {
  align-items: stretch;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-dropdown-link {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #0f0f0f;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: #0f0f0f;
}

.nav-item-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.nav-item-title:hover {
  color: #e12f2f;
}

.nav-dropdown-toggle {
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.nav-dropdown-toggle.first {
  padding-left: 20px;
}

.brand {
  margin-right: 20px;
}

.navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#cecece1a, #cecece1a);
  border-bottom: 1px solid #fff6;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.dark-text-button {
  color: #0f0f0f;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e12f2f;
  border-radius: 60px;
  padding: 14px 26px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
}

.dark-text-button:hover {
  color: #fff;
  background-color: #e12f2f;
}

.paragraph-with-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  overflow: hidden;
}

.paragraph-with-margin.white {
  color: #fff;
}

.paragraph-with-margin._375-px {
  max-width: 375px;
  font-weight: 500;
  line-height: 1.25;
}

.image {
  width: 250px;
}

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

.white-text-2.mt-25 {
  margin-top: 25px;
  line-height: 1.25;
}

.white-text-2.size {
  font-size: 16px;
}

.white-text-2.banner {
  max-width: 465px;
  margin-top: 0;
  margin-bottom: 50px;
}

.white-text-2.spacing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.white-text-2.quote {
  font-size: 25px;
}

.white-text-2.mt-25 {
  margin-top: 25px;
}

.white-text-2.margin-30 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
}

.white-text-2.quote {
  border-left-color: #e12f2f;
  font-size: 25px;
  overflow: hidden;
}

.white-text-2.quote.us-text {
  color: #000;
}

.section-footer-cta-kontaktdaten {
  background-color: #f5f5f7;
  border-top: 1px solid #0f0f0f;
  padding-top: 80px;
  padding-bottom: 0;
}

.image-banner {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.base-container-6 {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.red-bgr {
  background-color: #e12f2f;
  margin: 20px 20px -20px -20px;
  position: absolute;
  inset: 0%;
}

.red-bgr.bottom {
  margin-left: 20px;
  margin-right: -20px;
}

.content-srvc {
  width: 100%;
}

.image-srvc {
  flex: none;
  max-width: 270px;
  height: 400px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.image-srvc.bottom {
  margin-left: 0;
  margin-right: 20px;
}

.bottom-block {
  grid-column-gap: 100px;
  justify-content: flex-end;
  display: flex;
}

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

.top-content {
  grid-column-gap: 100px;
  margin-bottom: 60px;
  display: flex;
}

.background-video-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.base-container-7 {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.workflow-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.workflow-content-wrapper {
  align-items: center;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.bold-text-3 {
  color: #e12f2f;
  font-size: 23px;
  font-weight: 900;
}

.section-karriere-cta-bewerbung {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-karriere-cta-bewerbung.dark-bgr {
  background-color: #0f0f0f;
  overflow: hidden;
}

.base-container-9 {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container-9.sizing {
  z-index: 7;
  z-index: 7;
  flex: 1;
}

.image-absolute {
  z-index: 3;
  max-width: 500px;
  margin-top: 80px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0%;
}

.about-bgr {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.section-karriere-ausbildung {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-absolute-2 {
  z-index: 3;
  max-width: 550px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0%;
}

.footer-brand {
  margin-bottom: 32px;
}

.footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  margin-bottom: 40px;
  margin-right: 80px;
  display: flex;
}

.space-32 {
  height: 32px;
}

.footer-link-2 {
  color: #000;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.footer-link-2:hover {
  opacity: .8;
  color: #e12f2f;
}

.footer-link-2.bold-link {
  font-weight: 700;
}

.footer-link-2.whatsapp {
  color: #50cc5e;
}

.footer-brand-img {
  height: 75px;
}

.footer-top-master {
  color: #232325;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-heading {
  color: #070707;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.footer-links-master {
  color: var(--color--copy-dark);
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
  display: flex;
}

.subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.footer-top-right {
  flex: 1;
}

.main-container {
  width: 100%;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.footer-links-grid {
  grid-column-gap: 20px;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start end;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.footer-links-grid.last-grid {
  border-bottom-style: none;
}

.footer-bottom {
  background-color: #f4edec0d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 10rem;
}

.base-container-20 {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container-20.sizing {
  z-index: 7;
  z-index: 7;
  flex: 1;
}

.image-light-bgr-3 {
  width: 100%;
  height: 100%;
}

.section-karriere-hero-1 {
  color: #232325;
  background-color: #0f0f0f;
  align-items: flex-start;
  min-height: 650px;
  margin-top: 100px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.section-karriere-hero-1.height {
  min-height: 520px;
  overflow: hidden;
}

.section-karriere-second-dark {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-karriere-second-dark.dark-bgr {
  background-color: #0f0f0f;
  padding-top: 80px;
  overflow: hidden;
}

.section-karriere-ausbildung-1 {
  background-color: #0f0f0f;
  align-items: flex-start;
  min-height: 650px;
  margin-top: 0;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.space-dunkel {
  background-color: #0f0f0f;
  width: 100%;
  height: 10rem;
}

.social-media-sidebar {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-8 {
  z-index: 10000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 250px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.social-icon {
  width: 40px;
  height: 40px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.social-icon:hover {
  transform: scale(1.1);
}

.image-6, .image-7 {
  border-style: solid;
  border-color: #000;
  border-radius: 5px;
}

.image-8 {
  border-radius: 5px;
}

.image-9, .image-10 {
  border: 1px solid #e12f2f;
  border-radius: 5px;
}

.farbverlauf {
  background-image: linear-gradient(30deg, #0d1e2d, #66042a);
  border-radius: 10px;
  padding: 2px;
  text-decoration: none;
}

.em-text {
  text-decoration: none;
}

.segnatur-fl-che-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.em-bild-logo-2 {
  width: 2rem;
  height: auto;
}

.link-em-website-2 {
  text-decoration: none;
  position: relative;
}

.empyrean-masterpieces-signatur-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 2rem 2rem 4rem;
  display: flex;
}

.em-bild-website-2 {
  border-radius: 8px;
  width: 16rem;
  margin-bottom: 225px;
  display: none;
  position: absolute;
  box-shadow: -125px 50px 200px 75px #0c003a80, 125px 50px 200px 75px #64032980;
}

.text-em-signatur-2 {
  color: #fff;
  letter-spacing: .025em;
  background-color: #000;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 2.5rem;
  display: flex;
}

.fs-cc-banner_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.button-2 {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border: .115rem solid #0000;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
  transition: all .25s;
}

.button-2:active {
  background-color: #3c3c3e;
  transform: scale(.95);
}

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

.button-2.is-small.is-secondary.full-width-mobile-portrait {
  color: #000;
  background-color: #fff0;
  border-width: 0;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 400;
}

.copy-tiny-2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.fs-cc-manager_component {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 4rem;
  height: 4rem;
  display: none;
  position: fixed;
  inset: auto auto 1rem 1rem;
}

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

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

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

.copy-large-2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.fs-cc-prefs_close-icon {
  color: #232325;
  width: 16px;
  height: 16px;
}

.bold-text-20 {
  color: #e12f2f;
  -webkit-text-stroke-color: #66042a;
}

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

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

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

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

.copy-tiny-3 {
  font-size: .9rem;
  line-height: 1.4;
}

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

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

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

.button-4 {
  color: #000;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #23232500;
  border: .115rem solid #0000;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
  transition: all .25s;
}

.button-4:active {
  background-color: #3c3c3e;
  transform: scale(.95);
}

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

.button-4.is-small.check {
  color: #fff;
  background-color: #0c1f2d;
}

.button-4.grau {
  color: #000;
  font-weight: 400;
}

.copy-small-3 {
  font-size: 1.125rem;
  line-height: 1.4;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.fs-cc-prefs_close {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  padding: 10px;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: 0 0 .8em #3333331c;
}

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

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 60vh;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 80px 200px 100px #fff3;
}

@media screen and (min-width: 1280px) {
  .bgr-red-01 {
    bottom: 6%;
  }

  .white-link {
    font-size: 18px;
  }

  .home-banner-section {
    padding-top: 120px;
  }

  .top-block-banner {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .top-block-banner.home-2 {
    flex-wrap: wrap;
  }

  .bgr-red-02 {
    bottom: 8%;
  }

  .bgr-red-02._02 {
    width: 48%;
    bottom: -10%;
  }

  .bgr-red-02.about {
    max-width: 650px;
  }

  .white-text.size {
    font-size: 18px;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: auto;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-content-wrapper {
    justify-content: space-between;
  }

  .about-description-right {
    max-width: 480px;
  }

  .section-7, .section-8 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-line {
    height: 13%;
    margin-top: 140px;
    margin-left: 20px;
    display: block;
  }

  .team-wrapper-block {
    margin-top: 130px;
  }

  .cart-content-right {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .features-wrapper-2 {
    grid-column-gap: 15px;
  }

  .section-9 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-9.black-bgr {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .section-title-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .section-title-wrapper-2.align {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 50px;
  }

  .section-title-wrapper-2.align.text-align-center {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .contacts-block.mt {
    margin-top: 20px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .image {
    width: 15em;
  }

  .section-title-wrapper {
    width: 41%;
  }

  .section-11, .section-leistungen-sonderleistungen {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-title-wrapper-3 {
    width: 41%;
  }

  .white-text-2.size {
    font-size: 18px;
  }

  .bgr-red-7 {
    bottom: 6%;
  }

  .bgr-red-7._01 {
    width: 48%;
    bottom: -2%;
  }

  .home-banner-section-2.home-2, .home-banner-section-2.alle-daten-auf-einem-blick, .home-banner-section-2.home-2, .home-banner-section-2.alle-daten-auf-einem-blick {
    padding-bottom: 130px;
  }

  .image-home-2 {
    width: 48%;
    height: 80%;
  }

  .section-kontakt-hero.home-2, .section-kontakt-hero.alle-daten-auf-einem-blick, .section-kontakt-hero.home-2, .section-kontakt-hero.alle-daten-auf-einem-blick {
    padding-bottom: 130px;
  }

  .section-12, .section-13, .section-14 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .background-video-2 {
    width: 52%;
  }

  .workflow-wrapper {
    grid-column-gap: 100px;
  }

  .section-karriere-hero, .section-karriere-cta-bewerbung {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-with-spacing {
    min-height: 730px;
    padding-top: 130px;
  }

  .image-absolute {
    max-width: 650px;
  }

  .section-leistungen-leistungen, .section-sonderleistungen-sonderleistungen, .section-sonderleistungen-leistungen {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-startseite-hero {
    padding-top: 120px;
  }

  .section-startseite-ber-uns, .section-startseite-wichtig {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-startseite-wichtig.black-bgr {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .line-slide.position {
    margin-left: -30px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-16, .section-feedback-der-kunden {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .berschrift-feedback {
    align-items: center;
    width: 100%;
  }

  .berschrift-feedback.align {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 50px;
  }

  .berschrift-feedback.align.text-align-center {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .slide-wrapper {
    grid-column-gap: 130px;
  }

  .slider-testimonials {
    margin-top: 40px;
  }

  .section-17, .section-18 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-anfrage-hero.home-2, .section-anfrage-hero.alle-daten-auf-einem-blick, .section-anfrage-hero.home-2, .section-anfrage-hero.alle-daten-auf-einem-blick {
    padding-bottom: 130px;
  }

  .section-anfrage-form {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contacts-3-banner-title-wrapper {
    align-items: flex-start;
    width: 40%;
    padding-right: 70px;
  }

  .contacts-3-banner-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .red-line {
    left: -17%;
  }

  .adress-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 55%;
    margin-top: 0;
  }

  .section-19 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-19.contacts-3-banner {
    padding-top: 200px;
  }

  .section-with-spacing-2 {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-with-spacing-2.height {
    min-height: 600px;
  }

  .image-absolute-2 {
    max-width: 650px;
  }

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

  .section-with-spacing-2-copy {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-with-spacing-2-copy.height {
    min-height: 600px;
  }

  .section-kontakt-hero-1 {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-kontakt-hero-1.height {
    min-height: 600px;
  }

  .section-kontakt-form, .section-21, .forrmular, .section-anfrage-formular, .section-kontakt-formular {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-3 {
    width: 8rem;
  }

  .about-image-wrapper {
    max-width: 700px;
    top: -176px;
  }

  .large-number {
    font-size: 150px;
  }

  .text-content-wrapper {
    width: 40%;
  }

  .section-22 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-karriere-hero-1 {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-karriere-hero-1.height {
    min-height: 600px;
  }

  .section-karriere-second-dark {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-karriere-ausbildung-1 {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-us-hero.home-2, .section-us-hero.alle-daten-auf-einem-blick, .section-us-hero.home-2, .section-us-hero.alle-daten-auf-einem-blick {
    padding-bottom: 130px;
  }

  .section-us-text {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-us-text.height {
    min-height: 600px;
  }

  .section-23 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .background-video-3 {
    width: 50%;
  }

  .section-us {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .text-us-1 {
    grid-column-gap: 100px;
  }

  .section-24, .section-us-cta, .section-us-trust {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-us-werterhalt {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-us-werterhalt.height {
    min-height: 600px;
  }

  .section-t-v-hero.home-2, .section-t-v-hero.alle-daten-auf-einem-blick, .section-t-v-hero.home-2, .section-t-v-hero.alle-daten-auf-einem-blick {
    padding-bottom: 130px;
  }

  .section-t-v-trust {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-ber-uns-hero.home-2, .section-ber-uns-hero.alle-daten-auf-einem-blick, .section-ber-uns-hero.home-2, .section-ber-uns-hero.alle-daten-auf-einem-blick {
    padding-bottom: 130px;
  }

  .section-title-wrapper-4 {
    width: 41%;
  }

  .dunkler-text-mit-rot-balken.size, .white-text-2-copy.size, .white-text-2-copy.size {
    font-size: 18px;
  }

  .bild-schaden {
    width: 50%;
  }

  .ber-uns-texte-wrapper {
    width: 41%;
  }

  .section-datenschutz-rich, .section-impressum-datencopy {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-impressum-hero.home-2, .section-impressum-hero.alle-daten-auf-einem-blick, .section-impressum-hero.home-2, .section-impressum-hero.alle-daten-auf-einem-blick {
    padding-bottom: 130px;
  }

  .content-banner-home-3 {
    max-width: 1000px;
  }

  .section-404-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-404-hero.banner-404 {
    min-height: 80vh;
    padding-top: 220px;
  }

  .image-absolute-3 {
    max-width: 650px;
  }

  .section-us-einleitung {
    min-height: 730px;
    padding-top: 130px;
  }

  .section-us-einleitung.height {
    min-height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .bgr-red-01 {
    bottom: 7%;
  }

  .banner-content.maxw.hero-traumberuf {
    overflow: visible;
  }

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

  .bottom-block-banner.text-align-left {
    max-width: 850px;
  }

  .bgr-red-02.about {
    margin-right: 50px;
  }

  .white-text.margin.text-align-left {
    max-width: 800px;
    font-weight: 500;
  }

  .nav-dropdown-toggle.first {
    padding-left: 20px;
  }

  .brand {
    margin-right: 70px;
  }

  .section-line {
    margin-left: 60px;
  }

  .features-wrap-2, .features-wrap-2.first, .features-wrap-2.first {
    width: 30%;
  }

  .cart-content-right {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .section-9.black-bgr {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .section-title-wrapper-2.align.text-align-center {
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .section-10 {
    background-color: #f5f5f5;
  }

  .red-text.whatsapp {
    color: #00c633;
  }

  .contacts-block, .contacts-block.mt, .contacts-block.mt {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .spacer {
    width: 100%;
    height: 100%;
  }

  .accordion-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-title-wrapper, .section-title-wrapper-3 {
    width: 48%;
  }

  .full-block-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-footer-cta-kontaktdaten {
    background-color: #f5f5f5;
  }

  .bgr-red-7 {
    bottom: 7%;
  }

  .image-light-bgr {
    padding-bottom: 100px;
  }

  .image-absolute {
    margin-right: 80px;
  }

  .section-karriere-ausbildung {
    padding-bottom: 100px;
  }

  .justierblock-buttons {
    margin-top: 25px;
  }

  .section-startseite-wichtig.black-bgr {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .berschrift-feedback.align.text-align-center {
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .image-absolute-2 {
    margin-right: 80px;
  }

  .image-3 {
    width: 9rem;
  }

  .text-content-wrapper {
    width: 46%;
  }

  .section-title-wrapper-4 {
    width: 48%;
  }

  .div-block-8 {
    margin-top: 275px;
  }

  .ber-uns-texte-wrapper {
    width: 48%;
  }

  .content-banner-home-3 {
    max-width: 1100px;
  }

  .section-404-hero.banner-404 {
    min-height: 90vh;
    padding-top: 240px;
  }

  .image-absolute-3 {
    margin-right: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .text-color-black.text-align-left {
    overflow: visible;
  }

  .base-container {
    justify-content: center;
    align-items: center;
  }

  .base-container.sizing {
    max-width: 1300px;
  }

  .bgr-red-01 {
    bottom: 11%;
  }

  .banner-content.maxw.hero-traumberuf {
    overflow: visible;
  }

  .home-banner-section {
    min-height: 100vh;
  }

  .top-block-banner {
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bottom-block-banner {
    margin-top: 130px;
  }

  .bottom-block-banner.text-align-left {
    max-width: 900px;
    margin-top: 140px;
  }

  .bottom-block-banner.home-2 {
    margin-top: 80px;
  }

  .primary-button {
    text-transform: none;
  }

  .bgr-red-02 {
    bottom: 11%;
  }

  .bgr-red-02._02 {
    justify-content: flex-end;
    display: flex;
    inset: 11% 0% auto auto;
  }

  .bgr-red-02.about {
    max-width: 790px;
    margin-right: 113px;
  }

  .image-cover {
    height: 100%;
  }

  .white-text.margin.text-align-left {
    max-width: 100%;
    font-weight: 500;
  }

  .secondary-button {
    text-transform: none;
  }

  .navbar {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#cecece1a, #cecece1a);
  }

  .section-line {
    margin-left: 120px;
  }

  .cart-content-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
    position: static;
  }

  .features-wrapper-2 {
    grid-column-gap: 30px;
  }

  .section-9.black-bgr {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-title-wrapper-2.align.text-align-center {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .input {
    font-weight: 500;
  }

  .section-title-wrapper {
    width: 55%;
  }

  .section-banner {
    min-height: 600px;
  }

  .section-title-wrapper-3 {
    width: 55%;
  }

  .section-title-wrapper-3.maxw.text-align-left {
    width: 45%;
    max-width: 500px;
  }

  .bgr-red-7 {
    bottom: 10%;
  }

  .bgr-red-7._01 {
    inset: 6% 0% auto auto;
    width: auto;
    inset: 6% 0% auto auto;
  }

  .home-banner-section-2 {
    min-height: 100vh;
  }

  .home-banner-section-2.home-3 {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 130px;
  }

  .image-home-2 {
    width: auto;
    height: 830px;
  }

  .section-kontakt-hero {
    min-height: 100vh;
  }

  .section-kontakt-hero.alle-daten-auf-einem-blick {
    min-height: 80vh;
    padding-bottom: 0;
  }

  .section-with-spacing {
    min-height: 730px;
  }

  .image-absolute {
    max-width: 790px;
    margin-right: 143px;
  }

  .section-startseite-hero {
    min-height: 100vh;
  }

  .section-startseite-wichtig.black-bgr {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-feedback-der-kunden.dark-bgr {
    padding-bottom: 140px;
  }

  .berschrift-feedback.align.text-align-center {
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .section-anfrage-hero {
    min-height: 100vh;
  }

  .section-anfrage-hero.alle-daten-auf-einem-blick {
    min-height: 80vh;
    padding-bottom: 0;
  }

  .section-with-spacing-2 {
    min-height: 730px;
  }

  .section-with-spacing-2.height {
    min-height: 720px;
  }

  .image-absolute-2 {
    max-width: 790px;
    margin-right: 143px;
  }

  .section-with-spacing-2-copy {
    min-height: 730px;
  }

  .section-with-spacing-2-copy.height {
    min-height: 720px;
  }

  .section-kontakt-hero-1 {
    min-height: 730px;
  }

  .section-kontakt-hero-1.height {
    min-height: 720px;
  }

  .base-container-18 {
    justify-content: center;
    align-items: center;
  }

  .primary-button-3 {
    text-transform: none;
  }

  .image-3 {
    width: 10rem;
  }

  .button-klein {
    text-transform: none;
  }

  .about-image-wrapper {
    max-width: 845px;
  }

  .years-wrapper {
    grid-column-gap: 90px;
  }

  .text-content-wrapper {
    width: 55%;
  }

  .section-karriere-hero-1 {
    min-height: 730px;
  }

  .section-karriere-hero-1.height {
    min-height: 720px;
  }

  .section-karriere-ausbildung-1 {
    min-height: 730px;
  }

  .section-us-hero {
    min-height: 100vh;
  }

  .section-us-hero.home-3 {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 130px;
  }

  .section-us-text {
    min-height: 730px;
  }

  .section-us-text.height {
    min-height: 720px;
  }

  .section-us-werterhalt {
    min-height: 730px;
  }

  .section-us-werterhalt.height {
    min-height: 720px;
  }

  .section-t-v-hero {
    min-height: 100vh;
  }

  .section-t-v-hero.home-3 {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 130px;
  }

  .section-ber-uns-hero {
    min-height: 100vh;
  }

  .section-ber-uns-hero.home-3 {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 130px;
  }

  .section-title-wrapper-4 {
    width: 55%;
  }

  .section-title-wrapper-4.maxw {
    width: 65%;
    max-width: 450px;
  }

  .jahre-erfahrung {
    font-size: 1.5rem;
  }

  .div-block-8 {
    margin-top: 350px;
  }

  .social-icon {
    width: 50px;
    height: 50px;
  }

  .bold-text-9 {
    font-size: .9rem;
  }

  .ber-uns-texte-wrapper {
    width: 55%;
  }

  .ber-uns-texte-wrapper.maxw {
    width: 80%;
    max-width: 525px;
  }

  .section-impressum-hero {
    min-height: 100vh;
  }

  .section-impressum-hero.home-3 {
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 130px;
  }

  .em-bild-website-2 {
    margin-bottom: 250px;
  }

  .image-absolute-3 {
    max-width: 790px;
    margin-right: 143px;
  }

  .section-us-einleitung {
    min-height: 730px;
    margin-top: 0;
  }

  .section-us-einleitung.height {
    min-height: 720px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .page-padding {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
  }

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

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

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

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

  .bgr-red-01 {
    bottom: 2%;
    right: -5%;
  }

  .banner-content.maxw {
    text-align: left;
    text-align: center;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-top: 30px;
  }

  .banner-content.maxw {
    text-align: center;
    text-align: left;
    text-align: center;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-top: 30px;
  }

  .banner-content.maxw.hero-traumberuf {
    justify-content: space-between;
    align-items: flex-start;
  }

  .banner-content.maxw {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-top: 30px;
  }

  .home-banner-section {
    padding-top: 65px;
  }

  .top-block-banner {
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-block-banner.home-2 {
    justify-content: center;
  }

  .bottom-block-banner {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .bottom-block-banner.text-align-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bgr-red-02 {
    bottom: 3%;
  }

  .bgr-red-02._02 {
    display: none;
  }

  .bgr-red-02.about {
    right: 11%;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
  }

  .nav-dropdown-icon {
    color: #fff;
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-link-line, .button-header {
    display: none;
  }

  .nav-dropdown-list {
    background-color: #0f0f0f;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .button-tablet {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-menu-wrapper {
    border-style: none;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .link-header {
    padding: 10px 0;
    line-height: 1.5em;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .menu-wrap {
    background-color: #0f0f0f;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #0f0f0f;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link:hover {
    color: #e12f2f;
  }

  .nav-dropdown-link.w--current {
    color: #fff;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.invert {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    line-height: 1.5em;
    display: flex;
  }

  .nav-dropdown-toggle.first {
    padding-left: 0;
  }

  .about-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .paragraph-with-margin._375-px {
    text-align: left;
    text-align: left;
    margin-top: 0;
  }

  .about-description-right {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-block-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .description-services {
    text-align: center;
    max-width: 80%;
    position: static;
  }

  .features-wrap-2 {
    width: 47%;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-title-wrapper-2 {
    text-align: center;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-row-gap: 10px;
  }

  .contacts-block {
    width: 47.9%;
  }

  .contacts-block.mt {
    margin-top: 0;
  }

  .footer-brand-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .maxw-400px {
    font-size: 3rem;
  }

  .contacts-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
  }

  .section-title-wrapper {
    text-align: center;
    width: 100%;
  }

  .section-banner {
    padding-top: 80px;
  }

  .section-title-wrapper-3 {
    text-align: center;
    width: 100%;
  }

  .section-title-wrapper-3.maxw {
    text-align: center;
    text-align: center;
    width: 80%;
    max-width: 100%;
  }

  .full-block-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .dark-block {
    margin-left: auto;
    margin-right: auto;
  }

  .white-text-2.spacing {
    max-width: 400px;
  }

  .white-text-2.quote {
    font-size: 22px;
  }

  .section-footer-cta-kontaktdaten {
    padding-top: 60px;
  }

  .bgr-red-7 {
    bottom: 2%;
    right: -5%;
  }

  .bgr-red-7._01 {
    display: none;
  }

  .paragraph-with-margin-2 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .home-banner-section-2 {
    padding-top: 65px;
  }

  .home-banner-section-2.home-2, .home-banner-section-2.alle-daten-auf-einem-blick, .home-banner-section-2.home-2, .home-banner-section-2.alle-daten-auf-einem-blick {
    flex-direction: column-reverse;
  }

  .image-home-2 {
    flex: none;
    width: 100%;
    height: 500px;
    margin-top: 50px;
    position: static;
  }

  .heading-home-2 {
    text-align: left;
  }

  .image-banner {
    object-position: 50% 100%;
    width: 100%;
  }

  .section-kontakt-hero {
    padding-top: 65px;
  }

  .section-kontakt-hero.home-2, .section-kontakt-hero.alle-daten-auf-einem-blick, .section-kontakt-hero.home-2, .section-kontakt-hero.alle-daten-auf-einem-blick {
    flex-direction: column-reverse;
  }

  .paragraph-with-margin-3 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .about-1-list-wrapper {
    width: 100%;
  }

  .counter-bottom-block {
    grid-column-gap: 50px;
    justify-content: space-between;
    width: 100%;
  }

  .content-srvc {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .bottom-block {
    grid-column-gap: 50px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .top-content {
    grid-column-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .background-video-2 {
    width: 40%;
  }

  .workflow-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    overflow: hidden;
  }

  .workflow-content-wrapper {
    width: 55%;
  }

  .image-light-bgr {
    object-fit: cover;
  }

  .base-container-9.sizing {
    display: flex;
  }

  .section-with-spacing {
    flex-direction: column;
    min-height: auto;
    margin-top: 60px;
    padding-top: 0;
  }

  .banner-about-description {
    grid-column-gap: 30px;
    display: flex;
  }

  .image-absolute {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .about-bgr {
    display: none;
  }

  .section-karriere-ausbildung {
    object-fit: cover;
  }

  .section-startseite-hero {
    padding-top: 7rem;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .image-slide {
    width: 370px;
  }

  .left-arrow-testimonials {
    right: 7%;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .contacts-3-capabilities-wrap-right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-3-capabilities-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contacts-3-capabilities-wrap-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .section-anfrage-hero {
    padding-top: 65px;
  }

  .section-anfrage-hero.home-2 {
    flex-direction: column-reverse;
  }

  .section-anfrage-hero.alle-daten-auf-einem-blick {
    flex-direction: column-reverse;
    padding-top: 6rem;
  }

  .red-line {
    left: -19%;
  }

  .image-light-bgr-2 {
    object-fit: cover;
  }

  .section-with-spacing-2 {
    flex-direction: column;
    min-height: auto;
    margin-top: 60px;
    padding-top: 0;
  }

  .image-absolute-2 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .section-with-spacing-2-copy, .section-kontakt-hero-1 {
    flex-direction: column;
    min-height: auto;
    margin-top: 60px;
    padding-top: 0;
  }

  .left-arrow-testimonials-2 {
    right: 7%;
  }

  .section-kontakt-formular {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ley-wrap-4-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .ley-wrap-1-2 {
    align-items: flex-end;
  }

  .ley-grid-1 {
    margin-right: 0;
  }

  .footer-top-left {
    text-align: center;
    align-items: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-master {
    flex-direction: column;
    align-items: stretch;
  }

  .main-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .footer-links-grid {
    place-items: start center;
    margin-bottom: 0;
  }

  .footer-bottom-wrap {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .about-image-wrapper {
    max-width: 400px;
    height: auto;
    margin-top: 80px;
    inset: 0% auto 0% 0%;
  }

  .years-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .text-content-wrapper {
    width: 43%;
  }

  .image-light-bgr-3 {
    object-fit: cover;
  }

  .section-karriere-hero-1 {
    background-color: #f5f5f7;
    flex-direction: column;
    min-height: auto;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .section-karriere-ausbildung-1 {
    background-color: #f5f5f7;
    flex-direction: column;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .space-dunkel {
    display: none;
  }

  .section-us-hero {
    padding-top: 65px;
  }

  .section-us-hero.home-2, .section-us-hero.alle-daten-auf-einem-blick, .section-us-hero.home-2, .section-us-hero.alle-daten-auf-einem-blick {
    flex-direction: column-reverse;
  }

  .base-container-22.sizing {
    padding-top: 40px;
  }

  .subtitle-banner-2 {
    font-weight: 500;
  }

  .section-us-text {
    flex-direction: column;
    min-height: auto;
    margin-top: 60px;
    padding-top: 0;
  }

  .block-text-us-cta {
    width: 45%;
  }

  .section-us-cta.dark-bgr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-us-werterhalt {
    flex-direction: column;
    min-height: auto;
    margin-top: 60px;
    padding-top: 0;
  }

  .section-t-v-hero {
    padding-top: 65px;
  }

  .section-t-v-hero.home-2, .section-t-v-hero.alle-daten-auf-einem-blick, .section-t-v-hero.home-2, .section-t-v-hero.alle-daten-auf-einem-blick {
    flex-direction: column-reverse;
  }

  .section-ber-uns-hero {
    padding-top: 65px;
  }

  .section-ber-uns-hero.home-2, .section-ber-uns-hero.alle-daten-auf-einem-blick, .section-ber-uns-hero.home-2, .section-ber-uns-hero.alle-daten-auf-einem-blick {
    flex-direction: column-reverse;
  }

  .section-title-wrapper-4 {
    text-align: center;
    width: 100%;
  }

  .section-title-wrapper-4.maxw {
    text-align: center;
    text-align: center;
    width: 80%;
    max-width: 100%;
  }

  .div-block-8 {
    margin-top: 140px;
  }

  .dunkler-text-mit-rot-balken.spacing {
    max-width: 400px;
  }

  .dunkler-text-mit-rot-balken.quote, .white-text-2-copy.quote {
    font-size: 22px;
  }

  .white-text-2-copy.spacing {
    max-width: 400px;
  }

  .white-text-2-copy.quote {
    font-size: 22px;
  }

  .lottie-animation-3 {
    width: 40px;
    height: 40px;
  }

  .ber-uns-texte-wrapper {
    text-align: center;
    width: 100%;
  }

  .ber-uns-texte-wrapper.maxw {
    text-align: center;
    text-align: center;
    width: 80%;
    max-width: 100%;
  }

  .datenschutz-container {
    max-width: 95%;
  }

  .rich-text-block {
    overflow: visible;
  }

  .section-impressum-hero {
    padding-top: 65px;
  }

  .section-impressum-hero.home-2, .section-impressum-hero.alle-daten-auf-einem-blick, .section-impressum-hero.home-2, .section-impressum-hero.alle-daten-auf-einem-blick {
    flex-direction: column-reverse;
  }

  .segnatur-fl-che {
    margin-bottom: 2.7em;
  }

  .segnatur-fl-che-2 {
    margin-bottom: 0;
  }

  .link-em-website-2 {
    flex-flow: column;
    display: block;
  }

  .empyrean-masterpieces-signatur-2 {
    padding-bottom: 4rem;
  }

  .copy-tiny-2, .copy-tiny-3 {
    font-size: 1.125rem;
  }

  .base-container-29 {
    max-width: 100%;
  }

  .title-banner-wrapper-home-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-banner-home-3 {
    max-width: 600px;
  }

  .section-404-hero.banner-404 {
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 5rem;
  }

  .image-absolute-3 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-banner-2 {
    object-position: 50% 100%;
    width: 100%;
  }

  .section-us-einleitung {
    flex-direction: column;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1, .text-color-black.text-align-left, .text-color-black.text-align-left {
    font-size: 3.5rem;
  }

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

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

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

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

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

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

  .circle {
    height: 80vh;
  }

  .bgr-red-01 {
    bottom: 5%;
    right: -40%;
  }

  .banner-content.maxw {
    margin-top: 0;
  }

  .top-block-banner.home-2 {
    justify-content: center;
  }

  .bottom-block-banner.home-2 {
    margin-top: 10px;
  }

  .bgr-red-02 {
    bottom: 4%;
  }

  .bgr-red-02.about {
    top: -2%;
    right: -12%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .section-7, .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-wrapper-block {
    margin-top: 60px;
  }

  .features-wrap-2 {
    width: 100%;
  }

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

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

  .section-title-wrapper-2 {
    text-align: center;
  }

  .footer-wrapper {
    padding-bottom: 0;
  }

  .contacts-block {
    width: 100%;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    width: 100%;
  }

  .maxw-400px {
    font-size: 2.5rem;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-list-content {
    font-weight: 500;
  }

  .accordion-item.last-01 {
    margin-bottom: 30px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

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

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

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

  .section-leistungen-sonderleistungen {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-block {
    padding-left: 30px;
  }

  .section-title-wrapper-3 {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .centered-block {
    padding-left: 30px;
  }

  .white-text-2.margin-30 {
    font-size: 2.5rem;
  }

  .white-text-2.spacing {
    max-width: 300px;
  }

  .white-text-2.quote.kontaktieren-uns-noch-heute-dark {
    background-image: linear-gradient(#0000008c, #0000008c);
  }

  .bgr-red-7 {
    bottom: 5%;
    right: -40%;
  }

  .paragraph-with-margin-2 {
    margin-bottom: 30px;
  }

  .heading-home-2 {
    text-align: left;
    font-size: 3.5rem;
  }

  .paragraph-with-margin-3 {
    margin-bottom: 30px;
  }

  .counter-bottom-block {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .content-srvc {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: hidden;
  }

  .bottom-block {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

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

  .top-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .background-video-2 {
    width: 100%;
  }

  .workflow-wrapper {
    z-index: 2;
    flex-wrap: wrap;
    position: relative;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .section-karriere-hero, .section-karriere-cta-bewerbung {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-with-spacing {
    overflow: hidden;
  }

  .banner-about-description {
    flex-wrap: wrap;
    justify-content: center;
  }

  .subtitle-banner {
    margin-bottom: 30px;
  }

  .image-absolute {
    max-width: 530px;
  }

  .section-leistungen-hero {
    padding-top: 10rem;
    padding-bottom: 60px;
  }

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

  .section-sonderleistungen-hero {
    padding-top: 10rem;
    padding-bottom: 60px;
  }

  .section-sonderleistungen-sonderleistungen, .section-sonderleistungen-leistungen, .section-startseite-ber-uns, .section-startseite-wichtig {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .base-container-10 {
    display: block;
    overflow: hidden;
  }

  .testimonials-card-item {
    width: 85%;
  }

  .line-slide.position {
    margin-top: 30px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-16, .section-feedback-der-kunden {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .slide-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-right: 30px;
  }

  .image-slide {
    width: 100%;
    height: 350px;
  }

  .text-slide {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .left-arrow-testimonials {
    right: 9%;
  }

  .feedback-slite-handy {
    display: none;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
  }

  .contacts-3-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-17, .section-18, .section-anfrage-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .red-line {
    inset: auto auto 0% 0%;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .section-with-spacing-2 {
    overflow: hidden;
  }

  .image-absolute-2 {
    max-width: 530px;
  }

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

  .section-with-spacing-2-copy, .section-kontakt-hero-1 {
    overflow: hidden;
  }

  .section-kontakt-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .formular-kontakt {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .left-arrow-testimonials-2 {
    right: 9%;
  }

  .forrmular, .section-anfrage-formular, .section-kontakt-formular {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ley-wrap-2 {
    padding-bottom: 5em;
  }

  .ley-wrap-1-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .ley-grid-1 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-bottom {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-text {
    margin-bottom: 9px;
  }

  .about-image-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
    height: 400px;
    margin-top: 0;
    position: static;
  }

  .years-wrapper {
    flex-direction: row;
  }

  .content-wrapper-about {
    margin-top: 50px;
  }

  .text-content-wrapper {
    width: 100%;
  }

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

  .section-karriere-hero-1 {
    overflow: hidden;
  }

  .section-karriere-second-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-karriere-ausbildung-1 {
    overflow: hidden;
  }

  .container {
    width: 100%;
  }

  .section-us-hero.home-3 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .subtitle-banner-2 {
    margin-bottom: 30px;
  }

  .section-us-text {
    overflow: hidden;
  }

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

  .background-video-3 {
    width: 100%;
  }

  .workflow-content-wrapper-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

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

  .text-us-1 {
    z-index: 2;
    flex-wrap: wrap;
    position: relative;
  }

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

  .block-text-us-cta {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .section-us-cta, .section-us-trust {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-us-werterhalt {
    overflow: hidden;
  }

  .section-t-v-trust {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-wrapper-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-full-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-8 {
    margin-top: 120px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .section-full-2-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-ber-uns-hero-1 {
    padding-top: 10rem;
    padding-bottom: 60px;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .dunkler-text-mit-rot-balken.spacing, .white-text-2-copy.spacing, .white-text-2-copy.spacing {
    max-width: 300px;
  }

  .heading-10, .heading-1.text-color-bright, .heading-1.text-color-bright.text-align-left, .heading-1.text-color-bright, .heading-1.text-color-bright.text-align-left, .heading-1.text-color-bright.text-align-left {
    font-size: 3.5rem;
  }

  .bild-schaden {
    width: 100%;
  }

  .ber-uns-texte-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-datenschutz-rich {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

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

  .section-impressum-hero.home-3 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .heading-13 {
    font-size: 4.25rem;
  }

  .text-em-signatur-2 {
    text-align: left;
  }

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

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

  .h1-2 {
    font-size: 2.9rem;
  }

  .base-container-29, .content-banner-home-3 {
    max-width: 100%;
  }

  .copy-large-3 {
    font-weight: 400;
  }

  .section-404-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .base-container-30.sizing {
    margin-top: 60px;
  }

  .subtitle-banner-3 {
    margin-bottom: 30px;
  }

  .image-absolute-3 {
    max-width: 530px;
  }

  .section-us-einleitung {
    overflow: hidden;
  }
}

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

  .text-color-black.text-align-left {
    margin-top: 40px;
    font-size: 3rem;
  }

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

  .base-container {
    padding-bottom: 3rem;
  }

  .bgr-red-01 {
    inset: auto 0% 6% 29px;
  }

  .banner-content.maxw {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
  }

  .banner-content.maxw.hero-traumberuf, .banner-content.maxw {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-content.maxw {
    margin-top: 60px;
  }

  .banner-content.maxw.hero-traumberuf {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-banner-section {
    min-height: 780px;
  }

  .top-block-banner {
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .bottom-block-banner.text-align-left {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .bottom-block-banner.home-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gradient-bgr {
    background-image: linear-gradient(#000, #fff0 85%);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .bgr-red-02 {
    inset: auto 0% 4% 60px;
  }

  .bgr-red-02.about {
    max-width: 100%;
    margin-top: 65px;
    right: 5%;
    overflow: hidden;
  }

  .white-text {
    font-size: var(--border-radius--medium);
    text-align: left;
  }

  .white-text.margin.text-align-left {
    font-size: var(--border-radius--medium);
    font-size: var(--border-radius--medium);
  }

  .white-text.banner.text-align-left {
    max-width: 80%;
  }

  .white-text.banner.text-align-center {
    max-width: none;
  }

  .white-text.text-align-center {
    font-size: 2.125rem;
  }

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

  .secondary-button {
    text-transform: none;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .menu-wrap {
    object-fit: fill;
  }

  .nav-menu {
    position: absolute;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dark-text-button {
    font-size: 1rem;
  }

  .paragraph-with-margin {
    text-align: center;
    margin-bottom: 0;
  }

  .paragraph-with-margin._375-px {
    text-align: left;
    text-align: left;
  }

  .button-block {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .section-7.margin {
    padding-top: 40px;
    overflow: hidden;
  }

  .description-services {
    max-width: 100%;
  }

  .paragraph-cart {
    color: var(--color--copy-dark);
    font-size: 1rem;
    font-weight: 500;
  }

  .paragraph-cart.white {
    font-size: 1rem;
  }

  .cart-content-right {
    margin-top: 50px;
  }

  .white-border-button {
    font-size: 1rem;
  }

  .section-9.black-bgr {
    overflow: hidden;
  }

  .title-cart, .title-cart.white, .title-cart.white {
    font-size: 1.5rem;
  }

  .footer-wrapper {
    padding-bottom: 0;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-link.maxw {
    text-align: left;
    text-align: left;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .contacts-block {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contacts-block.mt {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .form-footer {
    align-items: stretch;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .input.text-area {
    margin-bottom: 10px;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

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

  .mt-10.whatsapp {
    text-align: left;
  }

  .mt-10.zeiten {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    margin-top: 6px;
    line-height: 1.25;
    display: flex;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .maxw-400px {
    text-align: left;
    width: 90%;
    font-size: 2.125rem;
  }

  .field-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .input-with-icon {
    width: 100%;
  }

  .image {
    width: 275px;
  }

  .accordion-item, .accordion-item.last, .accordion-item.last-01, .accordion-item.last, .accordion-item.last-01 {
    margin-bottom: 20px;
  }

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

  .section-leistungen-sonderleistungen {
    padding-top: 0;
  }

  .benefits-list.benefits-auflistung, .benefits-auflistung {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .number {
    text-align: center;
  }

  .top-block {
    text-align: left;
    padding-left: 0;
  }

  .section-title-wrapper-3.maxw {
    text-align: left;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .centered-block {
    padding-left: 20px;
  }

  .dark-block {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-text-2 {
    font-size: var(--heading--h6);
  }

  .white-text-2.margin-30 {
    font-size: var(--heading--h2);
    font-weight: 500;
  }

  .white-text-2.quote {
    background-image: linear-gradient(#0000008c, #0000008c);
    line-height: 1.25;
  }

  .white-text-2.quote.us-text {
    background-image: none;
  }

  .white-text-2.mt-25 {
    font-size: var(--heading--h6);
    width: 90%;
  }

  .section-footer-cta-kontaktdaten {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bgr-red-7 {
    inset: auto 0% 6% 29px;
  }

  .bgr-red-7._01 {
    display: none;
  }

  .paragraph-with-margin-2 {
    margin-bottom: 30px;
  }

  .paragraph-with-margin-2.maxw {
    width: 90%;
  }

  .home-banner-section-2 {
    min-height: 780px;
  }

  .heading-home-2 {
    font-size: 3rem;
  }

  .image-banner {
    width: 95%;
  }

  .section-kontakt-hero {
    min-height: 780px;
  }

  .paragraph-with-margin-3 {
    margin-bottom: 30px;
  }

  .input-2.text-area {
    margin-bottom: 10px;
  }

  .maxw-400px-2 {
    text-align: center;
  }

  .bottom-block {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .text-content {
    max-width: 100%;
  }

  .top-content {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .bold-text-3 {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .banner-about-description {
    flex-wrap: wrap;
  }

  .subtitle-banner {
    text-align: left;
    width: 90%;
    font-weight: 500;
  }

  .image-absolute {
    margin-top: 30px;
  }

  .section-leistungen-hero, .section-sonderleistungen-hero {
    padding-top: 10rem;
  }

  .section-sonderleistungen-leistungen {
    padding-top: 0;
  }

  .justierblock-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-startseite-hero {
    min-height: 700px;
    padding-top: 10rem;
  }

  .section-startseite-ber-uns.margin {
    padding-top: 40px;
    overflow: hidden;
  }

  .section-startseite-wichtig.black-bgr {
    overflow: hidden;
  }

  .base-container-10 {
    display: none;
  }

  .testimonials-card-item {
    width: 95%;
    margin-left: 20px;
  }

  .line-slide.position {
    width: 40px;
  }

  .section-feedback-der-kunden.dark-bgr {
    padding-bottom: 60px;
  }

  .icon-arrow {
    color: #fff;
    font-size: 20px;
  }

  .right-arrow-testimonials {
    border-color: #e12f2f;
    display: inline-block;
    position: relative;
  }

  .slide-wrapper {
    margin-bottom: 30px;
  }

  .left-arrow-testimonials {
    border-color: #e12f2f;
    display: inline-block;
    position: relative;
    right: 0%;
  }

  .feedback-slite-handy {
    display: block;
  }

  .section-anfrage-hero {
    min-height: 780px;
  }

  .section-anfrage-hero.alle-daten-auf-einem-blick {
    padding-top: 2rem;
  }

  .red-line {
    inset: auto auto 0% 0%;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .image-absolute-2 {
    margin-top: 0;
  }

  .section-kontakt-hero-1.height {
    margin-top: auto;
    padding-top: 4rem;
  }

  .right-arrow-testimonials-2 {
    display: inline-block;
    position: relative;
  }

  .left-arrow-testimonials-2 {
    display: inline-block;
    position: relative;
    right: 0%;
  }

  .section-kontakt-formular {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .maxw-400px-3 {
    text-align: center;
  }

  .ley-wrap-4-2 {
    align-items: flex-start;
  }

  .ley-link-1 {
    text-align: center;
    flex: 1;
  }

  .ley-wrap-1-2 {
    align-items: flex-end;
  }

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

  .ley-wrap-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .ley-wrap-8 {
    align-items: center;
  }

  .ley-wrap-7 {
    justify-content: center;
  }

  .footer-social-link-block {
    font-size: 4.4vw;
    line-height: 120%;
  }

  .footer-top-left {
    margin-bottom: 40px;
  }

  .footer-link-2 {
    font-size: 1rem;
    line-height: 120%;
  }

  .footer-links-heading {
    font-size: 1.5rem;
    line-height: 120%;
  }

  .footer-links-master {
    justify-content: flex-start;
    align-items: center;
    min-width: 80%;
  }

  .subtitle {
    font-size: 1rem;
    line-height: 130%;
  }

  .main-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .footer-bottom {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-wrap {
    text-align: center;
    align-items: center;
  }

  .image-3 {
    width: 5rem;
  }

  .button-klein {
    text-transform: none;
  }

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

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

  .base-container-20.sizing {
    padding-bottom: 20px;
  }

  .section-karriere-hero-1 {
    background-color: #f5f5f7;
    margin-top: 60px;
  }

  .section-karriere-ausbildung-1 {
    background-color: #f5f5f7;
    margin-top: 0;
    padding-bottom: 5rem;
    padding-left: 1em;
    padding-right: 1rem;
  }

  .space-dunkel {
    display: none;
  }

  .container {
    width: 100%;
  }

  .section-us-hero {
    min-height: 780px;
  }

  .section-us-hero.home-3 {
    min-height: 450px;
    padding-top: 10rem;
  }

  .base-container-22.sizing {
    padding-top: 0;
  }

  .justierung-button-25.justierung-t-v {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-us-werterhalt.height {
    padding-top: 40px;
  }

  .section-t-v-hero {
    min-height: 780px;
  }

  .section-t-v-hero.home-3 {
    min-height: 400px;
    padding-top: 10rem;
  }

  .section-ber-uns-hero {
    min-height: 780px;
  }

  .section-title-wrapper-4.maxw {
    text-align: left;
    text-align: left;
    width: 90%;
  }

  .jahre-erfahrung {
    margin-top: 0;
  }

  .div-block-8 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 475px;
    margin-right: 8px;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .section-ber-uns-hero-1 {
    padding-top: 10rem;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.125rem;
  }

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

  .heading-6 {
    font-size: var(--border-radius--medium);
  }

  .kontaktformular-button-justierung {
    justify-content: center;
    align-items: center;
  }

  .dunkler-text-mit-rot-balken {
    font-size: var(--border-radius--medium);
  }

  .dunkler-text-mit-rot-balken.quote {
    background-image: linear-gradient(#0000008c, #0000008c);
  }

  .dunkler-text-mit-rot-balken.quote.us-text {
    background-image: none;
    font-size: 1rem;
  }

  .dunkler-text-mit-rot-balken.mt-25 {
    font-size: var(--heading--h6);
    width: 90%;
  }

  .white-text-2-copy {
    font-size: var(--heading--h6);
  }

  .white-text-2-copy.margin-30 {
    font-size: var(--heading--h4);
  }

  .white-text-2-copy.quote {
    background-image: linear-gradient(#0000008c, #0000008c);
  }

  .white-text-2-copy.mt-25 {
    font-size: var(--heading--h6);
    width: 90%;
  }

  .div-block-10 {
    width: 90%;
  }

  .heading-10 {
    font-size: 3rem;
    font-weight: 500;
  }

  .heading-1.text-color-bright, .heading-1.text-color-bright.text-align-left, .heading-1.text-color-bright, .heading-1.text-color-bright.text-align-left, .heading-1.text-color-bright.text-align-left {
    font-size: 3rem;
  }

  .heading-11 {
    margin-top: 40px;
  }

  .ber-uns-texte-wrapper.maxw {
    text-align: left;
    text-align: left;
    width: 90%;
  }

  .section-impressum-hero {
    min-height: 780px;
  }

  .section-impressum-hero.home-3 {
    min-height: 450px;
    padding-top: 10rem;
  }

  .heading-12 {
    font-size: 2.125rem;
  }

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

  .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31, .heading-32, .heading-33 {
    font-size: 2.125rem;
  }

  .farbverlauf {
    padding: 5px;
  }

  .empyrean-masterpieces-signatur-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-em-signatur-2 {
    font-size: .75rem;
    font-weight: 500;
  }

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

  .button-3.shimmer-effect {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .button-5.shimmer-effect {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .button-wrapper-dankeseite {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .copy-large-3 {
    display: block;
    overflow: visible;
  }

  .section-404-hero.banner-404 {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 5rem;
  }

  .image-absolute-3 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-e8cbf780-9e4a-e876-47d0-514b769a1882-7d71391e, #w-node-e8cbf780-9e4a-e876-47d0-514b769a188f-7d71391e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
