@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: none;
  border-width: 0;
}

.boehmer-leh__bg-green {
  background-image: url(../Images/texture_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 515px;
}

.boehmer-leh--quote {
  font-size: 130px;
  line-height: 50px;
}

.boehmer-leh__quote--text {
  font-size: var(--large-font);
  font-weight: bold;
  font-style: italic;
  color: white;
  line-height: 36px;
}

@media screen and (max-width: 1290px) {
  .boehmer-leh__custom--width {
    width: 100%;
  }
}
.boehmer-img__bg__left {
  top: 20%;
}

@media screen and (max-width: 1600px) {
  .boehmer-img__bg__left {
    opacity: 50%;
  }
}
.splide {
  padding: 5em 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow {
  background-color: var(--light-green);
  opacity: 1;
}

.splide__arrow svg {
  fill: #fff;
}

.splide__list {
  align-items: center;
}

.carousel-cell-double {
  width: 50%;
  padding-right: 20px;
}

.boehmer-leh__slider--responsive {
  height: 900px;
}
@media screen and (max-width: 800px) {
  .boehmer-leh__slider--responsive {
    height: 500px;
  }
}

.boehmer-leh__slider--double {
  height: 650px;
}
.boehmer-leh__slider--double .flickity-prev-next-button.next {
  right: 30px;
}
@media screen and (max-width: 800px) {
  .boehmer-leh__slider--double {
    height: 320px;
  }
  .boehmer-leh__slider--double .flickity-slider {
    left: auto !important;
  }
  .boehmer-leh__slider--double .flickity-slider .flickity-prev-next-button.previous {
    left: 30px;
    width: 35px;
    height: 35px;
  }
  .boehmer-leh__slider--double .flickity-slider .boehmer-leh__slider--double .flickity-prev-next-button.next {
    width: 35px;
    height: 35px;
  }
}

.boehmer-leh__trupple-cell {
  width: 33%;
  margin-right: 20px;
  height: 400px;
}
.boehmer-leh__trupple-cell img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .boehmer-leh__trupple-cell {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .boehmer-leh__trupple-cell {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .boehmer-leh__trupple-cell {
    width: 100%;
    height: auto;
  }
}

.boehmer-leh__carousel-cell-quad {
  width: 25%;
  margin-right: 20px;
  height: 400px;
}
.boehmer-leh__carousel-cell-quad img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .boehmer-leh__carousel-cell-quad {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .boehmer-leh__carousel-cell-quad {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .boehmer-leh__carousel-cell-quad {
    width: 100%;
    height: auto;
  }
}

.boehmer-leh__drawing-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  width: 100%;
  /* background-color: #eaebdf; */
}
.boehmer-leh__drawing-container .boehmer-leh__plants-wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.boehmer-leh__drawing-container .boehmer-leh__plants-wrapper .boehmer-leh__plant-img--left {
  transform: translateY(-175px) translateX(-200px) scale(1.5);
}
.boehmer-leh__drawing-container .boehmer-leh__plants-wrapper .boehmer-leh__plant-img--right {
  transform: translateX(150px) scaleX(-1) scale(1.5);
}
.boehmer-leh__drawing-container .boehmer-leh__draggable-portrait {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boehmer-leh__drawing-container .boehmer-leh__draggable-portrait .boehmer-leh__portrait {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  /*             
              @media (min-width: 1000px){
                  width: 75%;
              }

              @media (min-width: 1300px){
                  width: 65%;
              }

              @media (min-width: 1700px){
                  width: 50%;
              }
   */
  /*             &::after{
                  position: absolute;
                  top: 0;
                  left: 0;
                  display: block;
                  width: 100%;
                  height: 100%;
                  content: "";
                  opacity: 0;
                  transition: opacity 250ms ease-in-out;
                  background-color: rgba(0,0,0,.2);
              } */
  /*             &:hover{
                  .boehmer-leh__icon{
                      opacity: 1;
                  }
                  &::after{
                      opacity: 1;
                  }
              } */
}
.boehmer-leh__drawing-container .boehmer-leh__draggable-portrait .boehmer-leh__portrait .boehmer-leh__icon {
  position: absolute;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  z-index: 200;
}
.boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing .boehmer-leh__closeIcon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  width: 70px;
  height: 70px;
  z-index: 200;
  cursor: pointer;
  background-color: var(--main-green);
  transition: background-color 150ms ease-in-out;
}
.boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing .boehmer-leh__closeIcon:hover {
  background-color: var(--light-green);
}
.boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing .boehmer-leh__wrapper-draggable-drawing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
@media (min-width: 1000px) {
  .boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing .boehmer-leh__wrapper-draggable-drawing {
    width: 90vw;
    height: 90vh;
  }
}
@media (min-width: 1300px) {
  .boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing .boehmer-leh__wrapper-draggable-drawing {
    width: 80vw;
    height: 80vh;
  }
}
.boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing.active {
  display: block;
}
.boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing .draggable {
  width: 2500px;
  height: auto;
}
.boehmer-leh__drawing-container .boehmer-leh__container-draggable-drawing .draggable img {
  width: 100%;
  height: 100%;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point {
  position: absolute;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__point {
  background-color: transparent;
  width: 27px;
  height: 27px;
  color: white;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__point::after, .boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__point::before {
  background-color: var(--main-green);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__point::after {
  animation: pulse 1.5s ease-out infinite;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__point::before {
  animation: pulse 1.5s ease-out 0.4s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__content {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 70%;
  left: 0;
  width: 350px;
  padding: 1.75rem 2.5rem;
  background-color: var(--main-green);
  color: white;
  transition: all 250ms ease-in-out;
  font-size: 0.9rem;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__content h3 {
  color: white;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__content p {
  margin: 0;
  line-height: 1.3rem;
  padding-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point .boehmer-leh__content a {
  font-family: "Roboto", sans-serif;
}
.boehmer-leh__drawing-container .boehmer-leh__info-point:hover .boehmer-leh__content {
  bottom: 100%;
  opacity: 1;
  pointer-events: all;
}
.boehmer-leh__drawing-container .info-point-1 {
  top: 855px;
  left: 850px;
}
.boehmer-leh__drawing-container .info-point-2 {
  top: 1152px;
  left: 1052px;
}

.boehmer-leh__header--bg {
  background-image: url(../Images/header_img.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.boehmer-leh__headline--small {
  color: var(--main-green);
  font-weight: 700;
  text-transform: uppercase;
  margin: var(--margin-l-headline);
  font-size: var(--default-font);
}

.boehmer-leh__margin-l {
  margin: var(--margin-l-headline);
}

.boehmer-leh__contact--bg {
  background-color: var(--light-yellow);
}

.boehmer-leh__contact--height {
  min-height: 520px;
}

.nav-tabs {
  border-bottom: 2px solid var(--main-green);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--main-green);
  font-weight: 900;
  border-bottom: 4px solid var(--light-green);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: var(--light-green);
  color: var(--main-green);
}

article.boehmer-leh__entry {
  background-color: var(--bg-color);
  height: 950px;
}
article.boehmer-leh__entry .boehmer-leh__entry__content {
  height: 950px;
  background-color: var(--bg-color);
}
article.boehmer-leh__entry .boehmer-leh__entry__content .container {
  height: 950px;
  background-color: var(--bg-color);
}
@media screen and (max-width: 1200px) {
  article.boehmer-leh__entry {
    height: auto;
  }
  article.boehmer-leh__entry .boehmer-leh__entry__content {
    height: auto;
  }
  article.boehmer-leh__entry .boehmer-leh__entry__content .container {
    height: auto;
  }
}

.boehmer-leh__slide {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .boehmer-leh__slide {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    max-height: 600px;
  }
  .boehmer-leh__slide img {
    width: 200px;
  }
}

.text-parsley {
  color: var(--light-green) !important;
}

.boehmer-leh__pdf__container {
  background-color: var(--main-green);
  background-image: url("../../Public/Images/texture_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0 90px 0;
}
.boehmer-leh__pdf__container .headline-text-element, .boehmer-leh__pdf__container p, .boehmer-leh__pdf__container h6 {
  color: white;
}
.boehmer-leh__pdf__container .boehmer-leh__left-three-cols {
  padding: 50px 0;
}

.boehmer-leh__icon--width {
  height: 40px;
  width: 40px;
}

.boehmer-leh__pdf--graphic {
  position: absolute;
  transform: translateX(-150px);
  width: 150px;
}

@media (min-width: 1200px) {
  .boehmer-leh__pdf__container .boehmer-leh__left-three-cols {
    padding: 0 0 50px 0;
  }
}
.boehmer-leh__download-link {
  color: var(--light-green);
  border-bottom: 2px solid var(--light-green);
  margin-bottom: 4px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

/* btn */
.btn {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-filled {
  background-color: #fff;
  color: #c0ce2e;
}
.btn.btn-outline {
  background-color: transparent;
  color: #c0ce2e;
  border: 2px solid #c0ce2e;
}

.logo {
  width: 150px;
}

.icon {
  width: 23px;
}

nav .container {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  nav .container {
    max-width: 75%;
  }
}

.boehmer-nav-header {
  position: relative;
  text-align: center;
  height: 110vh;
  overflow: hidden;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  /* mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 85%, transparent 100%); */
}
.boehmer-nav-header .spaced-heading {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25rem;
}
.boehmer-nav-header .header-menu-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
}
.boehmer-nav-header .header-menu-section .menu-icons-wrapper {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  width: 100%;
  justify-content: end;
}
.boehmer-nav-header .header-menu-section .social {
  display: none;
  margin-right: 1rem;
}
.boehmer-nav-header .header-content {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.boehmer-nav-header .btn {
  text-shadow: none;
}
.boehmer-nav-header #time-switch-video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: url("../Images/navigation/menu-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  /* 
      .rechtliches {
          max-width: 90%;
          margin: 0 auto;
      } */
}
#menu.active {
  display: block;
}
#menu .rechtliches {
  font-size: 0.9rem;
  z-index: 10;
}
#menu .menu-header-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 0;
}
#menu .menu-header-wrapper .icon {
  position: absolute;
  top: 32px;
  right: 32px;
}
#menu .menu-header-wrapper .logo {
  opacity: 1;
}
#menu .menu-header-wrapper .logo-desktop {
  display: none;
}
#menu .menu-content-wrapper {
  padding-bottom: 2rem;
}
#menu .menu-content-wrapper .menu-section {
  padding: 1rem 0;
  padding-left: 0;
}
#menu .menu-content-wrapper .menu-section.active .menu-content {
  display: block;
}
#menu .menu-content-wrapper .menu-section.active span .icon {
  transform: rotate(180deg);
}
#menu .menu-content-wrapper .menu-section span {
  position: relative;
  display: flex;
  color: #3b6139;
  font-weight: 500;
  text-transform: uppercase;
}
#menu .menu-content-wrapper .menu-section span .icon {
  transition: all 250ms ease-in-out;
  margin-left: 2rem;
  padding: 0.125rem;
}
#menu .menu-content-wrapper .menu-section span::after {
  position: absolute;
  top: 110%;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #c0ce2e;
  content: "";
}
#menu .menu-content-wrapper .menu-section .menu-content {
  display: none;
  list-style: none;
  font-weight: 300;
  padding-top: 0.5rem;
}
#menu .menu-content-wrapper .menu-section .menu-content .menu-item {
  padding: 0.25rem 0;
  font-weight: 300;
}
#menu .menu-content-wrapper .menu-section .menu-content .menu-item a {
  color: #000;
}
#menu .menu-content-wrapper .menu-section .menu-content .menu-item a:hover {
  color: #c0ce2e;
  transition: all 250ms ease-in-out;
}
#menu .menu-contact {
  /* padding-bottom: $spacing; */
  padding-right: 130px;
}
#menu .menu-contact img {
  height: 40px;
  width: 40px;
  margin-right: 1rem;
}
#menu .menu-news-content {
  margin-bottom: 2rem;
  align-items: center;
}
#menu .menu-news-content p {
  color: #3b6139;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 1rem;
  line-height: 1.2;
}
#menu .menu-news-content a {
  color: #c0ce2e;
}

