@font-face {
  font-family: Montserrat-local-local;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-local-local;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori;
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --beige: #edebe7;
  --old-green: #006327;
}

.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: #000;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  font-family: PP Mori, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-custom1 {
  padding-bottom: 1.5em;
}

.padding-bottom.padding-tiny {
  margin-right: 60px;
}

.padding-bottom.padding-mobile {
  display: none;
}

.padding-bottom.padding-mobile.padding-gigantic {
  padding-bottom: 20rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  background-color: var(--beige);
  flex: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-style-allcaps.text-style-link {
  margin-right: 40px;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: #080808;
  text-align: justify;
  margin-right: 10px;
  font-family: Montserrat-local-local, Verdana, sans-serif;
  font-size: .8rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  text-transform: lowercase;
  margin-left: 60px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-style-h5.no60 {
  margin-left: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
  background-color: var(--beige);
  padding-top: 5rem;
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  text-align: center;
  background-color: #0000000f;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button:hover {
  background-color: #0000001a;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.section_home-header {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.section_home-header.webkit-fill {
  z-index: 996;
  justify-content: center;
  position: relative;
}

.section_home-header.webkit-fill.off {
  display: none;
}

.home-header_wordmark-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.contrast-overlay {
  z-index: 1;
  background-color: #0000000d;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-header_bg-image-wrapper {
  z-index: 0;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-header_bg-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 120%;
  margin-bottom: -20%;
}

.home-header_bg-image.ohne_abstand {
  margin-bottom: 0%;
}

.home-header_wordmark-svg {
  width: 100%;
}

.home-header_wordmark-svg.is-black {
  color: #000;
}

.nav_component {
  z-index: 995;
  background-color: var(--beige);
  border-bottom: 1px solid #000;
  height: 4.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: sticky;
  top: 0;
}

.nav_flex-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_left {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.nav_right {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  font-family: Suisse Int\'l;
  font-weight: 700;
  display: flex;
}

.nav_right.left {
  justify-content: flex-start;
  align-items: center;
}

.nav_middle {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
}

.nav_middle.w--current {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  left: auto;
  right: auto;
}

.padding-section-nav {
  padding-top: 1.5em;
  padding-bottom: .75em;
}

.home-header_flex-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_header-bottom {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.search-button {
  display: none;
}

.search {
  color: #000;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  text-align: right;
  background-color: #fff0;
  border: 0 solid #000;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: PP Mori, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.marquee_track {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee_component {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.marquee {
  align-items: center;
  width: 100vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.marquee_instance {
  flex: none;
  display: flex;
}

.marquee_now-roasting-list {
  display: flex;
}

.now-roasting_component {
  flex: none;
  align-items: center;
  margin-right: 2rem;
}

.now-roasting_color {
  background-color: #000;
  border-radius: 100vw;
  width: 1.25rem;
  height: 1rem;
  margin-bottom: .15rem;
}

.text-footer {
  padding: 0;
}

.now-roasting_wrapper {
  grid-column-gap: .25rem;
  color: #fff;
  align-items: center;
  display: flex;
}

.nav_menu-trigger {
  display: none;
}

.nav_link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 25ms;
  display: flex;
  position: relative;
}

.nav_link:hover {
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}

.nav_link.sprache {
  margin-right: 40px;
}

.transition {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.transition_content {
  z-index: 2;
  color: #fff;
  background-image: url('../images/bg-black.webp');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transition-trigger {
  display: none;
}

.transition_glass {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff24;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transition_logo {
  z-index: 2;
  opacity: .82;
  width: 75px;
  height: auto;
  position: absolute;
}

.header-bottom_flex-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.featured-item_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-item_component {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.featured-item_item:hover {
  filter: none;
}

.featured-item_text-wrapper {
  text-transform: none;
  align-items: baseline;
  display: flex;
}

.featured-item_list-wrapper {
  flex: none;
  width: 60%;
}

.empty-state {
  display: none;
}

.featured-item_text {
  text-transform: uppercase;
}

.header-bottom_left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.featured-item_link {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.layout-format_wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.layout-format_wrapper.test {
  width: 48vw;
}

.section_collapsible-menu {
  z-index: 2;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.featured-item_hover-wrapper {
  flex: 1;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: hidden;
}

.featured-item_hover-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.featured-item_image-wrapper {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.z-index-text {
  z-index: 2;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #ffffff40;
  align-items: center;
  height: 1rem;
  padding: .7rem .5rem .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 6% -10% 0% auto;
}

.padding-nav-height {
  padding-bottom: 4.75rem;
}

.current-coffees_dropdown-trigger {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 1rem .5rem 0;
  display: flex;
}

.currrent-coffees_list {
  width: 70%;
}

.current-coffees_component {
  border-top: 3px solid #000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.current-coffees_item {
  border-bottom: 1px solid #000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.collapsible-menu_flex-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.current-coffees_dropdown {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.current-coffees_link {
  display: none;
  position: absolute;
  inset: 0%;
}

.current-coffees_color {
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.current-coffees_origin-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: baseline;
  width: 55%;
  display: flex;
}

.text-size-custom1 {
  font-size: 1.25rem;
}

.current-coffees_notes-wrapper {
  flex: none;
  width: 55%;
}

.current-coffee_info-wrapper {
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.current-coffees_right {
  justify-content: space-between;
  align-items: baseline;
  width: 45%;
  display: flex;
}

.collapsible-menu_heading-wrapper {
  grid-column-gap: .2rem;
  align-items: flex-start;
  display: flex;
}

.home-header_hours-wrapper {
  flex-direction: column;
  width: 90%;
  display: flex;
}

.hours_component {
  border-top: 3px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hours_line {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.hours_heading-wrapper {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.hours_location-wrapper {
  justify-content: space-between;
  align-items: baseline;
  width: 70%;
  display: flex;
}

.views_flex-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-top: 50vh;
  display: flex;
  position: relative;
}

.views_image {
  filter: grayscale(30%);
}

.views_image.test {
  width: 48vw;
  max-width: none;
  margin-bottom: 100px;
  margin-right: 40px;
  overflow: clip;
}

.views_image.test-40 {
  width: 40vw;
  max-width: none;
  position: relative;
  top: -8rem;
  left: 4rem;
  overflow: clip;
}

.views_image.test-35 {
  width: 35vw;
  max-width: none;
  margin-bottom: 100px;
  position: relative;
  left: 12rem;
  overflow: clip;
}

.views_image.test-40-r {
  width: 40vw;
  max-width: none;
  position: relative;
  top: -15rem;
  left: auto;
  right: auto;
  overflow: clip;
}

.views_image.test-r {
  width: 48vw;
  max-width: none;
  overflow: clip;
}

.section_views {
  z-index: 1;
  position: relative;
}

.views_text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -45vh;
  padding-top: 50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.footer_component {
  z-index: 1;
  background-color: var(--beige);
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -20px;
  padding-top: 4.75rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.footer_flex-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.transition_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
}

.lottie_component {
  z-index: 3;
  width: 160px;
  height: auto;
  position: absolute;
  transform: rotate(180deg);
}

.current-coffees_color-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mobile-menu_component {
  display: none;
}

.laoyut-format_top {
  justify-content: space-between;
  display: flex;
}

.layout-format_bottom-wrapper {
  border-top: 3px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.layout-format_line {
  border-bottom: 1px solid #000;
  width: 70%;
  margin-right: 60px;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.featured-item_left-border-wrapper {
  border-right: 1px solid #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 0;
  margin-bottom: 1.65rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -.6rem;
}

.search-result-wrapper {
  display: none;
}

.logo-lottie_wrapper {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 84px;
  display: flex;
  position: relative;
}

.lottie_img {
  width: 85px;
}

.link-block {
  margin: -10px;
  padding: 10px;
}

.footer_content-wrapper {
  justify-content: space-between;
  width: 100%;
}

.footer_content-flex-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_wordmark {
  width: 100%;
}

.footer_column {
  color: #050505;
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.footer_column.is-newsletter {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 54%;
  max-width: 800px;
}

.footer_link-block {
  color: #fff;
}

.text-field {
  text-align: right;
  background-color: #0000;
  border: 0 solid #000;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  height: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.form-block {
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: right;
  background-color: #0000;
  border: 1px #fff;
  border-top-width: 3px;
  flex: none;
  height: 2.5rem;
  padding: 6px 12px 5px 0;
  font-size: 1rem;
}

.footer_right-columns {
  grid-column-gap: 10%;
  flex: none;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.newsletter-text {
  font-weight: 400;
}

.submit-button_wrapper {
  border-bottom: 1px solid #fff;
  justify-content: flex-end;
  width: 70%;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.error-message {
  background-color: #3d0000;
  border-radius: 5px;
}

.section_credits {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
}

.credits_flex-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.credits_flex-wrapper.links {
  justify-content: flex-start;
  align-items: flex-start;
}

.credits_top {
  border-bottom: 3px solid #000;
  width: 100%;
}

.credits_bottom {
  width: 70%;
}

.credits_line {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.credits_line.letter {
  transition: all;
}

.credits_line.letter.burkey {
  position: relative;
}

.credits_link {
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.burkey-hover_wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: -149px auto 0% -235px;
}

.burkey-hover_img {
  width: 200px;
}

.eyes {
  font-size: 3rem;
  position: absolute;
  inset: 67% -6% auto auto;
}

.section_credits-flex-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.section_credits-flex-wrapper.links {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  font-size: 40vw;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer_copyright {
  justify-content: space-between;
  margin-bottom: 1em;
  display: flex;
}

.footer-imprint {
  display: flex;
}

.protection {
  margin-left: 40px;
}

.image {
  color: var(--old-green);
  max-width: 100%;
  overflow: visible;
}

.block-image-text {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.div-block-3, .div-bersicht {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-imprint {
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
}

.text-size-regular-2 {
  font-family: Montserrat-local-local, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.error-message-2 {
  background-color: #eee;
  border-left: 2px solid #222;
  border-radius: .2rem;
}

.text-size-small-2 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.form_dual-input {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success-2 {
  background-color: #ddd0;
  border: 1px solid #eee;
  border-radius: .2rem;
  padding: 9rem 1.25rem;
}

.submit-button-2 {
  background-color: #0d0d0d;
  border-radius: 100rem;
  margin-bottom: 0;
  padding: .8rem;
}

.text-size-regular-3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.form-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.contact_right {
  width: 40em;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
}

.form_input-2 {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: .2rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: border-color .2s linear;
}

.form_input-2:focus {
  border-color: #b6b6b6;
}

.form_input-2::placeholder {
  color: #222222a6;
}

.form_input-2.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_block {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.div-bersicht-copy {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
  margin-bottom: 10rem;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.accordion-item-trigger {
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  text-align: left;
  width: auto;
}

.text-center {
  text-align: center;
  margin-top: 8em;
  margin-bottom: 8em;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--beige);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.body {
  background-color: var(--beige);
}

.heading-2 {
  font-weight: 400;
}

.nav_links {
  justify-content: flex-start;
  width: 45%;
  display: flex;
}

.nav_links.mobile {
  display: none;
}

.nav_right-2 {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  font-weight: 700;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .home-header_bg-image.ohne_abstand {
    margin-bottom: 0%;
  }

  .section_credits-flex-wrapper.links {
    max-width: 1200px;
  }

  .contact_right {
    width: 40em;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-custom1 {
    padding-bottom: .5em;
  }

  .padding-bottom.padding-mobile.padding-gigantic {
    padding-bottom: 14rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-header.webkit-fill {
    height: 80vh;
    margin-top: -12em;
  }

  .home-header_bg-image-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .home-header_bg-image.ohne_abstand {
    min-height: 80%;
  }

  .nav_middle {
    width: 15%;
  }

  .section_header-bottom {
    height: auto;
  }

  .search-input {
    width: 8rem;
  }

  .nav_link.mobile.w--current {
    display: none;
  }

  .header-bottom_flex-wrapper {
    flex-flow: column;
  }

  .featured-item_component {
    width: auto;
  }

  .featured-item_component.off {
    display: none;
  }

  .featured-item_list-wrapper {
    width: 75%;
  }

  .header-bottom_left {
    width: 100%;
  }

  .layout-format_wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .layout-format_wrapper.test {
    width: auto;
  }

  .currrent-coffees_list {
    width: 100%;
  }

  .current-coffees_origin-wrapper, .current-coffees_notes-wrapper {
    width: 50%;
  }

  .home-header_hours-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .hours_component {
    justify-content: flex-start;
    align-items: center;
  }

  .grid {
    margin-top: 25vh;
  }

  .views_image.test {
    width: auto;
    margin-right: 0;
  }

  .views_image.test-40-r {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .views_text-wrapper.off {
    display: none;
  }

  .layout-format_bottom-wrapper {
    margin-left: 0;
  }

  .footer_column.is-newsletter {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    width: 40%;
    padding-top: 0;
  }

  .burkey-hover_wrapper {
    display: none;
    left: -214px;
  }

  .section_credits-flex-wrapper.links {
    max-width: none;
  }

  .div-bersicht {
    flex-flow: column;
  }

  .div-bersicht.no {
    display: none;
  }

  .form_message-success-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact_right {
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1.25rem;
  }

  .div-bersicht-copy {
    flex-flow: column;
  }

  .content-wrapper.slim {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav_links {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-mobile {
    display: block;
  }

  .padding-bottom.padding-mobile.padding-gigantic {
    padding-bottom: 7.5rem;
  }

  .padding-bottom.padding-mobile.padding-xxxhuge {
    padding-bottom: 6rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-header_bg-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .nav_left {
    height: 4em;
  }

  .nav_right.left {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_middle {
    width: 20%;
  }

  .section_header-bottom {
    height: auto;
  }

  .nav_menu-trigger {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    width: 2rem;
    height: .5rem;
    display: flex;
  }

  .menu-trigger_line {
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_link:hover {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .nav_link.sprache {
    margin-right: 10px;
  }

  .nav_link.mobile, .nav_link.mobile.w--current {
    display: none;
  }

  .header-bottom_flex-wrapper {
    flex-flow: column;
  }

  .featured-item_component {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .featured-item_component.off {
    display: none;
  }

  .featured-item_list-wrapper {
    width: 80%;
  }

  .header-bottom_left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .featured-item_hover-wrapper {
    display: none;
  }

  .z-index-text {
    inset: 9% auto 0% -13%;
  }

  .current-coffees_origin-wrapper {
    width: 50%;
  }

  .text-size-custom1 {
    font-size: 1rem;
  }

  .current-coffees_notes-wrapper, .current-coffee_info-wrapper, .current-coffees_right {
    width: 50%;
  }

  .hours_line, .hours_location-wrapper {
    width: 80%;
  }

  .lottie_component.is-mobile-menu {
    width: 85px;
    bottom: 2px;
  }

  .mobile-menu_component {
    z-index: 998;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu_glass {
    z-index: 1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #ffffff24;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .mobile-menu_wrapper {
    z-index: 2;
    color: #fff;
    background-image: url('../images/bg-black.webp');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .stop-scroll {
    z-index: -10;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .layout-format_bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
  }

  .layout-format_bottom-wrapper.is-white {
    border-top-color: #fff;
  }

  .layout-format_line {
    width: 80%;
  }

  .layout-format_line.is-white {
    border-bottom-color: #fff;
  }

  .layout-format_line.is-white.is-secondary {
    width: 60%;
  }

  .mobile-menu_content-wrapper {
    z-index: 2;
    position: relative;
  }

  .mobile-menu_content-wrapper.webkit-fill {
    flex: 1;
  }

  .mobile-menu_top-flex-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .mobile-menu_close-trigger {
    margin: -10px;
    padding: 10px;
    font-size: 2rem;
  }

  .mobile-menu_content {
    width: 100%;
    padding-left: 0;
  }

  .mobile-menu_link-block {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-menu_link-block.is-secondary {
    justify-content: flex-end;
  }

  .mobile-menu_search {
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .mobile-menu_search-input {
    color: #fff;
    text-align: right;
    background-color: #0000;
    border: 1px #000;
    height: 1.875rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .featured-item_left-border-wrapper {
    display: block;
  }

  .mobile-menu_footer {
    position: absolute;
    inset: auto 0% 0%;
  }

  .mobile-menu_footer-flex-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .logo-lottie_wrapper {
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .lottie_img {
    width: 40px;
  }

  .padding-section-custom1 {
    padding-bottom: 6rem;
  }

  .layout-format_secondary-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .layout-format_secondary-top {
    border-bottom: 1px solid #fff;
    width: 60%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block {
    width: auto;
  }

  .footer_content-flex-wrapper {
    grid-row-gap: 3.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_column {
    max-width: none;
  }

  .footer_column.is-newsletter {
    align-items: stretch;
    width: 100%;
  }

  .text-field {
    border-radius: 0;
  }

  .footer_right-columns {
    grid-column-gap: 10%;
    width: 65%;
  }

  .credits_bottom {
    width: 90%;
  }

  .form_dual-input {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .contact_right {
    width: 100%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .nav_links {
    display: none;
  }

  .nav_links.mobile {
    width: 25%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular {
    text-align: left;
  }

  .heading-style-h2.is-views {
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    margin-left: 0;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .nav_right.left {
    height: 49.1106%;
  }

  .nav_middle {
    width: 30%;
  }

  .menu-trigger_line {
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .featured-item_image, .featured-item_image-wrapper {
    height: auto;
  }

  .z-index-text {
    left: -25%;
  }

  .current-coffees_dropdown-trigger, .current-coffees_dropdown {
    align-items: flex-end;
  }

  .current-coffees_origin-wrapper {
    width: 85%;
  }

  .current-coffee_info-wrapper {
    align-items: baseline;
  }

  .current-coffees_right {
    justify-content: flex-end;
    width: 15%;
  }

  .hours_location-wrapper {
    width: 50%;
    display: flex;
  }

  .grid {
    margin-top: 5vh;
    overflow: hidden;
  }

  .views_image.test-35 {
    width: 50%;
    margin-left: -100px;
  }

  .layout-format_bottom-wrapper {
    margin-right: 0;
  }

  .layout-format_line {
    width: 100%;
    margin-right: 0;
  }

  .footer_column {
    flex: 1;
    align-items: flex-start;
  }

  .footer_right-columns {
    grid-column-gap: 0%;
    justify-content: flex-start;
    width: 100%;
  }

  .credits_bottom {
    width: 100%;
  }

  .credits_link {
    align-items: baseline;
  }

  .contact_right {
    width: 100%;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .nav_links.mobile {
    width: 22%;
  }

  .nav_right-2 {
    grid-column-gap: .5rem;
  }
}

#w-node-cee3fa5e-f6b6-5713-e6d1-a6c6ed017ff0-605d6f8c {
  grid-area: 7 / 7 / 11 / 13;
}

#w-node-fd84726a-0942-ac70-360c-78082bde7a34-605d6f8c {
  grid-area: 10 / 2 / 14 / 6;
}

#w-node-_8d305899-69aa-c9d0-4ab9-2fc41ba01bd0-605d6f8c {
  grid-area: 15 / 7 / 19 / 13;
}

#w-node-_7896630b-d2f9-48e7-dc17-c0a71d35fe77-605d6f8c {
  grid-area: 22 / 2 / 27 / 7;
}

#w-node-f4dd59b9-bb2f-4c61-1985-bbe450ff7bc3-605d6f8c {
  grid-area: 25 / 8 / 31 / 13;
}

#w-node-bb0f3466-beff-def7-4c39-becf3e690797-605d6f8c {
  grid-area: 22 / 2 / 27 / 7;
}


@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-local';
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}