@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


dl,
dd,
h1,
h2,
h3,
h4,
h5,
hr,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
canvas,
iframe,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img {
  max-width: 100%;
  height: auto;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-white{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-red-100{
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}

.bg-green-100{
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}

.border-white{
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-200{
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-gray-300{
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-red-400{
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.border-green-400{
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-full{
  border-radius: 9999px;
}

.border-solid{
  border-style: solid;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.cursor-pointer{
  cursor: pointer;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden{
  display: none;
}

.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-no-wrap{
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-center{
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-end{
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.self-start{
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end{
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center{
  -ms-flex-item-align: center;
      align-self: center;
}

.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-none{
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order-1{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-last{
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-24{
  height: 6rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.text-sm{
  font-size: 0.875rem;
}

.text-5xl{
  font-size: 3rem;
}

.text-6xl{
  font-size: 4rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-tight{
  line-height: 1.25;
}

.leading-snug{
  line-height: 1.375;
}

.leading-normal{
  line-height: 1.5;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mr-8{
  margin-right: 2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-8{
  margin-left: 2rem;
}

.mt-12{
  margin-top: 3rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mr-16{
  margin-right: 4rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mr-24{
  margin-right: 6rem;
}

.mt-40{
  margin-top: 10rem;
}

.mr-auto{
  margin-right: auto;
}

.ml-auto{
  margin-left: auto;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mt-12{
  margin-top: -3rem;
}

.-mb-12{
  margin-bottom: -3rem;
}

.-ml-12{
  margin-left: -3rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mb-16{
  margin-bottom: -4rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-24{
  margin-top: -6rem;
}

.-mb-24{
  margin-bottom: -6rem;
}

.-mt-32{
  margin-top: -8rem;
}

.-mr-32{
  margin-right: -8rem;
}

.-ml-32{
  margin-left: -8rem;
}

.-mb-40{
  margin-bottom: -10rem;
}

.min-w-0{
  min-width: 0;
}

.min-w-full{
  min-width: 100%;
}

.focus\:outline-none:focus{
  outline: 0;
}

.overflow-hidden{
  overflow: hidden;
}

.p-0{
  padding: 0;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pb-0{
  padding-bottom: 0;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pt-12{
  padding-top: 3rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pl-12{
  padding-left: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-24{
  padding-top: 6rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pt-32{
  padding-top: 8rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pt-48{
  padding-top: 12rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pt-56{
  padding-top: 14rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.shadow{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.fill-current{
  fill: currentColor;
}

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

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

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

.text-black{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-700{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-red-500{
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.text-red-700{
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.text-green-500{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.text-green-700{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.underline{
  text-decoration: underline;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.w-2{
  width: 0.5rem;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-10{
  width: 2.5rem;
}

.w-24{
  width: 6rem;
}

.w-auto{
  width: auto;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-3\/5{
  width: 60%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-3\/12{
  width: 25%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

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

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
      -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
   100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/*
Generic – reset and/or normalize styles, box-sizing definition, etc. This is the first layer which generates actual CSS
-- Reset:
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, p,
a, address, code, img, ins, q, s, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, tr, td,
article, canvas, details, footer, header, nav, section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, details,
footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

 q {
  quotes: none;
}


q:before, q:after {
  content: "";
  content: none;
}

.w-30 {
  width: 7rem;
}

.w-100 {
  width: 25rem;
}

.w-120 {
  width: 35rem;
}

@media (min-width: 1024px) {
  .lg\:text-black {
    color: black;
  }

  .lg\:w-40 {
    width: 10rem;
  }
}

@media (min-width: 1920px) {
  .xxl\:pl-0 {
    padding-left: 0rem !important;
  }

  .xxl\:pr-0 {
    padding-right: 0rem !important;
  }

  .xxl\:pr-4 {
    padding-right: 1rem !important;
  }

  .xxl\:pl-4 {
    padding-left: 1rem !important;
  }

  .xxl\:pl-8 {
    padding-left: 2rem !important;
  }

  .xxl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xxl\:pl-20 {
    padding-left: 5rem !important;
  }

  .xxl\:pr-20 {
    padding-right: 5rem !important;
  }

  .xxl\:pt-40 {
    padding-top: 10rem;
  }

  .xxl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xxl\:pt-56 {
    padding-top: 14rem;
  }

  .xxl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xxl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1024px;
  }

  .container--nav {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1024px;
  }

  .container--nav {
    max-width: 1280px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1280px;
  }
}

.py-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pt-section {
  padding-top: 65px;
}

.pb-section {
  padding-bottom: 65px;
}

.mb-header {
  margin-bottom: 13px;
}

.mt-button {
  margin-top: 35px;
}

@media (min-width: 1024px) {
  .lg\:py-section, .py-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:pt-section, .pt-section {
    padding-top: 130px;
  }

  .lg\:pb-section, .pb-section {
    padding-bottom: 130px;
  }

   .mb-header {
    margin-bottom: 13px;
  }

  .mt-button {
    margin-top: 35px;
  }
}

@media (min-width: 1920px) {
  .pt-section {
    padding-top: 130px;
  }

  .pb-section {
    padding-bottom: 130px;
  }

  .mt-button {
    margin-top: 35px;
  }
}

.stop-scrolling {
  position: fixed;
  max-height: 100vh;
  height: 100%;
  overflow: visible;
}

b {
  font-weight: 600;
}

.t-handwritten {
  font-weight: normal;
  font-family: debbyscript, serif;
}

.t-hero1 {
  font-size: 60px;
  line-height: 50px;
  font-weight: normal;
  font-family: debbyscript, serif;
}

.t-hero2 {
  font-size: 38px;
  line-height: 37px;
  font-weight: normal;
  font-family: debbyscript, serif;
}

.t-header {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.t-header-2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.t-header-3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.t-header-4 {
  font-size: 34px;
  line-height: 28px;
  font-weight: 600;
}

.t-header-4--light {
  line-height: 34px;
  font-weight: 300;
}

.t-header-5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.t-scroll {
  font-size: 15px;
}

.t-bigp {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.t-bigp--bold {
  font-weight: 600;
}

.t-subheader {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}

.t-subheader--relaxed {
  line-height: 28px;
}

.t-subheader--snug {
  line-height: 19px;
}

.t-boldp {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.t-p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.t-quote {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
}

.t-link {
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
}

.t-link--thin {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.t-link-header {
  font-size: 12px;
  line-height: 19px;
}

.t-link-header-2 {
  font-size: 16px;
  line-height: 19px;
}

.t-product-title {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

.t-product-text {
  font-size: 9px;
  line-height: 9px;
  font-weight: 400;
  color: #B0B0B0;
}

.t-product-price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .t-7xl {
    font-size: 5rem;
    line-height: 0.9;
  }

  .t-hero1 {
    font-size: 96px;
    line-height: 86px;
    font-weight: normal;
    font-family: debbyscript, serif;
  }

  .t-hero2 {
    font-size: 75px;
    line-height: 84px;
    font-weight: normal;
    font-family: debbyscript, serif;
  }

  .t-header, .t-header-5 {
    font-size: 33px;
    line-height: 46px;
    font-weight: 600;
  }

  .t-header-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .t-header-3 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
  }

  .t-header-4 {
    font-size: 49px;
    line-height: 69px;
  }

  .t-header-4--light {
    line-height: 50px;
  }

  .t-scroll {
    font-size: 18px;
  }

  .t-bigp {
    font-size: 20px;
    line-height: 30px;
  }

  .t-subheader {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }

  .t-subheader--relaxed {
    line-height: 30px;
  }

  .t-subheader--snug {
    line-height: 30px;
  }

  .t-boldp {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }

  .t-p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .t-quote {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-style: italic;
  }

  .t-link {
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
  }

  .t-link--thin {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
  }

  .t-product-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
  }

  .t-product-text {
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    color: #B0B0B0;
  }

  .t-product-price {
    font-size: 17px;
    line-height: 39px;
    font-weight: 600;
  }
}

@media (min-width: 1280px) {
  .t-link-header {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (min-width: 1920px) {
  .t-hero1 {
    font-size: 144px;
    line-height: 130px;
    font-weight: normal;
    font-family: debbyscript, serif;
  }

  .t-hero2 {
    font-size: 113px;
    line-height: 127px;
    font-weight: normal;
    font-family: debbyscript, serif;
  }

  .t-header, .t-header-5 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
  }

  .t-header-2 {
    font-size: 34px;
    line-height: 50px;
  }

  .t-header-3 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 600;
  }

  .t-scroll {
    font-size: 25px;
  }

  .t-bigp {
    font-size: 30px;
    line-height: 46px;
  }

  .t-subheader {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
  }

  .t-subheader--relaxed {
    line-height: 31px;
  }

  .t-subheader--snug {
    line-height: 35px;
  }

  .t-boldp {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
  }

  .t-p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
  }

  .t-quote {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
  }

  .t-link {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
  }

  .t-link--thin {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
  }
}

.bg-primary {
  background-color: #63B557;
}

.text-red {
  color: #f04b32;
}

.text-primary {
  color: #63B557;
}

.map-text-secondary {
  color: #ffc107 !important;
}

.Button--inverted, .Button--inverted:visited {
  border: 2px solid #63B557;
  background-color: transparent;
  color: #63B557;
}

.Button--secondary, .Button--secondary:visited {
  border: 2px solid black;
  color: #000;
}

.Button--primary, .Button--primary:visited {
  border: 2px solid #63B557;
  background-color: #63B557;
  color: white;
}

.Link {
  color: #44A2F2;
}

.Link:visited {
  color: #29669b;
}

.Link:hover {
  color: #29669b;
}

.Link--primary {
  color: #63B557;
}

.Link--primary:hover {
  color: #478744;
}

.Form .Input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}

.Select {
  display: block;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #63B557;
  border-radius: 3px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath stroke='%2371717a' transform='translate(5 5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E") right center no-repeat;
  background-color: #fff;
  color: #444444;
  font-size: 16px;
  line-height: 18px !important;
  appearance: none;
  /* this is must */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* body select.select_box option */
  /* for IE and Edge */
}

.Select option {
  padding: 0 4px;
}

.Select::-ms-expand {
  display: none;
}

.Select:disabled::-ms-expand {
  background: #f60;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

.rotate90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text-green {
  color: #5faf4c;
}

html {
  scroll-behavior: smooth;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
  background-image: none, url("https://querfeld-test.imgix.net/images/bg-brett.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-position: right -84px top;
  background-repeat: repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  body {
    background-image: none, url("https://querfeld-test.imgix.net/images/bg-brett.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  body {
    background-image: none, url("https://querfeld-test.imgix.net/images/bg-brett.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  body {
    background-image: none, url("https://querfeld-test.imgix.net/images/bg-brett@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  body {
    background-image: none, url("https://querfeld-test.imgix.net/images/bg-brett@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  body {
    background-image: none, url("https://querfeld-test.imgix.net/images/bg-brett@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Navbar {
  position: fixed;
  top: 0;
  left: 0;
  color: black;
  background-color: white;
  z-index: 1000;
}

.Navbar__link--active {
  border-bottom: 3px solid #63B557;
}

.Navbar__link-sub {
  position: relative;
}

.Navbar__link-sub-container {
  position: absolute;
  overflow: hidden;
  top: 2.75rem;
  left: -1rem;
  width: 180px;
  background-color: white;
  max-height: 0;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  padding: 0 1rem;
}

.Navbar__link-sub-container a {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.Navbar__link-sub:hover .Navbar__link-sub-container {
  max-height: 150px;
}

.Navbar__toggle {
  width: 4rem;
  height: 4rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.Navbar__toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 24px;
  background: black;
  opacity: 1;
  left: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-property: top, left, opacity, -webkit-transform;
  transition-property: top, left, opacity, -webkit-transform;
  -o-transition-property: transform, top, left, opacity;
  transition-property: transform, top, left, opacity;
  transition-property: transform, top, left, opacity, -webkit-transform;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.Navbar__toggle span:nth-child(1) {
  top: 21px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.Navbar__toggle span:nth-child(2) {
  top: 30px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.Navbar__toggle span:nth-child(3) {
  top: 39px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.Navbar__toggle--open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 22px;
  left: 23px;
}

.Navbar__toggle--open span:nth-child(2) {
  opacity: 0;
}

.Navbar__toggle--open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 23px;
}

.Navbar__blackOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.7;
  z-index: 10;
}

.Navbar__mobile {
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 11;
  background: white;
  display: none;
  min-width: 40vw;
  max-width: 85vw;
}

.Navbar__mobile-wagon {
  position: absolute;
  left: 0px;
  top: 2px;
}

.Navbar__mobile .Navbar__link--active {
  border-bottom: 0;
}

.Navbar__mobile .Navbar__link--active::before {
  content: "•";
  color: #63B557;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: -20px;
  font-size: 28px;
  line-height: 0px;
  vertical-align: middle;
}

.Navbar__mobile a {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.Navbar__mobileDivider {
  border-top: 1px solid #EDEDED;
}

.Navbar--open .Navbar__toggle {
  z-index: 11;
  background-color: white;
}

.Navbar--open .Navbar__mobile {
  display: block;
}

.Footer {
  background-color: white;
}

.Footer ul li {
  padding: 0.6rem 0;
}

.Footer__top {
  background-color: white;
}

.Footer__bottom {
  background-color: white;
}

.Footer__divider {
  border-top: 1px solid #63B557;
}

@media (min-width: 1024px) {
  .Footer__top {
    background-color: #F5F4F1;
  }
}

.Hero {
  min-height: calc(100vh - 55px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Hero__usp {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.Hero__usp img {
  width: 50px;
  margin-right: 1rem;
}

.Hero--home {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/farmer.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .Hero--home {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/farmer.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--home {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/farmer.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--home {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/farmer.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--home {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/farmer.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--home {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/farmer.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.Hero--2g2go {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .Hero--2g2go {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--2g2go {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--2g2go {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--2g2go {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--2g2go {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-2g2go.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

@media (min-width: 1024px) {
  .Hero--2g2go {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }

  .Hero--2g2go .Hero__scroll {
    margin-bottom: -3rem;
    margin-top: 3rem;
  }

  .Hero--2g2go .container {
    padding-right: 32rem !important;
    padding-left: 1.5rem !important;
  }

  .Hero--2g2go .t-bigp {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 1280px) {
  .Hero--2g2go {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }

  .Hero--2g2go .Hero__scroll {
    margin-bottom: -6rem;
    margin-top: 6rem;
  }
}

@media (min-width: 1440px) {
  .Hero--2g2go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
}

.Hero--business {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .Hero--business {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--business {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--business {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--business {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--business {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-business-1@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.Hero--business h1 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.Hero--business h2 {
  text-shadow: 1px 1px 2px black;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .Hero--business {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .Hero--business .Hero__scroll {
    margin-bottom: -2rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .Hero--business .container {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

.Hero--feldbotschaft {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .Hero--feldbotschaft {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--feldbotschaft {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--feldbotschaft {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-1@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--feldbotschaft {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-1@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--feldbotschaft {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-1@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .Hero--feldbotschaft {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .Hero--feldbotschaft .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .Hero--feldbotschaft .Hero__scroll {
    margin-bottom: -2rem;
    margin-top: 2rem;
  }
}

.Hero--erzeuger {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-erzeuger-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .Hero--erzeuger {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-erzeuger-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--erzeuger {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-erzeuger-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--erzeuger {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-erzeuger-1@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--erzeuger {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-erzeuger-1@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--erzeuger {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-erzeuger-1@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.Hero--landwirte {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-landwirte-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .Hero--landwirte {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-landwirte-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--landwirte {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-landwirte-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--landwirte {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-landwirte-1@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--landwirte {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-landwirte-1@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--landwirte {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-landwirte-1@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.Hero--landwirte > .container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.Hero--landwirte > .container > h2 {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .Hero--landwirte > .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
  }

  .Hero--landwirte > .container > h1 {
    width: 50%;
  }

  .Hero--landwirte > .container > h2 {
    width: 50%;
    margin-bottom: 3rem;
  }
}

.Hero--about {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-position-y: bottom;
}

@media (min-width: 1024px) {
  .Hero--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-1@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-1@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-1@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.Hero--foodwaste {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .Hero--foodwaste {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Hero--foodwaste {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Hero--foodwaste {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Hero--foodwaste {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Hero--foodwaste {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/hero-foodwaste-2@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .Hero--foodwaste {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .Hero--foodwaste .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .Hero--foodwaste .Hero__scroll {
    margin-bottom: -2rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .Hero {
    min-height: calc(100vh - 60px);
  }

  .Hero {
    background-color: #F5F4F1;
  }
}

@media (min-width: 1920px) {
  .Hero {
    min-height: calc(100vh - 65px);
  }
}

.BlackParagraph {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

@media (min-width: 1024px) {
  .lg\:BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .lg\:BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1024px) and (min-width: 1920px) {
  .lg\:BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 1024px) and (min-resolution: 192dpi) {
  .lg\:BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-width: 1024px) and (min-resolution: 192dpi) and (min-width: 1024px) {
  .lg\:BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-width: 1024px) and (min-resolution: 192dpi) and (min-width: 1920px) {
  .lg\:BlackParagraph {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.GreyParagraph {
  background-color: #F5F4F1;
}

.ImageParagraph {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ImageParagraph__gurke {
  background-position-y: top;
  background-size: 115%;
  background-image: none, url("https://querfeld-test.imgix.net/images/new/cut-gurke@2x.png?fm=png&auto=format&dpr=1&fit=max&w=400");
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .ImageParagraph__gurke {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/cut-gurke@2x.png?fm=png&auto=format&dpr=2&fit=max&w=400");
  }
}

@media (min-width: 1024px) {
  .ImageParagraph__gurke {
    background-image: none;
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    z-index: 10;
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
}

@media (min-width: 1920px) {
  .ImageParagraph__gurke {
    margin-top: 20rem;
    margin-left: 16rem;
    margin-right: -16rem;
  }
}

.TutorialBox--mobile__number {
  margin-left: -2.7rem;
  margin-right: 2.7rem;
}

@media screen and (min-width: 1024px) {
  .TutorialBox--mobile--icons .TutorialBox--mobile__number {
    width: 64px;
    height: 64px;
    margin-left: -3.5rem;
    margin-right: 3.5rem;
  }
}

.TutorialBox__number {
  margin-left: -2.7rem;
  margin-right: 2.7rem;
}

@media (min-width: 1024px) {
  .TutorialBox__number {
    margin-left: 0;
    margin-right: 0;
    margin-top: -2.5rem;
    margin-bottom: 0rem;
  }

  .TutorialBox--business {
    width: 240px;
  }

  .TutorialBox--private {
    width: 300px;
  }
}

@media (min-width: 1920px) {
  .TutorialBox--business {
    width: 300px;
  }

  .TutorialBox--private {
    width: 365px;
  }
}

.ReviewBox {
  padding: 1rem;
  border-radius: 0.25rem;
  background: white;
  overflow: hidden;
}

.ReviewBox__image {
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: inherit;
  width: calc(100% + 2rem);
}

.ReviewBox__google {
  width: 32px;
  height: 32px;
}

.OverlayImages--landingHero {
  position: absolute;
  right: -55px;
  -webkit-transform: rotate(-10deg) scaleY(-1);
  -ms-transform: rotate(-10deg) scaleY(-1);
  transform: rotate(-10deg) scaleY(-1);
  width: 210px;
  top: 100px;
}

.OverlayImages--landingGurke {
  position: absolute;
  top: 20px;
  left: -50px;
  width: 420px;
  max-width: 420px;
  -webkit-transform: rotate(160deg) scaleY(-1);
  -ms-transform: rotate(160deg) scaleY(-1);
  transform: rotate(160deg) scaleY(-1);
}

.OverlayImages--bagSplash {
  position: relative;
  top: -6rem;
  left: -10rem;
  width: 110%;
  max-width: inherit;
}

.OverlayImages--foodwaste {
  -webkit-transform: rotate(352deg);
  -ms-transform: rotate(352deg);
  transform: rotate(352deg);
}

.OverlayImages--foodwastepicture {
  margin-left: 16rem;
  margin-right: -16rem;
  margin-top: 3rem;
  margin-bottom: -5rem;
  width: 120%;
}

@media (min-width: 1920px) {
  .OverlayImages--foodwastepicture {
    margin-left: 20rem;
    margin-right: -20rem;
    margin-top: 14rem;
    margin-bottom: -14rem;
  }
}

.OverlayImages--herzP {
  min-width: 164px;
  min-height: 148px;
  max-width: 164px;
  max-height: 148px;
  margin-left: -50px;
  margin-right: -20px;
  margin-top: -30px;
}

.OverlayImages--herzP2 {
  min-width: 164px;
  min-height: 148px;
  max-width: 164px;
  max-height: 148px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
}

.OverlayImages--herzkartoffel {
  margin-top: -25px;
  margin-bottom: 25px;
  margin-right: -20px;
}

.OverlayImages--DBU {
  width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -2rem;
}

.OverlayImages--fightfoodwaste2 {
  width: 25rem;
  margin-top: -50px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.OverlayImages--2g2gocuttingtable {
  margin-top: -9rem;
  margin-bottom: 9rem;
  width: 13rem;
}

.OverlayImages--2g2gocuttingtable img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.OverlayImages--inputSplash {
  width: 85px;
  height: auto;
  position: absolute;
}

.OverlayImages--inputSplash:nth-of-type(1) {
  -webkit-transform: scaleX(-1) rotate(-10deg);
  -ms-transform: scaleX(-1) rotate(-10deg);
  transform: scaleX(-1) rotate(-10deg);
  top: -80px;
  right: -60px;
}

.OverlayImages--inputSplash:nth-of-type(2) {
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
  bottom: -60px;
  left: -70px;
}

@media (min-width: 1024px) {
  .OverlayImages--landingHero {
    width: 460px;
    -webkit-transform: rotate(20deg) scaleY(-1);
    -ms-transform: rotate(20deg) scaleY(-1);
    transform: rotate(20deg) scaleY(-1);
    top: 0;
  }

  .OverlayImages--landingGurke {
    top: 50%;
    margin-top: -25%;
    width: 110%;
    max-width: inherit;
    -webkit-transform: rotate(172deg) scaleY(-1);
    -ms-transform: rotate(172deg) scaleY(-1);
    transform: rotate(172deg) scaleY(-1);
    left: -5%;
  }

  .OverlayImages--herzkartoffel {
    margin-top: -70px;
    margin-bottom: 70px;
    width: 30%;
  }

  .OverlayImages--karotte {
    margin-top: -90px;
    margin-bottom: 90px;
    width: 38%;
  }

  .OverlayImages--DBU {
    width: 40%;
    margin-right: 0;
  }

  .OverlayImages--greenweb {
    width: 11rem;
    margin-top: 3rem;
    margin-bottom: -3rem;
  }

  .OverlayImages--iphone {
    width: 65%;
    margin-right: -10rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
  }

  .OverlayImages--cuttingtable {
    width: 30%;
  }
}

@media (min-width: 1440px) {
  .OverlayImages--herzkartoffel {
    margin-top: -110px;
    margin-bottom: 110px;
  }
}

@media (min-width: 1920px) {
  .OverlayImages--herzkartoffel {
    margin-top: -200px;
    margin-bottom: 200px;
    width: 30%;
  }

  .OverlayImages--kirsche {
    margin-top: -140px;
    margin-bottom: 140px;
  }

  .OverlayImages--karotte {
    width: 37%;
  }

  .OverlayImages--greenweb {
    width: 16rem;
  }

  .OverlayImages--iphone {
    margin-right: -12rem;
  }
}

.HeroParagraph {
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 0;
}

.HeroParagraph--restaurant {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/restaurant.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-position-x: left;
  background-size: 200%;
}

@media (min-width: 1024px) {
  .HeroParagraph--restaurant {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/restaurant.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--restaurant {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/restaurant.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--restaurant {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .HeroParagraph--restaurant {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .HeroParagraph--restaurant {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.HeroParagraph--2g2go {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-2.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-position-x: center;
  background-size: cover;
}

@media (min-width: 1024px) {
  .HeroParagraph--2g2go {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-2.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--2g2go {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-2.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--2g2go {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-2@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .HeroParagraph--2g2go {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-2@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .HeroParagraph--2g2go {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-2@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.HeroParagraph--2g2go-2 {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-3.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-position-x: center;
  background-size: 200%;
  background-position-y: top;
}

@media (min-width: 1024px) {
  .HeroParagraph--2g2go-2 {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-3.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--2g2go-2 {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-3.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--2g2go-2 {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-3@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .HeroParagraph--2g2go-2 {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-3@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .HeroParagraph--2g2go-2 {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2g2go-3@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.HeroParagraph--about {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-2.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-position-y: center;
}

@media (min-width: 1024px) {
  .HeroParagraph--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-2.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-2.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-2@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .HeroParagraph--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-2@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .HeroParagraph--about {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-about-2@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.HeroParagraph--bottomPrivate {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .HeroParagraph--bottomPrivate {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--bottomPrivate {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--bottomPrivate {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .HeroParagraph--bottomPrivate {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .HeroParagraph--bottomPrivate {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-2@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.HeroParagraph--blog {
  min-height: inherit !important;
  width: 100%;
}

.HeroParagraph--bottomFbs {
  background-position-y: top;
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-3.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .HeroParagraph--bottomFbs {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-3.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--bottomFbs {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-3.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--bottomFbs {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-3@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .HeroParagraph--bottomFbs {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-3@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .HeroParagraph--bottomFbs {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-3@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.HeroParagraph--bottomBusiness {
  background-size: 200%;
  background-image: none, url("https://querfeld-test.imgix.net/images/new/lieferung-1.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
}

@media (min-width: 1024px) {
  .HeroParagraph--bottomBusiness {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/lieferung-1.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--bottomBusiness {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/lieferung-1.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--bottomBusiness {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/lieferung-1.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .HeroParagraph--bottomBusiness {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/lieferung-1.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .HeroParagraph--bottomBusiness {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/lieferung-1.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.HeroParagraph--feldbotschaft {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-2@2x.jpg?fm=png&auto=format&dpr=1&fit=max&w=600");
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--feldbotschaft {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/hero-fbs-2@2x.jpg?fm=png&auto=format&dpr=2&fit=max&w=600");
  }
}

.HeroParagraph--fahrwerk {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/Jurgen_landkorb_1.jpg?fm=png&auto=format&dpr=1&fit=max&w=600");
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .HeroParagraph--fahrwerk {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/Jurgen_landkorb_1.jpg?fm=png&auto=format&dpr=2&fit=max&w=600");
  }
}

.HeroParagraph--aboutSlideshow {
  background-position-y: center;
  width: 100vw;
}

.HeroParagraph--foodwasteSlideshow {
  background-position-y: center;
  width: 100vw;
  min-height: 95vh;
}

@media (min-width: 1024px) {
  .HeroParagraph {
    min-height: 70vh;
  }

  .HeroParagraph--2g2go {
    min-height: inherit;
    background-position-y: center;
  }

  .HeroParagraph--2g2go-2 {
    min-height: inherit;
    background-size: cover;
    background-position-x: center;
    background-position-y: 30%;
  }

  .HeroParagraph--2g2go-2 .container {
    padding-right: 45%;
  }
}

@media (min-width: 1024px) and (min-width: 1920px) {
  .HeroParagraph--2g2go-2 .container {
    padding-right: 40rem;
  }
}

@media (min-width: 1024px) {
  .HeroParagraph--about {
    min-height: 90vh;
  }
}

@media (min-width: 1024px) {
  .HeroParagraph--bottomBusiness {
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  .HeroParagraph--bottomPrivate {
    background-size: cover;
    background-position-y: top;
  }
}

@media (min-width: 1024px) {
  .HeroParagraph--restaurant {
    text-shadow: 1px 0 5px rgba(0, 0, 0, 0.7);
    background-position-x: center;
    background-size: cover;
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&dpr=1&fit=max&w=1920");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&dpr=1&fit=max&w=1920");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&dpr=1&fit=max&w=1920");
  }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 1024px) and (min-resolution: 192dpi) {
  .HeroParagraph--restaurant {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&dpr=2&fit=max&w=1920");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&dpr=2&fit=max&w=1920");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://querfeld-test.imgix.net/images/new/restaurant@2x.jpg?fm=png&auto=format&dpr=2&fit=max&w=1920");
  }
}

@media (min-width: 1024px) {
  .HeroParagraph--feldbotschaft {
    background-position-y: 20%;
  }
}

@media (min-width: 1024px) {
  .HeroParagraph--thin {
    min-height: 55vh;
  }
}

@media (min-width: 1024px) {
  .HeroParagraph--foodwasteSlideshow {
    min-height: 95vh;
  }
}

@media (min-width: 1920px) {
  .HeroParagraph--foodwasteSlideshow {
    min-height: 95vh;
  }
}

.PartnerBand__container {
  overflow: hidden;
  height: 7rem;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.PartnerBand__container--open {
  height: 40rem;
}

.PartnerBand__images {
  width: 8.4rem;
  height: auto;
  margin: auto;
}

.PartnerBand--about .PartnerBand__images {
  width: 8.3rem;
  margin: 0 0.1rem;
}

.PartnerBand--about .PartnerBand__container--open {
  height: 14rem;
}

@media (min-width: 1024px) {
  .PartnerBand__container {
    height: 9rem;
  }

  .PartnerBand__container--open {
    height: 19rem;
  }

  .PartnerBand__images {
    width: 11rem;
  }

  .PartnerBand--about .PartnerBand__images {
    width: 11rem;
    margin: 0 0.5rem;
  }

  .PartnerBand--about .PartnerBand__container {
    height: 11rem;
  }
}

@media (min-width: 1920px) {
  .PartnerBand__container {
    height: 10rem;
  }

  .PartnerBand__container--open {
    height: 22.5rem;
  }

  .PartnerBand__images {
    width: 13rem;
  }

  .PartnerBand--about .PartnerBand__images {
    width: 13rem;
    margin: 0 1rem;
  }
}

.Testimonials a {
  font-weight: bold;
}

.Testimonials__selector {
  background-color: #b2b2b2;
}

.Testimonials__selector--active {
  background-color: #666666;
}

.Map {
  height: 75vh;
}

.Map__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .Map {
    height: auto;
  }
}

.Map__indicator {
  opacity: 0;
  z-index: 1000;
  background: #F5F4F1;
  padding: 0.75rem 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.Map__indicator--open {
  opacity: 1;
}

.ProductBox {
  width: 210px;
  height: 400px;
}

.ProductBox__benefit {
  padding-left: 35px;
  margin-bottom: 8px;
  color: black;
  font-size: 12px;
  font-weight: 700;
}

.ProductBox__benefit svg {
  margin-left: -25px;
  margin-right: 10px;
  margin-bottom: -15px;
}

@media (min-width: 1024px) {
  .ProductBox {
    width: 315px;
    height: auto;
  }

  .ProductBox__benefit {
    margin-bottom: 12px;
  }

  .ProductBox--erzeuger {
    width: 225px;
  }
}

.ProductBox__button {
  width: 100%;
}

@media (min-width: 1024px) {
  .ProductBox__button {
    width: 315px;
  }
}

.ProductBox__slider {
  height: 400px;
}

@media (min-width: 1024px) {
  .ProductBox__slider {
    min-width: 1px;
    height: auto;
  }
}

.TutorialSlider .TutorialBox.is-selected {
  opacity: 1;
}

@media (min-width: 1024px) {
  .TutorialSlider {
    height: 400px;
  }

  .TutorialSlider .TutorialBox {
    opacity: 0.5;
    width: 270px;
    height: 370px;
  }
}

@media (min-width: 1920px) {
  .TutorialSlider {
    height: 520px;
  }

  .TutorialSlider .TutorialBox {
    width: 300px;
    height: 480px;
  }
}

.AboutText__container {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.AboutText__container--open {
  max-height: 200rem;
}

@media (min-width: 1024px) {
  .AboutText__container {
    max-height: 200rem;
  }
}

.AboutSlideshow__title-cont {
  min-height: 105px;
}

@media (min-width: 1024px) {
  .AboutSlideshow__title-cont {
    min-height: 110px;
  }
}

@media (min-width: 1920px) {
  .AboutSlideshow__title-cont {
    min-height: 70px;
  }
}

.AboutSlideshow__title {
  background-color: #63B557;
  line-height: 35px;
}

@media (min-width: 1024px) {
  .AboutSlideshow__title {
    line-height: 54px;
  }
}

@media (min-width: 1920px) {
  .AboutSlideshow__title {
    line-height: 80px;
  }
}

.FarmerContact__blackOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  background-color: black;
  opacity: 0.7;
  z-index: 2000;
}

.FarmerContact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  z-index: 2001;
}

.FarmerContact__modal {
  position: relative;
  margin-top: 5vh;
}

.FarmerContact__modal-close {
  position: absolute;
  right: -12px;
  font-size: 20px;
  top: -15px;
  background: black;
  color: white;
  padding: 5px 8px;
  border-radius: 30px;
}

@media (min-width: 1024px) {
  .FarmerContact__modal .container {
    min-height: 60vh;
  }

  .FarmerContact__modal .Form {
    max-height: 75vh;
    overflow-y: auto;
  }
}

.FarmerParagraph--inverted .FarmerParagraph__image-desktop {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 3rem;
  margin-left: 5rem;
}

@media (min-width: 1024px) {
  .FarmerParagraph .container {
    min-height: 600px;
  }
}

.FarmerParagraph__image-mobile {
  min-height: 100vw;
  background-size: cover;
}

.FarmerParagraph__image-desktop {
  margin-left: 3rem;
  margin-right: 5rem;
}

.FarmerParagraph__text-container {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.FarmerParagraph__text-container--open {
  max-height: 100rem;
}

.FarmerParagraph__blackOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  background-color: black;
  opacity: 0.7;
  z-index: 2000;
}

.FarmerParagraph__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  z-index: 2001;
}

.FarmerParagraph__modal {
  position: relative;
  margin-top: 5vh;
}

.FarmerParagraph__modal-text {
  max-height: 80vh;
  overflow-y: scroll;
}

.FarmerParagraph__modal-close {
  position: absolute;
  right: -12px;
  font-size: 20px;
  top: -15px;
  background: black;
  color: white;
  padding: 5px 8px;
  border-radius: 30px;
}

.FarmerParagraph__modal .container {
  min-height: 60vh;
}

.FarmerParagraph__modal .FarmerParagraph__image-desktop {
  margin-left: 0;
  margin-right: 3rem;
}

.Foodwaste__veggies {
  width: 95vw;
  height: 300px;
}

.Foodwaste__veggies p {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.Foodwaste__veggies img {
  width: 80%;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  margin: 0 auto;
}

.Foodwaste__veggies.is-selected img {
  width: 100%;
}

.Foodwaste__veggies.is-selected p {
  opacity: 1;
}

@media (min-width: 1024px) {
  .Foodwaste__veggies {
    width: 350px;
  }
}

@media (min-width: 1920px) {
  .Foodwaste__veggies {
    margin: 0 2rem;
  }
}

.ImpactBox {
  margin-top: 60px;
}

.ImpactBox .t-subheader {
  line-height: 24px;
}

@media (min-width: 1920px) {
  .ImpactBox .t-subheader {
    line-height: 34px;
  }
}

.ImpactBox a {
  text-decoration: underline;
  cursor: pointer;
}

.ImpactBox__world-container {
  position: absolute;
  background: white;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  top: -112px;
  left: calc(50% - 60px);
  padding-top: 21px;
  -webkit-box-shadow: 0px -6px 8px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -6px 8px -6px rgba(0, 0, 0, 0.2);
}

.ImpactBox__world-container img {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}

.ImpactBox__world-container + h3 {
  position: relative;
  z-index: 10;
}

.ImpactBox__paragraph {
  border-top: 1px solid rgba(80, 80, 80, 0.1);
}

.ImpactBox__paragraph-image {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ImpactBox__paragraph-image img {
  width: 60px;
}

.ImpactBox__paragraph:nth-of-type(2) .ImpactBox__paragraph-image img, .ImpactBox__paragraph:nth-of-type(3) .ImpactBox__paragraph-image img, .ImpactBox__paragraph:nth-of-type(6) .ImpactBox__paragraph-image img {
  width: 70px;
}

@media (min-width: 1024px) {

  .ImpactBox__paragraph {
    border: 1px solid rgba(80, 80, 80, 0.1);
  }

  .ImpactBox__paragraph-image {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .ImpactBox__paragraph:nth-of-type(2) .ImpactBox__paragraph-image, .ImpactBox__paragraph:nth-of-type(3) .ImpactBox__paragraph-image, .ImpactBox__paragraph:nth-of-type(6) .ImpactBox__paragraph-image {
    width: 64px;
    margin-left: -19px;
  }

  .ImpactBox__paragraph:nth-of-type(3) .ImpactBox__paragraph-image {
    margin-top: -10px;
  }

  .ImpactBox__paragraph:nth-of-type(1) .ImpactBox__paragraph-image, .ImpactBox__paragraph:nth-of-type(4) .ImpactBox__paragraph-image, .ImpactBox__paragraph:nth-of-type(5) .ImpactBox__paragraph-image {
    width: 45px;
  }

  .ImpactBox__paragraph:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 3rem;
    border-right: none;
    border-bottom: none;
  }

  .ImpactBox__paragraph:nth-child(even) {
    border-bottom: none;
    padding-right: 4rem;
    padding-left: 3rem;
  }
}

@-webkit-keyframes bounce {
   100% {
    -webkit-transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(-8px);
  }
}

@keyframes bounce {
  0%, 50%, 70%, 90%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.bounce, .bounce--map {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.banner-wrapper {
  color: white;
  display: none;
  top: 0px;
  margin-top: 1rem;
  margin-left: -7px;
  margin-right: -7px;
  z-index: 800;
  position: relative;
}

.banner-wrapper .banner-content {
  padding: 9px 3rem;
  background: url("/assets/images/new/fb-banner-texture.jpg") repeat;
  z-index: 900;
  position: relative;
}

.banner-wrapper:before, .banner-wrapper:after {
  content: "";
  width: 20px;
  height: 90%;
  position: absolute;
  background: -o-linear-gradient(rgba(120, 30, 15, 0.4), rgba(120, 30, 15, 0.4)), url("/assets/images/new/fb-banner-texture.jpg") repeat;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 30, 15, 0.4)), to(rgba(120, 30, 15, 0.4))), url("/assets/images/new/fb-banner-texture.jpg") repeat;
  background: linear-gradient(rgba(120, 30, 15, 0.4), rgba(120, 30, 15, 0.4)), url("/assets/images/new/fb-banner-texture.jpg") repeat;
  background-size: 200px;
  display: block;
  z-index: 700;
  top: 9px;
  -webkit-box-shadow: 0px 3px 0px 0px #8c281e;
  box-shadow: 0px 3px 0px 0px #8c281e;
}

.banner-wrapper:before {
  left: -8px;
}

.banner-wrapper:after {
  right: -8px;
}

.ProductDiscount {
  background: url("/assets/images/new/fb-banner-texture.jpg") repeat;
  width: 180px;
  height: 180px;
  position: absolute;
  border-radius: 200px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding-top: 33px;
  -webkit-transform: rotate(20deg) scale(0.5);
  -ms-transform: rotate(20deg) scale(0.5);
  transform: rotate(20deg) scale(0.5);
  z-index: 1;
  right: -20px;
  top: -20px;
}

.ProductDiscount--hero {
  top: 220px;
  left: 220px;
}

@media (min-width: 1024px) {
  .ProductDiscount {
    top: 0;
    right: -70px;
    -webkit-transform: rotate(20deg) scale(1);
    -ms-transform: rotate(20deg) scale(1);
    transform: rotate(20deg) scale(1);
  }

  .ProductDiscount--hero {
    top: -30px;
    right: -90px;
    left: inherit;
  }
}

.ProductDiscount__percent {
  font-size: 50px;
  line-height: 45px;
}

.ProductDiscount__text {
  font-size: 18px;
  line-height: 16px;
}

.ProductDiscount__code {
  font-size: 26px;
  line-height: 30px;
}

.Blog-Hero {
  background-image: none, url("https://querfeld-test.imgix.net/images/type-wood-texture@2x.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  background-size: contain;
  color: white;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .Blog-Hero {
    background-image: none, url("https://querfeld-test.imgix.net/images/type-wood-texture@2x.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .Blog-Hero {
    background-image: none, url("https://querfeld-test.imgix.net/images/type-wood-texture@2x.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .Blog-Hero {
    background-image: none, url("https://querfeld-test.imgix.net/images/type-wood-texture@2x.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .Blog-Hero {
    background-image: none, url("https://querfeld-test.imgix.net/images/type-wood-texture@2x.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .Blog-Hero {
    background-image: none, url("https://querfeld-test.imgix.net/images/type-wood-texture@2x.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.Blog-Hero__cucumber-overlay {
  position: absolute;
  width: 100%;
  top: -20%;
  left: 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Blog-Hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid grey;
  border-radius: 4px;
  padding: 1rem;
  font-size: 12px;
  text-align: center;
  z-index: 10;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-width: 85px;
}

.Blog-Hero__button:hover, .Blog-Hero__button--selected {
  background-color: rgba(255, 255, 255, 0.2);
}

.Blog-Hero__button-close {
  position: absolute;
  top: 4px;
  right: 4px;
}

@media (min-width: 1024px) {
  .Blog-Hero__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    font-size: 24px;
  }
}

.Blog-Hero__button img {
  width: 35px;
  margin-bottom: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

@media (min-width: 1024px) {
  .Blog-Hero__button img {
    width: 55px;
    margin-bottom: 0px;
    margin-right: 1rem;
  }
}

.BlogPost {
  color: white;
  min-height: 600px;
}

.BlogPost__container {
  background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1024&dpr=1&fit=max");
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .BlogPost__container {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1440&dpr=1&fit=max");
  }
}

@media (min-width: 1920px) {
  .BlogPost__container {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1920&dpr=1&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .BlogPost__container {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1024&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1024px), (min-resolution: 192dpi) and (min-width: 1024px) {
  .BlogPost__container {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1440&dpr=2&fit=max");
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1920px), (-o-min-device-pixel-ratio: 2/1) and (min-width: 1920px), (min-resolution: 192dpi) and (min-width: 1920px) {
  .BlogPost__container {
    background-image: none, url("https://querfeld-test.imgix.net/images/new/black-background.jpg?fm=png&auto=format&w=1920&dpr=2&fit=max");
  }
}

.BlogPost__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  background-position: center center;
  background-size: cover;
}

.BlogPost__author, .BlogPost__category {
  padding: 1rem 0.8rem;
  width: 50%;
  border-bottom: 1px dashed grey;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BlogPost__author picture, .BlogPost__category picture {
  min-width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-right: 1rem;
}

.BlogPost__author {
  border-right: 1px dashed grey;
}

.BlogPost__author picture {
  min-width: 30px;
  margin-top: -3px;
}

.BlogPost__post {
  padding: 1.5rem 1rem;
}

.BlogPost__post h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.BlogPost__post p {
  margin-bottom: 1rem;
}

.BlogPost__button, .BlogPost__button:visited {
  border-color: #63B557;
  color: #63B557;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.BlogContainer__year {
  font-size: 34px;
  font-weight: 600;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 106px;
}

.BlogContainer__year-separator {
  background-image: -o-linear-gradient(#707070 50%, rgba(255, 255, 255, 0) 0%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #707070), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#707070 50%, rgba(255, 255, 255, 0) 0%);
  background-position: 0 5px;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  width: 5px;
}

.BlogContainer__fight-food-waste {
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  max-height: 200px;
}

.BlogContainer span.t-bigp {
  font-size: 38px;
  line-height: 38px !important;
  margin-right: 1rem;
}

.BlogContainer ul {
  list-style: none !important;
}

.BlogContainer__icon {
  width: 2rem !important;
  height: 2rem !important;
  margin: inherit !important;
}

.BlogContainer--share {
  background: white;
  position: fixed;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 20vh;
  right: 0;
  width: 70px;
  padding: 1rem;
  border-radius: 8px 0px 0px 8px;
  -webkit-box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
}

.BlogContainer--share span.t-bigp {
  font-size: 30px;
  line-height: 34px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: -5px;
}

.TooGoodToGoProducts .ProductBox {
  width: 100% !important;
  height: auto !important;
  margin-right: 0 !important;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .TooGoodToGoProducts .ProductBox {
    width: 50% !important;
  }

  .TooGoodToGoProducts .ProductBox:nth-child(1) {
    margin-right: 1rem !important;
  }

  .TooGoodToGoProducts .ProductBox:nth-child(2) {
    margin-right: -1rem !important;
  }
}

.LandingPage__heroTitle {
  min-height: 10rem;
}

@media (min-width: 1024px) {
  .LandingPage__heroTitle {
    margin-right: -8rem;
  }
}

@media (min-width: 1024px) {
  .LandingPage__einladen {
    margin-right: -10rem;
  }
}

@media (min-width: 640px){

  .sm\:inline{
    display: inline;
  }

  .sm\:w-2\/5{
    width: 40%;
  }
}

@media (min-width: 768px){

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:mt-0{
    margin-top: 0;
  }
}

@media (min-width: 1024px){

  .lg\:border-b-0{
    border-bottom-width: 0;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .lg\:flex-grow-0{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg\:flex-grow{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .lg\:order-none{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:m-6{
    margin: 1.5rem;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

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

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

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

  .lg\:text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-40{
    width: 10rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }
}

@media (min-width: 1280px){

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/*# sourceMappingURL=default.css.map */