@media (min-width: 768px) {
  .header-menu-section .icon {
    width: 32px;
    height: 32px;
  }
  .header-menu-section .social {
    display: block !important;
  }
  .menu-header-wrapper .icon {
    width: 32px;
  }
}
@media (min-width: 1450px) {
  #menu .menu-header-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  #menu .menu-header-wrapper .logo-desktop {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    left: 0;
    justify-content: center;
  }
  #menu .menu-header-wrapper .logo-desktop .logo {
    opacity: 1;
  }
  #menu .menu-header-wrapper .logo {
    opacity: 0;
  }
  #menu .menu-header-wrapper .icon {
    position: relative;
    right: 145px !important;
    top: 10px !important;
  }
  .menu-content-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .menu-content-wrapper .menu-section .menu-content {
    display: block !important;
  }
  .menu-content-wrapper .menu-section .icon {
    display: none;
  }
  .menu-content-wrapper .menu-section .over_white span {
    font-size: 1rem;
  }
  .fullpage-menu-wrapper .container {
    max-width: 95%;
  }
}
@media (min-width: 1600px) {
  .heading-1 {
    font-size: 5rem;
    line-height: 1;
  }
  .heading-2 {
    font-size: 3rem;
  }
  .heading-3 {
    font-size: 2rem;
  }
  .heading-4 {
    font-size: 1.5rem;
  }
  .spaced-heading {
    letter-spacing: 0.25rem;
  }
  .header-menu-section .logo {
    width: 235px;
  }
  .menu-icons-wrapper {
    top: 60px !important;
    right: 300px !important;
    width: 35px;
  }
  .menu-icons-wrapper .icon {
    width: 40px;
    height: 40px;
  }
  .header-content {
    margin-top: -80px;
  }
  .fullpage-menu-wrapper .container {
    max-width: 85%;
  }
  .fullpage-menu-wrapper .logo {
    width: 235px;
  }
  .fullpage-menu-wrapper .menu-content-wrapper {
    padding-top: 2rem;
  }
  .fullpage-menu-wrapper .menu-section span {
    font-size: 1.3rem;
  }
  .fullpage-menu-wrapper .menu-section .menu-item {
    font-size: 1rem;
    padding: 0.125rem 0 !important;
  }
  .fullpage-menu-wrapper .menu-section a.over_white {
    display: block;
    white-space: nowrap;
  }
  .fullpage-menu-wrapper .menu-news-content {
    display: flex;
    justify-content: space-between;
  }
  .fullpage-menu-wrapper .menu-news-content p {
    font-size: 2.25rem !important;
  }
  .fullpage-menu-wrapper .menu-news-content a {
    font-size: 1.3rem;
  }
  .fullpage-menu-wrapper .menu-header-wrapper .icon {
    top: 60px !important;
    right: 300px !important;
    width: 30px;
  }
  .wrapper {
    padding: 7rem 0;
  }
  .wrapper .content {
    width: 40%;
  }
  .packaging-wrapper img {
    width: 20%;
    margin: 0;
    margin-left: auto !important;
  }
  .keyword-1 {
    margin-left: 400px;
  }
  .keyword-2 {
    margin-top: -100px;
  }
  .keyword-3 {
    margin-top: -80px;
  }
  .keyword-4 {
    margin-top: -60px;
    margin-right: 300px;
  }
  .recipe-keyword {
    width: 25% !important;
    margin-left: auto;
  }
  /*     #fixed-scroll-video {
      width: 100%;
  } */
  /*     header {
      height: 120vh;
  } */
}
@media (min-width: 2010px) {
  .menu-content-wrapper .menu-section .over_white {
    display: block !important;
  }
}
.boehmer-leh__plant__icon {
  width: 100px;
}

