:root {
  --black: #000;
  --anthrazit: #252525;
  --grey: #707070;
  --red: #e70000;
  --blue: #3c67ac;
  --yellow: #ffe600;
  --lightgrey: #eee;
  --white: white;
  --whitesmoke: #f5f5f5;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.header-wrapper {
  z-index: 9999;
  background-color: var(--anthrazit);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  width: 75%;
  max-width: 20%;
  position: absolute;
}

.logo-inner.head {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-ani {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-ani-inner {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.impress-link {
  color: var(--grey);
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.impress-link:hover {
  color: var(--red);
}

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

.impress-link.yellow:hover {
  color: var(--yellow);
}

.link-inner {
  border-top: 1px solid var(--grey);
  justify-content: flex-end;
  padding-top: 2em;
  display: flex;
}

.page-wrapper.top {
  padding-top: 104px;
}

.rtb a {
  color: var(--red);
  text-decoration: none;
  transition: color .2s;
}

.rtb a:hover {
  color: var(--red);
  text-decoration: underline;
}

.rtb h2 {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.5;
}

.rtb h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.rtb h3 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.5;
}

.rtb h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5;
}

.rtb h5 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
}

.rtb h6 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.nav-container {
  width: 100%;
  max-width: 90em;
}

.navbar {
  border-bottom: 1px solid var(--lightgrey);
  background-color: var(--white);
  height: 6.5em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-brand {
  width: 15em;
}

.nav-link {
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 1.25em .75em;
  transition: color .2s;
}

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

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

.nav-link.yellow:hover {
  color: var(--yellow);
}

.nav-link.yellow.left {
  margin-left: 3em;
}

.nav-cta {
  background-color: var(--anthrazit);
  height: 2.5em;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.nav-buttons {
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.nav-cta-inner {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 90em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-link {
  color: var(--white);
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .9em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.cta-link:hover {
  color: var(--yellow);
}

.cta-image-inner {
  min-width: 1.1em;
  max-width: 1.1em;
  max-height: 1.1em;
}

.cta-text {
  margin-left: .5em;
}

.cta-line {
  background-color: var(--grey);
  width: 1px;
  height: 60%;
  margin-left: .25em;
  margin-right: .4em;
}

.pinsel-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pinsel-inner {
  z-index: 9;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  height: 75vh;
}

.section-wrapper {
  padding: 8em 4em;
}

.section-wrapper.lightgrey {
  background-color: var(--lightgrey);
}

.section-wrapper.dark {
  background-color: var(--anthrazit);
}

.page-inner {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.25;
}

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

.tophead {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .8em;
  font-weight: 700;
}

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

.paragraph {
  margin-bottom: .75em;
}

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

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

.unterline {
  width: 6em;
  height: 4px;
  margin-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.line-blue {
  background-color: var(--blue);
  width: 2em;
  height: 100%;
}

.line-red {
  background-color: var(--red);
  width: 2em;
  height: 100%;
}

.line-yellow {
  background-color: var(--yellow);
  width: 2em;
  height: 100%;
}

.subhead {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.services-wrapper {
  margin-top: 4em;
}

.services-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.services-grid-inner {
  background-color: var(--white);
  border-radius: 8px;
  padding: 1.5em;
  transition: box-shadow .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
}

.services-grid-inner:hover {
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, .12);
}

.service-image-wrapper {
  width: 5em;
  min-width: 5em;
  margin-right: 1.5em;
}

.services-head {
  color: var(--anthrazit);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: .25em;
  font-size: 1.3em;
  font-weight: 700;
}

.services-text {
  font-size: .9em;
}

.form-wrapper {
  margin-top: 4em;
  display: none;
}

.form-label {
  margin-bottom: .5em;
  font-weight: 400;
}

.checkbox-field {
  margin-bottom: 2em;
}

.submit-button {
  background-color: var(--anthrazit);
  border-radius: 20em;
  padding: 1.2em 2em;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--blue);
}

.form-text-field {
  background-color: var(--whitesmoke);
  color: var(--black);
  border: 0 solid #000;
  margin-bottom: 1.25em;
  padding: 1em;
}

.form-text-area {
  background-color: var(--whitesmoke);
  color: var(--black);
  border: 0 solid #000;
  margin-bottom: 2em;
  padding: 1em;
}

.message {
  background-color: var(--whitesmoke);
}

.section-video {
  height: 50svh;
  position: relative;
}

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

.video-text-inner {
  justify-content: center;
  align-items: center;
  padding: 4em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-text {
  color: var(--anthrazit);
  text-align: center;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.25;
}

.pinsel-slider-wrapper {
  width: 100%;
  height: 100svh;
}

.slider-start {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.slide-nav {
  justify-content: flex-end;
  align-items: stretch;
  padding: 1em 2em 2em;
  display: flex;
}

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

.start-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
}

.footer-wrapper {
  background-color: var(--anthrazit);
}

.footer-nav-wrapper {
  padding: 6em 4em 4em;
}

.footer-impress-wrapper {
  padding-bottom: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.footer-line-wrapper {
  justify-content: space-between;
  height: .5em;
  display: flex;
  overflow: hidden;
}

.footer-line-color {
  background-color: var(--blue);
  flex: 1;
  height: 100%;
}

.footer-line-color.red {
  background-color: var(--red);
}

.footer-line-color.yellow {
  background-color: var(--yellow);
}

.footer-impress-inner {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav-inner {
  justify-content: space-between;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-nav-one {
  flex-flow: column;
  padding-right: 4em;
  display: flex;
}

.footer-nav-one.ohne {
  padding-right: 0;
}

.footer-head {
  color: var(--grey);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .9em;
  font-weight: 700;
}

.footer-link {
  color: var(--white);
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  transition: color .2s;
}

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

.footer-firma {
  color: var(--white);
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 300;
}

.footer-link-block {
  opacity: 1;
  margin-bottom: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link-block:hover {
  opacity: .8;
}

.footer-link-block.margin {
  margin-right: 2em;
}

.footer-link-block-text {
  color: var(--white);
  font-size: .8em;
}

.footer-partner-image.milledeco {
  width: 100%;
  max-width: 10em;
  margin-top: .25em;
}

.footer-partner-image.brillux {
  width: 100%;
  max-width: 6em;
  margin-top: .25em;
}

.footer-partner-image.handwerk {
  width: 100%;
  max-width: 14em;
  margin-top: .25em;
}

.cta-wrapper {
  margin-top: 4em;
}

.cta-grid {
  grid-column-gap: 4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cta-link-block {
  border-top: 4px solid var(--grey);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2em 1em;
  text-decoration: none;
  transition: padding-top .2s, border-color .4s;
  display: flex;
}

.cta-link-block:hover {
  border-top-color: var(--blue);
  padding-top: 1.75em;
}

.cta-link-block.red:hover {
  border-top-color: var(--red);
}

.cta-link-block.yellow:hover {
  border-top-color: var(--yellow);
}

.cta-link-text {
  font-size: 1.2em;
}

.cta-link-text-kontakt {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.25;
}

.cta-link-text-small {
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: 300;
}

.button {
  background-color: var(--lightgrey);
  color: var(--black);
  border-radius: 20em;
  margin-top: 2em;
  padding: 1.2em 2em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: var(--grey);
}

.button-over {
  background-color: var(--whitesmoke);
  border-radius: 20em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  position: relative;
}

.pinsel-over {
  z-index: 8;
  background-color: var(--anthrazit);
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-ausbildung {
  margin-bottom: .5em;
}

.text-bold {
  text-transform: uppercase;
}

.section-images-wrapper {
  padding: 4em;
}

.images-inner {
  justify-content: space-between;
  display: flex;
}

.image-left {
  flex: 1;
  max-height: 70vh;
}

.image-middle {
  flex-flow: column;
  align-items: center;
  max-width: 40%;
  margin-left: 4em;
  margin-right: 4em;
  display: flex;
}

.image-middle-inner {
  width: 100%;
  max-height: 50vh;
  margin-bottom: 2em;
}

.image-middle-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-right {
  flex: 1;
  max-height: 70vh;
}

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

.galerie-wrapper {
  margin-top: 4em;
}

.galerie-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.lightbox-over {
  background-color: rgba(0, 0, 0, .32);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-inner {
  overflow: hidden;
}

.lightbox-over-image {
  width: 50%;
  max-width: 12em;
}

.karriere-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.serction-leistungen {
  background-color: var(--anthrazit);
  height: 600vh;
  display: flex;
}

.leistungen-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-wrapper-leistung {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 4em;
  display: flex;
}

.grid-leistung-inner {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-leistung {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-number {
  color: var(--grey);
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.leistung-image-inner {
  width: 50%;
  min-width: 50%;
  margin-right: 4em;
}

.leistung-text-inner {
  width: 100%;
  padding-top: 4em;
}

.leistung-ani {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-grid-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-image-inner {
  border-radius: 50%;
  margin-right: 2em;
  overflow: hidden;
}

.team-text {
  min-width: 40%;
}

.team-name {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: 500;
}

.team-title {
  font-size: .9em;
}

.link-block-wirtzdesign {
  color: #333;
  flex-direction: column;
  margin-top: 40px;
  text-decoration: none;
  transition: color .2s;
}

.link-block-wirtzdesign:hover {
  color: #e20613;
}

.wd-content {
  align-items: center;
  display: flex;
}

.wd-logo {
  margin-right: 20px;
}

.logo-wirtzdesign {
  width: 50px;
  min-width: 50px;
}

.text-block-wirtzdesign {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-wirtzdesign.klein {
  margin-top: 10px;
  font-size: 12px;
}

.list {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 2em;
}

.paragraph-list {
  margin-bottom: .75em;
}

.grid-karriere {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
}

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

.ausbildung-image {
  width: 100%;
  max-width: 10em;
}

.footer-adress-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-adress-link:hover {
  color: var(--yellow);
}

.footer-adress-image-inner {
  min-width: 1.5em;
  max-width: 1.5em;
  margin-right: .75em;
}

.footer-adress-textblock {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.grid-start-leistungen {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.background-video-vor-nach {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .logo-wrapper {
    max-width: 50%;
  }

  .navbar {
    height: 6.3em;
  }

  .nav-brand {
    z-index: 99;
    width: 14.6em;
  }

  .nav-menu {
    background-color: var(--black);
    height: 100svh;
    margin-top: -1em;
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .nav-link {
    color: var(--white);
    padding: 1em 4em 1em 3em;
    font-size: 1.25em;
  }

  .nav-link.yellow.left {
    margin-top: 2em;
    margin-left: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2.5em;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-cta {
    padding-right: 2.5em;
  }

  .nav-buttons {
    padding-right: 2.6em;
  }

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

  .left-arrow, .right-arrow {
    display: none;
  }

  .lottie-animation {
    padding-top: 8px;
  }

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

  .footer-nav-wrapper {
    padding-bottom: 2em;
  }

  .footer-nav-inner {
    flex-flow: column;
  }

  .footer-nav-one {
    margin-bottom: 4em;
    padding-right: 0;
  }

  .footer-head {
    border-bottom: 1px solid var(--grey);
    padding-bottom: .5em;
  }

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

  .cta-link-block:hover {
    padding-top: 2em;
  }

  .button-over, .image-left {
    display: none;
  }

  .image-middle {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-middle-inner {
    max-height: none;
  }

  .image-right {
    display: none;
  }

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

  .lightbox-over {
    display: none;
  }

  .serction-leistungen, .leistungen-wrapper {
    height: auto;
  }

  .grid-wrapper-leistung {
    width: 100%;
  }

  .grid-leistung-inner {
    flex-flow: column;
  }

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

  .leistung-image-inner {
    width: 100%;
    min-width: auto;
    max-width: 80%;
    margin-right: 0;
  }

  .leistung-text-inner {
    padding-top: 2em;
  }

  .leistung-ani {
    width: auto;
    height: auto;
  }

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

  .grid-karriere, .grid-start-leistungen {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    max-width: none;
  }

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

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

  .nav-cta {
    padding-right: 1.5em;
  }

  .nav-buttons {
    padding-left: 2em;
    padding-right: 1.6em;
  }

  .video-text {
    font-size: 2em;
  }

  .galerie-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

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

  .ausbildung-image {
    max-width: 8em;
    margin-top: 2em;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    z-index: 9999;
  }

  .link-inner {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .rtb ul, .rtb ol {
    padding-left: 25px;
  }

  .nav-brand {
    z-index: 9;
    width: 13.6em;
  }

  .nav-link {
    padding-left: 1.5em;
  }

  .nav-link.yellow.left {
    margin-top: 1.5em;
  }

  .nav-cta {
    padding-right: .25em;
  }

  .nav-buttons {
    padding-right: .5em;
  }

  .cta-text.hide {
    display: none;
  }

  .cta-line {
    margin-left: .125em;
    margin-right: .3em;
  }

  .section-wrapper {
    padding: 4em 2em;
  }

  .heading {
    font-size: 1.8em;
  }

  .subhead {
    font-size: 1.2em;
  }

  .services-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .services-grid-inner {
    flex-flow: column;
    padding: 1.2em;
  }

  .service-image-wrapper {
    width: 4em;
    min-width: 4em;
    margin-bottom: 1em;
  }

  .services-head {
    font-size: 1.1em;
    line-height: 1.25;
  }

  .footer-nav-wrapper {
    padding: 4em 2em 0;
  }

  .footer-impress-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cta-link-block {
    padding-left: .5em;
    padding-right: .5em;
  }

  .cta-link-text-kontakt {
    font-size: 1.4em;
  }

  .section-images-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .serction-leistungen {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid-wrapper-leistung {
    padding: 0 2em;
  }

  .grid-leistung {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .text-number {
    font-size: 3em;
  }

  .leistung-image-inner {
    max-width: none;
  }

  .leistung-text-inner {
    padding-top: 1em;
  }

  .team-grid-wrapper {
    flex-flow: column;
  }

  .team-image-inner {
    width: 100%;
    max-width: 60%;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .team-name {
    text-align: center;
    margin-bottom: .25em;
    font-size: 1em;
  }

  .team-title {
    text-align: center;
    font-size: .8em;
  }

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

  .wd-logo {
    margin-right: 0;
  }

  .list {
    padding-left: 1em;
  }
}

#w-node-_7ba1d1c5-49d3-0c30-6f7f-bcb9585461bd-36f13aef, #w-node-_3dd07d3b-ee0f-3b91-46c9-2c36ac570c2b-36f13aef, #w-node-_7679c1bc-0678-03f4-b3da-84f915d3104c-055c5fff, #w-node-a662c1fa-d122-f13d-c7b7-710e8a876224-055c5fff, #w-node-_93bc1e4f-b5ec-bb78-7b4e-616e4c075666-055c5fff, #w-node-_76d1b1a7-2873-3523-9f6b-da8b17230118-055c5fff, #w-node-_2d0246c8-5d32-53aa-e663-520f168ef3ae-055c5fff, #w-node-_65aec241-0c53-e977-1cdf-82a9e975d75f-055c5fff, #w-node-a019ac90-b8c2-73cb-ef1d-b5a2aca35ad0-055c5fff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_991f6730-d4e7-53ec-476e-942deb5eff72-bf399b4c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_210c3114-640b-8ba6-7bd8-d7ce3eb9ad6b-bf399b4c, #w-node-c5c34791-0789-8197-a607-dad305cd63e7-bf399b4c, #w-node-_4c5ab49e-cc2a-5dcd-17c3-653fe5daf4c2-bf399b4c, #w-node-_2bbcc3c8-1ac9-1122-3982-da7b864ce653-bf399b4c, #w-node-_3a97cbce-3684-ebfe-a000-6a6d245ea568-bf399b4c, #w-node-_80b4c17a-cbce-ba3d-5d43-977dfd8d6893-bf399b4c, #w-node-_6b453610-e9a1-0749-d0ef-ae79a456963d-bf399b4c, #w-node-bab8ca33-bdf0-abc9-3119-f7269f8aa2f3-bf399b4c, #w-node-_68de7eab-e6bd-580b-f9ce-71e5aded952a-bf399b4c, #w-node-_7ed30fb9-f20b-fbc1-476c-2014e6138e71-bf399b4c, #w-node-_5bb595a9-1e98-5a69-cf9b-8ee8f29de492-bf399b4c, #w-node-_3b72fb6a-a09b-29e0-9454-afcab33cff6b-bf399b4c, #w-node-a4eefdf9-8bf6-bf93-a510-7f93aaf856ab-bf399b4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}