.c-scrollbar,
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
}
header a,
p {
  font-size: 16px;
}
.fiftyfifty,
.has-scroll-smooth body,
.hero,
.standort,
html.has-scroll-smooth {
  overflow: hidden;
}
.fiftyfifty,
.location-wrapper,
.product-grid {
  grid-template-columns: 1fr;
}
.fiftyfifty div,
.fiftyfifty p,
.footer-bottom,
.hero-p,
.hover-button,
.intro-inner,
.intro-p,
.product,
footer h2,
h1 {
  text-align: center;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
.c-scrollbar {
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.hero,
video {
  height: 100vh;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.hero-sec,
video {
  margin-top: -16px;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
} /*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
@font-face {
  font-family: Rubik;
  src: url("/extern/fonts/Rubik/Rubik-Regular.woff");
  font-weight: 400;
}
@font-face {
  font-family: Rubik;
  src: url("/extern/fonts/Rubik/Rubik-SemiBold.woff");
  font-weight: 600;
}
@font-face {
  font-family: RubikOne;
  src: url("/extern/fonts/RubikOne/RubikMonoOne-Regular.woff");
  font-weight: 900;
}
* {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
body {
  --bgcolor: #ffecd0;
  --darkcolor: #09090b;
  --black: #111;
  background-color: var(--bgcolor);
  --maxwidth: 1560px;
  color: var(--black);
  font-family: Rubik;
}
.hover-button,
h1,
h2,
h3,
h4,
header a {
  font-family: RubikOne;
}
section {
  margin: auto;
}
a {
  text-decoration: none;
}
p {
  line-height: 150%;
  font-weight: 400;
}
.column,
.column-row {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row;
}
.hero {
  padding: 16px 0 32px;
  background-color: var(--darkcolor);
  position: relative;
}
.hero-sec {
  background-color: #09090baa;
  position: absolute;
  width: 101%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.gif-wrap,
.standort {
  position: relative;
}
.hero-video {
  width: fit-content;
  margin: auto;
}
video {
  width: 100vw;
}
.logo {
  margin: 0 -24px 16px 0;
  width: 96px;
  height: auto;
}
header {
  position: fixed;
  width: 100%;
  z-index: 100000;
}
header a {
  color: #ffe6b7;
  border: none;
  background-color: #09090b;
  float: right;
  margin: 16px 8px 0 0;
  border-radius: 24px;
  padding: 8px 12px 6px;
}
h1 {
  font-size: 32px;
  color: #fff;
}
.hero-p {
  color: #ebebeb;
  font-size: 18px;
  font-weight: 100;
  margin: 16px 0;
  width: 100%;
}
.hero-video2 {
  display: none;
}
.hover-button {
  width: 160px;
  height: 28px;
  padding: 16px;
  border-radius: 18px;
  border: 4px solid #09090b;
  box-shadow: 3px 3px #ffe6b7;
  background-color: #ffe6b7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #09090b;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto;
  letter-spacing: -1.5px;
}
.line,
.menu-button {
  border-radius: 18px;
}
.hover-button:hover,
footer .button:hover {
  transition: 0.1s linear;
  transform: translate(3px, 3px);
  box-shadow: 0 0 #09090b;
}
.line {
  width: 80%;
  margin: 24px 0;
  height: 8px;
  background-color: #ffeecf;
}
.intro-inner {
  padding-top: 48px;
}
h2 {
  font-size: 20px;
  margin-bottom: 32px;
  word-spacing: -10px;
}
.intro-p {
  margin-top: 16px;
  padding: 0 24px;
}
.fiftyfifty {
  margin-top: 64px;
  height: 700px;
  width: 100%;
  background-color: #3c7037;
  display: grid;
}
.fiftyfifty div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  color: #ffeecf;
}
.intro .fiftyfifty-right {
  padding: 0;
  max-height: 400px;
}
.fiftyfifty img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fiftyfifty h3 {
  font-size: 24px;
}
.join .fiftyfifty p,
.standort h3 {
  font-size: 16px;
}
h3 {
  word-spacing: -8px;
}
.fiftyfifty p {
  margin: 24px 0;
  max-width: 600px;
}
.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 16px;
  height: 16px;
  border: none;
  width: 180px;
  font-size: 18px;
}
.fiftyfifty .menu-button {
  color: #3c7037;
  background-color: #ffeecf;
}
.gif-overlay,
.join .fiftyfifty,
.spinning,
footer {
  background-color: #09090b;
}
.location-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.location-wrapper {
  padding: 32px 24px 0 12px;
  display: grid;
  gap: 32px;
}
.standort {
  border-radius: 18px;
  border: 6px solid #09090b;
}
.standort img {
  object-fit: cover;
  object-position: right;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.standort,
.standort img {
  width: 100%;
  height: 100%;
}
.standort h3 {
  position: absolute;
  bottom: 24px;
  right: 8px;
  color: #09090b;
}
.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spinning {
  animation: 5s linear infinite spinning;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-top: 96px;
  align-items: center;
  justify-content: center;
}
.spinning img {
  width: 40px;
  margin-left: 8px;
  height: auto;
}
@keyframes spinning {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.product-grid {
  display: grid;
  align-items: start;
  margin: auto;
  row-gap: 48px;
  padding: 16px;
}
.product {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product img {
  height: 120px;
  width: auto;
  transition: transform 0.1s linear;
}
.product h3 {
  margin: 16px 0;
}
.product img:hover {
  transform: rotate(20deg) scale(1.2);
}
.join .fiftyfifty {
  margin-top: 64px;
  color: #ffe6b7;
}
.join .fiftyfifty-left {
  padding: 0;
  max-height: 360px;
}
.join .fiftyfifty-right .button {
  color: #262626;
  background-color: #ffeecf;
}
.join .fiftyfifty .menu-button {
  color: #262626;
}
.gallery {
  max-width: none;
  overflow-x: hidden;
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery.is-inview {
  background-color: var(--darkcolor);
}
.gallery h2,
.gallery p {
  color: var(--bgcolor);
}
.gallery .column-row {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.gallery p {
  max-width: 500px;
  padding: 16px;
}
.gallery .column-row:nth-child(2n) {
  flex-direction: column-reverse;
}
.gif {
  width: 300px;
  height: 300px;
}
.gif-overlay {
  position: absolute;
  width: 300px;
  height: 302px;
  top: -1px;
  left: 0;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
.gif-overlay.is-inview {
  transform: translateX(300px);
}
footer {
  color: #ffeecf;
  width: 100%;
}
.footer-inner {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
}
footer .column-row {
  padding: 0 24px;
  align-items: center;
}
footer .column-row .column {
  align-items: center;
}
footer .icon {
  width: 32px;
  height: 32px;
  margin: 16px 32px;
}
footer .column-row .hover-button {
  background-color: #ffeecf;
  color: #09090b;
  box-shadow: 3px 3px #ffeecf;
}
.footer-inner a {
  margin-top: 20px;
  color: #ffeecf;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 24px;
  padding: 16px 0 32px;
  border-top: 0.5px solid #ffeecf;
  color: #ffeecf;
  font-weight: 100;
  font-size: 12px;
}
.footer-bottom p {
  font-weight: 100;
  margin: 16px 0;
  font-size: 12px;
}
.footer-bottom a {
  color: #ffeecf;
  margin: 0 8px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 400px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 500px) {
  .standort,
  .standort img {
    max-width: 400px;
    margin: auto;
  }
  .fiftyfifty p {
    max-width: 600px;
  }
}
@media screen and (min-width: 700px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 32px 64px;
  }
}
@media screen and (min-width: 768px) {
  .hero-video {
    height: 110vh;
    position: absolute;
  }
  .hero-video2 {
    display: block;
    right: 0;
  }
}
@media screen and (min-width: 800px) {
  .fiftyfifty,
  .location-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .fiftyfifty {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-sec,
  .hero-video {
    position: static;
  }
  .hero-p,
  h1 {
    text-align: center;
  }
  .fiftyfifty,
  .hero,
  .hero div {
    overflow: hidden;
  }
  .fiftyfifty p,
  .hero-p {
    margin: 24px;
  }
  .standort h3,
  .standort p {
    position: absolute;
    right: 16px;
  }
  header {
    margin-right: 8px;
  }
  section {
    padding: 5vw;
    max-width: 1560px;
  }
  .column-row {
    flex-direction: row;
  }
  .hero {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    max-width: none;
    background-color: var(--darkcolor);
  }
  .hero-sec {
    width: 100%;
  }
  .hero-video2 {
    display: block;
  }
  video {
    height: 110vh;
    width: auto;
    margin-top: -16px;
  }
  .hero-sec:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .logo {
    width: 8vw;
    height: auto;
  }
  h1 {
    font-size: 3.8vw;
    color: #fff;
  }
  .hero-p {
    color: #ebebeb;
    font-size: 1.5vw;
    font-weight: 100;
    width: 100%;
  }
  p {
    font-size: 18px;
    line-height: 160%;
  }
  .button.hero-button {
    font-size: 1.5vw;
    width: 16vw;
    height: 5vh;
  }
  .button {
    margin-top: 0.5vw;
    width: 15vw;
    height: 2vw;
    padding: 0.5vw;
    border-radius: 18px;
    border: 0.3vw solid #09090b;
    box-shadow: 0.3vw 0.3vw #ffe6b7;
    background-color: #ffe6b7;
    margin-left: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #09090b;
    font-weight: 600;
    font-size: 1.2vw;
  }
  .fiftyfifty,
  .line {
    border-radius: 18px;
  }
  .gallery .column-row,
  .location-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .button:hover {
    transition: 0.1s linear;
    transform: translate(0.3vw, 0.3vw);
    box-shadow: 0 0 #09090b;
  }
  .line {
    width: 80%;
    margin: 3vw 0 3vw 1vw;
    height: 0.8vw;
    background-color: #ffeecf;
  }
  .intro-p {
    max-width: 880px;
    margin: auto;
  }
  h2 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  h2 span {
    margin-left: 1.5vw;
  }
  .fiftyfifty {
    height: 500px;
    width: 100%;
    max-width: 1040px;
    margin: 128px auto 0;
  }
  .fiftyfifty div {
    padding: 1vw;
    height: 500px;
  }
  .fiftyfifty img {
    height: 100%;
    min-height: 600px;
  }
  .join .fiftyfifty img {
    min-height: 300px;
  }
  .fiftyfifty h3 {
    font-size: 40px;
  }
  h3 span {
    margin-left: 1.2vw;
  }
  .fiftyfifty .button {
    cursor: pointer;
  }
  .location-wrapper {
    padding-top: 64px;
  }
  .standort img {
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .standort:hover img {
    transform: scale(1.7) rotate(5deg);
  }
  .standort h3 {
    bottom: 40px;
    font-size: 1.3vw;
    color: #09090b;
  }
  .standort p {
    bottom: 16px;
    color: #09090b;
  }
  .standort h3 span {
    margin-left: 0.5vw;
  }
  .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spinning {
    width: 160px;
    height: 160px;
  }
  .spinning img {
    width: 80px;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 64px;
    padding: 32px 0 0;
  }
  .product img {
    height: 140px;
    transition: transform 0.1s linear;
  }
  .product h3 {
    margin-top: 16px;
    letter-spacing: -0.5px;
  }
  .product p {
    margin-top: 16px;
    font-size: 16px;
  }
  .join .fiftyfifty {
    margin-top: 64px;
  }
  .join .fiftyfifty-left {
    max-height: none;
  }
  footer h2 {
    text-align: left;
    font-size: 36px;
    margin-bottom: 0;
  }
  .footer-inner {
    padding: 64px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer-inner a {
    margin-top: 16px;
    color: #ffeecf;
  }
  .footer-inner .column-row .hover-button {
    margin-right: 32px;
  }
  footer .icon {
    width: 32px;
    height: 32px;
    margin: 16px;
  }
  footer .column-row {
    align-items: flex-end;
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 64px;
    padding: 32px 0;
    color: #ffeecf;
    font-size: 14px;
  }
  .footer-bottom p {
    margin: 0;
    font-size: 14px;
  }
  .footer-bottom a {
    color: #ffeecf;
    margin: 0 8px;
  }
  .gallery {
    background-color: var(--darkcolor);
    max-width: none;
  }
  .gallery h2,
  .gallery p {
    color: var(--bgcolor);
  }
  .gallery .column-row {
    padding: 64px 32px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    max-width: 880px;
    margin: auto;
  }
  .gallery p {
    max-width: 500px;
  }
  .gif-wrap {
    position: relative;
  }
  .gif {
    width: 400px;
    height: 400px;
  }
  .gif-overlay {
    position: absolute;
    width: 400px;
    height: 402px;
    background-color: #09090b;
    top: -1px;
    left: 0;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }
  .gif-overlay.is-inview {
    transform: translateX(400px);
  }
  .gallery-grid {
    position: relative;
    height: 1800px;
  }
  .gl-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gl-1 {
    transform: translate(-300px, -400px);
    width: 300px;
    height: 400px;
    top: 0;
    left: 0;
  }
  .gl-2 {
    top: 40px;
    right: 0;
    width: 500px;
    height: 350px;
  }
  .gl-3,
  .gl-4,
  .gl-5 {
    width: 300px;
    height: 300px;
  }
  .gl-3 {
    top: 340px;
    left: 340px;
  }
  .gl-4 {
    top: 700px;
    left: 0;
  }
  .gl-5 {
    top: 900px;
    left: 400px;
  }
}
@media screen and (min-width: 1150px) {
  .standort,
  .standort img {
    max-width: none;
    width: 450px;
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  header a {
    font-size: 18px;
  }
  .product-grid {
    column-gap: 64px;
  }
}
@media screen and (min-width: 1250px) {
  video {
    margin-top: -5vh;
    height: 115vh;
  }
  .standort,
  .standort img {
    width: 500px;
    height: 350px;
  }
  footer .column-row {
    flex-direction: row;
  }
  footer .column-row .button {
    margin: 0 32px 0 0;
  }
  .product img {
    height: 160px;
  }
  .doener img {
    height: 130px;
  }
}
@media screen and (min-width: 1325px) {
  video {
    margin-top: -7vh;
    height: 120vh;
  }
}
@media screen and (min-width: 1400px) {
  .standort,
  .standort img {
    width: 550px;
    height: 380px;
  }
  .preload-text {
    font-size: 28px;
  }
  .video {
    height: 125vh;
    margin-top: -10vh;
  }
}
@media screen and (min-width: 1560px) {
  .footer-bottom,
  .footer-inner {
    margin: auto;
    max-width: 1560px;
  }
  .preload-text {
    font-size: 30px;
  }
  section {
    padding: 80px 64px;
  }
  .hero,
  .hero-sec,
  .hero-video {
    max-height: 900px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero p {
    font-size: 24px;
  }
  .hero-button {
    font-size: 32px;
    width: 360px;
    height: 64px;
    border: 8px solid #09090b;
    box-shadow: 6px 6px #ffe6b7;
  }
  .button:hover {
    transform: translate(6px, 6px);
    box-shadow: 0 0 #09090b;
  }
  h2 {
    font-size: 80px;
    margin-bottom: 64px;
  }
  h2 span {
    margin-left: 32px;
  }
  .standort,
  .standort img {
    height: 400px;
    width: 600px;
  }
  .product img {
    margin-bottom: 32px;
    height: 200px;
  }
  .doener img {
    height: 150px;
  }
  .product h3 {
    font-size: 28px;
  }
  .product-grid {
    gap: 64px 32px;
  }
  .footer-bottom {
    padding: 32px 0;
  }
  footer h2 span {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .hero,
  header,
  main {
    max-width: 1920px;
  }
  .preload-text {
    font-size: 36px;
  }
  main {
    margin: auto;
  }
  section {
    padding: 64px 0;
  }
  .hero,
  .hero-sec,
  .hero-video {
    max-height: 1080px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero p {
    font-size: 28px;
  }
  h2 {
    font-size: 88px;
  }
  .footer-inner {
    padding: 64px 0 32px;
  }
  .footer-bottom {
    padding: 32px 0;
  }
}
