:root {
  --dark-slate-grey: #2e2d2c;
  --indigo: #3f036e;
  --black-2: #96ada1;
  --light-slate-grey: #d9c7a6;
  --white: white;
  --deep-pink: #ff3474;
  --midnight-blue: #130b29;
  --dark-turquoise: #00c1c6;
  --black: black;
  --light-grey: #d5d6e0;
}

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

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

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

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

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

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

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

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

body {
  color: var(--dark-slate-grey);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 90px;
}

a {
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-slate-grey);
  text-decoration-color: var(--dark-slate-grey);
}

.hero-section {
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-section.is-small {
  height: 40vh;
}

.hero-section-img {
  background-color: var(--indigo);
  background-image: url('../images/header-biedermann.jpg');
  background-position: 50% 30%;
  background-size: cover;
  flex: 1;
  margin-right: 8px;
  position: relative;
}

.hero-aside {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 25%;
  min-width: 440px;
  max-width: 450px;
  display: flex;
}

.hero-aside-top {
  background-color: var(--black-2);
  flex: 1;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 80px 30px 20px 60px;
  display: block;
  position: relative;
}

.hero-aside-bot {
  background-color: var(--light-slate-grey);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 30px 20px 60px;
  display: flex;
  position: relative;
}

.menu-head {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.menu-link-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.menu-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  transition: padding .1s;
  display: block;
}

.menu-link:hover {
  padding-left: 10px;
}

.menu-link.w--current, .menu-link.menu-link-white {
  color: var(--white);
}

.icon-mouse {
  margin-top: -20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.icon-mouse:hover {
  padding-bottom: 0;
  padding-left: 0;
}

.link-block {
  width: 400px;
  display: block;
}

.image {
  width: 500px;
  position: absolute;
  inset: 3% auto auto 3%;
}

.hero-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 14%;
  right: 3%;
}

.heading {
  font-size: 25px;
  line-height: 40px;
}

.hero-text-h3 {
  background-color: var(--light-slate-grey);
  color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.hero-sub-section {
  background-color: var(--black-2);
  margin-top: 8px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width {
  width: 90%;
  max-width: 1665px;
  margin-left: auto;
  margin-right: auto;
}

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

.subline {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  font-size: 24px;
  line-height: 46px;
}

.text-span {
  color: var(--white);
  text-transform: none;
  font-size: 20px;
}

.banner-section {
  background-color: #f5f7f6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 850px;
  margin-top: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.morphy-dot-wrapper {
  position: absolute;
  top: 111px;
  left: 69px;
}

.morphy-dots {
  width: 150px;
  position: relative;
  top: 33px;
  left: 0;
}

.morphy-dots.mdpink {
  position: absolute;
  top: 0;
  left: 126px;
}

.resize-text-wrapper {
  height: 250px;
  margin-bottom: 50px;
  position: absolute;
  left: -.4%;
  right: 0%;
}

.resize-text-wrapper.rtw3 {
  left: -1.4%;
}

.resize-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Nunito Sans, sans-serif;
  font-size: 15.7vw;
  font-weight: 800;
  line-height: 13vw;
}

.resize-text.rt2 {
  font-size: 15.4vw;
}

.resize-text.rt3 {
  font-size: 14.4vw;
}

.banner-text-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 28%;
  left: 28%;
}

.btb-head {
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.text-span-2 {
  color: var(--dark-slate-grey);
}

.btb-line {
  background-color: var(--light-slate-grey);
  color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 33px;
  line-height: 45px;
}

.dark-text-section {
  background-color: var(--black-2);
  margin-top: 16px;
  padding-top: 70px;
  padding-bottom: 80px;
}

.dark-text-section.footer {
  padding-bottom: 40px;
  position: relative;
}

.small-head {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 33px;
}

.head {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 70px;
}

.head.special {
  color: var(--dark-slate-grey);
}

.text-thin {
  color: var(--white);
  max-width: 820px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 300;
}

.text-thin.footer {
  text-align: right;
  margin-top: 11px;
  font-size: 11px;
  line-height: 16px;
}

.text-thin.grey {
  color: var(--midnight-blue);
  text-align: center;
  max-width: none;
  padding-top: 15px;
}

.team-section {
  margin-top: 15px;
  overflow: hidden;
}

.team-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: -8px;
  display: block;
}

.team-box {
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 33.333%;
  padding: 8px;
  display: inline-block;
  position: relative;
}

.team-box.hidden {
  display: none;
}

.team-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.team-img {
  background-image: url('../images/team-12x.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
  inset: 0%;
}

.team-img.team-6 {
  background-image: linear-gradient(to bottom, var(--light-slate-grey), var(--light-slate-grey));
}

.team-img.team-1 {
  background-image: url('../images/team-12x.jpg');
  background-position: 0 0;
  background-size: cover;
}

.team-img.team-3 {
  background-image: url('../images/team-32x.jpg');
}

.team-img.team-5 {
  background-image: url('../images/team-52x.jpg');
}

.team-img.team-2 {
  background-image: url('../images/team-22x.jpg');
}

.team-overlay {
  z-index: 2000;
  opacity: 0;
  color: var(--deep-pink);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  height: auto;
  position: relative;
  inset: 0%;
}

.team-overlay:hover {
  opacity: 1;
  background-color: #0000;
  transform: scale(1);
}

.team-text {
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 55%;
  bottom: 0%;
  left: 8%;
}

.tt-line {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 45px;
  display: inline-block;
}

.team-subline {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.team-subline-dark {
  color: var(--dark-slate-grey);
  font-weight: 600;
}

.image-2 {
  display: none;
}

._3-row-section {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.flex-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-wrapper.width-small {
  width: 75%;
  margin-top: 60px;
}

.flex-box {
  text-align: center;
  max-width: 320px;
  padding-left: 20px;
  padding-right: 20px;
}

.schwerpunkt-icon {
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.schwerpunkt-heading {
  color: var(--black-2);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
}

.schwerpunkt-heading.links {
  text-align: left;
}

.gallery-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: minmax(400px, .25fr) minmax(400px, .25fr) minmax(400px, 1fr) minmax(400px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: grid;
  position: relative;
}

.lightbox-link {
  background-color: #cfe2df;
}

.lightbox-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-placeholder {
  background-color: var(--light-slate-grey);
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

.lightbox-ph-txt {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

.hamburger, .close {
  z-index: 200;
  background-color: var(--dark-turquoise);
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.backtotop {
  z-index: 1000;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.con-hero-aside {
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

._2-row-section {
  background-color: #f5f7f6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.flex-box-2 {
  text-align: center;
  width: 50%;
  margin-right: 20px;
}

.map {
  border: 2px solid var(--white);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  transform: scale(.95);
}

.text-span-3, .text-span-4 {
  color: var(--white);
}

.div-block {
  align-items: flex-start;
  margin-top: -48px;
  padding-bottom: 60px;
  display: block;
}

.insta-link {
  margin-top: 0;
  display: inline-block;
  position: absolute;
  right: 70px;
}

.insta-link.footer {
  margin-top: 15px;
}

.facebook-link {
  margin-top: 0;
  display: inline-block;
  position: absolute;
  right: 100px;
}

.facebook-link.footer {
  margin-top: 15px;
  right: 111px;
}

.text-span-5 {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 40px;
}

.text-span-6 {
  color: var(--white);
}

.text-span-7 {
  color: var(--dark-slate-grey);
  font-size: 40px;
}

.text-span-8 {
  color: var(--white);
  font-size: 40px;
}

.image-3, .image-4 {
  width: 20px;
}

.div-block-2 {
  display: inline-block;
}

.white {
  color: var(--dark-slate-grey);
  font-size: 40px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  font-weight: 300;
}

.overlay_beige {
  background-color: var(--light-slate-grey);
  object-fit: contain;
  width: 100%;
  height: 100px;
  padding-bottom: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.paragraph-4 {
  color: var(--black);
  text-align: left;
}

.paragraph-4.tuerkis {
  color: var(--black);
  font-weight: 300;
}

.paragraph-5, .paragraph-6 {
  text-align: left;
}

.link {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.link:hover {
  background-color: #0000;
  text-decoration: underline;
}

.text-field {
  float: left;
  border: .5px solid var(--black-2);
  background-color: #0000;
  width: 48%;
  margin-right: 2%;
}

.text-field-2 {
  border: .5px solid var(--black-2);
  background-color: #0000;
  width: 50%;
}

.textarea {
  border: .5px solid var(--black-2);
  background-color: #0000;
  min-height: 200px;
  overflow: visible;
}

.form-block {
  width: 92%;
  margin-top: 60px;
}

.submit-button {
  float: right;
  background-color: var(--light-slate-grey);
  text-align: right;
  transition: background-color .2s;
}

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

.checkbox-label {
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}

.checkbox-field {
  width: 48%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr minmax(auto, 100px);
}

.lottie-animation {
  width: 33px;
}

.abbinder {
  height: 60px;
}

.image-3-copy, .image-4-copy {
  width: 40px;
}

.text-thin-footer {
  color: var(--white);
  max-width: 820px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 300;
}

.text-thin-footer.footer {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}

.text-thin-footer.grey {
  color: var(--midnight-blue);
  text-align: center;
  max-width: none;
  padding-top: 5px;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.link-white:hover {
  background-color: #0000;
  text-decoration: underline;
}

.text-thin-footer-mobile {
  color: var(--white);
  max-width: 820px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 300;
  display: none;
}

.text-thin-footer-mobile.footer {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}

.text-thin-footer-mobile.grey {
  color: var(--midnight-blue);
  text-align: center;
  max-width: none;
  padding-top: 5px;
}

.more_info {
  z-index: 20000;
  border: 8px solid var(--white);
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.more_info_content {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.more_info_content:focus {
  color: var(--light-slate-grey);
}

.text-thin-more-info {
  color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  max-width: 820px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 300;
  display: flex;
}

.text-thin-more-info.footer {
  text-align: right;
  margin-top: 11px;
  font-size: 11px;
  line-height: 16px;
}

.text-thin-more-info.grey {
  color: var(--midnight-blue);
  text-align: center;
  max-width: none;
  padding-top: 15px;
}

.link-2 {
  text-decoration: none;
}

.text-thin-more-info-single {
  color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  max-width: 820px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 300;
  display: flex;
}

.text-thin-more-info-single.footer {
  text-align: right;
  margin-top: 11px;
  font-size: 11px;
  line-height: 16px;
}

.text-thin-more-info-single.grey {
  color: var(--midnight-blue);
  text-align: center;
  max-width: none;
  padding-top: 15px;
}

.map-container {
  width: 100%;
  height: 550px;
  margin-top: 50px;
  position: relative;
}

.map-placeholder {
  z-index: 1;
  background-color: #ffe7c2;
  background-image: url('../images/map-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.map-iframe {
  width: 100%;
  height: 100%;
}

.map-text {
  text-shadow: 0 0 20px #fff;
  font-size: 13px;
  line-height: 19px;
}

.map-button {
  background-color: var(--light-slate-grey);
  margin-top: 20px;
  font-size: 13px;
  transition: background-color .2s;
}

.map-button:hover {
  background-color: var(--black-2);
}

.image-6, .image-7, .image-8 {
  display: none;
}

.image-10 {
  object-fit: contain;
}

.container {
  width: 90%;
  max-width: 1600%;
  margin-left: auto;
  margin-right: auto;
}

.imp-container {
  padding-top: 50px;
  padding-bottom: 100px;
}

.link-datenschutz {
  color: var(--dark-slate-grey);
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-slate-grey);
  text-decoration-color: var(--dark-slate-grey);
  transition: opacity .2s;
}

.link-datenschutz:hover {
  opacity: .6;
}

.back-link {
  margin-top: 40px;
  transition: opacity .2s;
}

.back-link:hover {
  opacity: .7;
}

.imp-container-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-13 {
  margin-top: 50px;
}

.link-datenschutz-2 {
  font-size: 1em;
}

.html-embed {
  margin-top: 50px;
  font-size: 16px;
  line-height: 25px;
}

.submit-button-2 {
  background-color: var(--light-slate-grey);
}

.button {
  background-color: var(--light-slate-grey);
  color: var(--white);
  padding: 10px 15px;
  font-weight: 400;
}

.icon-img {
  width: 150px;
}

@media screen and (max-width: 991px) {
  .hero-section-img {
    background-image: url('../images/header-biedermann.jpg');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    flex: 1;
    align-self: auto;
    margin-right: 0;
  }

  .hero-aside {
    flex-flow: column;
    place-content: space-around space-between;
    min-width: 260px;
    height: auto;
    display: flex;
    position: static;
  }

  .hero-aside-top {
    flex: 1;
    padding-top: 190px;
    padding-left: 30px;
  }

  .hero-aside-bot {
    padding-top: 20px;
    padding-left: 30px;
  }

  .menu-link {
    font-size: 23px;
    line-height: 45px;
  }

  .menu-link.w--current {
    font-size: 23px;
  }

  .icon-mouse {
    padding-bottom: 0;
  }

  .link-block {
    display: block;
  }

  .hero-text {
    display: flex;
    left: 5%;
    right: 0%;
  }

  .full-width {
    width: 85%;
  }

  .subline {
    font-size: 26px;
    line-height: 32px;
  }

  .resize-text-wrapper {
    height: 100px;
  }

  .small-head {
    font-size: 36px;
  }

  .head {
    font-size: 50px;
    line-height: 60px;
  }

  .team-box {
    cursor: pointer;
    width: 50%;
  }

  .team-box.tb-job {
    width: 100%;
    height: 400px;
  }

  .team-row {
    flex-wrap: wrap;
  }

  .team-overlay, .team-overlay:hover {
    background-color: #0000;
  }

  .tt-line {
    font-size: 23px;
    line-height: 33px;
    display: inline-block;
  }

  .team-subline {
    text-shadow: 1px 1px 12px #0000008f;
    text-decoration: none;
  }

  ._3-row-section {
    background-image: none;
  }

  .flex-wrapper {
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .flex-wrapper.width-small {
    margin-top: 0;
  }

  .flex-box {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
  }

  .gallery-section {
    grid-template-rows: minmax(400px, .25fr) minmax(400px, .25fr) minmax(auto, auto) minmax(400px, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-img {
    height: 100%;
  }

  .lightbox-img.pic {
    object-fit: cover;
    width: 100%;
  }

  .lightbox-placeholder {
    padding-top: 140px;
  }

  .hamburger {
    cursor: pointer;
    background-color: #0000;
    background-image: url('../images/hamburger-icon.svg');
    background-position: 0 0;
    background-size: auto;
    width: 22px;
    height: 22px;
    display: block;
    top: 76px;
    right: 15px;
  }

  .close {
    cursor: pointer;
    background-color: #0000;
    background-image: url('../images/close-icon.svg');
    background-position: 0 0;
    background-size: auto;
    width: 22px;
    height: 22px;
    display: none;
    top: 75px;
    right: 15px;
  }

  .backtotop {
    margin-bottom: 20px;
  }

  .con-hero-aside {
    border-style: solid;
    border-width: 0 0 0 8px;
    border-color: black black black var(--white);
    background-color: var(--white);
    justify-content: flex-end;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  ._2-row-section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .flex-box-2 {
    order: 1;
    align-self: flex-start;
    width: 100%;
  }

  .map {
    height: 250px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .insta-link {
    display: block;
    left: 50px;
    right: auto;
  }

  .insta-link.footer {
    width: 40px;
    position: relative;
  }

  .facebook-link {
    display: block;
    left: 30px;
    right: auto;
  }

  .facebook-link.footer {
    object-fit: fill;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 40px;
    display: flex;
    position: relative;
    left: 10px;
    right: 10px;
  }

  .text-span-5, .text-span-7, .text-span-8, .white {
    font-size: 36px;
  }

  .overlay_beige {
    display: none;
  }

  .text-field, .text-field-2, .textarea {
    border-width: .5px;
  }

  .form-block {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr minmax(100px, 100px);
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .image-3-copy {
    float: none;
    clear: none;
  }

  .text-thin-footer {
    margin-top: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .link-white {
    color: #fff;
    font-weight: 300;
  }

  .text-thin-footer-mobile {
    margin-top: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .more_info {
    background-color: #0000;
    display: none;
  }

  .more_info_content {
    color: var(--white);
    line-height: 23px;
  }

  .text-thin-more-info {
    padding: 20px;
  }

  .link-2 {
    line-height: 30px;
    text-decoration: none;
  }

  .text-thin-more-info-single {
    padding: 0 20px;
  }

  .map-container {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .container {
    padding-left: 8vw;
  }

  .imp-container, .imp-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-img {
    background-image: url('../images/header-biedermann.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-aside {
    height: auto;
  }

  .image {
    width: 300px;
  }

  .hero-text {
    top: 153px;
  }

  .hero-text-h3, .subline {
    font-size: 22px;
  }

  .banner-section {
    height: 750px;
  }

  .morphy-dot-wrapper {
    top: 35px;
    left: -13px;
  }

  .banner-text-box {
    left: 18%;
  }

  .small-head {
    font-size: 32px;
    line-height: 40px;
  }

  .head {
    color: var(--deep-pink);
    margin-bottom: 20px;
    line-height: 50px;
  }

  .text-thin {
    font-size: 15px;
  }

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

  .team-box {
    width: 100%;
  }

  .team-box.tb-job {
    height: auto;
  }

  .tt-line {
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
  }

  .team-subline {
    line-height: 21px;
  }

  ._3-row-section {
    background-position: 40% 0;
  }

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

  .flex-box {
    object-fit: none;
    flex: none;
    width: 100%;
    max-width: none;
  }

  .gallery-section {
    grid-template-rows: minmax(400px, .25fr) minmax(400px, .25fr) minmax(auto, auto) minmax(auto, auto);
    grid-auto-rows: 250px;
  }

  .lightbox-placeholder {
    padding-left: 40px;
  }

  .lightbox-ph-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .hamburger {
    cursor: pointer;
    top: 57px;
  }

  .close {
    cursor: pointer;
    display: none;
    top: 57px;
  }

  .backtotop {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .con-hero-aside {
    display: flex;
    overflow: scroll;
  }

  .map {
    width: 85vw;
  }

  .insta-link.footer {
    text-align: right;
    left: 0;
    right: 0;
  }

  .facebook-link.footer {
    margin-right: 50px;
    padding-right: 0;
  }

  .text-span-5, .text-span-7, .text-span-8, .white {
    font-size: 32px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr minmax(100px, 100px);
  }

  .text-thin-footer {
    font-size: 15px;
    display: none;
  }

  .text-thin-footer-mobile {
    margin-bottom: 20px;
    font-size: 15px;
    display: block;
  }

  .text-thin-more-info {
    font-size: 15px;
    overflow: hidden;
  }

  .text-thin-more-info.footer {
    text-align: left;
  }

  .text-thin-more-info-single {
    font-size: 15px;
    overflow: hidden;
  }

  .text-thin-more-info-single.footer {
    text-align: left;
  }

  .map-container {
    height: 300px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    border-right: 0 #000;
  }

  .hero-section-img {
    background-position: 70%;
    display: block;
  }

  .hero-aside-top {
    background-color: var(--black-2);
    flex: 1;
  }

  .icon-mouse {
    transition-property: none;
    display: none;
  }

  .icon-mouse.w--current {
    display: none;
  }

  .image {
    width: 250px;
    top: 2.3%;
  }

  .hero-text-h3 {
    font-size: 18px;
  }

  .subline {
    font-size: 20px;
    line-height: 29px;
  }

  .banner-section {
    height: 370px;
  }

  .morphy-dot-wrapper, .resize-text-wrapper {
    display: none;
  }

  .resize-text-wrapper.rtw3 {
    margin-bottom: -137px;
    display: none;
  }

  .resize-text-wrapper.rtw2 {
    display: none;
  }

  .banner-text-box {
    top: 40px;
    left: 10%;
  }

  .btb-head {
    margin-bottom: 20px;
  }

  .btb-line {
    font-size: 26px;
    line-height: 37px;
  }

  .small-head {
    font-size: 26px;
    line-height: 30px;
  }

  .head {
    color: var(--deep-pink);
    margin-bottom: 30px;
    line-height: 26px;
  }

  .head.special {
    line-height: 50px;
  }

  .text-thin {
    font-size: 14px;
    line-height: 23px;
  }

  .team-box {
    width: 100%;
  }

  .tt-line {
    display: inline-block;
  }

  ._3-row-section {
    background-image: none;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .flex-wrapper.width-small {
    width: auto;
  }

  .flex-box {
    padding-left: 0;
    padding-right: 0;
  }

  .schwerpunkt-icon {
    justify-content: flex-start;
    height: 100px;
  }

  .schwerpunkt-heading {
    text-align: left;
    font-size: 24px;
  }

  .gallery-section {
    grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, auto) minmax(auto, 1fr);
    grid-auto-rows: auto;
  }

  .lightbox-link.mobile {
    align-items: flex-start;
    height: 290px;
    max-height: 200px;
    display: block;
  }

  .lightbox-placeholder {
    padding-top: 120px;
    padding-left: 30px;
  }

  .lightbox-ph-txt {
    font-size: 16px;
    line-height: 22px;
  }

  .hamburger {
    top: 38px;
  }

  .close {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    top: 38px;
  }

  .backtotop {
    margin-bottom: 20px;
    margin-right: 5px;
  }

  .con-hero-aside {
    background-color: var(--white);
    border-right-style: none;
    display: flex;
    overflow: scroll;
  }

  .facebook-link.footer {
    text-align: right;
  }

  .text-span-5, .text-span-7, .text-span-8, .white {
    font-size: 26px;
    line-height: 20px;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    text-align: left;
  }

  .image-5 {
    width: auto;
    max-width: 50%;
  }

  .grid {
    grid-column-gap: 17px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(100%, auto);
    grid-auto-columns: auto;
  }

  .paragraph-4.tuerkis {
    margin-bottom: 20px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
    font-weight: 300;
  }

  .paragraph-6 {
    font-weight: 300;
  }

  .text-field, .text-field-2 {
    width: 100%;
  }

  .form-block {
    margin-top: 40px;
  }

  .checkbox-field {
    width: 100%;
    margin-top: 80px;
  }

  .grid-2 {
    grid-template-columns: 1fr minmax(19px, 0);
    grid-auto-columns: 1.75fr;
  }

  .text-thin-footer {
    font-size: 14px;
    line-height: 23px;
  }

  .text-thin-footer-mobile {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
  }

  .recaptcha {
    margin-right: 0;
    position: static;
  }

  .text-thin-more-info, .text-thin-more-info-single {
    font-size: 14px;
    line-height: 23px;
  }

  .icon-img {
    width: 100px;
  }
}

#w-node-_24440769-f3ff-c232-a3c6-7bfaad0dcdaf-830cc78a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_7cd902da-7f08-4043-f4cc-66be41d536c8-830cc78a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_84e318f4-d66c-d7a6-bdc0-2e579ee8c177-830cc78a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-b52ff38f-f043-d864-4a33-a2c60f610797-830cc78a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-ead2d05c-6447-e098-ad93-a2f581d9e2a5-830cc78a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-dc723213-9e61-860c-b462-c750260ff30f-830cc78a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_9bbde8d3-1d0b-6110-7793-909c46957b2d-830cc78a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_84e318f4-d66c-d7a6-bdc0-2e579ee8c177-830cc78a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b52ff38f-f043-d864-4a33-a2c60f610797-830cc78a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b80fab05-cc7b-ae6e-1192-db2208245ec5-830cc78a {
    grid-area: 6 / 1 / 6 / 3;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644271e-46442718, #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644272c-46442718 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec446442732-46442718 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644273b-46442718 {
    order: 0;
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644273d-46442718 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644271e-46442718 {
    grid-column-end: 3;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644272c-46442718 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec446442732-46442718 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644273b-46442718, #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644273d-46442718 {
    grid-row: 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_24440769-f3ff-c232-a3c6-7bfaad0dcdaf-830cc78a {
    align-self: stretch;
  }

  #w-node-ead2d05c-6447-e098-ad93-a2f581d9e2a5-830cc78a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-dc723213-9e61-860c-b462-c750260ff30f-830cc78a {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b80fab05-cc7b-ae6e-1192-db2208245ec5-830cc78a {
    grid-row: 7 / 8;
  }

  #w-node-_9bbde8d3-1d0b-6110-7793-909c46957b2d-830cc78a {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_5d803758-decc-e115-112e-d9faa129ddea-830cc78a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e497b07-3523-8fdb-b714-592148220aaf-830cc78a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_30dd26ad-b459-167e-ef1c-e8f9b08ac4b9-830cc78a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644271e-46442718 {
    grid-column-end: 4;
  }

  #w-node-_69fbde80-09b4-3e4b-4aaf-bec44644273b-46442718 {
    justify-self: end;
  }
}


