* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 8px;
}
@media (min-width: 400px) {
  * {
    font-size: 12px;
  }
}
@media (min-width: 850px) {
  * {
    font-size: 16px;
  }
}

#menu *{
  font-size: 18px !important;
}


p{
  font-size: 1.4rem;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  height: 100vh;
}
body{
  color: white !important;
}

body:has(#loader) {
  overflow: hidden;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: dodgerblue;
}

a {
  text-decoration: none;
}

.heading-xl {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 2.25rem;
}
.heading-xl span {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 1.3rem;
  font-weight: 300;
  text-transform: lowercase;
}

.heading-l {
  text-transform: uppercase;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 1.25rem;
}

.heading-md {
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
}
.heading-md:has(span) {
  position: relative;
  margin-bottom: 2rem;
}
.heading-md:has(span) span {
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: lowercase;
}

.heading-sm {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #c0ce2e;
  padding-bottom: 1.5rem;
}

.spaced-heading {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25rem;
  color: white !important;
}

.handwriting {
  font-family: "Annie Use Your Telescope", cursive;
  font-size: 2rem;
  color: #fff;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.btn.btn-filled {
  background-color: #fff;
  color: #c0ce2e;
}
.btn.btn-filled:hover {
  background-color: #adb929;
  color: black;
}
.btn.btn-outline {
  background-color: transparent;
  color: #c0ce2e;
  border: 2px solid #c0ce2e;
}
.btn.btn-outline:hover {
  background-color: #c0ce2e;
  color: black;
}

#sound-toggle {
  position: absolute;
  left: 1rem;
  bottom: 0;
}

.gender-info {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
  font-size: 0.7rem;
}
.gender-info a {
  color: white;
  text-decoration: underline;
}

#header-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
}

.scroll-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.section .fp-tableCell {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section0 .fp-tableCell {
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 65px;
}

.content {
  flex-wrap: wrap;
  opacity: 0;
  z-index: 200;
  text-align: center;
  max-width: 75%;
}
.content.clients {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.content.clients > * {
  width: 50%;
}
@media (min-width: 1000px) {
  .content.clients > * {
    width: 33%;
  }
}
.content.clients > * img {
  width: 75%;
}
.content.clients > * h3, .content.clients > * p {
  padding: 0.5rem 2rem;
}
.content.produce {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 7rem;
}
.content.produce > * img {
  height: 50%;
}
.content.produce > * h3, .content.produce > * p {
  padding: 0.5rem 2rem;
}
.content.packaging {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
}
.content.packaging .packaging-img {
  height: 30rem;
}
.content.quality {
  display: flex;
  margin: 0 auto;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.content.quality .info {
  width: 33%;
}
.content.hotspots {
  display: flex;
  width: 100%;
  margin-bottom: 30rem;
  position: relative;
}
@media (min-width: 1200px) {
  .content.hotspots {
    height: 100%;
    margin-bottom: 0;
    position: absolute;
  }
}
.content.hotspots img {
  position: relative;
  width: 33%;
}

@media (max-width: 500px){
  .produce .circle{
    height: 35vh;
  }
  .produce{
    gap: 0 !important;
    margin-top: 7rem !important;
  }
  .clients{
    margin-top: 10rem !important;
  }
  .clients p{
    font-size: 1.2rem;
  }
  .quality .info{
    width: 100%;
  }
  #menu{
    overflow-y: scroll;
    max-height: 100vh;
  }
  .recipies .info .btn{
    background-color: white;
  }
}
@media (min-width: 1200px) {
  .content.hotspots img {
    position: absolute;
    width: 22rem !important;
  }
}
@media (min-width: 1200px) {
  .content.hotspots #circle-bio {
    top: 20%;
    left: 19%;
  }
}
@media (min-width: 1200px) {
  .content.hotspots #circle-nachhaltig {
    top: 23%;
    right: 13%;
  }
}
@media (min-width: 1200px) {
  .content.hotspots #circle-sozial {
    top: 45%;
    left: 0%;
  }
}
@media (min-width: 1200px) {
  .content.hotspots #circle-regional {
    top: 44%;
    right: 0%;
  }
}
@media (min-width: 1200px) {
  .content.hotspots #circle-transparent {
    top: 67%;
    left: 15%;
  }
}
@media (min-width: 1200px) {
  .content.hotspots #circle-verantwortung {
    top: 68%;
    right: 13%;
  }
}
.content.recipies {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
}
.content.recipies .info {
  width: 33%;
}
.content.recipies .recipies-img {
  height: 12rem;
}

footer {
  /* color: #fff; */
  padding: 1rem 0;
  background-image: url("../media/footer/boehmer_footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: ;
}
footer .fp-tableCell {
  flex-direction: column;
}
footer .footer-head {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
}
footer .footer-head img {
  width: 50%;
}
footer .footer-table .footer-table-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
footer .footer-table .footer-table-row span {
  color: #c0ce2e;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
}
footer .footer-table .footer-table-row a {
  color: #fff;
}

@media (min-width: 992px) {
  footer .footer-head {
    flex-direction: row !important;
    align-items: center;
  }
  footer .footer-head img {
    width: 220px;
  }
  footer .footer-head .contact-info {
    padding-left: 1rem;
  }
  footer .footer-table {
    display: flex;
  }
  footer .footer-table .footer-table-row:not(:first-child) {
    padding-left: 1rem;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}/*# sourceMappingURL=main.css.map */