@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --7ab929: #7ab929;
  --81ce1f: #81ce1f;
  --ffffff: white;
  --6d6564: #6d6564;
  --025151: #025151;
  --black: black;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

a {
  color: var(--7ab929);
  text-decoration: none;
}

a:hover {
  color: var(--81ce1f);
}

.body {
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 220px;
  padding-top: 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_bg {
  z-index: -2;
  background-image: url('../images/wg_hero_bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_layer {
  z-index: -1;
  background-image: url('../images/wg_portrait.png');
  background-position: 24% 100%;
  background-repeat: no-repeat;
  background-size: auto 91%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_content_right {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding-bottom: 0;
  padding-left: 40%;
  padding-right: 0;
  display: block;
}

.hero_h1 {
  color: var(--ffffff);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Opensauceone, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2em;
}

.text-span {
  color: var(--81ce1f);
}

.hero_sub {
  border-left: 6px solid var(--7ab929);
  color: var(--ffffff);
  background-color: #025151;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 20px;
  font-family: Opensauceone, sans-serif;
  font-size: 2vw;
  display: inline-block;
}

.nav {
  z-index: 5;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0 0% auto;
  overflow: hidden;
}

.nav_logo {
  display: inline-block;
}

.image {
  width: auto;
  height: 40px;
}

.button_lightgreen_full {
  float: none;
  background-color: var(--7ab929);
  color: var(--ffffff);
  text-align: left;
  border-radius: 1px;
  order: 0;
  align-self: auto;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 20px 35px;
  font-family: Opensauceone, sans-serif;
  font-size: 2vw;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button_lightgreen_full:hover {
  background-color: var(--81ce1f);
  box-shadow: 0 0 20px 0 var(--81ce1f);
  color: var(--ffffff);
  text-shadow: 0 0 4px #fff9;
}

.button_lightgreen_full.anrufen.w--current {
  float: none;
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button_lightgreen_border {
  border: 1px solid var(--7ab929);
  color: var(--ffffff);
  background-color: #0000;
  border-radius: 1px;
  margin-right: 20px;
  padding: 20px 35px;
  font-family: Opensauceone, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.button_lightgreen_border._20_left {
  margin-left: 20px;
  font-size: 2vw;
  transition: all .2s;
}

.button_lightgreen_border._20_left:hover {
  box-shadow: inset 0 0 20px 0 #81ce1f66, 0 0 20px 0 var(--81ce1f);
}

.button_lightgreen_border.contact_field {
  color: var(--6d6564);
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.content_box_center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 110px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.text-block {
  color: var(--7ab929);
  text-align: center;
  letter-spacing: .2em;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 600;
}

.heading {
  color: var(--025151);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  line-height: 1.2em;
}

.paragraph {
  color: var(--6d6564);
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.bottom_20 {
  margin-bottom: 20px;
}

.works {
  object-fit: fill;
  margin-bottom: 110px;
  overflow: visible;
}

.service {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon_center {
  width: 60px;
  max-width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  color: var(--025151);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.service_points {
  float: none;
  clear: none;
  align-self: center;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 22%;
  display: block;
}

.icon_check {
  float: left;
  height: 18px;
  margin-right: 20px;
}

.column-1, .column-4, .column-3 {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.expand_box {
  background-image: url('../images/wg_section_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 40%;
  min-height: 550px;
}

.expand_box.shadow_img {
  box-shadow: 16px 0 50px #6d65644d;
}

.content_expand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.expand_heading {
  color: var(--ffffff);
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  margin: auto auto 20px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.expand_heading.shadow_text_dark {
  text-shadow: 0 0 40px var(--black);
  margin-bottom: 30px;
  font-size: 2em;
  line-height: 1em;
}

.expand_block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 550px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.logo_block {
  margin-bottom: 110px;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 60px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.works_container {
  z-index: 5;
  clear: none;
  column-count: 2;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.work_img {
  margin-bottom: 18px;
}

.work_img.more2, .work_img.more1 {
  display: none;
}

.container_more {
  background-image: linear-gradient(to bottom, #fff0, var(--ffffff) 49%);
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  margin-bottom: -220px;
  display: flex;
  position: relative;
  bottom: 250px;
}

.button_more {
  background-color: var(--7ab929);
  color: var(--ffffff);
  border-radius: 1px;
  order: 0;
  align-self: auto;
  margin-bottom: 80px;
  margin-right: 0;
  padding: 20px 35px;
  font-family: Opensauceone, sans-serif;
  font-size: 2vw;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button_more:hover {
  background-color: var(--81ce1f);
  box-shadow: 0 0 20px 0 var(--81ce1f);
  color: var(--ffffff);
  text-shadow: 0 0 4px #fff9;
}

.contact {
  height: auto;
  overflow: visible;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.container {
  max-width: 1200px;
}

.form-block {
  max-width: 800px;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading_link {
  color: var(--025151);
  text-decoration: none;
}

.heading_link:hover {
  color: var(--7ab929);
}

.nav_link {
  color: var(--025151);
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 0%;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.nav_link:hover {
  color: var(--7ab929);
}

.nav_block {
  float: right;
}

.footer {
  background-color: var(--025151);
  text-align: center;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-flex-container {
  color: #fffffff0;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer_logo {
  opacity: 1;
  color: #fffffff2;
  object-fit: contain;
  object-position: 0% 50%;
  width: 30%;
  height: 100%;
}

.footer_headings {
  color: var(--7ab929);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer_link {
  color: var(--ffffff);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  text-decoration: underline;
}

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

.image-3 {
  float: left;
  opacity: .95;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer_list {
  margin-bottom: 10px;
}

.footer_container {
  color: var(--ffffff);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.image-4 {
  float: left;
  opacity: .95;
  width: 30px;
  height: 30px;
}

.section-2 {
  flex: 0 auto;
  align-self: flex-start;
  width: 1200px;
  margin: 140px auto;
}

.columns {
  align-self: flex-start;
  width: 1200px;
}

.content_text {
  color: var(--6d6564);
}

.quelle {
  color: #6d656466;
}

.cnatch {
  cursor: pointer;
  width: 110px;
  height: 30px;
  margin: auto auto 0 20px;
  transition: all .2s;
  display: block;
  position: static;
  inset: auto;
  box-shadow: 0 1px 25px 2px #003d3d99;
}

.cnatch:hover {
  box-shadow: 0 1px 10px #81ce1f99;
}

.content_box_center_dark {
  background-color: var(--025151);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 110px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
}

.heading_link_invert {
  color: #fffffff2;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.heading_link_invert:hover {
  color: var(--7ab929);
}

.q-link {
  color: #6d656466;
  text-decoration: none;
}

.text-span-2 {
  color: #6d656499;
}

@media screen and (min-width: 1280px) {
  .body {
    font-size: 20px;
    line-height: 1em;
  }

  .hero {
    align-items: center;
    height: 100vh;
    padding-top: 10%;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hero_bg {
    background-image: url('../images/wg_hero_bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .hero_layer {
    background-image: url('../images/wg_portrait.png');
    background-position: 24% 100%;
    background-repeat: no-repeat;
    background-size: auto 91%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .hero_content_right {
    width: 1200px;
    padding-left: 25vw;
  }

  .hero_h1 {
    font-size: 80px;
    font-weight: 700;
  }

  .hero_sub {
    font-size: 26px;
  }

  .nav {
    width: 1200px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button_lightgreen_full, .button_lightgreen_border._20_left {
    font-size: 1vw;
  }

  .content_box_center {
    margin-bottom: 140px;
  }

  .service {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon_center {
    align-self: center;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .service_points {
    text-align: left;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 16%;
  }

  .icon_check {
    float: left;
    height: 18px;
    margin-right: 20px;
    display: inline-block;
  }

  .service_point_text {
    float: none;
    color: var(--6d6564);
    font-size: 1.2em;
  }

  .works_container {
    max-width: 1200px;
  }

  .work_img.more2, .work_img.more1 {
    display: none;
  }

  .container_more {
    z-index: 999;
    background-image: linear-gradient(#fff0, #fff 50%);
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 1200px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: auto 0% 350px;
  }

  .button_more {
    font-size: 1vw;
  }

  .heading_link {
    transition: all .2s;
  }

  .nav_link:hover, .footer {
    background-color: var(--025151);
  }

  .footer-flex-container {
    margin-bottom: 0;
  }

  .footer_headings {
    color: var(--7ab929);
    font-family: Opensauceone, sans-serif;
  }

  .footer_link {
    color: var(--ffffff);
    font-size: 14px;
  }

  .list-item {
    margin-bottom: 10px;
  }

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

  .footer_list {
    color: var(--ffffff);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .content_box_center_dark {
    margin-bottom: 140px;
  }

  .heading_link_invert {
    transition: all .2s;
  }
}

@media screen and (max-width: 991px) {
  .hero_content_right {
    text-align: center;
    margin-top: 50vh;
    padding-left: 0;
  }

  .hero_h1 {
    font-size: 7vw;
  }

  .hero_sub {
    display: none;
  }

  .nav {
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button_lightgreen_full {
    float: none;
    margin-bottom: 20px;
    font-size: 3vw;
  }

  .button_lightgreen_border._20_left {
    font-size: 3vw;
  }

  .content.bottom_110 {
    margin-bottom: 110px;
  }

  .content_box_center {
    width: 95%;
  }

  .service {
    flex-direction: column;
    width: 100%;
  }

  .service_points {
    text-align: center;
    width: 95%;
    margin-left: -5px;
    margin-right: auto;
    padding-left: 0;
  }

  .icon_check {
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: 10px;
    display: inline-block;
    position: static;
  }

  .service_point_text {
    float: none;
    text-align: left;
    display: inline-block;
  }

  .column-1, .column-4, .column-3 {
    margin-bottom: 100px;
  }

  .expand_box.shadow_img {
    min-width: 100%;
  }

  .works_container {
    max-width: 95%;
  }

  .button_more {
    margin-bottom: 20px;
    font-size: 3vw;
  }

  .form-block {
    width: 95%;
  }

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

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

  .footer_logo {
    width: 70%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .footer_container {
    max-width: 95%;
    font-family: Opensauceone, sans-serif;
  }

  .footer_block {
    width: 70%;
    margin-bottom: 40px;
  }

  .section-2 {
    flex-direction: row;
    width: 95%;
    display: block;
  }

  .columns {
    width: auto;
  }

  .column-5 {
    position: relative;
  }

  .cnatch {
    margin-left: auto;
  }

  .content_box_center_dark {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .hero_content_right {
    margin-top: 50vh;
    font-size: .9em;
  }

  .hero_h1 {
    font-size: 9vw;
  }

  .button_lightgreen_full {
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .button_lightgreen_border._20_left {
    font-size: 4vw;
  }

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

  .heading {
    font-size: 2em;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .service_points {
    padding-left: 0;
  }

  .works_container {
    column-count: 1;
  }

  .button_more {
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .nav_block {
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer_logo {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .hero_content_right {
    margin-top: 50vh;
    font-size: .5em;
  }

  .hero_h1 {
    font-size: 9vw;
  }

  .nav {
    width: 90%;
    padding-right: 0;
  }

  .button_lightgreen_full {
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .button_lightgreen_border._20_left {
    font-size: 5vw;
  }

  .text-block {
    font-size: .8em;
  }

  .heading {
    font-size: 1.6em;
  }

  .paragraph {
    font-size: .9em;
  }

  .service_points {
    padding-left: 0;
  }

  .logo_block {
    width: 100%;
  }

  .button_more {
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .image-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-block {
    margin-bottom: 100px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer_headings {
    margin-top: 20px;
  }

  .quelle {
    color: #6d656466;
  }
}

#w-node-f09b29b3-3b88-7b41-77ee-40179bc3f38f-f8e960ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f09b29b3-3b88-7b41-77ee-40179bc3f38b-f8e960ea, #w-node-f09b29b3-3b88-7b41-77ee-40179bc3f38d-f8e960ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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