.boehmer-leh__card-content {
  float: left;
  margin: auto 0;
  margin-right: 10px;
  position: relative;
  width: 100%;
  height: 400px;
}

.boehmer-leh__card-front,
.boehmer-leh__card-back {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-color: var(--bg-color);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1200px) {
  .boehmer-leh__card-content {
    height: 350px;
  }
}
.boehmer-leh__book-slider {
  border-bottom: 2px solid var(--light-green);
}

.boehmer-leh__pdf__container .carousel-cell-double {
  width: 50%;
  padding-right: 20px;
}
.boehmer-leh__pdf__container .carousel-cell-double-pdf {
  width: 50%;
  height: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boehmer-leh__pdf__container .carousel-cell-double-pdf:nth-child(n+1) {
  padding-left: 40px;
}
.boehmer-leh__pdf__container .carousel-cell-double-pdf:nth-child(n+2) {
  padding-right: 40px;
}
.boehmer-leh__pdf__container .cell-wrapper {
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.boehmer-leh__pdf__container .cell-wrapper a {
  width: -moz-fit-content;
  width: fit-content;
}

.boehmer-leh__faq__container {
  height: 100%;
  padding: 5rem 0;
}
.boehmer-leh__faq__container .accordion .card .card-header a {
  color: var(--main-green);
}
.boehmer-leh__faq__container .accordion .card .card-header a::before {
  color: var(--light-green);
}
.boehmer-leh__faq__container .list-group-item.active {
  background-color: var(--light-green);
  border-color: var(--light-green);
}
.boehmer-leh__faq__container .list-group-item {
  border-color: var(--light-green);
  border-color: var(--bg-color);
}

footer {
  color: #fff;
  padding: 2rem 0;
  background-image: url("../Images/boehmer_footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
footer .footer-head {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  /*         img{
              width: 50%;
          } */
}
footer .footer-head .footer-sd {
  padding: 1.25rem 0;
}
footer .footer-head .footer-sd a {
  font-size: 12px;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
footer .footer-table {
  padding-top: 2rem;
}
footer .footer-table .footer-table-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
footer .footer-table .footer-table-row span {
  color: #c0ce2e;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
footer .footer-table .footer-table-row a {
  color: #fff;
}
footer .footer-table .footer-table-row .footer-logo {
  height: 65px;
  align-self: flex-start;
}
footer .footer-table .footer-table-row.adress p {
  font-size: 12px;
  line-height: 1.5;
}
footer .footer-table .footer-table-row.adress p:first-child {
  padding-bottom: 1rem;
}
footer .footer-social {
  display: flex;
  text-align: left;
  align-items: flex-end;
  gap: 0.5rem;
}
footer .footer-social .footer-social-icon {
  width: 30px;
  height: auto;
}

@media (min-width: 768px) {
  footer {
    background-image: url("../Images/boehmer_footer.jpg");
  }
}
@media (min-width: 992px) {
  footer .footer-head {
    flex-direction: row !important;
    align-items: center;
  }
  footer .footer-head img {
    width: 220px;
  }
  footer .footer-head .footer-social-icon {
    width: 30px;
    height: auto;
  }
  footer .footer-head .contact-info {
    padding-left: 2rem;
  }
  footer .footer-table {
    display: flex;
  }
  footer .footer-table .footer-table-row:not(:first-child) {
    padding-left: 2rem;
  }
}
.boehmer-leh__headline--small {
  color: var(--main-green);
  font-weight: 700;
  text-transform: uppercase;
  margin: var(--margin-l-headline);
  font-size: var(--default-font);
}

.boehmer-leh__margin-l {
  margin: var(--margin-l-headline);
}

.boehmer-leh__bg-green {
  background-image: url(../Images/texture_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 515px;
}

.boehmer-leh--quote {
  font-size: 130px;
  line-height: 50px;
}

.boehmer-leh__quote--text {
  font-size: var(--large-font);
  font-weight: bold;
  font-style: italic;
  color: white;
  /* line-height: 36px; */
}

@media screen and (max-width: 1290px) {
  .boehmer-leh__custom--width {
    width: 100%;
  }
}
.form-control {
  background-color: var(--bg-color);
  border: none;
}
.form-control:focus {
  background-color: var(--bg-color);
  border: none;
}

.boehmer-leh__bg-texture-image {
  background-image: url(../Images/img-text/img-box-bg.png);
  background-position: center;
  background-size: cover;
}

.entry-content-wrapper {
  min-height: 315px;
}

.entry-content-wrapper {
  background-color: var(--dark-green);
}

.boehmer_leh__article_wrapper {
  background-image: url(../Images/texture_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-direction: column-reverse;
}
.boehmer_leh__article_wrapper .entry-content-wrapper {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-left: 30px;
  padding-right: 30px;
}

.boehmer_leh__video {
  height: 353px;
  width: 630px;
}

.bilder_slider_container .swiper-slide {
  height: 400px;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bilder_slider_container .swiper-slide img {
  height: 400px;
  width: auto;
  max-width: unset;
}

.swiper-button-prev {
  background-image: url(../Icons/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.75);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.swiper-button-prev:before {
  content: "";
}

.swiper-button-prev:after {
  content: "";
}

.swiper-button-next {
  background-image: url(../Icons/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.75);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.swiper-button-next:before {
  content: "";
}

.swiper-button-next:after {
  content: "";
}

.at-col,
.at-background {
  position: relative;
}

.at-background {
  overflow: hidden;
}
.at-background:has(.boehmer-leh__drawing-container) {
  overflow: visible;
}
.at-background:not(:has(.boehmer-leh__drawing-container)) img {
  height: 100% !important;
}

.at-col {
  padding: 30px;
}

.headertext {
  padding: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.onion,
.bg-potato-half,
.bg-potato-big,
.bgClass2.bg-potato-big,
.bg-potato-big,
.bg-potato-medium,
.whole-potato-plant,
.small-potato-plant, .bg-sweet-potato {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.image-embed-item {
  position: relative;
  z-index: 10;
}

.bgClass1, .bgClass2 {
  height: 100%;
}

/* Kartoffelpflanze Container rechts */
.bgClass2.bg-potato-half {
  right: 0;
  top: 0;
}
.bgClass2.bg-potato-half img {
  height: 578px;
}

/* Süßkartoffel Container rechts */
.bgClass2.bg-sweet-potato {
  right: -7%;
  top: 0;
  transform: scaleX(-1);
}

/* Kartoffel Medium rechts */
.bgClass2.bg-potato-medium {
  right: 0;
  top: 0;
  transform: scaleX(-1);
}

/* Zwiebel Container rechts */
.bgClass2.onion {
  right: -7%;
  top: 0;
}
.bgClass2.onion img {
  height: 585px;
}

/* Kartoffelpflanze Medium Container rechts */
.bgClass1.bg-potato-medium {
  top: 0;
  right: 0;
}

/* Kartoffelblätter Groß Container rechts */
.bgClass2.bg-potato-big {
  right: 0;
  top: 0;
  transform: scaleX(-1);
}

/* Kartoffelplanze Klein Container links */
.bgClass2.small-potato-plant {
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
}

/* Kartoffelplanze Komplett Container links */
.bgClass2.whole-potato-plant {
  top: 0;
  right: -7%;
}

/* Kartoffelblätter Groß Container links */
.bgClass2.bg-potato-big {
  right: 0%;
  top: 0;
}
.bgClass2.bg-potato-big img {
  height: 585px;
}

/* Kartoffelpflanze Container links */
.bgClass1.bg-potato-half {
  bottom: 0;
  transform: scaleX(-1);
}
.bgClass1.bg-potato-half img {
  height: 585px;
}

/* Süßkartoffel Container links */
.bgClass1.bg-sweet-potato {
  left: -4%;
  bottom: 0;
}

/* Kartoffelblätter Groß Container links */
.bgClass1.bg-potato-big {
  bottom: 0;
}
.bgClass1.bg-potato-big img {
  height: 558px;
}

/* Kartoffelpflanze Medium Container links */
.bgClass1.bg-potato-medium {
  bottom: 0;
  left: 0;
}
.bgClass1.bg-potato-medium img {
  height: 585px;
}

/* Zwiebel Container links */
.bgClass1.onion {
  left: -11%;
  bottom: 0;
}
.bgClass1.onion img {
  height: 585px;
}

/* Kartoffelplanze Klein Container links */
.bgClass1.small-potato-plant {
  position: absolute;
  bottom: 0;
}

/* Kartoffelplanze Komplett Container links */
.bgClass1.whole-potato-plant {
  bottom: 0;
  left: -8%;
}

.bgClass11.bg-potato-half, .bgClass21.bg-potato-half, .bgClass31.bg-potato-half, .bgClass41.bg-potato-half {
  left: -19%;
  top: 8%;
}
.bgClass11.bg-potato-half img, .bgClass21.bg-potato-half img, .bgClass31.bg-potato-half img, .bgClass41.bg-potato-half img {
  height: 430px;
}

.bgClass12.bg-potato-half, .bgClass22.bg-potato-half, .bgClass32.bg-potato-half, .bgClass42.bg-potato-half {
  right: -122%;
  z-index: 1;
  transform: scaleX(-1);
  top: 8%;
}
.bgClass12.bg-potato-half img, .bgClass22.bg-potato-half img, .bgClass32.bg-potato-half img, .bgClass42.bg-potato-half img {
  height: 430px;
}

.bgClass11.bg-img-text-left, .bgClass21.bg-img-text-left, .bgClass31.bg-img-text-left, .bgClass41.bg-img-text-left {
  left: -19%;
  transform: scaleX(-1);
}

.bgClass12.bg-sweet-potato, .bgClass22.bg-sweet-potato, .bgClass32.bg-sweet-potato, .bgClass42.bg-sweet-potato {
  right: -28%;
  top: 6%;
}

.bgClass11.bg-sweet-potato, .bgClass21.bg-sweet-potato, .bgClass31.bg-sweet-potato, .bgClass41.bg-sweet-potato {
  left: -128%;
  top: 6%;
  transform: scaleX(-1);
}

.bgClass11.bg-potato-big, .bgClass21.bg-potato-big, .bgClass31.bg-potato-big, .bgClass41.bg-potato-big {
  left: -59%;
  top: 12%;
  transform: scaleX(-1);
}
.bgClass11.bg-potato-big img, .bgClass21.bg-potato-big img, .bgClass31.bg-potato-big img, .bgClass41.bg-potato-big img {
  height: 500px;
}

.bgClass12.bg-potato-big, .bgClass22.bg-potato-big, .bgClass32.bg-potato-big, .bgClass42.bg-potato-big {
  right: -42%;
  z-index: 1;
  top: 12%;
}
.bgClass12.bg-potato-big img, .bgClass22.bg-potato-big img, .bgClass32.bg-potato-big img, .bgClass42.bg-potato-big img {
  height: 500px;
}

.bgClass11.bg-potato-medium, .bgClass21.bg-potato-medium, .bgClass31.bg-potato-medium, .bgClass41.bg-potato-medium {
  left: -19%;
  transform: scaleX(-1);
  top: 9%;
}

.bgClass12.bg-potato-medium, .bgClass22.bg-potato-medium, .bgClass32.bg-potato-medium, .bgClass42.bg-potato-medium {
  right: -119%;
  top: 9%;
  z-index: 1;
}

.bgClass11.bg-potato-medium, .bgClass21.bg-potato-medium, .bgClass31.bg-potato-medium, .bgClass41.bg-potato-medium {
  left: -34%;
  top: 9%;
  transform: scaleX(-1);
}

.bgClass12.bg-potato-medium, .bgClass22.bg-potato-medium, .bgClass32.bg-potato-medium, .bgClass42.bg-potato-medium {
  right: -138%;
  top: 9%;
  z-index: 1;
}

/* Zwiebel Spalte links*/
.bgClass11.onion, .bgClass21.onion, .bgClass31.onion, .bgClass41.onion {
  left: -24%;
  top: 17%;
}

/* Zwiebel Spalte rechts*/
.bgClass12.onion, .bgClass22.onion, .bgClass32.onion, .bgClass42.onion {
  right: -119%;
  top: 17%;
  z-index: 1;
}

.bgClass11.small-potato-plant, .bgClass21.small-potato-plant, .bgClass31.small-potato-plant, .bgClass41.small-potato-plant {
  left: -28%;
  top: 9%;
  transform: scaleX(-1);
}

.bgClass12.small-potato-plant, .bgClass22.small-potato-plant, .bgClass32.small-potato-plant, .bgClass42.small-potato-plant {
  right: -28%;
  top: 9%;
  z-index: 1;
}

.bgClass11.whole-potato-plant, .bgClass21.whole-potato-plant, .bgClass31.whole-potato-plant, .bgClass41.whole-potato-plant {
  left: -35%;
  top: 7%;
  transform: scaleX(-1);
}
.bgClass11.whole-potato-plant img, .bgClass21.whole-potato-plant img, .bgClass31.whole-potato-plant img, .bgClass41.whole-potato-plant img {
  height: 460px;
}

.bgClass12.whole-potato-plant, .bgClass22.whole-potato-plant, .bgClass32.whole-potato-plant, .bgClass42.whole-potato-plant {
  right: -131%;
  top: 7%;
  z-index: 1;
}
.bgClass12.whole-potato-plant img, .bgClass22.whole-potato-plant img, .bgClass32.whole-potato-plant img, .bgClass42.whole-potato-plant img {
  height: 460px;
}

@media (max-width: 1560px) {
  .onion,
  .bg-potato-half,
  .bg-potato-big,
  .bgClass2.bg-potato-big,
  .bg-potato-big,
  .bg-potato-medium,
  .whole-potato-plant,
  .small-potato-plant, .bg-sweet-potato {
    display: none;
  }
}
@media (min-width: 1200px) {
  .justify-content-between .col-xl-1 {
    width: calc(8.3% - 20px);
  }
  .justify-content-between .col-xl-2 {
    width: calc(16.7% - 20px);
  }
  .justify-content-between .col-xl-3 {
    width: calc(25% - 20px);
  }
  .justify-content-between .col-xl-4 {
    width: calc(33.333333% - 20px);
  }
  .justify-content-between .col-xl-5 {
    width: calc(41.7% - 20px);
  }
  .justify-content-between .col-xl-6 {
    width: calc(50% - 20px);
  }
  .justify-content-between .col-xl-7 {
    width: calc(58.8% - 20px);
  }
  .justify-content-between .col-xl-8 {
    width: calc(66.7% - 20px);
  }
  .justify-content-between .col-xl-9 {
    width: calc(75% - 20px);
  }
  .justify-content-between .col-xl-10 {
    width: calc(83.333333% - 20px);
  }
  .justify-content-between .col-xl-11 {
    width: calc(91.7% - 20px);
  }
}
@media (min-width: 992px) {
  .justify-content-between .col-lg-1 {
    width: calc(8.3% - 20px);
  }
  .justify-content-between .col-lg-2 {
    width: calc(16.7% - 20px);
  }
  .justify-content-between .col-lg-3 {
    width: calc(25% - 20px);
  }
  .justify-content-between .col-lg-4 {
    width: calc(33.333333% - 20px);
  }
  .justify-content-between .col-lg-5 {
    width: calc(41.7% - 20px);
  }
  .justify-content-between .col-lg-6 {
    width: calc(50% - 20px);
  }
  .justify-content-between .col-lg-7 {
    width: calc(58.8% - 20px);
  }
  .justify-content-between .col-lg-8 {
    width: calc(66.7% - 20px);
  }
  .justify-content-between .col-lg-9 {
    width: calc(75% - 20px);
  }
  .justify-content-between .col-lg-10 {
    width: calc(83.333333% - 20px);
  }
  .justify-content-between .col-lg-11 {
    width: calc(91.7% - 20px);
  }
}
@media (min-width: 768px) {
  .justify-content-between .col-md-1 {
    width: calc(8.3% - 20px);
  }
  .justify-content-between .col-md-2 {
    width: calc(16.7% - 20px);
  }
  .justify-content-between .col-md-3 {
    width: calc(25% - 20px);
  }
  .justify-content-between .col-md-4 {
    width: calc(33.333333% - 20px);
  }
  .justify-content-between .col-md-5 {
    width: calc(41.7% - 20px);
  }
  .justify-content-between .col-md-6 {
    width: calc(50% - 20px);
  }
  .justify-content-between .col-md-7 {
    width: calc(58.8% - 20px);
  }
  .justify-content-between .col-md-8 {
    width: calc(66.7% - 20px);
  }
  .justify-content-between .col-md-9 {
    width: calc(75% - 20px);
  }
  .justify-content-between .col-md-10 {
    width: calc(83.333333% - 20px);
  }
  .justify-content-between .col-md-11 {
    width: calc(91.7% - 20px);
  }
}
@media (max-width: 768px) {
  .at-container .justify-content-between {
    gap: 2rem;
  }
}
@media (max-width: 567px){
  .at-col {
      padding: 0 30px;
  }
}
.container .container {
  padding: 0;
  overflow: hidden;
}
.container .container .at-col {
  padding-left: 0;
}
.container .container .row {
  margin: 0;
}

model-viewer {
  width: 100%;
  height: 600px;
}

#historie_abschluss[data-hotspots=true] .hover_point_inner {
  display: none;
}

:root {
  --main-green: #3c623a;
  --light-green: #c0ce2e;
  --dark-green: #697454;
  --light-yellow: #f5f6f0;
  --bg-color: #eaebde;
  --main-gray: #666666;
  /* fonts */
  --default-font: 18px;
  --xsmall-font: 16px;
  --small-font: 22px;
  --medium-font: 25px;
  --large-font: 30px;
  --xlarge-font: 40px;
  --xxlarge-font: 60px;
  /* headings */
  --margin-l-headline: 10px 0 20px 0;
  --margin-m-headline: 5px 0 15px 0;
  --margin-s-headline: 0 0 10px 0;
}

/* font */
body {
  font-family: "Roboto";
  margin: 0 !important;
  font-size: 18px;
  line-height: 1.3;
}

h1 {
  font-family: "Roboto";
  font-size: var(--xxlarge-font);
  text-transform: uppercase;
  line-height: 1.1;
}

h2 {
  font-family: "Roboto";
  font-size: var(--xlarge-font);
  text-transform: uppercase;
  line-height: 1.1;
}

h3 {
  font-family: "Roboto";
  line-height: 1.1;
}

h4 {
  font-family: "Roboto";
  font-size: var(--small-font);
  line-height: 1.1;
}

h5 {
  font-family: "Roboto";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

h6 {
  font-family: "Roboto";
  font-size: var(--default-font);
  line-height: 1.1;
}

.boehmer-leh__font--bold {
  font-weight: 700;
}

/* Spacing */
.boehmer-leh__space-xsmall {
  margin-top: 80px;
}

.boehmer-leh__space-small {
  margin-top: 100px;
}

.boehmer-leh__space-medium {
  margin-top: 150px;
}

.boehmer-leh__space-big {
  margin-top: 200px;
}

/* Size */
.boehmer-leh__font--default {
  font-size: var(--default-font);
}

.boehmer-leh__font--xsmall {
  font-size: var(--xsmall-font);
}

.boehmer-leh__font--small {
  font-size: var(--small-font);
  line-height: 1.1;
}

.boehmer-leh__font--medium {
  font-size: var(--medium-font);
}

.boehmer-leh__font--large {
  font-size: var(--large-font);
}

.boehmer-leh__font--xlarge {
  font-size: var(--xlarge-font);
}

.boehmer-leh__font--xxlarge {
  font-size: var(--xxlarge-font);
}

.boehmer-leh__font-letter--space {
  color: var(--light-green);
  font-weight: 400;
}

/* Custom Headlines */
.boehmer-leh__subline {
  color: var(--light-green);
  font-size: var(--default-font);
  font-weight: 500;
  text-transform: uppercase;
}

.boehmer-leh__headline--small {
  color: white;
  font-size: var(--medium-font);
  font-weight: 700;
  text-transform: uppercase;
}

.boehmer-leh__headline {
  color: var(--main-green);
  font-weight: 700;
  text-transform: uppercase;
  margin: var(--margin-l-headline);
}

/* Colors */
.boehmer-leh__white {
  color: white;
}

.boehmer-leh__main-green {
  color: var(--main-green);
}

.boehmer-leh__light-green {
  color: var(--light-green);
}

.boehmer-leh__dark-green {
  color: var(--dark-green);
}

.boehmer-leh__light-yellow {
  color: var(--light-yellow);
}

.boehmer-leh__main-gray {
  color: var(--main-gray);
}

.boehmer-leh__bg-color {
  color: var(--bg-color);
}

.boehmer-leh__hover-color:hover {
  color: var(--main-gray);
}

/* Button */
.boehmer-leh__btn--outline {
  border: 1px solid var(--light-green);
  border-radius: 14px;
  color: var(--light-green);
  text-transform: uppercase;
  font-weight: 400;
}
.boehmer-leh__btn--outline:hover {
  color: var(--main-gray);
}

.boehmer-leh__btn--filled {
  background-color: white;
  border-radius: 14px;
  color: var(--main-green);
  text-transform: uppercase;
  font-weight: 400;
}
.boehmer-leh__btn--filled:hover {
  color: var(--main-gray);
}

/* z-Index */
.z-index-1 {
  z-index: 1;
}

.z-index-n1 {
  z-index: -1;
}

.z-index-10 {
  z-index: 10;
}

/* Slider */
.flickity-page-dots {
  display: none;
}

/* BG */
.boehmer-leh__bg {
  background-color: var(--bg-color);
}

.boehmer-leh__texture--bg {
  background-image: url(../Images/texture_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.boehmer-leh__bg-light-yellow {
  background-color: var(--light-yellow);
}

/* height */
.h-px-515 {
  height: 515px;
}

.h-px-580 {
  height: 580px;
}

.h-px-650 {
  height: 650px;
}

.h-px-670 {
  min-height: 670;
}

.h-px-800 {
  min-height: 800px;
}

.h-px-900 {
  min-height: 900px;
}

.boehmer-leh--rotate {
  rotate: 17deg;
}/*# sourceMappingURL=main.css.map */

.break-word{
  word-wrap: break-word !important;
}

@media (max-width: 768px){
  .boehmer-leh-margin-1{
      margin: 1rem 0;
  }
}