:root {
  --white: white;
  --black: black;
  --blue: #5184fb;
  --white-smoke: #f0f0f6;
}

.underlined-btn {
  color: #082932;
  letter-spacing: .6px;
  text-transform: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.picsection {
  background-color: var(--white);
  opacity: 1;
  background-image: url('../images/LueneburgLambertiplatzGradingHighres.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.drag-slider-info {
  text-align: right;
  cursor: grabbing;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35vmin;
  margin-right: 30px;
  font-size: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover {
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding: 50px;
  display: flex;
}

.hover._1 {
  clear: none;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 60vh;
  text-decoration: none;
  position: static;
}

.hover._1.hide {
  display: none;
}

.hover._1, .hover._3 {
  flex-direction: column;
  align-items: flex-start;
  height: 60vh;
}

.mrgup60px {
  margin-top: 60px;
}

.mrgdown60px {
  margin-bottom: 60px;
}

.underlined-btn-2 {
  color: #082932;
  letter-spacing: .6px;
  text-transform: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s;
}

.project-category-label {
  z-index: 1;
  color: var(--white);
  letter-spacing: .5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a6a6a6;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 4px 10px;
  font-family: Sqr721n, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.projekt-headline {
  color: var(--black);
  font-family: Montserrat offline, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.projekt-headline.typowhite {
  color: var(--white);
}

.projekt-headline.typowhite.mrgdown35px {
  margin-bottom: 35px;
  font-family: Montserrat offline, sans-serif;
  line-height: 35px;
  text-decoration: none;
}

.button-link {
  color: #082932;
  letter-spacing: .6px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #082932;
  border-radius: 20px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-link.borderwhite {
  color: var(--white);
  border-color: #fff;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  transition: border-radius .3s, color .2s, background-color .2s;
  display: block;
}

.button-link.borderwhite:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.button-link.borderwhite.mrgup30px {
  margin-top: 30px;
}

.button-link.borderblack {
  border-style: solid;
  border-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  transition: border-radius .3s;
  display: block;
}

.button-link.borderblack:hover {
  border-style: solid;
  border-color: var(--black);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.button-link.borderwhite {
  color: #fff;
  border-color: #fff;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  display: block;
}

.button-link.borderwhite:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button-link.borderblack {
  color: #fff;
  border-color: #000;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  display: block;
}

.button-link.borderblack:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #000;
}

.button-link.borderblack {
  color: #fff;
  border-style: solid;
  border-color: #000;
  border-radius: 20px;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  transition: border-radius .3s;
  display: block;
}

.button-link.borderblack:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #000;
  border-radius: 0;
}

.buttontext {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: none;
  font-family: Sqr721n, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.buttontext.typowhite {
  color: var(--white);
}

.projekte {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.arrow {
  margin-left: 10px;
}

.arrow.black {
  margin-left: 8px;
}

.button_white {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.button_white.mrgup40px {
  margin-top: 40px;
}

.button {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.button.mrgup60px:hover {
  border: 1px none var(--blue);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #5184fb;
}

.kapitel {
  z-index: 1;
  color: var(--black);
  letter-spacing: .5px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Sqr721n, sans-serif;
  font-size: 13px;
  display: inline-block;
  position: relative;
}

.kapitel.typoblack {
  color: var(--black);
  letter-spacing: .5px;
}

.kapitel.typowhite {
  color: var(--white);
}

.c-1200 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sec {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 200px;
  display: flex;
  position: relative;
}

.sec.bggrey {
  background-color: var(--white-smoke);
  color: var(--black);
}

.sec.bgwhite {
  background-color: var(--white);
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-picture-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-small {
  z-index: 100;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat offline, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  position: static;
}

.headline-small.shadow {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .19);
}

.headline-small.shadow.typowhite {
  text-align: center;
}

.headline-small.typowhite {
  color: var(--white);
}

.headline-small.center {
  text-align: center;
}

.headline-small.center.typowhite {
  font-family: Montserrat offline, sans-serif;
}

.headline-small.center.typowhite.mrgdown60px {
  margin-bottom: 60px;
}

.video-overlay {
  opacity: .25;
  background-color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrapper {
  align-items: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bgpicture {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/210412_DSCF0305_bearb_2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border: 7vw solid #000;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bgpicture.projekte {
  background-image: url('../images/Construction05.jpg');
}

.bgpicture.leistungen {
  background-image: url('../images/Construction03.jpg');
}

.bg-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-picture-content-wrap {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  display: flex;
  position: relative;
}

.startscreen {
  background-color: var(--black);
  height: 280vh;
  position: static;
}

.kapitel-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line {
  background-color: #a7a7a7;
  width: 60px;
  height: 1px;
  margin-right: 10px;
}

.line.white {
  background-color: var(--white);
  background-color: #fff;
}

.line.black {
  background-color: #000;
}

.vert {
  flex-direction: column;
  display: flex;
}

.vert.aleft {
  align-items: flex-start;
}

.vert.aleft.jcenter {
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat offline, sans-serif;
  display: flex;
}

.vert.acenter {
  align-items: center;
}

.vert.acenter.jcenter {
  justify-content: center;
}

.headline {
  color: var(--black);
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat offline, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
}

.headline.mrgup10px {
  color: var(--black);
  margin-top: 10px;
  font-family: Montserrat offline, sans-serif;
}

.paragraph {
  color: var(--black);
  font-family: Montserrat offline, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph.typowhite {
  color: var(--white);
  font-family: Montserrat offline, sans-serif;
  text-decoration: none;
}

._40 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  padding: 100px;
  display: flex;
}

.toptitle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

._60 {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100vh;
  padding: 100px;
  display: flex;
}

._60.contact-picture {
  background-image: url('../images/philippdeusunsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.halfsection {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.progress-bar {
  z-index: 9999;
  background-color: var(--blue);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.textslider-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 100px;
  overflow: hidden;
}

.slider-top {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.filled {
  color: var(--white);
  margin: 0 35px;
  font-family: Montserrat offline, sans-serif;
  font-size: 120px;
  line-height: 1.5em;
}

.dot {
  background-color: var(--blue);
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.stroke {
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  margin: 0 35px;
  font-family: Montserrat offline, sans-serif;
  font-size: 120px;
  line-height: 1.5em;
}

.slider-bottom {
  color: #fff;
  align-items: center;
  display: flex;
}

.text {
  text-align: left;
  text-transform: none;
  max-width: 1000px;
  font-family: Montserrat offline, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text.mrgup30px {
  color: var(--black);
  margin-top: 30px;
  font-family: Montserrat offline, sans-serif;
  text-decoration: none;
}

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

.text.center.mrgup30px {
  text-align: left;
}

.linkhover {
  color: var(--black);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.linkhover:hover {
  color: var(--blue);
  font-weight: 700;
}

.footer {
  background-color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-text {
  color: var(--black);
  font-family: Montserrat offline, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 18px;
}

.footer-text.typowhite {
  color: #fff;
  margin-bottom: 0;
  margin-left: 65px;
  margin-right: 65px;
  font-family: Montserrat offline, sans-serif;
  font-size: 10px;
}

.link_underline {
  color: #313131;
  cursor: pointer;
  text-decoration: none;
}

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

.link_underline.typowhite, .link_underline.white {
  color: #fff;
}

.infosection {
  color: #fff;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
}

.infosection.bggrey {
  background-color: var(--white-smoke);
  background-color: #f3f3f6;
  padding: 100px;
}

.projektlink {
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.infotext {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  font-family: Montserrat offline, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.gallery-image {
  background-image: url('../images/Neuwulmstorf2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image-02 {
  background-image: url('../images/Bargteheide_Gaertnerstr-02.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image-03 {
  background-image: url('../images/BardowickKurzerWeg2.jpg');
  background-position: 20%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.body {
  font-family: Montserrat offline, sans-serif;
  font-weight: 300;
}

.textslider_tablet {
  background-color: #000;
}

.hor {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.highlight-blue {
  color: var(--blue);
}

.pageloader {
  z-index: 9998;
  background-color: var(--blue);
  transform-origin: 50% 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.page-loader-wrapper {
  background-color: var(--white);
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader-text-bg {
  width: 15vw;
  position: relative;
}

.page-loader-text-bg.absolute {
  max-width: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-loader-text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hide-page-loader {
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.sticky-nav {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 12vh;
  display: flex;
}

.sticky-nav.paddingupdown5px {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-nav.paddingupdown5px.bgdarkblue.shadow {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 14vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.navlink {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  font-family: Montserrat offline, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.navlink:hover, .navlink.w--current {
  color: var(--blue);
  font-weight: 600;
}

.navlink.spaceleft {
  margin-left: 100px;
}

.navlink.burger {
  color: var(--black);
  font-family: Montserrat offline, sans-serif;
  font-size: 30px;
  line-height: 2;
}

.navlink.burger:hover {
  color: var(--blue);
}

.logo-wrapper {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.logo-wrapper.nomrgn {
  margin-top: 0;
}

.logo-wrapper.mrgup30px {
  margin-top: 30px;
}

.nav-menu-3 {
  background-color: var(--white);
  color: var(--black);
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-big {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.brand-big.w--current {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: block;
}

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

.navi-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.logo_big {
  flex: 0 auto;
  height: 60px;
  display: block;
}

.icon {
  color: var(--blue);
  font-size: 35px;
}

.container-2 {
  float: right;
  direction: ltr;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.start-logo {
  z-index: auto;
  background-color: var(--black);
  width: auto;
  height: 60px;
  position: static;
  top: 5%;
  left: 5%;
}

.mrgupdown10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mrgupdown10px.headline.typowhite {
  color: #fff;
}

.cookie {
  position: fixed;
  bottom: 100px;
  right: 0;
}

.cookie.cookies {
  background-color: var(--blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  top: 20vh;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cookies {
  z-index: 999999;
  background-color: #69fab9;
  height: auto;
  display: block;
  position: fixed;
  bottom: 100px;
  left: 0;
  right: auto;
  box-shadow: -11px 11px 50px -1px rgba(0, 0, 0, .12);
}

.text-cookies {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  padding: 20px;
  font-family: Montserrat offline, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.mehrinfos {
  color: var(--white);
  font-family: Montserrat offline, sans-serif;
  font-weight: 700;
}

.close-read-more-button {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 9px 9px;
  position: absolute;
  top: 0;
  right: 0;
}

.close-icon {
  color: var(--white);
  padding-top: 5px;
}

.halfsection60 {
  width: 60%;
  height: 86vh;
}

.halfsection60.bgblack {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
}

.halfsection40 {
  width: 40%;
  height: 86vh;
}

.sectionblack {
  background-color: var(--black);
  height: auto;
  padding: 100px 0;
}

.sectionblack.nopdg {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container_gallery {
  max-width: 100vw;
  display: flex;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lottie-animation-2 {
  z-index: 100;
  max-width: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 0%;
  right: 0%;
}

.scrolldown {
  z-index: 100;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.copy.typowhite {
  color: var(--white);
}

.copy.typowhite.small {
  font-size: 8px;
}

.copy.typowhite.small.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat offline, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.link-block {
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: 60px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.sticky-nav-burger {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 12vh;
  display: flex;
}

.sticky-nav-burger.paddingupdown5px {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-nav-burger.paddingupdown5px.bgdarkblue.shadow {
  box-shadow: none;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 12vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navi-wrapper_burger {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-menu-burger {
  z-index: auto;
  background-color: var(--white);
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 49px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div43 {
  width: 100%;
  height: 43vh;
}

.div43.heidering1 {
  background-image: url('../images/StelleHeidering2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.heidering2 {
  background-image: url('../images/StelleHeidering1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.schifferstr1 {
  background-image: url('../images/Neuwulmstorf2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.schifferstr2 {
  background-image: url('../images/Neuwulmstorf.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.vo-berg1 {
  background-image: url('../images/MelbeckAmVossberg.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.lambertiplatz2 {
  background-image: url('../images/LueneburgLambertiplatz2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.lambertiplatz1 {
  background-image: url('../images/LueneburgLambertiplatz.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.hansestrasse1 {
  background-image: url('../images/LueneburgHansestrasseMFH.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.hansestrasse2 {
  background-image: url('../images/LueneburgHansestrasseMFH2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.vo-berg2 {
  background-image: url('../images/MelbeckAmVossbergBauantrag.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.hansestrassedh1 {
  background-image: url('../images/LueneburgHansestrasseDH2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.hansestrassedh2 {
  background-image: url('../images/LueneburgHansestrasseDH.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.hansheinrichstelljes1 {
  background-image: url('../images/LueneburgHansHeinrichStelljes2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.hansheinrichstelljes2 {
  background-image: url('../images/LueneburgHansHeinrichStelljes1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.silcherstr1 {
  background-image: url('../images/HamburgSilcherstrasse2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.silcherstr2 {
  background-image: url('../images/HamburgSilcherstrasse.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.kedenburgstr1 {
  background-image: url('../images/Kedenburgstr02.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.kedenburgstr2 {
  background-image: url('../images/Kedenburgstr.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.gartnerstr1 {
  background-image: url('../images/Bargteheide_Gaertnerstr-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.gartnerstr2 {
  background-image: url('../images/Bargteheide_Gaertnerstr-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.pirolweg1 {
  background-image: url('../images/BarendorfPirolweg2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.pirolweg2 {
  background-image: url('../images/BarendorfPirolweg.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.kurzerweg1 {
  background-image: url('../images/BardowickKurzerWeg.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.kurzerweg2 {
  background-image: url('../images/BardowickKurzerWeg2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.lerchenweg1 {
  background-image: url('../images/AmelinghausenLerchenweg.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.lerchenweg2 {
  background-image: url('../images/AmelinghausenLerchenweg2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.aufderhoehe-01 {
  background-image: url('../images/Lueneburg_aufderhoehe-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.div43.aufderhoehe-02 {
  background-image: url('../images/Lueneburg_aufderhoehe-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.container_gallery1 {
  max-width: 100vw;
  display: flex;
}

.gallery-image1_1 {
  background-image: url('../images/StelleHeidering2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image1_2 {
  background-image: url('../images/AmelinghausenLerchenweg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image1_3 {
  background-image: url('../images/LueneburgHansHeinrichStelljes2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.container_gallery2 {
  max-width: 100vw;
  display: flex;
}

.gallery-image2_1 {
  background-image: url('../images/LueneburgHansestrasseMFH.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image2_2 {
  background-image: url('../images/LueneburgLambertiplatz.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image2_3 {
  background-image: url('../images/HamburgSilcherstrasse.jpg');
  background-position: 20%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.container_gallery3 {
  max-width: 100vw;
  display: flex;
}

.gallery-image3_1 {
  background-image: url('../images/LueneburgHansestrasseDH2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image3_2 {
  background-image: url('../images/BardowickKurzerWeg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image3_3 {
  background-image: url('../images/MelbeckAmVossberg.jpg');
  background-position: 20%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.container_gallery4 {
  max-width: 100vw;
  display: flex;
}

.gallery-image4_1 {
  background-image: url('../images/Kedenburgstr02.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  display: block;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image4_2 {
  background-image: url('../images/Neuwulmstorf.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image4_3 {
  background-image: url('../images/Bargteheide_Gaertnerstr-02.jpg');
  background-position: 20%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.container_gallery5 {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100vw;
  display: flex;
}

.gallery-image5_2 {
  background-image: url('../images/Kedenburgstr02.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  display: block;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image5_2.hide {
  background-image: url('../images/Lueneburg_aufderhoehe-01.jpg');
  background-size: cover;
}

.gallery-image5_1 {
  background-image: url('../images/BarendorfPirolweg2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  display: block;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image5_3 {
  background-image: url('../images/Kedenburgstr02.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  display: block;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image5_3.hide {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.linkhover-2 {
  color: #000;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.linkhover-2:hover {
  color: #5184fb;
  font-weight: 700;
}

.buttontext-3 {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  font-family: Sqr721n, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.headline-small-2 {
  z-index: 100;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat offline, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  position: static;
}

.bold-text {
  font-family: Montserrat offline, sans-serif;
}

.gallery-image5_2-copy {
  background-image: url('../images/Lueneburg_aufderhoehe-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  display: block;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

.gallery-image-04 {
  background-image: url('../images/Neuwulmstorf2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  height: 60vh;
  margin: 0;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, .25);
}

@media screen and (min-width: 1440px) {
  .bgpicture {
    background-position: 50% 60%;
  }

  .lottie-animation-2 {
    width: 7vw;
  }

  .link-block {
    position: absolute;
    top: 5%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .link-block.w--current {
    left: 5%;
  }

  .div43 {
    background-image: url('../images/BarendorfPirolweg2.jpg');
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .underlined-btn {
    max-width: 150px;
  }

  .drag-slider-info {
    width: 55vw;
    margin-right: 0;
  }

  .hover._1 {
    align-items: flex-start;
    width: auto;
    height: 50vh;
    padding: 40px;
  }

  .hover._3 {
    width: auto;
    height: 50vh;
    padding: 40px;
  }

  .underlined-btn-2 {
    max-width: 150px;
  }

  .button_white.mrgup40px, .button.mrgup60px, .button.mrgup60px {
    margin-top: 40px;
  }

  .c-1200 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sec.bggrey, .sec.bgwhite {
    padding: 80px;
  }

  .headline-small.shadow.typowhite {
    text-align: center;
  }

  .bgpicture {
    border-width: 7vw;
  }

  .bg-picture-content-wrap {
    width: 80%;
  }

  .vert.acenter.jcenter {
    align-items: center;
    margin: 25px;
  }

  .headline {
    max-width: 80%;
    font-size: 60px;
    line-height: 70px;
  }

  ._40 {
    width: 100%;
    height: 500px;
    padding: 80px;
  }

  .toptitle {
    align-items: center;
  }

  ._60 {
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 80px;
  }

  ._60.contact-picture {
    background-position: 0%;
    background-size: cover;
    height: 500px;
  }

  .halfsection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .textslider-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .filled, .stroke {
    font-size: 70px;
    line-height: 1.2em;
  }

  .text.mrgup30px.center {
    text-align: left;
  }

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

  .infosection.bggrey {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
  }

  .gallery-image, .gallery-image-02, .gallery-image-03 {
    height: 50vh;
  }

  .pageloader {
    display: none;
  }

  .page-loader-text-bg.absolute {
    position: relative;
  }

  .sticky-nav.paddingupdown5px.bgdarkblue.shadow {
    background-color: rgba(0, 0, 0, 0);
    height: 10vh;
    position: fixed;
  }

  .navlink {
    text-align: center;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding-right: 20px;
    font-size: 20px;
    display: block;
  }

  .navlink.spaceleft {
    flex: 0 auto;
    margin-left: 0;
    font-size: 20px;
  }

  .navlink.burger {
    line-height: 1;
  }

  .logo-block-big {
    z-index: 5;
    position: fixed;
  }

  .nav-menu-3 {
    background-color: var(--white);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-right: 0%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brand-big.w--current {
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    position: relative;
  }

  .menu-button {
    color: #dcd2c4;
    justify-content: flex-end;
    margin: auto;
    padding: 0;
    display: flex;
  }

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

  .navi-wrapper {
    height: 100%;
    padding-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo_big {
    height: 30px;
    display: none;
  }

  .icon {
    color: var(--blue);
    white-space: normal;
    font-size: 35px;
    display: block;
  }

  .div-block {
    width: auto;
    height: auto;
  }

  .start-logo {
    background-color: var(--black);
    display: none;
    top: 5%;
  }

  .halfsection60 {
    width: 100%;
  }

  .halfsection40 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .container_gallery {
    flex-direction: column;
    align-items: stretch;
  }

  .lottie-animation-2 {
    padding-right: 0;
  }

  .scrolldown {
    bottom: 20%;
  }

  .link-block {
    top: 10%;
    left: 10%;
  }

  .sticky-nav-burger.paddingupdown5px.bgdarkblue.shadow {
    background-color: rgba(0, 0, 0, 0);
    height: 10vh;
    position: fixed;
  }

  .navi-wrapper_burger {
    height: 100%;
    padding-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-burger {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 0%;
  }

  .div43 {
    width: 100vw;
    height: 50vh;
  }

  .container_gallery1 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image1_1, .gallery-image1_2, .gallery-image1_3 {
    height: 50vh;
  }

  .container_gallery2 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image2_1, .gallery-image2_2, .gallery-image2_3 {
    height: 50vh;
  }

  .container_gallery3 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image3_1, .gallery-image3_2, .gallery-image3_3 {
    height: 50vh;
  }

  .container_gallery4 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image4_1, .gallery-image4_2, .gallery-image4_3 {
    height: 50vh;
  }

  .container_gallery5 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image5_2, .gallery-image5_1, .gallery-image5_3, .gallery-image5_2-copy, .gallery-image-04 {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .drag-slider-info {
    flex-direction: column;
    width: 70vw;
    margin-right: 0;
  }

  .hover._1, .hover._3 {
    width: auto;
    height: 70vh;
    padding: 40px;
  }

  .project-category-label, .buttontext {
    font-size: 11px;
  }

  .button_white.mrgup40px {
    margin-top: 40px;
  }

  .kapitel {
    font-size: 11px;
  }

  .kapitel.typoblack {
    font-size: 12px;
  }

  .sec {
    padding-top: 75px;
  }

  .sec.bggrey {
    padding: 60px;
  }

  .sec.bgwhite {
    padding: 40px;
  }

  .headline-small {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .headline-small.shadow.typowhite {
    text-align: center;
  }

  .headline-small.center.typowhite {
    font-size: 32px;
    line-height: 40px;
  }

  .bg-picture-content-wrap {
    width: 80%;
  }

  .vert.aleft.jcenter {
    font-size: 13px;
  }

  .vert.acenter.jcenter {
    margin: 20px;
    font-size: 12px;
  }

  .headline {
    margin-bottom: 0;
    font-size: 50px;
  }

  .headline.mrgup10px {
    max-width: none;
    font-size: 32px;
    line-height: 40px;
  }

  ._40 {
    padding: 60px;
  }

  .toptitle {
    align-items: center;
    width: 100%;
  }

  ._60 {
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 60px;
  }

  ._60.contact-picture {
    height: 500px;
  }

  .halfsection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .textslider-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    font-size: 50px;
  }

  .text.mrgup30px {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .text.mrgup30px.center {
    text-align: left;
  }

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

  .text.mrgup60px {
    margin-top: 30px;
  }

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

  .infosection {
    padding-top: 75px;
  }

  .infosection.bggrey {
    flex-direction: column;
    align-items: center;
  }

  .gallery-image, .gallery-image-02, .gallery-image-03 {
    min-width: 22.5%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .hor {
    flex-direction: column;
  }

  .pageloader {
    display: none;
  }

  .page-loader-text-bg.absolute {
    position: relative;
  }

  .sticky-nav.paddingupdown5px.bgdarkblue.shadow {
    background-color: rgba(0, 0, 0, 0);
    height: 10vh;
    position: fixed;
  }

  .navlink {
    margin-top: 0;
    margin-bottom: 0;
    line-height: .5;
  }

  .logo-block-big {
    display: block;
  }

  .nav-menu-3 {
    padding-top: 30px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brand-big.w--current {
    padding-left: 0;
    display: none;
  }

  .navi-wrapper {
    justify-content: space-between;
  }

  .logo_big {
    display: none;
  }

  .icon {
    color: var(--blue);
    font-size: 30px;
  }

  .start-logo {
    background-color: var(--black);
  }

  .mrgupdown10px.headline {
    line-height: 60px;
  }

  .cookie {
    display: none;
    position: fixed;
    overflow: visible;
  }

  .cookie.cookies {
    display: block;
    top: 100px;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .halfsection40 {
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

  .sectionblack {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container_gallery {
    flex-direction: column;
    align-items: stretch;
  }

  .lottie-animation-2 {
    width: 20px;
    padding-right: 0;
  }

  .scrolldown {
    bottom: 25%;
  }

  .link-block {
    top: 10%;
    left: 10%;
  }

  .link-block.w--current {
    top: 10%;
    left: 7%;
  }

  .sticky-nav-burger.paddingupdown5px.bgdarkblue.shadow {
    background-color: rgba(0, 0, 0, 0);
    height: 10vh;
    position: fixed;
  }

  .navi-wrapper_burger {
    justify-content: space-between;
  }

  .div43 {
    width: 100vw;
    height: 50vh;
  }

  .container_gallery1 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image1_1, .gallery-image1_2, .gallery-image1_3 {
    min-width: 22.5%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery2 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image2_1, .gallery-image2_2, .gallery-image2_3 {
    min-width: 22.5%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery3 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image3_1, .gallery-image3_2, .gallery-image3_3 {
    min-width: 22.5%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery4 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image4_1, .gallery-image4_2, .gallery-image4_3 {
    min-width: 22.5%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery5 {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-image5_2, .gallery-image5_1, .gallery-image5_3 {
    min-width: 22.5%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .buttontext-3 {
    font-size: 11px;
  }

  .headline-small-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .gallery-image5_2-copy, .gallery-image-04 {
    min-width: 22.5%;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .underlined-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .picsection {
    background-position: 50%;
    height: 50vh;
  }

  .drag-slider-info {
    width: 90vw;
    margin-right: 0;
  }

  .hover._1 {
    width: auto;
    padding: 40px;
  }

  .underlined-btn-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .projekt-headline.typowhite.mrgdown35px {
    line-height: 30px;
  }

  .button.mrgup60px {
    margin-top: 60px;
  }

  .kapitel, .kapitel.typoblack {
    font-size: 12px;
  }

  .sec {
    padding-top: 50px;
  }

  .sec.bggrey {
    padding: 60px 40px;
  }

  .sec.bgwhite {
    padding: 40px;
  }

  .headline-small {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .headline-small.shadow.typowhite {
    text-align: center;
  }

  .headline-small.center.typowhite {
    font-size: 20px;
    line-height: 25px;
  }

  .headline-small.center.typowhite.mrgdown60px {
    font-size: 25px;
  }

  .bgpicture {
    background-image: url('../images/210412_DSCF0305_bearb_3.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .bg-video {
    height: 100vh;
  }

  .bg-picture-content-wrap {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .vert.aleft.jcenter {
    font-size: 13px;
  }

  .vert.acenter.jcenter {
    align-items: center;
    margin: 20px;
  }

  .headline {
    font-size: 30px;
    line-height: 37px;
  }

  .headline.mrgup10px {
    max-width: none;
    font-size: 30px;
    line-height: 37px;
  }

  .paragraph.typowhite {
    line-height: 20px;
  }

  ._40 {
    padding: 40px;
  }

  .toptitle {
    width: 100%;
  }

  ._60 {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 60px 40px;
  }

  ._60.contact-picture {
    background-position: 50%;
    height: 300px;
  }

  .halfsection {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .textslider-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .slider-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    font-size: 55px;
    line-height: 1.5em;
  }

  .text.mrgup30px {
    font-size: 12px;
    line-height: 20px;
  }

  .text.mrgup30px.center {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }

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

  .text.mrgup60px {
    width: auto;
    margin-top: 30px;
    font-size: 12px;
    display: block;
  }

  .linkhover {
    color: var(--black);
  }

  .footer {
    flex-direction: column;
    justify-content: center;
  }

  .footer-text.typowhite {
    margin: 1px 10px;
    font-size: 9px;
    line-height: 13px;
  }

  .infosection {
    padding-top: 50px;
  }

  .infosection.bggrey {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }

  .gallery-image {
    background-image: url('../images/Neuwulmstorf.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gallery-image-02, .gallery-image-03 {
    margin-left: 0;
    margin-right: 0;
  }

  .pageloader {
    display: none;
  }

  .page-loader-text-bg {
    width: 20vw;
  }

  .sticky-nav.paddingupdown5px.bgdarkblue.shadow {
    background-color: rgba(0, 0, 0, 0);
    height: 12vh;
    position: fixed;
  }

  .navlink {
    width: 200px;
    margin: 15px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    position: static;
  }

  .navlink.spaceleft {
    margin-left: auto;
    margin-right: auto;
  }

  .navlink.burger {
    font-size: 22px;
  }

  .logo-block-big {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-menu-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    padding-top: 20vh;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon {
    font-size: 30px;
    position: fixed;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 10%;
  }

  .container-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block {
    z-index: 999;
    background-color: var(--white);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .start-logo {
    top: 5%;
    left: 10%;
  }

  .mrgupdown10px.headline {
    line-height: 40px;
  }

  .cookie {
    z-index: 8999999;
    max-width: 200px;
    height: 370px;
    display: block;
    top: 100px;
    bottom: 100px;
    left: auto;
    right: 0;
  }

  .cookie.cookies {
    width: auto;
    height: auto;
    max-height: 100px;
    top: 60px;
    bottom: auto;
    right: 0;
  }

  .text-cookies {
    width: 200px;
    font-size: 10px;
    line-height: 12px;
  }

  .close-read-more-button {
    padding-top: 2px;
  }

  .halfsection40 {
    height: 100vh;
    display: block;
  }

  .sectionblack {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container_gallery {
    flex-direction: column;
  }

  .lottie-animation-2 {
    width: 20px;
    padding-right: 0;
  }

  .scrolldown {
    bottom: 20%;
  }

  .link-block {
    z-index: 200;
    background-color: var(--black);
    left: 10%;
  }

  .link-block.w--current {
    top: 10%;
    left: 10%;
  }

  .sticky-nav-burger.paddingupdown5px.bgdarkblue.shadow {
    background-color: rgba(0, 0, 0, 0);
    height: 12vh;
    position: fixed;
  }

  .nav-menu-burger {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
    padding-top: 20vh;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div43 {
    width: 100vw;
    height: 50vh;
  }

  .container_gallery1 {
    flex-direction: column;
  }

  .gallery-image1_1 {
    background-image: url('../images/Neuwulmstorf.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gallery-image1_2, .gallery-image1_3 {
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery2 {
    flex-direction: column;
  }

  .gallery-image2_1 {
    background-image: url('../images/Neuwulmstorf.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gallery-image2_2, .gallery-image2_3 {
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery3 {
    flex-direction: column;
  }

  .gallery-image3_1 {
    background-image: url('../images/Neuwulmstorf.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gallery-image3_2, .gallery-image3_3 {
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery4 {
    flex-direction: column;
  }

  .gallery-image4_1 {
    background-image: url('../images/Neuwulmstorf.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gallery-image4_2, .gallery-image4_3 {
    margin-left: 0;
    margin-right: 0;
  }

  .container_gallery5 {
    flex-direction: column;
  }

  .gallery-image5_2, .gallery-image5_1, .gallery-image5_3 {
    background-image: url('../images/Neuwulmstorf.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .linkhover-2 {
    color: #000;
  }

  .headline-small-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .gallery-image5_2-copy, .gallery-image-04 {
    background-image: url('../images/Neuwulmstorf.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}


@font-face {
  font-family: 'Sqr721b';
  src: url('../fonts/sqr721b.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sqr721n';
  src: url('../fonts/sqr721n.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sqr721i';
  src: url('../fonts/sqr721i.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat offline';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}