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

body {
  background-image: url('../images/Background_Design_Grid_1.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 1171px;
  font-family: Saira, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

h2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/MicrosoftTeams-image-6.jpg');
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

h3 {
  color: #454d58;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
}

a {
  color: #007557;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: #b95915;
  text-decoration: underline;
}

.nav-wrapper {
  z-index: 999;
  height: 100%;
  max-width: 1170px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.menu-container {
  height: 104px;
  align-items: center;
  display: flex;
}

.nav-link-div {
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.nav-link-div:hover {
  border-top: 5px solid #b95915;
}

.nav-border {
  width: 0;
  height: 30px;
  background-color: #e19c26;
  transition: all .2s;
  position: absolute;
  bottom: 20px;
  left: 13px;
}

.navbar {
  z-index: 999;
  width: 100%;
  height: 104px;
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
  top: 0;
}

.nav-link {
  color: #161717;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
}

.nav-link:hover {
  color: #b95915;
  text-decoration: none;
}

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

.nav-link.w--current:hover {
  color: #081254;
}

.nav-menu {
  color: #281432;
  font-weight: 700;
}

.brand {
  height: 54px;
}

.brand.w--current {
  align-items: center;
  display: flex;
}

.brand.w--current:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.scroll-icon {
  margin-bottom: 30px;
}

.hero {
  z-index: 1;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  background-color: rgba(212, 212, 212, .22);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home_hero_wrapper {
  z-index: 1;
  width: 50rem;
  min-height: 50px;
  color: #fafafa;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 2.5rem;
  padding-right: 10px;
  position: relative;
}

.small_line {
  width: 20%;
  height: 6px;
  background-color: #e19c26;
}

.hero-scroll-icon {
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.lead {
  color: #161717;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.hero_home {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
}

.hero_home.upper_small {
  font-size: 40px;
  font-weight: 400;
}

.hero_background_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  color: #161717;
  background-image: url('../images/Background_Design_Grid.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.motorsaege {
  position: absolute;
  top: auto;
  bottom: 24%;
  left: auto;
  right: 8%;
}

.hero_h1_bg {
  position: absolute;
  top: 22%;
  left: -76px;
}

.hero_over_txt {
  font-size: 18px;
}

.subhero {
  z-index: 1;
  background-color: rgba(185, 108, 21, .05);
  position: relative;
}

.background {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
}

.wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px;
  overflow: hidden;
}

.wrapper.no-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid_simple_content {
  z-index: 10;
  grid-column-gap: 14px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Title Title Title ."
                       ". Content Content Content";
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.heading {
  color: #161717;
}

.bg_elements {
  max-width: 1197px;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
}

.lightbox_teaser {
  z-index: 9;
  width: 100%;
  object-fit: cover;
  transition: all .2s;
  position: relative;
}

.lightbox_teaser:hover {
  transform: rotate(3deg)scale(1.1);
}

.feature-teaser {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.feature-teaser.video {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.video_box {
  min-height: 100px;
  background-color: #fafafa;
  overflow: hidden;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, .31);
}

.video_box.shadowbox {
  width: 88%;
  background-color: rgba(0, 0, 0, 0);
  order: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 0 18px -2px rgba(0, 0, 0, .31);
}

.video_box.transparentbox {
  width: 40%;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  order: -1;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.feature-description_2 {
  width: 45%;
  justify-content: flex-end;
  display: flex;
}

.lead-2 {
  color: #081254;
  letter-spacing: -.35px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.feature-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.feature-item.reverse-flex {
  flex-direction: row-reverse;
}

.feature-desc_inner_2 {
  margin-left: 10px;
  padding-right: 20px;
}

.poster_image {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-teaser, .about {
  z-index: 1;
  position: relative;
}

.feature-item_small {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.feature-item_small.reverse-flex {
  flex-direction: row-reverse;
}

.feature-item_video-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.feature-item_video-copy.reverse-flex {
  flex-direction: row-reverse;
}

.section-header {
  color: #007557;
  text-align: center;
  margin-bottom: 40px;
}

.section-header.no-padding {
  margin-bottom: 0;
}

.wrapper-2 {
  z-index: 1;
  max-width: 1425px;
  min-height: 50px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: block;
  position: relative;
}

.wrapper-2.no-padding {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-right_teaser_small {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Col-1 Col-1 Col-1 . Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2";
}

.clientlogo-wrapper {
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

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

.clientlogo_item {
  transform-style: preserve-3d;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.clientlogo_item:hover {
  transform: scale3d(1none, 1none, 1none);
}

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

.cookie {
  z-index: 999;
  opacity: .9;
  background-color: #161717;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  box-shadow: 0 0 4px #000;
}

.cookie-txt {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.cookie-link {
  color: #f5f5f5;
  padding-left: 15px;
  text-decoration: none;
}

.cookie-link:hover {
  color: #fff;
}

.close-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
  right: 0;
}

.x-line {
  width: 15px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 20px;
  position: absolute;
}

.x-line.rotate-45 {
  transform: rotate(45deg);
}

.x-line.rotate-min45 {
  transform: rotate(-45deg);
}

.copyright {
  z-index: 1;
  background-color: #161717;
  align-items: center;
  display: flex;
  position: relative;
}

.copyright-text {
  color: rgba(201, 200, 202, .63);
  text-align: center;
  font-size: 14px;
}

.copyright-link {
  color: rgba(201, 200, 202, .63);
}

.copyright-link:hover {
  color: rgba(201, 200, 202, .93);
}

.footer {
  z-index: 1;
  background-color: #686868;
  position: relative;
}

.footer-text {
  color: #fafafa;
  font-size: 17px;
  line-height: 26px;
}

.grid-footer {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". Col-1 Col-1 . Col-2 Col-2 Col-4 Col-4 Col-4 Col-5 Col-5";
}

.footer-links {
  color: #fafafa;
  margin-top: 0;
  font-weight: 700;
}

.footer_link {
  color: #fafafa;
  text-decoration: underline;
  transition-property: all;
}

.footer_link:hover {
  color: #f57e28;
  text-decoration: none;
}

.bandy_icon {
  width: 125px;
  opacity: .24;
}

.footer-link_list-item {
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.footer_col-5 {
  opacity: .21;
}

.body-2 {
  background-size: 1171px;
}

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

.mitarbeiter_grid {
  flex-flow: wrap;
  align-content: space-around;
  justify-content: center;
  display: flex;
}

.member_item {
  width: 300px;
  height: 440px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.portrait_image_wrapper {
  z-index: 5;
  position: relative;
}

.member_details {
  z-index: 10;
  height: auto;
  background-color: rgba(0, 117, 87, .66);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 179px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.member_name {
  color: #fafafa;
  text-align: right;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

.member-funktion {
  color: #fafafa;
  margin-bottom: 0;
  padding-left: 10px;
}

.mini-cv {
  color: #fafafa;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.grid_simple {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2";
}

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

.kontakt.sea_green {
  background-color: rgba(185, 108, 21, .05);
}

.member_wrapper {
  margin: 10px;
  position: relative;
}

.mitarbeiter_grid_wrapper {
  position: relative;
}

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

.text-body {
  width: 80%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

._2_coloms_teaser {
  margin-top: 20px;
}

.sea-grey-box {
  text-align: left;
  background-color: #effaf7;
  border: 1px dotted #b95915;
  border-radius: 8px;
  padding: 20px 20px 40px;
}

.lead_richtext {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.section_footer_richtext {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-2 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.title_box {
  min-height: 150px;
  min-width: 200px;
}

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

.body-3 {
  font-family: Saira, sans-serif;
}

.partner_img {
  height: 100%;
  transition: all .2s;
}

.partner_img:hover {
  transform: rotate(-6deg)scale(1.1);
}

.heading-3 {
  color: #664f3b;
}

.heading-4 {
  color: #b95915;
}

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

.cloneable-container-default {
  min-height: 624px;
  background-color: #f7f7fb;
  border-radius: 20px;
  padding: 100px 40px;
  transform: translate(0);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 20px 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px rgba(185, 89, 21, .14);
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.arrow-line---brix {
  width: 11px;
  min-height: 2px;
  background-color: #4a3aff;
  border-radius: 500px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  background-color: #b95915;
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  background-color: #b95915;
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-item-wrapper {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper.preview-page {
  margin-top: 40px;
  margin-bottom: 40px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-arrow-wrap---brix {
  width: 50px;
  min-height: 50px;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.hero_full {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner_center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.full_hero_poster {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-4 {
  background-image: url('../images/Background_Design_Grid_1.png');
}

._4plus_waedi {
  padding-left: 10px;
  font-size: 24px;
  font-weight: 600;
}

._4plus_waedi:hover {
  text-decoration: none;
}

.subline_h2 {
  width: 40%;
  height: 3px;
  background-color: #b95915;
  position: relative;
}

.form-block {
  width: 80%;
  margin-top: 20px;
}

.form_textfield {
  height: 40px;
  background-color: #fafafa;
  border: 0 solid #000;
  border-bottom: 1px solid #281432;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
  transition: all .2s;
  position: relative;
}

.form_textfield:hover {
  color: #281432;
  background-color: #e9e9e9;
  border-bottom-width: 2px;
  padding-left: 8px;
}

.form_textfield:focus {
  color: #281432;
  border-bottom-width: 3px;
  border-bottom-color: #fbae17;
  padding-left: 8px;
}

.pimary_send {
  color: #fafafa;
  background-color: #b95915;
  border-style: solid;
  border-width: 2px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.pimary_send:hover {
  color: #fafafa;
  background-color: #fbae17;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .15);
}

.pimary_send.margin_top, .recaptcha {
  margin-top: 20px;
}

.div-block {
  height: 5px;
  background-color: #b95915;
}

.map {
  margin-bottom: 16px;
}

.primary {
  background-color: #007557;
}

.primary:hover {
  color: #fafafa;
  background-color: #024937;
  text-decoration: none;
}

.divider {
  height: 5px;
  background-color: #b95915;
  margin-top: 40px;
}

.badge {
  position: absolute;
  top: 14%;
  right: 3%;
}

.maskenempfehlung {
  width: 140px;
  cursor: pointer;
  transition: all .2s;
  transform: rotate(20deg);
}

.maskenempfehlung:hover {
  width: 150px;
  transform: rotate(0);
}

.link-block {
  cursor: pointer;
}

.heading-5, .center {
  text-align: center;
}

.hero_full_footer {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  margin-right: 14px;
}

.heading-6 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/MicrosoftTeams-image-6.jpg');
  -webkit-background-clip: text;
  background-clip: text;
}

.spacer {
  height: 4rem;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    color: #081254;
    transition: all .2s;
  }

  .nav-link:hover {
    text-decoration: none;
    transform: translate(0, 2px);
  }

  .nav-link.w--current, .brand {
    transition: all .2s;
  }

  .brand:hover {
    transform: scale(1.1);
  }

  .hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .lead {
    font-size: 22px;
  }

  .grid_simple_content {
    grid-auto-flow: row;
  }

  .video_box.shadowbox, .video_box.transparentbox {
    box-shadow: none;
  }

  .lead-2 {
    font-size: 22px;
  }

  .feature-desc_inner_2 {
    padding-right: 100px;
  }

  .grid-right_teaser_small {
    grid-template-areas: "Col-1 Col-1 Col-1 Col-1 . Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2";
  }

  .grid_simple {
    grid-template-areas: ". . Content Content Content Content Content Content Content";
  }

  .form_textfield {
    border-bottom-color: rgba(10, 8, 10, .1);
  }

  .maskenempfehlung {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    background-color: rgba(255, 255, 255, .08);
  }

  .menu-container {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    font-size: 38px;
    line-height: 48px;
    display: flex;
  }

  .nav-link-div:hover {
    border: 1px #000;
  }

  .menu-icon {
    color: #b95915;
  }

  .nav-link {
    font-size: 5vw;
  }

  .nav-menu {
    z-index: 998;
    height: 100vh;
    background-color: #fafafa;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #fff;
    transition: all .2s;
  }

  .menu-button:hover {
    color: #e19c26;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: #fff;
  }

  .brand {
    z-index: 999;
  }

  .brand.w--current {
    width: 300px;
    justify-content: flex-start;
  }

  .hero {
    min-height: 700px;
  }

  .home_hero_wrapper {
    padding-left: 20px;
    position: relative;
    top: -16%;
    overflow: visible;
  }

  .lead {
    font-size: 18px;
    line-height: 28px;
  }

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

  .hero_background_image {
    object-position: 70% 50%;
  }

  .motorsaege {
    bottom: 6%;
    right: 17%;
  }

  .hero_h1_bg {
    width: 80%;
    height: 350px;
    top: 11%;
    left: -44px;
  }

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

  .grid_simple_content {
    display: block;
  }

  .bg_elements {
    width: 1197px;
    margin-left: 20px;
  }

  .feature-teaser.video {
    padding-top: 20px;
  }

  .video_box.shadowbox {
    width: 80%;
    box-shadow: none;
    justify-content: center;
    display: flex;
  }

  .video_box.transparentbox {
    width: 100%;
    height: 100%;
    min-height: 350px;
    padding-right: 20px;
  }

  .feature-description_2 {
    width: 100%;
  }

  .lead-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .feature-item {
    display: block;
  }

  .feature-desc_inner_2 {
    width: 100%;
    margin-left: 0;
  }

  .feature-item_small, .feature-item_video-copy {
    display: block;
  }

  .wrapper-2 {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    overflow: visible;
  }

  .wrapper-2.no-padding {
    padding-bottom: 40px;
  }

  .grid-right_teaser_small {
    grid-template: "Col-1 Col-1 Col-1 Col-1 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2"
                   ". . . . . . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_col-3 {
    flex: 1;
    padding-left: 40px;
  }

  .grid-footer {
    grid-template-areas: "Col-1 Col-1 . Col-2 Col-2 Col-4 Col-4 . Col-5 Col-5";
    display: flex;
  }

  .footer_col-2 {
    width: 170px;
    padding-left: 40px;
  }

  .bandy_icon {
    width: auto;
    height: 100%;
    opacity: .18;
  }

  .footer-link_list-item {
    padding-bottom: 20px;
  }

  .footer_col-1 {
    width: 170px;
  }

  .footer_col-5 {
    width: 20%;
    height: 100%;
    flex: 0 auto;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .grid_simple {
    grid-template: "Col-1 Col-1 Col-1 Col-1 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2 Col-2"
                   ". . . . . . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .maskenempfehlung {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    padding-right: 0;
  }

  .nav-link-div {
    position: relative;
  }

  .navbar {
    height: 80px;
  }

  .nav-link {
    font-size: 7vw;
  }

  .menu-button {
    margin-right: 10px;
    padding: 10px;
  }

  .brand.w--current {
    justify-content: flex-start;
    display: flex;
  }

  .home_hero_wrapper {
    padding-right: 40px;
  }

  .hero_home {
    font-size: 28px;
    line-height: 36px;
  }

  .hero_home.upper_small {
    font-size: 24px;
  }

  .hero_h1_bg {
    width: 450px;
    height: auto;
    left: -13px;
  }

  .hero_over_txt {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper, .grid_simple_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-teaser.video {
    padding-top: 0;
  }

  .video_box.shadowbox, .video_box.transparentbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-description_2 {
    width: 100%;
    margin-top: 0;
  }

  .feature-item {
    display: block;
  }

  .feature-desc_inner_2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-item_small, .feature-item_video-copy {
    display: block;
  }

  .wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-right_teaser_small {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .teaser-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_col-3 {
    padding-left: 20px;
  }

  .bandy_icon {
    display: none;
  }

  .footer_col-1 {
    width: 120px;
  }

  .member_item {
    height: 300px;
  }

  .member_details {
    padding-top: 70px;
  }

  .grid_simple {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .sea-grey-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .title_box {
    min-height: auto;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }

  .nav-wrapper {
    background-color: rgba(255, 255, 255, .2);
  }

  .navbar {
    height: 60px;
  }

  .nav-link {
    font-size: 10vw;
  }

  .home_hero_wrapper {
    width: 100%;
    bottom: 92px;
    left: auto;
  }

  .hero_h1_bg {
    top: 11%;
  }

  .wrapper {
    padding: 40px 20px;
  }

  .grid_simple_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lightbox_teaser {
    height: 100%;
  }

  .feature-teaser.video {
    padding-top: 0;
  }

  .video_box.shadowbox, .video_box.transparentbox {
    min-height: auto;
  }

  .feature-description_2 {
    margin-top: 0;
    padding-right: 20px;
  }

  .feature-desc_inner_2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cookie {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: auto;
    bottom: 2%;
    left: 5%;
    right: 5%;
  }

  .cookie-link.w--current {
    padding-left: 0;
  }

  .close-btn {
    order: -1;
    align-self: flex-end;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

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

  .grid-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer_col-2 {
    padding-top: 20px;
    padding-left: 0;
  }

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

  .footer_col-1 {
    display: none;
  }

  .member_details {
    padding-top: 73px;
  }

  .sea-grey-box {
    padding-top: 10px;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item---brix.accordion-1---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }
}

#w-node-f2d7dc74-9b80-41ab-af3f-d3ae0722a776-43fe2f0b {
  grid-area: Title;
}

#w-node-_94aac59d-1cb9-15fb-8cd2-45feebd69168-43fe2f0b {
  grid-area: Content;
}

#w-node-_6aed29cc-2d99-689c-179a-5285c8e32d2e-43fe2f0b {
  grid-area: Title;
}

#w-node-_6aed29cc-2d99-689c-179a-5285c8e32d31-43fe2f0b {
  grid-area: Content;
}

#w-node-bb963fc8-25fa-29b6-9f34-69ce70134cdb-43fe2f0b {
  grid-area: Title;
}

#w-node-bb963fc8-25fa-29b6-9f34-69ce70134cde-43fe2f0b {
  grid-area: Content;
}

#w-node-d63aa0d7-4ffb-77ed-11f9-da08488b819b-43fe2f0b {
  grid-area: Title;
}

#w-node-d63aa0d7-4ffb-77ed-11f9-da08488b819e-43fe2f0b {
  grid-area: Content;
}

#w-node-c5bad351-a65b-099f-d769-03ff45ea136f-43fe2f0b {
  grid-area: Title;
}

#w-node-c5bad351-a65b-099f-d769-03ff45ea1372-43fe2f0b {
  grid-area: Content;
}

#w-node-_22c07994-6c92-8dcf-bdb7-9f5a561688bd-43fe2f0b {
  grid-area: Title;
}

#w-node-dbd98048-4433-488b-4765-62e242f120c2-43fe2f0b {
  grid-area: Content;
}

#w-node-_884ab1b1-2209-6aa0-77ab-326e17de1676-17de1673 {
  grid-area: Col-1;
}

#w-node-_884ab1b1-2209-6aa0-77ab-326e17de1678-17de1673 {
  grid-area: Col-2;
}

#w-node-_884ab1b1-2209-6aa0-77ab-326e17de168c-17de1673 {
  grid-area: Col-4;
}

#w-node-_884ab1b1-2209-6aa0-77ab-326e17de169b-17de1673 {
  grid-area: Col-5;
}

#w-node-_33d6ac59-7011-49c5-a2fb-7b545e655cea-26fe2f10, #w-node-_33d6ac59-7011-49c5-a2fb-7b545e655d01-26fe2f10, #w-node-_4c84675f-88e2-8078-926b-997be595518e-74fe2f11 {
  grid-area: Content;
}

@media screen and (min-width: 1280px) {
  #w-node-dbd98048-4433-488b-4765-62e242f120c2-43fe2f0b, #w-node-_33d6ac59-7011-49c5-a2fb-7b545e655cea-26fe2f10, #w-node-_33d6ac59-7011-49c5-a2fb-7b545e655d01-26fe2f10, #w-node-_4c84675f-88e2-8078-926b-997be595518e-74fe2f11 {
    grid-area: Content;
  }
}


