:root {
  --light-sea-green: #00a890;
  --dark-grey: #909fa7;
  --white: white;
  --gainsboro: #d3d9dc;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

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

a {
  color: var(--light-sea-green);
  text-decoration: none;
}

a:hover {
  color: var(--dark-grey);
}

.body {
  color: var(--light-sea-green);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar-logo-left {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  background-color: rgba(211, 217, 220, .85);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.navbar-wrapper {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--light-sea-green);
  letter-spacing: normal;
  text-indent: 34px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
  position: relative;
  right: 40px;
}

.nav-link {
  color: var(--light-sea-green);
  letter-spacing: 0;
  text-indent: 22px;
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0 5px 10px;
  font-size: 20px;
  line-height: 20px;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.mo-break {
  white-space: nowrap;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 421px;
  max-width: none;
  margin-top: 0;
  margin-bottom: -56px;
  margin-right: -20px;
  padding-top: 20px;
}

.heading {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 500;
  line-height: 44px;
}

.heading.h2 {
  text-transform: none;
  line-height: 36px;
}

.text-bold {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-bold.wh {
  color: var(--white);
}

.column {
  padding: 100px 60px 140px 40px;
}

.column-2 {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Marta-Herzigova.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: -583px;
  padding-left: 0;
  display: block;
}

.column-3 {
  z-index: 1;
  background-color: var(--light-sea-green);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 40px;
}

.white {
  color: var(--white);
  text-transform: uppercase;
}

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

.column-4 {
  padding-top: 0;
  padding-left: 20px;
}

.columns {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
}

.columns-2 {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.image-2 {
  margin-bottom: -324px;
}

.image-3 {
  margin-bottom: -105px;
}

.image-4 {
  max-width: 58%;
  margin-bottom: -73px;
  margin-left: -82px;
}

.column-5 {
  z-index: -1;
  min-height: 100%;
  background-image: url('../images/branchen-spezifisch.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0;
  display: block;
  position: static;
}

.h2-green {
  text-transform: uppercase;
  margin-top: 61px;
  font-weight: 500;
}

.h2-green.abstand {
  margin-top: 80px;
}

.column-6 {
  z-index: auto;
  margin-top: -125px;
  padding: 0 60px 140px;
  top: auto;
}

.columns-3 {
  z-index: auto;
  min-height: auto;
  object-position: 103% 50%;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section {
  background-color: var(--dark-grey);
  display: none;
}

.column-7 {
  object-fit: fill;
  flex-direction: row;
  margin-bottom: -86px;
  padding-left: 0;
  display: block;
}

.image-5 {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
  bottom: -240px;
}

.column-8 {
  flex-direction: column;
  margin-bottom: 128px;
  padding-top: 88px;
  padding-left: 40px;
  padding-right: 60px;
  display: block;
}

.footer-dark {
  z-index: 0;
  min-width: auto;
  background-color: var(--light-sea-green);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 0 30px 0 0;
  position: static;
  top: 0;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.columns-4 {
  flex-wrap: nowrap;
  margin-bottom: -87px;
  display: block;
  position: static;
}

.image-6 {
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
  top: 393px;
}

.image-7 {
  z-index: 99;
  width: 100%;
  height: 100%;
  max-width: 100%;
  text-align: right;
  flex: 1;
  margin-top: -62px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.div-block {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.image-8 {
  z-index: 2;
  width: 1000px;
  max-width: none;
  clear: right;
  text-align: right;
  object-fit: fill;
  margin-top: 20px;
  padding-top: 0;
  position: relative;
  top: -455px;
}

.column-9 {
  z-index: 99;
  padding-top: 141px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: static;
}

.list-item {
  width: 100%;
  text-indent: 0;
  order: 0;
  position: static;
}

.list-item.line-bottom {
  text-indent: 10px;
}

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

.div-block-2 {
  width: 50%;
  background-image: url('../images/kontaktieren-sie-mich.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-3 {
  width: 50%;
}

.column-10 {
  height: 100%;
  min-height: 100%;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-image: url('../images/kontaktieren-sie-mich.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 62px;
  display: block;
  position: relative;
}

.columns-5 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.image-9 {
  width: auto;
  height: 100%;
  max-width: none;
  min-height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
  position: static;
  overflow: hidden;
}

.column-11 {
  padding-left: 0;
}

.column-12 {
  z-index: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: -431px;
}

.section-2 {
  position: static;
  top: auto;
}

.div-block-4 {
  margin-bottom: 0;
}

.section-3 {
  background-color: var(--dark-grey);
  margin-bottom: -93px;
}

.column-13 {
  padding: 140px 75px 220px 40px;
}

.image-11 {
  z-index: 1;
  width: 800px;
  max-width: none;
  float: right;
  clear: right;
  text-align: right;
  margin-top: -466px;
  margin-left: 0;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.columns-6 {
  z-index: 2;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: auto;
}

.image-12 {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: -200px;
  position: relative;
  top: -385px;
  bottom: auto;
}

.column-15 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-block-5 {
  width: 50%;
  clear: none;
  text-align: right;
}

.columns-7 {
  width: auto;
  min-width: auto;
  margin-bottom: 0;
}

.div-block-6 {
  margin-bottom: -207px;
}

.div-block-7 {
  z-index: auto;
  background-color: var(--light-sea-green);
  text-align: right;
  margin: auto 0;
  position: relative;
}

.column-16 {
  display: block;
}

.div-block-9 {
  margin-bottom: -90.5px;
}

.image-14 {
  width: 522px;
  margin-left: -40px;
}

.heading-2 {
  margin-top: 31px;
}

.heading-3 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.section-4 {
  margin-top: 115px;
  padding: 150px 50px 100px;
}

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

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

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--light-sea-green);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link-2:hover {
  color: var(--dark-grey);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.no-bre {
  white-space: nowrap;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.section-5 {
  margin-top: 151px;
}

.h3 {
  font-size: 26px;
}

.heading-4 {
  margin-top: 45px;
  font-size: 33px;
  font-weight: 500;
}

.bold-text {
  font-size: 35px;
}

.image-15, .image-16 {
  width: 300px;
  padding-top: 20px;
}

.link-block {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .navbar-logo-left:focus-visible {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-logo-left[data-wf-focus-visible] {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-logo-left-container.shadow-three {
    height: 157px;
    background-color: rgba(211, 217, 220, .85);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left-container.shadow-three:focus-visible {
    background-color: rgba(211, 217, 220, .79);
  }

  .navbar-logo-left-container.shadow-three[data-wf-focus-visible] {
    background-color: rgba(211, 217, 220, .79);
  }

  .container, .navbar-wrapper {
    position: static;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -8px;
    margin-right: 0;
    display: flex;
    left: -22px;
    right: 0;
  }

  .nav-menu-two {
    flex: 0 auto;
    list-style-type: none;
  }

  .nav-link {
    font-size: 25px;
  }

  .image {
    width: 598px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-bottom: -77px;
    margin-right: -30px;
  }

  .column {
    padding-top: 138px;
  }

  .column-2 {
    margin-bottom: -583px;
  }

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

  .column-9 {
    padding-top: 107px;
    padding-bottom: 40px;
  }

  .column-12 {
    margin-bottom: 0;
    position: static;
    top: -522px;
  }

  .column-12.foot-bild {
    margin-bottom: -159px;
    position: relative;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .column-13 {
    padding-top: 150px;
  }

  .image-11 {
    width: 1000px;
    margin-top: -408px;
    top: -30px;
  }

  .image-12 {
    margin-bottom: -311px;
    top: -132px;
  }

  .columns-7 {
    margin-bottom: 0;
  }

  .image-13 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-9 {
    z-index: 0;
    margin-top: -8px;
    position: static;
    top: 171.2px;
  }

  .image-14 {
    width: 759px;
    margin-left: -69px;
  }

  .div-block-10 {
    padding: 0;
  }

  .heading-2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .section-4 {
    margin-top: 191px;
    padding-top: 150px;
  }

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

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

  .link-2, .link-3 {
    color: var(--white);
  }

  .nav-menu-two-2 {
    margin-left: -15px;
    padding-left: 0;
  }

  .nav-link-2 {
    font-size: 24px;
  }

  .section-5 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    display: block;
  }

  .container, .navbar-wrapper {
    max-width: none;
  }

  .nav-menu-wrapper {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-menu-two {
    width: 100%;
    height: auto;
    clear: right;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    background-color: rgba(211, 217, 220, .85);
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 130px;
    padding: 0;
    list-style-type: none;
    display: flex;
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 30px 30px 40px;
    display: block;
  }

  .nav-link:hover {
    background-color: var(--light-sea-green);
    color: #fff;
    -webkit-text-stroke-color: var(--white);
  }

  .nav-link:active {
    color: var(--dark-grey);
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link:visited {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 40px;
    display: block;
  }

  .nav-link.bottom-line {
    border-bottom: 1px solid var(--light-sea-green);
    margin-top: 33px;
    padding-top: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 99;
    background-color: var(--light-sea-green);
    color: #fff;
  }

  .image {
    width: 435px;
  }

  .column-2 {
    background-position: 36% 0;
  }

  .column-3 {
    padding-top: 100px;
  }

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

  .column-6 {
    margin-top: -78px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    bottom: -290px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-8 {
    width: 600px;
    margin-top: 17px;
    top: -282px;
  }

  .column-9 {
    padding-bottom: 60px;
  }

  .list-item {
    width: 100%;
    border-top: 1px solid var(--light-sea-green);
    border-bottom: 0px solid var(--light-sea-green);
    flex: none;
    order: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item:hover {
    background-color: var(--light-sea-green);
    color: var(--white);
  }

  .list-item.line-bottom {
    border-bottom-width: 1px;
  }

  .icon {
    font-size: 49px;
  }

  .image-9 {
    width: 100%;
    float: none;
    object-fit: cover;
    object-position: 82% 50%;
    overflow: hidden;
  }

  .column-12 {
    top: 60px;
  }

  .image-11 {
    width: 800px;
    margin-top: -445px;
  }

  .image-12 {
    margin-bottom: 0;
    top: 56px;
  }

  .div-block-9 {
    margin-bottom: -83px;
  }

  .image-14 {
    width: 600px;
    margin-bottom: -21px;
  }

  .div-block-11 {
    display: none;
  }

  .navbar-logo-left-2 {
    display: block;
  }

  .navbar-logo-left-container-2.shadow-three {
    position: fixed;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-end;
    display: block;
  }

  .nav-menu-two-2 {
    height: 1005px;
    color: rgba(0, 0, 0, 0);
    text-align: right;
    background-color: rgba(211, 217, 220, .85);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 130px;
    padding: 20px 0;
    font-size: 20px;
    display: block;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    color: var(--light-sea-green);
    margin-left: 0;
    margin-right: 0;
    padding: 40px 30px 40px 40px;
    font-size: 24px;
    display: block;
  }

  .nav-link-2:hover {
    background-color: var(--light-sea-green);
    color: var(--white);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    z-index: 99;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--light-sea-green);
    color: #fff;
  }

  .list-item-2 {
    color: var(--white);
    padding: 0;
  }

  .list-item-2:hover {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-2 {
    font-size: 50px;
  }

  .section-5 {
    margin-top: 79px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    height: 89px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
  }

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

  .nav-menu-two {
    background-color: rgba(211, 217, 220, .85);
    border-radius: 0;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    width: 100%;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    display: inline-block;
  }

  .nav-link.mo-break {
    width: 100%;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image {
    width: 309px;
    margin-bottom: -77px;
    padding-top: 0;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 40px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .column-2 {
    height: 1000px;
    flex: none;
    order: -1;
    align-self: auto;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .column-3 {
    height: 100%;
  }

  .columns {
    padding-right: 10px;
  }

  .columns-2 {
    height: auto;
    flex-direction: column;
  }

  .image-4 {
    max-width: 75%;
    margin-bottom: -76px;
    margin-left: 12px;
  }

  .column-5 {
    height: 700px;
    max-height: 100%;
  }

  .column-6 {
    flex: 0 auto;
    margin-top: 0;
    padding-top: 50px;
  }

  .columns-3 {
    display: block;
  }

  .column-7 {
    display: flex;
  }

  .column-8 {
    flex-direction: row-reverse;
    display: flex;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .list-item.line-bottom {
    width: 100%;
  }

  .column-12 {
    margin-bottom: -90px;
    top: 28px;
  }

  .column-13 {
    padding-top: 88px;
    padding-bottom: 190px;
  }

  .image-11 {
    width: 600px;
    margin-top: -356px;
    margin-right: 10px;
  }

  .image-12 {
    top: 14px;
  }

  .column-16, .column-17 {
    display: none;
  }

  .div-block-8 {
    margin-top: 88px;
    position: static;
    top: 223px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-9 {
    margin-bottom: -98px;
    position: static;
  }

  .image-14 {
    width: 700px;
    margin-top: 15px;
    margin-bottom: -20px;
    margin-left: -72px;
    position: static;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-wrapper-2 {
    margin-right: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    padding-right: 0;
  }

  .nav-menu-two-2 {
    border-radius: 0;
    flex-direction: column;
    margin-top: 89px;
    padding-top: 52px;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    width: 100%;
    padding: 20px 15px;
    font-size: 20px;
    display: inline-block;
  }

  .nav-link-2.no-bre {
    width: 100%;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .icon-2 {
    font-size: 40px;
  }

  .image-15, .image-16 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    z-index: 99;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
  }

  .navbar-logo-left-container.shadow-three {
    height: 92px;
    padding-top: 0;
    padding-bottom: 21px;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    height: auto;
  }

  .navbar-brand.w--current {
    z-index: 3;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link:hover {
    margin-right: 0;
  }

  .menu-button {
    top: 8px;
  }

  .image {
    width: 267px;
    margin-top: 12px;
    margin-bottom: -76px;
    padding-top: 0;
    padding-bottom: 36px;
  }

  .heading.white {
    white-space: normal;
    font-size: 32px;
    display: block;
  }

  .column {
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    height: 500px;
    margin-top: 87px;
  }

  .column-3 {
    padding-top: 90px;
    padding-left: 10px;
  }

  .white {
    font-size: 26px;
    line-height: 38px;
  }

  .white.kleiner {
    font-size: 28px;
    line-height: 38px;
  }

  .p-white, .column-4 {
    padding-left: 0;
  }

  .columns {
    padding-right: 10px;
  }

  .image-4 {
    max-width: 93%;
    margin-bottom: -75px;
    margin-left: 0;
  }

  .column-5 {
    height: 650px;
    background-position: 90% 0;
  }

  .h2-green.abstand {
    white-space: normal;
    margin-top: 99px;
    font-size: 24px;
  }

  .column-6 {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .column-7 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-right: 0;
  }

  .image-5 {
    order: 1;
    align-self: baseline;
    bottom: 0;
  }

  .column-8 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 167px;
    padding-left: 20px;
    padding-right: 30px;
  }

  .footer-dark {
    padding-top: 0;
  }

  .container-2 {
    max-width: none;
  }

  .column-9 {
    padding-top: 191px;
    padding-left: 20px;
    position: static;
  }

  .list-item.line-bottom {
    margin-left: 0;
    padding-left: 0;
  }

  .icon {
    font-size: 42px;
  }

  .column-11 {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .image-10 {
    width: 50px;
    max-width: none;
  }

  .column-12 {
    margin-bottom: -188px;
    display: block;
    top: -101px;
  }

  .column-13 {
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 31px;
  }

  .image-11 {
    width: 400px;
    float: right;
    clear: both;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
    display: inline-block;
    top: -182px;
    left: 0;
    right: 0;
  }

  .image-12 {
    margin-top: 43px;
    position: relative;
    top: -37px;
  }

  .columns-7 {
    margin-top: 40px;
  }

  .div-block-7 {
    width: 100%;
    text-align: right;
    -webkit-text-stroke-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: auto;
  }

  .column-17 {
    display: block;
  }

  .div-block-9 {
    margin-bottom: -86px;
  }

  .image-14 {
    width: 600px;
    margin-top: 14px;
    margin-bottom: -15px;
    margin-left: -52px;
  }

  .section-4 {
    padding-top: 124px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    margin-top: 91px;
  }

  .nav-link-2 {
    padding-left: 30px;
    padding-right: 25px;
    font-size: 21px;
  }

  .menu-button-2 {
    margin-top: 14px;
  }

  .menu-button-2.w--open {
    padding-left: 10px;
  }

  .section-5 {
    margin-top: 6px;
  }

  .image-15, .image-16 {
    width: 250px;
  }
}


