.footer_box_container {
  background-color: #9d9777;
  color: white;
  font-family: Arial, sans-serif;
  width: 100%;
  padding: 5vh 10vw 0 10vw;
}
.footer_box_container .project-description {
  flex: 0 0 auto;
  margin-top: -5vh;
  margin-left: -7%;
  width: 12vw;
  border-top: none;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  padding-bottom: -10px;
}
.footer_box_container .project-description h2 {
  line-height: 100%;
  color: white;
  white-space: nowrap;
}
.footer_box_container .project-description img {
  width: 90%;
}
.footer_box_container .project-description p {
  font-weight: 100;
  font-size: 12px;
  text-align: left;
}
.footer_box_container .center_container {
  margin: 0 auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_box_container .footer_headline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  margin-top: -10%;
  padding-bottom: 10%;
  margin-left: 10vh;
}
.footer_box_container .footer_headline h5 {
  color: white;
  margin: 0;
  font-size: 24px;
}
.footer_box_container .footer_contact_flexbox {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 10vw;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 10vh;
}
@media screen and (max-width: 768px) {
  .footer_box_container .footer_contact_flexbox {
    flex-direction: column;
    align-items: center;
  }
}
.footer_box_container .footer_contact_flexbox .footer-section {
  flex: 1;
  margin: 0 1vw;
  text-align: left;
  max-width: 25%;
}
.footer_box_container .footer_contact_flexbox .footer-section h4 {
  color: white !important;
  font-size: 1.5rem;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  .footer_box_container .footer_contact_flexbox .footer-section {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_box_container .footer_contact_flexbox .footer-section:last-child {
    margin-bottom: 0;
  }
}
.footer_box_container .footer_contact_flexbox .footer-section h2 {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer_box_container .footer_contact_flexbox .footer-section p, .footer_box_container .footer_contact_flexbox .footer-section a {
  font-size: 12px;
  font-style: normal;
  margin: 5px 0;
  color: white;
  text-decoration: none;
  font-weight: 100;
}
.footer_box_container .footer_contact_flexbox .footer-section strong {
  font-weight: 700;
  font-size: 14px;
}
.footer_box_container .footer_contact_flexbox .footer-section img {
  max-width: 100px;
  margin-bottom: 10px;
}
.footer-bordertop {
  border-top: 1px solid white;
  width: 400vw;
  margin-left: -50vw;
  overflow: hidden;
  margin-top: 10%;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  margin-left: -7%;
  text-align: left;
  display: flex;
}
.footer-bottom .footer_left_box {
  padding: 2vh 0;
}
.footer-bottom .footer_left_box p {
  margin: 0;
}
.footer-bottom .footer_right_box {
  display: flex;
  justify-content: flex-end;
}
.footer-bottom .footer_right_box a {
  padding-left: 3vw;
  color: white;
}
@media (max-width: 1024px) {
  .footer_box_container .footer_contact_flexbox {
    margin-left: 0;
  }
  .footer_box_container .footer_contact_flexbox .footer-section {
    max-width: 100%;
  }
}
.separator {
  border: none;
  border-top: 1px solid #fff;
  padding-bottom: 10vh;
  margin: 20px 0;
  width: 100%;
}
.image-gallery {
  display: flex;
  flex-wrap: nowrap;
  width: 100vw;
}
.image-gallery .image-item {
  flex: 1;
  background-size: cover;
  background-position: center;
  height: 33.33vw;
}
.image-gallery .image-item:nth-child(2) {
  background-position: right;
}
.image-gallery .image-item:nth-child(3) {
  background-position: left;
}
#gallery-1 .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.lebensart-image-gallery .wp-caption img {
  margin: 0;
}
.lebensart-image-gallery .widget-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  padding: 7px 15px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.CustomButton .elementor-button-wrapper .elementor-button {
  display: inline-block;
  text-decoration: none;
  background-color: #a8a586;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 15px 25px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}
.CustomButton .elementor-button-wrapper .elementor-button:hover {
  background-color: #928e69;
  color: #e6e6e6;
}
.CustomButton .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  pointer-events: none;
}
.MainDesktopHeader {
  backdrop-filter: blur(5px);
}
.MainDesktopHeader .Navigation li a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #A9A9A9 !important;
  filter: hue-rotate(90deg);
}
.MainDesktopHeader .Navigation li:hover {
  padding: 0.5rem;
  background-color: rgba(111, 111, 111, 0.52);
}
#sticky-menu {
  width: 100vw;
  height: 100px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all 0.3s;
}
#sticky-menu #Lebensart_Logo_SVG {
  width: 180px;
  transition: all 0.3s;
}
#sticky-menu.shrink {
  height: 85px;
  position: fixed;
  z-index: 1000;
  transition: all 0.3s;
}
#sticky-menu.shrink #Lebensart_Logo_SVG {
  width: 140px;
  transition: all 0.3s;
}
#mobile_blur_nav {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 85px;
  position: fixed;
  z-index: 1000;
}
#mobile_blur_nav #Lebensart_Logo_SVG {
  width: 140px;
}
#mobile_blur_nav .m-nav-menu--mobile {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
  color: #a18b72;
}
#mobile_blur_nav .m-nav-menu--mobile-holder .m-nav-menu--mobile-icon-holder {
  display: flex;
  justify-content: center;
}
#mobile_blur_nav .m-nav-menu--mobile-holder .m-nav-menu--mobile-icon-holder .m-nav-menu--mobile-icon {
  color: #a18b72 !important;
}
#mobile_blur_nav .m-nav-menu--mobile-holder .m-nav-menu--mobile-icon-holder .m-nav-menu--mobile-icon svg {
  fill: #a18b72 !important;
  stroke: #a18b72 !important;
}
#mobile_blur_nav .m-nav-menu--mobile-holder .m-nav-menu--mobile nav.l-primary-header--responsive__nav ul.menu li.menu-item a, #mobile_blur_nav .m-nav-menu--mobile-holder .m-nav-menu--mobile.active nav.l-primary-header--responsive__nav ul.menu li.menu-item a {
  color: #a18b72;
}
.m-nav-menu--horizontal ul li.menu-item > a::before {
  background-color: #a18b72;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.m-mega-menu--two > a:before {
  width: 100%;
  left: 0;
  background-color: #a18b72;
}
.countdown-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 1vw;
}
.countdown-container .countdown {
  background-color: #a8a586;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  width: 20vw;
  height: 20vh;
  text-align: center;
}
.countdown-container .countdown h4 {
  margin-bottom: 10px;
  color: white;
}
.countdown-container .countdown .countdown-item {
  border-radius: 5px;
  background-color: lightgrey;
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
@keyframes drawLine {
  0% {
    stroke-dashoffset: 3800;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
.slider_container_custom {
  position: absolute;
  width: 100vw;
  height: 100vh;
  color: white;
}
.slider_container_custom .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.42);
  color: grey;
  text-align: center;
  position: relative;
  padding: 110px 80px;
}
.slider_container_custom .container > * {
  position: relative;
  z-index: 32;
}
.slider_container_custom .container__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider_container_custom .container__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_container_custom .container__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  padding: 13.5% 0 13.5% 0;
}
@media (max-width: 1280px) {
  .slider_container_custom .container__content {
    height: 133%;
  }
}
.slider_container_custom .container__border {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 94%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .slider_container_custom .container__border {
    width: 100%;
  }
}
.slider_container_custom .container__border-line {
  stroke: white;
  stroke-width: 10;
  fill: none;
  stroke-dasharray: 3800;
  stroke-dashoffset: 3800;
  animation: drawLine 10s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 1s;
}
.slider_container_custom .container__header {
  opacity: 0;
  position: relative;
  z-index: 39;
  max-width: 33%;
  text-align: left;
  margin-bottom: 1.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #a18b72;
  height: 100%;
  animation: fadeInFromLeft 2s ease-out forwards;
  animation-delay: 5s;
  margin-top: -10%;
}
@media (max-width: 640px) {
  .slider_container_custom .container__header {
    max-width: 100%;
  }
}
.slider_container_custom .container__header h3 {
  color: white;
  background-color: rgba(161, 139, 114, 0.5);
  padding: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 8px 3px rgba(161, 139, 114, 0.5);
}
.slider_container_custom .container__heading, .slider_container_custom .container__intro {
  background-color: rgba(255, 255, 255, 0.73);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 1rem;
}
.slider_container_custom .container__button {
  border: none;
  background: none;
  cursor: pointer;
}
.slider_container_custom .container__button:hover {
  opacity: 0.8;
}
.slider_container_custom .container__icon {
  width: 3rem;
  height: 3rem;
}
.slider_container_custom .container__badge {
  max-width: 200px;
  position: absolute;
  bottom: 20px;
  left: 950px;
  border-radius: 50%;
}
.slider_container_custom .container .lebensart_svg_logo {
  max-width: 500px;
}
@media (max-width: 640px) {
  .slider_container_custom .container__content {
    width: 200%;
  }
}
h1, .h1, h2, .h2, h3, .h3 {
  letter-spacing: 0.1rem;
}
body {
  line-height: 1.4;
}
.l-posts-wrapper.l-posts-wrapper--meta-outside .o-neuron-hover .o-neuron-hover__body {
  text-align: left;
}
.intro_gradient_box {
  display: flex;
  align-items: center;
  width: 120vw;
  height: 25vh;
  background: #8c5e35;
  background: linear-gradient(90deg, #9c9574 0%, #8c5e35 100%);
  margin-left: -25vw;
  margin-bottom: 5vh;
  margin-top: 5vh;
}
.intro_gradient_box h4 {
  padding-left: 25vw;
  color: white;
}
.skyline_svg {
  position: absolute;
  background-color: transparent;
  width: 100vw;
  z-index: 100;
  bottom: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}
.skyline_svg img {
  width: 100vw !important;
  margin-bottom: 0;
}
.skyline_svg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  transform: scaleY(-1);
  opacity: 0.7;
}
.skyline_svg .elementor-element-ba890b7 {
  padding-bottom: 0 !important;
}
.skyline_svg.animate {
  opacity: 1;
  transform: translateY(0);
}
.ba-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.ba-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ba-slider .resize img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  max-width: none;
}
.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 6px;
  margin-left: -3px;
  background: rgba(255, 255, 255, 0.8);
  cursor: ew-resize;
}
.ba-slider .handle::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
body {
  max-width: 100vw;
  overflow: hidden;
  font-size: 200% !important;
  background-color: #f2f1f1;
}
input.wpcf7-form-control.wpcf7-submit {
  background-color: #a18b72;
  border-color: #a18b72;
  color: #fff;
  font-size: 1.5rem;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #7A7A7A;
  border-color: #7A7A7A;
}
.setOlive {
  color: #a18b72 !important;
}
h1 h2 h3 h4 h5 h6 {
  color: #a18b72;
}
@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
.overlay-2735 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  margin: 0;
  padding: 3rem;
  z-index: 800;
}
.overlay-2735 .subtitle-2735 {
  font-size: 24px;
  font-style: italic;
  color: white;
  margin-bottom: 10px;
  animation: fadeInFromLeft 2s ease-out forwards;
}
.overlay-2735 .main-title-2735 {
  font-size: 36px;
  color: white;
  animation: fadeInFromLeft 2s ease-out forwards;
  animation-delay: 1s;
}
.custom-grid-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-grid-section .elementor-column {
  width: 32%;
}
.custom-grid-section .elementor-column:nth-child(3n) {
  margin-right: 0;
}
.custom-grid-section .elementor-column:nth-child(n+4) {
  margin-top: 60px;
}
.image-credits {
  list-style-type: none;
  padding-left: 0;
}
.image-credits li {
  line-height: 2;
  margin-bottom: 5px;
  color: grey;
  font-size: 1.5rem;
}
.o-breadcrumb {
  background-color: #a18b72;
}
.o-breadcrumb .o-breadcrumb__page {
  color: white;
}
.o-breadcrumb .m-breadcrumb-nav .m-breadcrumb-nav__item.m-breadcrumb-nav__item--separator, .o-breadcrumb .m-breadcrumb-nav .m-breadcrumb-nav__item.m-breadcrumb-nav__item--active, .o-breadcrumb .m-breadcrumb-nav .m-breadcrumb-nav__item a {
  color: white;
}
@media (max-width: 1024px) {
  .l-main-wrapper {
    padding-top: 85px;
  }
}
.elementor-widget:not(:last-child) {
  margin-block-end: 0;
}
.bafg-slider-info-wraper {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bafg-slider-info-wraper {
    top: 17%;
  }
}
@media (max-width: 640px) {
  .bafg-slider-info-wraper {
    display: none;
  }
}
.bafg-slider-info-wraper .bafg-slider-title {
  color: white;
}
.twentytwenty-before-label, .twentytwenty-after-label {
  display: none !important;
}
ol {
  margin-bottom: 0;
}
ol li {
  margin-bottom: 0;
}
.home-creative-agency .tp-bullet {
  margin-left: 15px !important;
}
.m-nav-menu--mobile {
  width: 300px;
  left: -265px;
}
.a-to-top {
  top: unset;
  bottom: 2.08333rem;
}
