:root {
  --background: #eef0f4;
  --accent-light: #bcd5e2;
}

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

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

h1 {
  color: #000;
  letter-spacing: 1.1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.body {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  display: flex;
}

.body.white-background {
  background-color: #fbfbfb;
}

.page-wrapper {
  width: 100vw;
  max-width: 1500px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-box {
  width: 95%;
  height: 80px;
  max-width: 1480px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px;
  display: flex;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, .12);
}

.navbar {
  z-index: 900;
  width: 100%;
  height: 85px;
  max-width: 1500px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-logo {
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
  transition: all .2s;
}

.nav-logo:hover {
  transform: scale(.95);
}

.nav-link {
  color: #000;
  border-radius: 14px;
  margin: 3px 6px;
  padding: 7px 17px;
  font-family: Avenir Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  transition: all .2s;
}

.nav-link:hover {
  text-shadow: 0 0 rgba(0, 0, 0, .25);
  background-color: rgba(188, 213, 226, .3);
  border-radius: 14px;
  margin: 0 3px;
  padding: 10px 20px;
}

.nav-link.w--current {
  color: #bfbfbf;
  text-decoration: none;
}

.primary-button {
  color: #fff;
  background-color: #000;
  border-radius: 14px;
  align-items: center;
  margin: 3px 15px;
  padding: 10px 20px;
  font-family: Red Hat Display, sans-serif;
  line-height: 1.6em;
  transition: all .2s;
}

.primary-button:hover {
  margin: 0 11px;
  padding: 13px 24px;
}

.primary-button.w--current {
  color: #fff;
}

.primary-button.large {
  transform: scale(1.2);
}

.primary-button.portfolio {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.primary-button.social-media {
  grid-column-gap: 10px;
  justify-content: center;
  display: flex;
}

.nav-menu-container {
  width: 65%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-logo-container {
  width: 35%;
}

.footer {
  z-index: 100;
  width: 100vw;
  height: 320px;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, .47);
}

.footer-logo-container {
  width: 35%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-img {
  width: 200px;
}

.futer-menu-container {
  width: 65%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-txt_wraper {
  width: 600px;
  height: 200px;
  display: flex;
}

.footer-menu-colum {
  width: 50%;
  height: 100%;
  flex-direction: column;
  padding-left: 60px;
  display: flex;
}

.footer-heading {
  color: #fff;
  margin-top: 10px;
  font-family: Avenir Book, sans-serif;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  margin: 3px;
  font-family: Avenir Book, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: gray;
}

.services-section {
  z-index: 50;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.portfolio-img:hover {
  transform: scale(1.03);
}

.portfolio-img.more {
  background-color: #bcd5e2;
  transition: all .2s;
}

.portfolio-img.more:hover {
  background-color: #7f9099;
}

.portfolio-lightbox {
  width: 100%;
  height: 100%;
}

.kontakt-txt {
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 4px;
  font-family: Avenir Roman, sans-serif;
  font-size: 18px;
}

.contact-info-box {
  color: #000;
  border-radius: 25px;
  align-items: center;
  margin: 10px 8px;
  padding: 2px 12px;
  font-family: Avenir Roman, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-info-box:hover {
  background-color: rgba(188, 213, 226, .3);
  margin: 2px 0;
  padding: 10px 20px;
}

.contact-img {
  height: 40px;
  margin-right: 10px;
}

.inside-slide-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Avenir, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}

.text {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenir Roman, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text.link {
  color: #7f9099;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .2s;
}

.text.link:hover {
  color: #bcd5e2;
}

.text.legal {
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

.text.gallery {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.slider {
  width: 1370px;
  height: 100%;
  max-width: 95%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-nav {
  display: none;
}

.slider-mask {
  width: 1370px;
  max-width: 100%;
  overflow: hidden;
}

.more-less {
  width: 130px;
  margin-bottom: 50px;
  margin-left: 60px;
  transition: opacity .15s;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pictures-grid {
  width: 1370px;
  max-width: 95%;
  grid-template-rows: 300px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 300px;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
}

.animated-background-container {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.animated-background-container.gallery {
  z-index: -1;
  height: auto;
  max-height: none;
  background-image: linear-gradient(to top, #fff 8%, #bcd5e2 36%, #bcd5e2 80%, rgba(255, 255, 255, .5));
  margin-bottom: 0;
  padding-bottom: 200px;
}

.services-grid {
  width: 1370px;
  max-width: 100%;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: 600px;
  grid-template-columns: minmax(350px, 600px) minmax(350px, 730fr);
}

.services-grid.slide {
  grid-template-columns: minmax(350px, 600px) minmax(350px, 730px);
}

.box {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px 50px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, .12);
}

.box.no-padding {
  padding: 0;
}

.box.no-padding.gallery {
  position: relative;
}

.box.cookie {
  max-width: 700px;
}

.box.social-media {
  flex-direction: row;
}

.services-img-box {
  background-color: var(--accent-light);
  background-image: linear-gradient(315deg, #bcd5e2, #fff);
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, .12);
}

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

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

.div-block-4 {
  height: 40px;
}

.spacer-8px {
  height: 8px;
}

.contact-grid {
  width: 1370px;
  max-width: 95%;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: 600px;
  grid-template-columns: minmax(350px, 600px) minmax(350px, 730fr);
}

.map-embed {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.intro-heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, .1);
  font-size: 40px;
  line-height: 48px;
}

.intro-heading.bottom-margin-10px {
  margin-bottom: 10px;
}

.inside-slider {
  width: 100%;
  height: 100%;
}

.inside-slide-block {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(#bcd5e2, rgba(255, 255, 255, .64));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px 100px 50px;
  display: flex;
}

.inside-slide-block.wt1 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(315deg, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/13509109_750229151786293_8590591604567749114_n-removebg-preview-3-2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
}

.inside-slide-block.wt2 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(#bcd5e2, rgba(255, 255, 255, .64)), url('../images/fenster_entwurf.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.inside-slide-block.wt3 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(315deg, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/m02.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.inside-slide-block.wt4 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(225deg, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/WP_20180901_16_01_55_Pro_LI.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.inside-slide-block.wd1 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(#bcd5e2, rgba(255, 255, 255, .64)), url('../images/P1080620.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.inside-slide-block.wd2 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(#bcd5e2, rgba(255, 255, 255, .64)), url('../images/mersen_plane04.webp');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
}

.inside-slide-block.wd3 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(to top, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/HPIM0901.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.inside-slide-block.wt5 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(to top, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/skyline-werbung-c-fashion-001.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.inside-slide-block.kd1 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(315deg, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/logo005a.gif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
}

.inside-slide-block.kd2 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(315deg, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/skyline-werbung-c-fashion-001.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
}

.inside-slide-block.kd3 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(45deg, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/mersen_plane04.webp');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.inside-slide-block.kd4 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(#bcd5e2, rgba(255, 255, 255, .64)), url('../images/WP_20180901_13_55_43_Pro_LI.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.inside-slide-block.kd5 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(45deg, #bcd5e2, rgba(255, 255, 255, .64)), url('../images/website.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.inside-slide-block.kd6 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(#bcd5e2, rgba(255, 255, 255, .64)), url('../images/sara-kurfess-6lcT2kRPvnI-unsplash.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.inside-slide-block.kd7 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), linear-gradient(#bcd5e2, rgba(255, 255, 255, .64)), url('../images/Bauschild.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat-y;
  background-size: auto, auto, contain;
}

.arrow-img {
  height: 40px;
  border-radius: 25px;
  margin: 5px;
  padding: 0;
  transition: all .2s;
}

.arrow-img:hover {
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  margin: 0;
  padding: 5px;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subheading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Avenir Roman, sans-serif;
  font-weight: 400;
}

.subheading.intro {
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, .1);
  margin-bottom: 100px;
}

.subheading.services {
  margin-bottom: 0;
}

.subheading._40px-bottom-margin {
  margin-bottom: 40px;
}

.subheading.gallery {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subheading.no-bottom-margin {
  margin-bottom: 40px;
}

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

.inside-slide-text-container {
  padding: 10px;
}

.intro-container {
  z-index: 10;
  width: 1370px;
  max-width: 95vw;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.spacer-100px {
  width: 100%;
  height: 100px;
}

.intro-image {
  width: 1150px;
  height: 700px;
  max-width: 95%;
  object-fit: cover;
  background-image: url('../images/Auto_Baumpflege_Rahmann_02_Shadow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.intro-heading-link {
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, .1);
  transition: all .2s;
}

.intro-heading-link:hover {
  text-decoration: underline;
}

.footer-container {
  width: 1500px;
  height: 320px;
  max-width: 100%;
  background-color: #000;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, .1);
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.heading-section {
  z-index: 50;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.section {
  z-index: 50;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.spacer-150px {
  width: 100%;
  height: 150px;
}

.wd-img {
  width: 90%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.wt-img {
  width: 90%;
  height: auto;
  margin-left: 11px;
}

.madeby-img {
  height: 25px;
  opacity: .5;
  transition: opacity .2s;
}

.madeby-img:hover {
  opacity: 1;
}

.madeby-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.kd-img {
  width: 90%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.cookie-div {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button {
  width: 170px;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 14px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: all .2s;
}

.button:hover {
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

.button.decline {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 0;
}

.button.decline:hover {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.div-block-8 {
  margin-top: 40px;
}

.intro-logo {
  width: 250px;
}

.video {
  z-index: 1;
  width: 100vw;
  position: absolute;
}

.intro-section {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.html-embed, .animated-background {
  width: 100%;
  height: 100%;
}

.animated-background-overlay {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  background-color: rgba(0, 0, 0, .64);
  position: absolute;
}

.image {
  z-index: 12;
  height: 300px;
  position: absolute;
  bottom: 0;
}

.div-block-9 {
  z-index: 20;
  width: 100vw;
  height: 60px;
  background-color: var(--background);
  position: absolute;
  bottom: 0;
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 115vh;
  position: absolute;
  top: 0;
}

.intro-button {
  z-index: 9;
  width: 55px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  padding: 10px;
  transition: all .2s;
  position: absolute;
  bottom: 30px;
}

.intro-button:hover {
  background-color: rgba(255, 255, 255, .51);
}

.video-overlay {
  z-index: 1;
  width: 100vw;
  height: 115vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(37, 41, 46, .25);
  position: absolute;
  top: 0;
}

.html-embed-2 {
  width: 100%;
  height: auto;
  margin-bottom: 78px;
}

.columns {
  width: 1370px;
  max-width: 95%;
}

.div-block-10 {
  width: 100%;
  height: auto;
}

.image-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.image-box {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.image-description {
  margin-bottom: 20px;
}

.gallery-column {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.galllery-text-overlay {
  z-index: 100;
  width: 75%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, .62);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gallery-image {
  z-index: 50;
  width: 100%;
  height: auto;
  position: relative;
}

.gallery-colums {
  width: 1370px;
  max-width: 95%;
  margin-bottom: 50px;
}

.button-container-portfolio {
  height: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-container {
  width: 1370px;
  max-width: 95%;
  position: relative;
}

.portfolio-fade-out {
  z-index: 150;
  width: 100%;
  height: 450px;
  background-image: linear-gradient(to bottom, transparent, var(--background) 27%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
}

.spacer-80px {
  width: 100%;
  height: 80px;
}

.intro-card-container {
  width: 900px;
  max-width: 95%;
  position: relative;
  overflow: hidden;
}

.intro-card {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, rgba(194, 216, 228, .72), var(--accent-light));
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: inset 0 0 5px -7px rgba(188, 213, 226, .53);
}

.div-block-13 {
  width: 100%;
  height: 100px;
}

.car-container {
  width: 800px;
  max-width: 90%;
  position: absolute;
  bottom: -70px;
  left: 50%;
  overflow: visible;
  transform: translate(-50%);
}

.spacer-300px {
  width: 100%;
  height: 300px;
}

.sovial-media-icon, .image-3 {
  height: 30px;
}

.social-media-container {
  height: 60px;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.intro-card-outer-spacer {
  width: 100%;
  height: 100px;
}

.intro-card-inner-spacer {
  width: 100%;
  height: 300px;
}

.car {
  width: 100%;
}

.legal-container {
  width: 500px;
  max-width: 95vw;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.gradient-overlay-temporary {
  z-index: 2;
  width: 100vw;
  height: 115vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #eef0f4);
  position: absolute;
  top: 0;
}

.gradient-overlay-permanent {
  z-index: 2;
  width: 100vw;
  height: 115vh;
  background-image: linear-gradient(rgba(238, 240, 244, 0) 87%, rgba(238, 240, 244, .5) 95%, #eef0f4);
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 15px;
    padding: 10px 20px;
  }

  .nav-link:hover {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button {
    font-size: 14px;
  }

  .nav-menu-container {
    width: 240px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 80px;
    margin-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, .12);
  }

  .nav-logo-container {
    width: 100%;
  }

  .footer-logo-img {
    width: 150px;
  }

  .more-less {
    margin-top: 427px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .services-grid {
    grid-row-gap: 4vw;
    grid-template-rows: 480px 480px;
    grid-template-columns: 100%;
  }

  .services-grid.slide {
    grid-template-columns: 100%;
  }

  .contact-grid {
    grid-row-gap: 4vw;
    grid-template-rows: 600px 450px;
    grid-template-columns: minmax(100%, 600px);
  }

  .madeby-img {
    height: 18px;
  }

  .icon {
    color: #000;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin: 3px;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 20px;
  }

  .menu-button.home {
    margin: 0;
    padding: 0;
  }

  .portfolio-fade-out {
    height: 350px;
  }

  .intro-card-container {
    width: 730px;
  }

  .car-container {
    bottom: -60px;
  }

  .intro-card-outer-spacer {
    height: 80px;
  }

  .intro-card-inner-spacer {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-transform: none;
    font-family: Avenir Roman, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .primary-button {
    font-size: 16px;
  }

  .nav-menu-container {
    width: 250px;
  }

  .footer {
    height: auto;
  }

  .futer-menu-container {
    margin-bottom: 59px;
    margin-right: 28px;
  }

  .more-less {
    margin-top: 566px;
  }

  .animated-background-container {
    height: 710px;
  }

  .services-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: 620px 480px;
  }

  .services-grid.slide {
    grid-template-rows: 620px 480px;
  }

  .box.cookie {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-heading {
    text-align: left;
    font-size: 34px;
  }

  .inside-slide-block {
    padding-left: 70px;
    padding-right: 70px;
  }

  .intro-image {
    height: 400px;
    max-width: 100%;
  }

  .footer-container {
    height: auto;
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

  .intro-card-container {
    width: 455px;
  }

  .car-container {
    bottom: -40px;
  }

  .intro-card-outer-spacer {
    height: 50px;
  }

  .intro-card-inner-spacer {
    height: 130px;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    height: 35px;
  }

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

  .footer-logo-container {
    width: 100%;
    height: 250px;
  }

  .footer-logo-img {
    padding-top: 0;
  }

  .futer-menu-container {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-txt_wraper {
    width: 100%;
    height: 500px;
    flex-direction: column;
    align-items: center;
  }

  .footer-menu-colum {
    width: 175px;
    padding-left: 0;
  }

  .services-section {
    padding-top: 50px;
  }

  .portfolio-img.more {
    height: 50%;
  }

  .kontakt-txt {
    font-size: 17px;
  }

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

  .text.gallery {
    font-size: 15px;
    line-height: 18px;
  }

  .slider {
    max-width: 100%;
  }

  .more-less {
    margin-left: 20px;
  }

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

  .animated-background-container {
    height: 570px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .box {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-img-box {
    border-radius: 0;
  }

  .contact-grid {
    width: 100%;
    max-width: 100%;
    grid-template-rows: 650px 450px;
  }

  .map-embed {
    border-radius: 0;
  }

  .intro-heading {
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 33px;
  }

  .inside-slide-block {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav {
    bottom: 21px;
  }

  .left-arrow, .right-arrow {
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .subheading {
    font-size: 20px;
  }

  .subheading._40px-bottom-margin {
    text-align: left;
    font-size: 19px;
    line-height: 28px;
  }

  .subheading.gallery {
    line-height: 25px;
  }

  .inside-slide-text-container {
    width: 100%;
  }

  .intro-container {
    max-width: 100%;
  }

  .intro-image {
    height: 250px;
  }

  .footer-container {
    height: auto;
  }

  .heading-section {
    width: 95%;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section-heading {
    font-size: 28px;
  }

  .cookie-div {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button.decline {
    margin-left: 0;
  }

  .div-block-8 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .intro-logo {
    width: 200px;
  }

  .gallery-column {
    grid-row-gap: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-colums, .gallery-colums.max-w-100, .portfolio-container {
    max-width: 100%;
  }

  .intro-card-container {
    width: 100vw;
    max-width: 100vw;
  }

  .intro-card {
    border-radius: 0;
  }

  .car-container {
    width: 280px;
  }

  .social-media-container {
    flex-direction: column;
    align-items: stretch;
  }

  .intro-card-outer-spacer {
    height: 40px;
  }

  .intro-card-inner-spacer {
    height: 60px;
  }
}

#w-node-_31b5605d-63c0-d587-e9da-ff31a6e55d1a-a11507cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}