@charset "UTF-8";
@font-face {
  font-family: Open Sans;
  /*Open Sans Regular*/
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-Regular.eot');
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-Regular.woff') format('woff');
  font-weight: normal; }

@font-face {
  font-family: Open Sans;
  /*Open Sans ExtraLight Italic*/
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-LightItalic.eot');
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: Open Sans;
  /*Open Sans Bold*/
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-Bold.eot');
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-Bold.woff') format('woff');
  font-weight: bold; }

@font-face {
  font-family: Open Sans;
  /*Open Sans Bold Italic*/
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-BoldItalic.eot');
  src: url('//resources.schne-frost.de/fonts/Open-Sans/OpenSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: Cookie;
  /*Cookie Regular*/
  src: url('//resources.schne-frost.de/fonts/Cookie/Cookie-Regular.eot');
  src: url('//resources.schne-frost.de/fonts/Cookie/Cookie-Regular.woff') format('woff');
  font-weight: normal; }

@font-face {
  font-family: Sue Ellen Francisco;
  /*Sue Ellen Francisco Regular*/
  src: url('//resources.schne-frost.de/fonts/Sue-Ellen-Francisco/SueEllenFrancisco-Regular.eot');
  src: url('//resources.schne-frost.de/fonts/Sue-Ellen-Francisco/SueEllenFrancisco-Regular.woff') format('woff');
  font-weight: normal; }
/*#fefefe;*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
 ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  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
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption, figure {
  display: block; }
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * Add the correct display in IE.
 */
main {
  display: block; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  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, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }
/* Embedded content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 */
button {
  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; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }

button, [type="button"], [type="reset"], [type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }
/**
 * Add the correct display in IE.
 */
template {
  display: none; }
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #636462;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img, .mqa-display img, .map_canvas embed, .mqa-display embed, .map_canvas object, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 48em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
    @media screen and (min-width: 80em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: initial; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .columns.row.row {
  display: flex; }

.row .column.row.row, .row .columns.row.row {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }
  .flex-dir-row {
    flex-direction: row; }
  .flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .flex-dir-column {
    flex-direction: column; }
  .flex-dir-column-reverse {
    flex-direction: column-reverse; }
  .small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; }
  .small-up-1 {
    flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-up-2 {
    flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up-3 {
    flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up-4 {
    flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up-5 {
    flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up-6 {
    flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-up-7 {
    flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .small-up-8 {
    flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .medium-offset-0 {
      margin-left: 0%; }

    .medium-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .medium-offset-1 {
      margin-left: 8.33333%; }

    .medium-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .medium-offset-2 {
      margin-left: 16.66667%; }

    .medium-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .medium-offset-3 {
      margin-left: 25%; }

    .medium-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .medium-offset-4 {
      margin-left: 33.33333%; }

    .medium-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .medium-offset-5 {
      margin-left: 41.66667%; }

    .medium-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .medium-offset-6 {
      margin-left: 50%; }

    .medium-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .medium-offset-7 {
      margin-left: 58.33333%; }

    .medium-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .medium-offset-8 {
      margin-left: 66.66667%; }

    .medium-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .medium-offset-9 {
      margin-left: 75%; }

    .medium-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .medium-offset-10 {
      margin-left: 83.33333%; }

    .medium-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .medium-offset-11 {
      margin-left: 91.66667%; }

    .medium-order-1 {
      order: 1; }

    .medium-order-2 {
      order: 2; }

    .medium-order-3 {
      order: 3; }

    .medium-order-4 {
      order: 4; }

    .medium-order-5 {
      order: 5; }

    .medium-order-6 {
      order: 6; }

    .medium-up-1 {
      flex-wrap: wrap; }
      .medium-up-1 > .column, .medium-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .medium-up-2 {
      flex-wrap: wrap; }
      .medium-up-2 > .column, .medium-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .medium-up-3 {
      flex-wrap: wrap; }
      .medium-up-3 > .column, .medium-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .medium-up-4 {
      flex-wrap: wrap; }
      .medium-up-4 > .column, .medium-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .medium-up-5 {
      flex-wrap: wrap; }
      .medium-up-5 > .column, .medium-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .medium-up-6 {
      flex-wrap: wrap; }
      .medium-up-6 > .column, .medium-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .medium-up-7 {
      flex-wrap: wrap; }
      .medium-up-7 > .column, .medium-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .medium-up-8 {
      flex-wrap: wrap; }
      .medium-up-8 > .column, .medium-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }
      .medium-flex-dir-row {
        flex-direction: row; }
      .medium-flex-dir-row-reverse {
        flex-direction: row-reverse; }
      .medium-flex-dir-column {
        flex-direction: column; }
      .medium-flex-dir-column-reverse {
        flex-direction: column-reverse; }

    .medium-flex-child-auto {
      flex: 1 1 auto; }

    .medium-flex-child-grow {
      flex: 1 0 auto; }

    .medium-flex-child-shrink {
      flex: 0 1 auto; }

    .medium-collapse > .column, .medium-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) and screen and (min-width: 48em) {
      .medium-expand {
        flex: 1 1 0px; } }
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 48em) {
            .row.medium-unstack > .column, .row.medium-unstack > .columns {
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .large-offset-0 {
      margin-left: 0%; }

    .large-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .large-offset-1 {
      margin-left: 8.33333%; }

    .large-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .large-offset-2 {
      margin-left: 16.66667%; }

    .large-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .large-offset-3 {
      margin-left: 25%; }

    .large-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .large-offset-4 {
      margin-left: 33.33333%; }

    .large-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .large-offset-5 {
      margin-left: 41.66667%; }

    .large-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .large-offset-6 {
      margin-left: 50%; }

    .large-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .large-offset-7 {
      margin-left: 58.33333%; }

    .large-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .large-offset-8 {
      margin-left: 66.66667%; }

    .large-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .large-offset-9 {
      margin-left: 75%; }

    .large-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .large-offset-10 {
      margin-left: 83.33333%; }

    .large-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .large-offset-11 {
      margin-left: 91.66667%; }

    .large-order-1 {
      order: 1; }

    .large-order-2 {
      order: 2; }

    .large-order-3 {
      order: 3; }

    .large-order-4 {
      order: 4; }

    .large-order-5 {
      order: 5; }

    .large-order-6 {
      order: 6; }

    .large-up-1 {
      flex-wrap: wrap; }
      .large-up-1 > .column, .large-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .large-up-2 {
      flex-wrap: wrap; }
      .large-up-2 > .column, .large-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .large-up-3 {
      flex-wrap: wrap; }
      .large-up-3 > .column, .large-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .large-up-4 {
      flex-wrap: wrap; }
      .large-up-4 > .column, .large-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .large-up-5 {
      flex-wrap: wrap; }
      .large-up-5 > .column, .large-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .large-up-6 {
      flex-wrap: wrap; }
      .large-up-6 > .column, .large-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .large-up-7 {
      flex-wrap: wrap; }
      .large-up-7 > .column, .large-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .large-up-8 {
      flex-wrap: wrap; }
      .large-up-8 > .column, .large-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }
      .large-flex-dir-row {
        flex-direction: row; }
      .large-flex-dir-row-reverse {
        flex-direction: row-reverse; }
      .large-flex-dir-column {
        flex-direction: column; }
      .large-flex-dir-column-reverse {
        flex-direction: column-reverse; }

    .large-flex-child-auto {
      flex: 1 1 auto; }

    .large-flex-child-grow {
      flex: 1 0 auto; }

    .large-flex-child-shrink {
      flex: 0 1 auto; }

    .large-collapse > .column, .large-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }

    .large-uncollapse > .column, .large-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and screen and (min-width: 64em) {
      .large-expand {
        flex: 1 1 0px; } }
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 64em) {
            .row.large-unstack > .column, .row.large-unstack > .columns {
              flex: 1 1 0px; } }
  @media screen and (min-width: 80em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .xlarge-offset-0 {
      margin-left: 0%; }

    .xlarge-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .xlarge-offset-1 {
      margin-left: 8.33333%; }

    .xlarge-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .xlarge-offset-2 {
      margin-left: 16.66667%; }

    .xlarge-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .xlarge-offset-3 {
      margin-left: 25%; }

    .xlarge-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .xlarge-offset-4 {
      margin-left: 33.33333%; }

    .xlarge-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .xlarge-offset-5 {
      margin-left: 41.66667%; }

    .xlarge-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .xlarge-offset-6 {
      margin-left: 50%; }

    .xlarge-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .xlarge-offset-7 {
      margin-left: 58.33333%; }

    .xlarge-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .xlarge-offset-8 {
      margin-left: 66.66667%; }

    .xlarge-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .xlarge-offset-9 {
      margin-left: 75%; }

    .xlarge-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .xlarge-offset-10 {
      margin-left: 83.33333%; }

    .xlarge-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .xlarge-offset-11 {
      margin-left: 91.66667%; }

    .xlarge-order-1 {
      order: 1; }

    .xlarge-order-2 {
      order: 2; }

    .xlarge-order-3 {
      order: 3; }

    .xlarge-order-4 {
      order: 4; }

    .xlarge-order-5 {
      order: 5; }

    .xlarge-order-6 {
      order: 6; }

    .xlarge-up-1 {
      flex-wrap: wrap; }
      .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .xlarge-up-2 {
      flex-wrap: wrap; }
      .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .xlarge-up-3 {
      flex-wrap: wrap; }
      .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .xlarge-up-4 {
      flex-wrap: wrap; }
      .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .xlarge-up-5 {
      flex-wrap: wrap; }
      .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .xlarge-up-6 {
      flex-wrap: wrap; }
      .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .xlarge-up-7 {
      flex-wrap: wrap; }
      .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .xlarge-up-8 {
      flex-wrap: wrap; }
      .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }
      .xlarge-flex-dir-row {
        flex-direction: row; }
      .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse; }
      .xlarge-flex-dir-column {
        flex-direction: column; }
      .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse; }

    .xlarge-flex-child-auto {
      flex: 1 1 auto; }

    .xlarge-flex-child-grow {
      flex: 1 0 auto; }

    .xlarge-flex-child-shrink {
      flex: 0 1 auto; }

    .xlarge-collapse > .column, .xlarge-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }

    .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 80em) and screen and (min-width: 80em) {
      .xlarge-expand {
        flex: 1 1 0px; } }
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 80em) {
            .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
              flex: 1 1 0px; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #cacaca; }
  h1 {
    font-size: 3.875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h2 {
    font-size: 2.625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3.875rem; }
    h2 {
      font-size: 2.625rem; }

    h3 {
      font-size: 1.5rem; }

    h4 {
      font-size: 1.25rem; }

    h5 {
      font-size: 1.25rem; }

    h6 {
      font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 120rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  border-bottom: 1px dotted #2f302d;
  color: #636462;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #2f302d; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #2f302d; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }
  .text-left {
    text-align: left; }
  .text-right {
    text-align: right; }
  .text-center {
    text-align: center; }
  .text-justify {
    text-align: justify; }
  @media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
    .medium-text-right {
      text-align: right; }

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

    .medium-text-justify {
      text-align: justify; } }
  @media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
    .large-text-right {
      text-align: right; }

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

    .large-text-justify {
      text-align: justify; } }
  @media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left; }
    .xlarge-text-right {
      text-align: right; }

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

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

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
    .show-for-print {
      display: block !important; }
    .hide-for-print {
      display: none !important; }
    table.show-for-print {
      display: table !important; }
    thead.show-for-print {
      display: table-header-group !important; }
    tbody.show-for-print {
      display: table-row-group !important; }
    tr.show-for-print {
      display: table-row !important; }
    td.show-for-print {
      display: table-cell !important; }
    th.show-for-print {
      display: table-cell !important; }
    a, a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: ' (' attr(href) ')'; }
    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
      content: ''; }
    abbr[title]:after {
      content: ' (' attr(title) ')'; }
    pre, blockquote {
      border: 1px solid #8a8a8a;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr, img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    @page {
      margin: 0.5cm; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2, h3 {
      page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 2px solid #b3a992;
  border-radius: 0;
  background-color: #f5f3ef;
  box-shadow: inset 2px 3px 5px rgba(47, 48, 45, 0.18);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #636462;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 2px solid #0089c0;
    background-color: #f5f3ef;
    box-shadow: inset 2px 3px 5px rgba(0, 137, 192, 0.18);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder, textarea::placeholder {
  color: #d6d0c1; }
  input:disabled, textarea:disabled, input[readonly], textarea[readonly] {
    background-color: #fff;
    cursor: not-allowed; }

[type='submit'], [type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2;
  color: #b3a992; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #2f302d; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 2px solid #b3a992;
  background: #f5f3ef;
  color: #636462;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 2px solid #b3a992;
  border-radius: 0;
  background-color: #b3a992;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #636462;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28179, 169, 146%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width:0\0) {
  select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=='); } }
  select:focus {
    outline: none;
    border: 2px solid #0089c0;
    background-color: #f5f3ef;
    box-shadow: inset 2px 3px 5px rgba(0, 137, 192, 0.18);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #fff;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #e60050;
  background-color: #fde6ee; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #e60050; }

.is-invalid-label {
  color: #e60050; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #e60050; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #2f302d; }
  .button.primary:hover, .button.primary:focus {
    background-color: #147cc0;
    color: #2f302d; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5f5f5f;
    color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #2f302d; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #2f302d; }
  .button.warning {
    background-color: #e60050;
    color: #fff; }
  .button.warning:hover, .button.warning:focus {
    background-color: #b80040;
    color: #fff; }
  .button.alert {
    background-color: #e60050;
    color: #fff; }
  .button.alert:hover, .button.alert:focus {
    background-color: #b80040;
    color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78; }
  .button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow.primary:hover, .button.hollow.primary:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
  .button.hollow.secondary {
    border: 1px solid #777;
    color: #777; }
    .button.hollow.secondary:hover, .button.hollow.secondary:focus {
      border-color: #3c3c3c;
      color: #3c3c3c; }
  .button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76; }
    .button.hollow.success:hover, .button.hollow.success:focus {
      border-color: #157539;
      color: #157539; }
  .button.hollow.warning {
    border: 1px solid #e60050;
    color: #e60050; }
    .button.hollow.warning:hover, .button.hollow.warning:focus {
      border-color: #730028;
      color: #730028; }
  .button.hollow.alert {
    border: 1px solid #e60050;
    color: #e60050; }
    .button.hollow.alert:hover, .button.hollow.alert:focus {
      border-color: #730028;
      color: #730028; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #2199e8;
    color: #fff; }
  .button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled.primary:hover, .button[disabled].primary:hover, .button.disabled.primary:focus, .button[disabled].primary:focus {
      background-color: #2199e8;
      color: #fff; }
  .button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled.secondary:hover, .button[disabled].secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:focus {
      background-color: #777;
      color: #fff; }
  .button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled.success:hover, .button[disabled].success:hover, .button.disabled.success:focus, .button[disabled].success:focus {
      background-color: #3adb76;
      color: #fff; }
  .button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled.warning:hover, .button[disabled].warning:hover, .button.disabled.warning:focus, .button[disabled].warning:focus {
      background-color: #e60050;
      color: #fff; }
  .button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled.alert:hover, .button[disabled].alert:hover, .button.disabled.alert:focus, .button[disabled].alert:focus {
      background-color: #e60050;
      color: #fff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
  .accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fff, #2199e8); }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: foreground(#fff, #2199e8); }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2199e8;
  color: foreground(#2199e8); }
  .badge.primary {
    background: #2199e8;
    color: #2f302d; }
  .badge.secondary {
    background: #777;
    color: #2f302d; }
  .badge.success {
    background: #3adb76;
    color: #2f302d; }
  .badge.warning {
    background: #e60050;
    color: #2f302d; }
  .badge.alert {
    background: #e60050;
    color: #2f302d; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #2f302d;
    cursor: default;
    text-transform: uppercase; }
  .breadcrumbs li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: '/';
    color: #cacaca; }
  .breadcrumbs a {
    color: #2199e8; }
  .breadcrumbs a:hover {
    text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
  .button-group .button:last-child {
    margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #2f302d; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #147cc0;
    color: #2f302d; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5f5f5f;
    color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #2f302d; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #2f302d; }
  .button-group.warning .button {
    background-color: #e60050;
    color: #fff; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #b80040;
    color: #fff; }
  .button-group.alert .button {
    background-color: #e60050;
    color: #fff; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #b80040;
    color: #fff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    flex: 0 0 100%; }
  .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(47, 48, 45, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #636462; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc;
    color: #636462; }
  .callout.secondary {
    background-color: #ebebeb;
    color: #636462; }
  .callout.success {
    background-color: #e1faea;
    color: #636462; }
  .callout.warning {
    background-color: #ffd5e4;
    color: #636462; }
  .callout.alert {
    background-color: #ffd5e4;
    color: #636462; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #636462; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #2f302d; }
  .close-button.small {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%; }
  .menu > li {
    flex: 0 0 auto; }
  [data-whatinput='mouse'] .menu > li {
    outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: flex; }
  .menu > li > a {
    flex-flow: row nowrap; }
  .menu > li > a img, .menu > li > a i, .menu > li > a svg {
    margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    flex-wrap: nowrap; }
  .menu > li, .menu.horizontal > li {
    flex: 0 0 auto; }
  .menu.expanded > li {
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    flex-wrap: wrap; }
  .menu.vertical > li {
    flex: 0 0 100%;
    max-width: 100%; }
  .menu.vertical > li > a {
    justify-content: flex-start;
    align-items: flex-start; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        flex: 0 0 auto; }
      .menu.medium-expanded > li {
        flex: 1 1 0px; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
      .menu.medium-vertical {
        flex-wrap: wrap; }
      .menu.medium-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        flex: 0 0 auto; }
      .menu.large-expanded > li {
        flex: 1 1 0px; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
      .menu.large-vertical {
        flex-wrap: wrap; }
      .menu.large-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  @media screen and (min-width: 80em) {
    .menu.xlarge-horizontal {
      flex-wrap: nowrap; }
      .menu.xlarge-horizontal > li {
        flex: 0 0 auto; }
      .menu.xlarge-expanded > li {
        flex: 1 1 0px; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
      .menu.xlarge-vertical {
        flex-wrap: wrap; }
      .menu.xlarge-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.xlarge-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    justify-content: flex-end; }
  .menu.icon-top > li > a {
    flex-flow: column nowrap; }
  .menu.icon-top > li > a img, .menu.icon-top > li > a i, .menu.icon-top > li > a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #2199e8;
    color: #fff; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
  .menu.menu-bordered li:not(:first-child) {
    border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #2f302d;
    box-shadow: 0 7px 0 #2f302d, 0 14px 0 #2f302d;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }
  .dropdown-pane.tiny {
    width: 100px; }
  .dropdown-pane.small {
    width: 200px; }
  .dropdown-pane.large {
    width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
  .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }
  .no-js .dropdown.menu ul {
    display: none; }
  .dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; }
  @media print, screen and (min-width: 48em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
      .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0; }
      .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem; }
      .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #2199e8 transparent transparent;
        right: 5px;
        margin-top: -3px; }
      .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0; }
        .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
          right: 100%;
          left: auto; }
        .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
          right: auto;
          left: 100%; }
        .dropdown.menu.medium-vertical > li > a::after {
          right: 14px; }
        .dropdown.menu.medium-vertical > li.opens-left > a::after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-left-width: 0;
          border-right-style: solid;
          border-color: transparent #2199e8 transparent transparent; }
        .dropdown.menu.medium-vertical > li.opens-right > a::after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-right-width: 0;
          border-left-style: solid;
          border-color: transparent transparent transparent #2199e8; } }
  @media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
      .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0; }
      .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem; }
      .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #2199e8 transparent transparent;
        right: 5px;
        margin-top: -3px; }
      .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0; }
        .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
          right: 100%;
          left: auto; }
        .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
          right: auto;
          left: 100%; }
        .dropdown.menu.large-vertical > li > a::after {
          right: 14px; }
        .dropdown.menu.large-vertical > li.opens-left > a::after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-left-width: 0;
          border-right-style: solid;
          border-color: transparent #2199e8 transparent transparent; }
        .dropdown.menu.large-vertical > li.opens-right > a::after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-right-width: 0;
          border-left-style: solid;
          border-color: transparent transparent transparent #2199e8; } }
  @media screen and (min-width: 80em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
      .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0; }
      .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem; }
      .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #2199e8 transparent transparent;
        right: 5px;
        margin-top: -3px; }
      .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0; }
        .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
          right: 100%;
          left: auto; }
        .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
          right: auto;
          left: 100%; }
        .dropdown.menu.xlarge-vertical > li > a::after {
          right: 14px; }
        .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-left-width: 0;
          border-right-style: solid;
          border-color: transparent #2199e8 transparent transparent; }
        .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-right-width: 0;
          border-left-style: solid;
          border-color: transparent transparent transparent #2199e8; } }
  .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe, .flex-video iframe, .responsive-embed object, .flex-video object, .responsive-embed embed, .flex-video embed, .responsive-embed video, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2199e8;
  color: foreground(#2199e8); }
  .label.primary {
    background: #2199e8;
    color: #2f302d; }
  .label.secondary {
    background: #777;
    color: #2f302d; }
  .label.success {
    background: #3adb76;
    color: #2f302d; }
  .label.warning {
    background: #e60050;
    color: #2f302d; }
  .label.alert {
    background: #e60050;
    color: #2f302d; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
  .off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(47, 48, 45, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
  .off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(47, 48, 45, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(47, 48, 45, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(47, 48, 45, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(47, 48, 45, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(47, 48, 45, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  @media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

    .position-right.reveal-for-medium {
      transform: none;
      z-index: 1; }

    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

    .position-top.reveal-for-medium {
      transform: none;
      z-index: 1; }

    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

    .position-bottom.reveal-for-medium {
      transform: none;
      z-index: 1; }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
  @media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

    .position-right.reveal-for-large {
      transform: none;
      z-index: 1; }

    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

    .position-top.reveal-for-large {
      transform: none;
      z-index: 1; }

    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

    .position-bottom.reveal-for-large {
      transform: none;
      z-index: 1; }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
  @media screen and (min-width: 80em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }

    .position-right.reveal-for-xlarge {
      transform: none;
      z-index: 1; }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }

    .position-top.reveal-for-xlarge {
      transform: none;
      z-index: 1; }

    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }

    .position-bottom.reveal-for-xlarge {
      transform: none;
      z-index: 1; }

    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(47, 48, 45, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(47, 48, 45, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
  .orbit-bullets button:hover {
    background-color: #8a8a8a; }
  .orbit-bullets button.is-active {
    background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
  .pagination li:last-child, .pagination li:first-child {
    display: inline-block; }
  @media print, screen and (min-width: 48em) {
    .pagination li {
      display: inline-block; } }
  .pagination a, .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #2f302d; }
  .pagination a:hover, .pagination button:hover {
    background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: foreground(#2199e8);
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
  .pagination .disabled:hover {
    background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #2f302d; }

.pagination-previous a::before, .pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after, .pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #e60050; }
  .progress.alert .progress-meter {
    background-color: #e60050; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled, .slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open, html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(47, 48, 45, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 120rem; } }
  @media print, screen and (min-width: 48em) {
  .reveal, .reveal .reveal.tiny, .reveal .reveal.small, .reveal .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 120rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 120rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 120rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
  input:checked ~ .switch-paddle::after {
    left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #636462; }
  tfoot {
    background: #f2f2f2;
    color: #636462; }
  thead tr, tfoot tr {
    background: transparent; }
    thead th, tfoot th, thead td, tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  .unstriped tbody {
    background-color: #fff; }
    .unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
    table.stack thead th:first-child {
      display: block; }
      table.stack thead th {
        display: none; }
      table.stack tfoot {
        display: none; }
      table.stack tr, table.stack th, table.stack td {
        display: block; }
      table.stack td {
        border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }
  table.hover tfoot tr:hover {
    background-color: #ededed; }
  table.hover tbody tr:hover {
    background-color: #fafafa; }
  table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #2f302d; }
  .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2199e8; }
  .tabs-title > a:hover {
    background: #fff;
    color: #1585cf; }
  .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
    color: #2199e8; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: foreground(#fff, #2199e8);
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(47, 48, 45, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #2f302d;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left, .title-bar-right {
  flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #2f302d;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #2f302d;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2f302d transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2f302d;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2f302d transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar, .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap; }
    .top-bar .top-bar-left {
      flex: 1 1 auto; }

    .top-bar .top-bar-right {
      flex: 0 1 auto; } }
  @media screen and (max-width: 63.9375em) {
      .top-bar.stacked-for-medium {
        flex-wrap: wrap; }
        .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
          flex: 0 0 100%;
          max-width: 100%; } }
  @media screen and (max-width: 79.9375em) {
      .top-bar.stacked-for-large {
        flex-wrap: wrap; }
        .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
          flex: 0 0 100%;
          max-width: 100%; } }
  @media screen and (max-width: 89.9375em) {
      .top-bar.stacked-for-xlarge {
        flex-wrap: wrap; }
        .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
          flex: 0 0 100%;
          max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 1rem; }

.top-bar-left, .top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }
  @media screen and (max-width: 47.9375em) {
    .hide-for-small-only {
      display: none !important; } }
  @media screen and (max-width: 0em), screen and (min-width: 48em) {
    .show-for-small-only {
      display: none !important; } }
  @media print, screen and (min-width: 48em) {
    .hide-for-medium {
      display: none !important; } }
  @media screen and (max-width: 47.9375em) {
    .show-for-medium {
      display: none !important; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
      display: none !important; } }
  @media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important; } }
  @media print, screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important; } }
  @media screen and (max-width: 63.9375em) {
    .show-for-large {
      display: none !important; } }
  @media screen and (min-width: 64em) and (max-width: 79.9375em) {
    .hide-for-large-only {
      display: none !important; } }
  @media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
    .show-for-large-only {
      display: none !important; } }
  @media screen and (min-width: 80em) {
    .hide-for-xlarge {
      display: none !important; } }
  @media screen and (max-width: 79.9375em) {
    .show-for-xlarge {
      display: none !important; } }
  @media screen and (min-width: 80em) and (max-width: 89.9375em) {
    .hide-for-xlarge-only {
      display: none !important; } }
  @media screen and (max-width: 79.9375em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
      display: none !important; } }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape, .hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important; } }
  @media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }
  @media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }
  .clearfix::after {
    clear: both; }
  .align-right {
    justify-content: flex-end; }
  .align-center {
    justify-content: center; }
  .align-justify {
    justify-content: space-between; }
  .align-spaced {
    justify-content: space-around; }
  .align-top {
    align-items: flex-start; }
  .align-self-top {
    align-self: flex-start; }
  .align-bottom {
    align-items: flex-end; }
  .align-self-bottom {
    align-self: flex-end; }
  .align-middle {
    align-items: center; }
  .align-self-middle {
    align-self: center; }
  .align-stretch {
    align-items: stretch; }
  .align-self-stretch {
    align-self: stretch; }
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; }
  @media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }
    .medium-order-2 {
      order: 2; }

    .medium-order-3 {
      order: 3; }

    .medium-order-4 {
      order: 4; }

    .medium-order-5 {
      order: 5; }

    .medium-order-6 {
      order: 6; } }
  @media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
    .large-order-2 {
      order: 2; }

    .large-order-3 {
      order: 3; }

    .large-order-4 {
      order: 4; }

    .large-order-5 {
      order: 5; }

    .large-order-6 {
      order: 6; } }
  @media screen and (min-width: 80em) {
  .xlarge-order-1 {
    order: 1; }
    .xlarge-order-2 {
      order: 2; }

    .xlarge-order-3 {
      order: 3; }

    .xlarge-order-4 {
      order: 4; }

    .xlarge-order-5 {
      order: 5; }

    .xlarge-order-6 {
      order: 6; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes pulseh {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes pulseh {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes pulseLeft {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(-10px, 0); }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes shadow {
  0% {
    opacity: 0.2; }

  50% {
    opacity: 0.6; }

  100% {
    opacity: 0.2; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

html, body {
  height: 100vh;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  overflow-x: hidden; }

button {
  font-family: inherit; }

::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */ }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

* {
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

h1 {
  font-size: 1.875rem;
  line-height: 1.16em;
  font-style: italic; }
  @media print, screen and (min-width: 48em) {
  h1 {
    font-size: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
  h1 {
    font-size: 2.5rem; } }
  @media screen and (min-width: 80em) {
  h1 {
    font-size: 3.875rem; } }

h2 {
  font-size: 1.25rem;
  line-height: 120%;
  font-style: italic; }
  h2.intro {
    font-size: 1.875rem; }
  @media print, screen and (min-width: 48em) {
    h2.intro {
      font-size: 1.3125rem; } }
  @media print, screen and (min-width: 64em) {
    h2.intro {
      font-size: 1.75rem; } }
  @media screen and (min-width: 80em) {
    h2.intro {
      font-size: 2.625rem; } }
  @media print, screen and (min-width: 48em) {
  h2 {
    font-size: 1.3125rem; } }
  @media print, screen and (min-width: 64em) {
  h2 {
    font-size: 1.75rem; } }
  @media screen and (min-width: 80em) {
  h2 {
    font-size: 2.625rem; } }

h3 {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 150%;
  text-transform: uppercase; }
  @media print, screen and (min-width: 48em) {
  h3 {
    font-size: 0.8125rem; } }
  @media print, screen and (min-width: 64em) {
  h3 {
    font-size: 1rem; } }
  @media screen and (min-width: 80em) {
  h3 {
    font-size: 1rem; } }

h4 {
  font-size: 0.8125rem; }
  @media print, screen and (min-width: 48em) {
  h4 {
    font-size: 0.8125rem; } }
  @media print, screen and (min-width: 64em) {
  h4 {
    font-size: 1rem; } }
  @media screen and (min-width: 80em) {
  h4 {
    font-size: 1rem; } }

.h1 {
  font-size: 1.875rem;
  line-height: 1.16em;
  font-style: italic; }
  @media print, screen and (min-width: 48em) {
  .h1 {
    font-size: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
  .h1 {
    font-size: 2.5rem; } }
  @media screen and (min-width: 80em) {
  .h1 {
    font-size: 3.875rem; } }

.h2 {
  font-size: 1.25rem;
  line-height: 120%;
  font-style: italic; }
  .h2.intro {
    font-size: 1.875rem; }
  @media print, screen and (min-width: 48em) {
    .h2.intro {
      font-size: 1.3125rem; } }
  @media print, screen and (min-width: 64em) {
    .h2.intro {
      font-size: 1.75rem; } }
  @media screen and (min-width: 80em) {
    .h2.intro {
      font-size: 2.625rem; } }
  @media print, screen and (min-width: 48em) {
  .h2 {
    font-size: 1.3125rem; } }
  @media print, screen and (min-width: 64em) {
  .h2 {
    font-size: 1.75rem; } }
  @media screen and (min-width: 80em) {
  .h2 {
    font-size: 2.625rem; } }

.h3 {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 150%;
  text-transform: uppercase; }
  @media print, screen and (min-width: 48em) {
  .h3 {
    font-size: 0.8125rem; } }
  @media print, screen and (min-width: 64em) {
  .h3 {
    font-size: 1rem; } }
  @media screen and (min-width: 80em) {
  .h3 {
    font-size: 1rem; } }

p {
  margin-bottom: 1.5em; }
  p a {
    border-bottom: 1px solid #636462;
    transition: all 0.2s; }
  p a:hover {
    color: #b3a992;
    border-color: #b3a992; }

p, li {
  font-size: 0.8125rem;
  line-height: 150%; }
  @media print, screen and (min-width: 48em) {
  p, li {
    font-size: 0.8125rem; } }
  @media print, screen and (min-width: 64em) {
  p, li {
    font-size: 1rem; } }
  @media screen and (min-width: 80em) {
  p, li {
    font-size: 1.25rem; } }
  @media screen and (min-width: 80em) {
    p.small, li.small {
      font-size: 1rem; } }
  p.intro, li.intro {
    font-size: 1rem; }
  @media print, screen and (min-width: 48em) {
    p.intro, li.intro {
      font-size: 1rem; } }
  @media print, screen and (min-width: 64em) {
    p.intro, li.intro {
      font-size: 1rem; } }
  @media screen and (min-width: 80em) {
    p.intro, li.intro {
      font-size: 1.5625rem;
      line-height: 130%; } }

a {
  font-size: 0.8125rem;
  line-height: 150%;
  color: #636462; }
  a:hover, a:focus {
    color: #636462; }
  a.underline {
    border-bottom: 1px solid #636462;
    display: inline; }
  @media print, screen and (min-width: 48em) {
  a {
    font-size: 0.8125rem; } }
  @media print, screen and (min-width: 64em) {
  a {
    font-size: 1rem; } }
  @media screen and (min-width: 80em) {
  a {
    font-size: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    a.small {
      font-size: 0.875rem; } }
  @media screen and (min-width: 80em) {
    a.small {
      font-size: 1rem; } }

span {
  font-size: 0.8125rem;
  line-height: 100%; }
  @media print, screen and (min-width: 64em) {
  span {
    font-size: 1rem; } }
  @media print, screen and (min-width: 64em) {
    span.small {
      font-size: 0.875rem; } }

.column, .columns {
  box-sizing: border-box !important; }

*:focus {
  outline: none; }

.bold {
  font-weight: bold; }

.back-to-top-wrapper {
  opacity: 0;
  position: fixed;
  top: -70px;
  width: 100%;
  height: 7px;
  background-color: #f8f8f8;
  z-index: 99999;
  -webkit-transition: top 0.5s ease 0.2s, opacity 1s ease 0.2s;
  -o-transition: top 0.5s ease 0.2s, opacity 1s ease 0.2s;
  transition: top 0.5s ease 0.2s, opacity 1s ease 0.2s; }
  .back-to-top-wrapper.show {
    opacity: 1;
    top: 0; }
  .back-to-top-wrapper:after {
    content: '';
    display: block;
    width: 80px;
    height: 70px;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -40px;
    transform: scale(1);
    transition: transform 0.2s ease;
    background: transparent url('//resources.schne-frost.de/images/back-to-top.svg') no-repeat center bottom;
    cursor: pointer; }

.hide-on-small {
  /*
   overflow: hidden;
   height: 100%;
   @include breakpoint(xlarge){
   overflow: auto;
   }
   */ }

.hidden-overflow {
  overflow: hidden;
  height: 100%; }
  .hidden-overflow.hide-on-small {
    overflow: hidden !important; }

.header-space {
  height: 8.75rem; }

.fullHeight {
  min-height: 100%;
  height: 100%; }

.halfHeight {
  min-height: 50%; }

.relative {
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    .relative.no-small {
      position: initial; } }

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

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.center {
  text-align: center; }

.black {
  background-color: #2f302d; }

.grey {
  background-color: #d6d0c1; }

.greyLight {
  background-color: #f5f3ef; }

.greyDark {
  background-color: #b3a992; }

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

.swiper-pagination.dark .swiper-pagination-bullet {
  background-color: #2f302d; }
  .swiper-pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2f302d; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; }

.reveal {
  padding: 1.875rem; }
  .reveal .close-button {
    right: 0.3125rem;
    top: 0.3125rem;
    font-size: 1rem; }
  .reveal .close-button img {
    width: 1.25rem; }
  .reveal video.bg-img {
    object-fit: cover; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  height: 0;
  overflow: hidden; }
  .responsive-video.with-disclaimer {
    padding-bottom: calc(56.28% + 2rem); }
  .responsive-video iframe, .responsive-video .video-container, .responsive-video .video-button, .responsive-video .video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-video .video-container {
    cursor: pointer; }
  .responsive-video .video-img {
    height: calc(100% - 2rem); }
  .responsive-video .video-button {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('//bildarchiv.schne-frost.de/startseite/video-button.svg');
    width: 4.6875rem;
    height: 4.6875rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; }
  .responsive-video .video-button.button-highlight {
    border: 2px solid #636462; }
  .responsive-video .video-disclaimer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .responsive-video .video-embed.video-embedded .video-img, .responsive-video .video-embed.video-embedded .video-button {
    display: none; }
  .responsive-video .video-embed.video-embedded iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1.77778; }
/* Form */
input[name="folk"], input[name="product-id"] {
  display: none; }

#error-message {
  background-color: rgba(169, 68, 66, 0.3);
  padding: 3.125rem;
  color: #e60050;
  border: 2px solid #2f302d;
  margin-bottom: 3.125rem; }
  #error-message:not(:focus) {
    border-color: #e60050;
    background-color: #fde6ee; }
  #error-message:not(:focus)::placeholder {
    color: #e60050; }
  #error-message ul {
    margin: 0; }
  #error-message ul li {
    margin: 0; }

#success-message {
  padding: 3.125rem;
  background-color: rgba(164, 198, 17, 0.2);
  color: #3adb76;
  text-align: center;
  margin-bottom: 3.125rem;
  border: 2px solid #abc03d; }
  #success-message:not(:focus) {
    border-color: #3adb76;
    background-color: #ebfbf1; }
  #success-message:not(:focus)::placeholder {
    color: #3adb76; }
  #success-message p {
    margin: 0; }

label {
  text-transform: uppercase;
  letter-spacing: 0.125rem; }
  label.default {
    text-transform: initial;
    letter-spacing: initial;
    font-size: 0.875rem;
    font-weight: normal;
    color: inherit;
    line-height: initial; }

select, input {
  height: auto;
  line-height: 1.5625rem; }

select {
  background-image: url('//resources.schne-frost.de/images/select-arrows.svg');
  background-size: initial;
  transition: none;
  box-shadow: 0 2px 6px 0 rgba(47, 48, 45, 0.25);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: bold; }
  select:focus {
    border-color: #b3a992;
    background-color: #b3a992;
    box-shadow: 0 2px 6px 0 rgba(47, 48, 45, 0.25);
    transition: none; }

.checkbox-wrapper {
  position: relative; }
  .checkbox-wrapper label.default {
    padding-left: 30px; }

.checkbox {
  display: none; }
  .checkbox + label {
    background: #fff;
    border: 2px solid #b3a992;
    box-shadow: inset 0 0px 1px 0 rgba(0, 0, 0, 0.50);
    border-radius: 2px;
    padding: 8px;
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-left: 0; }
  .checkbox + label:active {
    box-shadow: inset 0 0px 1px 0 rgba(0, 0, 0, 0.50); }
  .checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0.5px;
    left: 2.5px;
    color: #0089c0;
    line-height: 100%; }

button[type='submit'], button[type='reset'] {
  background-color: #b3a992;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 2px 6px 0 rgba(47, 48, 45, 0.25);
  border-radius: 27px;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 1.5em;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.copyright-info {
  position: absolute;
  left: 0;
  bottom: 5px;
  padding: 2px 3px;
  font-size: 11px !important;
  line-height: 100% !important;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: default;
  opacity: 0.6;
  z-index: 2; }
  .copyright-info a, .copyright-info a:hover {
    pointer-events: auto;
    color: #fff;
    font-size: inherit;
    line-height: inherit; }

@media screen and (max-width: 47.9375em) {
    .no-js .top-bar {
      display: none; } }
  @media print, screen and (min-width: 48em) {
  .no-js .title-bar {
    display: none; } }

.searchfield-wrapper {
  height: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden; }
  .searchfield-wrapper.active {
    height: 5.625rem;
    opacity: 1; }
  @media print, screen and (min-width: 48em) {
      .searchfield-wrapper .searchform .input-wrapper {
        padding-left: 2.5vw; } }
  .searchfield-wrapper .searchform .input-wrapper .searchinput {
    height: 5.625rem;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #b3a992;
    padding-left: 0; }
  .searchfield-wrapper .searchform .button-wrapper {
    text-align: right; }
  @media print, screen and (min-width: 48em) {
      .searchfield-wrapper .searchform .button-wrapper {
        padding-right: 2.5vw; } }
  .searchfield-wrapper .searchform .button-wrapper button {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.navigation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 1.25rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background: transparent;
  margin-top: 0;
  transition: margin-top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .navigation-wrapper.active {
    margin-top: 5.625rem; }
  @media print, screen and (min-width: 48em) {
  .navigation-wrapper {
    padding-top: 3.125rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-bottom: 3.125rem; } }
  @media print, screen and (min-width: 48em) {
    .navigation-wrapper.shadow {
      background: rgba(0, 0, 0, 0.3);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); } }
  .navigation-wrapper.dark.shadow {
    background: rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0); }
  .navigation-wrapper .title-bar-wrapper {
    display: inline-block;
    width: 100%; }
  .navigation-wrapper .title-bar-wrapper img {
    cursor: pointer;
    padding-top: 0.1875rem; }
  .navigation-wrapper .title-bar-wrapper .searchicon-resize {
    width: 1.5rem;
    height: 1.5rem; }
  .navigation-wrapper .title-bar {
    padding: 0;
    background-color: transparent;
    cursor: pointer; }
  .navigation-wrapper .top-bar {
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff; }
  @media print, screen and (min-width: 48em) {
    .navigation-wrapper .top-bar {
      position: relative;
      background-color: transparent; } }
  .navigation-wrapper .top-bar .top-bar-left {
    padding-top: 1.25rem; }
  @media print, screen and (min-width: 48em) {
      .navigation-wrapper .top-bar .top-bar-left {
        padding-top: 0; } }
  .navigation-wrapper .top-bar .top-bar-left .menu {
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column; }
    @media print, screen and (min-width: 48em) {
      .navigation-wrapper .top-bar .top-bar-left .menu {
        flex-direction: row;
        background-color: transparent;
        flex-wrap: wrap; } }
  .navigation-wrapper .top-bar-right {
    align-self: stretch; }
  .navigation-wrapper .top-bar-right .search-wrapper {
    padding-top: 0.375rem;
    cursor: pointer;
    text-align: center;
    margin-bottom: 3.75rem; }
  @media print, screen and (min-width: 48em) {
      .navigation-wrapper .top-bar-right .search-wrapper {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 48em) {
        .navigation-wrapper .top-bar-right .search-wrapper.sw-resized {
          min-width: 12.3125rem;
          position: relative;
          margin-right: 24px; } }
  .navigation-wrapper .top-bar-right .search-wrapper .language-link, .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link {
    display: inline-block;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    @media print, screen and (min-width: 48em) {
      .navigation-wrapper .top-bar-right .search-wrapper .language-link, .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link {
        display: block;
        float: left; } }
    .navigation-wrapper .top-bar-right .search-wrapper .language-link img, .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link img {
      display: block; }
    .navigation-wrapper .top-bar-right .search-wrapper .language-link.last, .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link.last {
      cursor: initial; }
    @media print, screen and (min-width: 48em) {
        .navigation-wrapper .top-bar-right .search-wrapper .language-link.last, .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link.last {
          margin-right: 1.5625rem; } }
    .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link {
      transform: translateY(5px);
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    @media print, screen and (min-width: 48em) {
      .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link {
        transform: translateY(-5px); } }
    .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link img {
      width: 24px;
      height: 24px; }
    @media print, screen and (min-width: 48em) {
        .navigation-wrapper .top-bar-right .search-wrapper .fb-ig-link.ig-link {
          margin-right: 1.5rem; } }
  @media print, screen and (min-width: 48em) {
        .navigation-wrapper .top-bar-right .search-wrapper .searchicon-resized {
          position: absolute;
          width: 1.5rem;
          height: 1.5rem; } }
  @media print, screen and (min-width: 48em) {
          .navigation-wrapper.dark ul li a {
            color: #636462;
            text-shadow: none; } }
    @media print, screen and (min-width: 48em) {
          .navigation-wrapper.dark ul li a:hover {
            color: #636462;
            border-bottom: 4px solid #636462; } }
  .navigation-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .navigation-wrapper ul li {
    display: inline-block; }
  .navigation-wrapper ul li a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 4px solid transparent;
    transition: all 0.2s;
    letter-spacing: 0.08rem;
    padding-left: 0;
    padding-right: 0; }
    @media print, screen and (min-width: 48em) {
      .navigation-wrapper ul li a {
        display: inline-block;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        margin-right: 2.1875rem;
        margin-bottom: 0;
        color: #fff;
        text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
        text-shadow: 0 2px 15px rgba(0, 0, 0, 0.333); } }
    .navigation-wrapper ul li a:hover {
      color: #636462;
      border-bottom: 4px solid #636462; }
    @media print, screen and (min-width: 48em) {
        .navigation-wrapper ul li a:hover {
          color: #fff;
          border-bottom: 4px solid #fff; } }

.content-header-wrapper {
  background-color: #b3a992;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .content-header-wrapper .content-header {
    min-height: 24.375rem; }
  .content-header-wrapper .content-header .header-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    margin: 0;
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .content-header-wrapper .content-header .header-title:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('//resources.schne-frost.de/images/logo-white.svg');
    width: 160px;
    height: 85px;
    left: 50%;
    margin-left: -75px;
    margin-top: 20px; }

footer, .footer {
  text-align: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-color: #2f302d;
  display: block; }
  footer img, .footer img {
    padding-bottom: 1.5625rem; }
  footer ul, .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff; }
  footer ul li, .footer ul li {
    display: inline-block;
    padding-right: 0.3125rem;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08rem; }
  footer ul li:not(:last-child):after, .footer ul li:not(:last-child):after {
    content: '·';
    display: inline-block;
    padding-left: 0.3125rem; }
  footer ul li a, .footer ul li a, footer ul li a:focus, .footer ul li a:focus, footer ul li a:active, .footer ul li a:active, footer ul li a:hover, .footer ul li a:hover {
    color: #fff; }

.contacts-component {
  padding-top: 3.75rem; }
  @media print, screen and (min-width: 48em) {
  .contacts-component {
    padding-top: 6.25rem; } }
  .contacts-component .intro {
    text-align: center;
    padding-bottom: 5rem; }
  .contacts-component .contacts-section {
    padding-bottom: 5rem; }
  .contacts-component .contacts-section.is-active .title:before {
    margin-top: -6px;
    transform: rotate(0deg); }
  .contacts-component .contacts-section .title {
    border: none;
    background-color: transparent;
    border-bottom: 3px solid #b3a992;
    padding: 0;
    padding-bottom: 0.9375rem;
    transition: all 0.3s; }
  .contacts-component .contacts-section .title:before {
    content: '' !important;
    background-image: url('//resources.schne-frost.de/images/arrow-dark-small.svg');
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 12px;
    right: 0;
    margin-top: -12px;
    transform: rotate(-90deg); }
  .contacts-component .contacts-section .title h2 {
    margin: 0; }
  .contacts-component .contacts-section .content {
    border: none;
    overflow: hidden;
    padding: 0; }
  .contacts-component .contacts-section .content .contacts-row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #b3a992; }
    .contacts-component .contacts-section .content .contacts-row > .column:nth-child(2), .contacts-component .contacts-section .content .contacts-row > .columns:nth-child(2) {
      margin-top: 0.9375rem;
      border-top: 1px solid #b3a992;
      padding-top: 0.9375rem; }
    @media print, screen and (min-width: 48em) {
        .contacts-component .contacts-section .content .contacts-row > .column:nth-child(2), .contacts-component .contacts-section .content .contacts-row > .columns:nth-child(2) {
          margin-top: 0;
          padding-top: 0;
          border-top: none; } }
    .contacts-component .contacts-section .content .contacts-row .head {
      margin: 0; }
    .contacts-component .contacts-section .content .contacts-row .information {
      padding-top: 1.25rem; }

.news-wrapper .news-entries {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .news-wrapper .news-entries .news-pagination {
    border-top: 3px solid #b3a992;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .news-wrapper .news-entries .news-pagination.bottom {
    border-top: none;
    border-bottom: 3px solid #b3a992; }
  .news-wrapper .news-entries .news-pagination .position {
    margin-right: 0.3125rem;
    font-weight: bold; }
    .news-wrapper .news-entries .news-pagination .position.current {
      font-weight: normal; }
  .news-wrapper .news-entries .news-entry {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #b3a992; }
  .news-wrapper .news-entries .news-entry h3 {
    margin: 0; }
  .news-wrapper .news-entries .news-entry p {
    margin: 0; }
  .news-wrapper .news-entries .news-entry img {
    max-height: 6.875rem;
    width: auto; }
  .news-wrapper .news-entries .news-entry .download-button {
    display: inline-block;
    background: #b3a992;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 27px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem; }
    .news-wrapper .news-entries .news-entry .download-button.ePaper {
      cursor: pointer;
      line-height: 150%; }
    @media print, screen and (min-width: 48em) {
      .news-wrapper .news-entries .news-entry .download-button {
        float: right;
        margin-top: 0; }
        .news-wrapper .news-entries .news-entry .download-button.ePaper {
          float: unset; } }
  .news-wrapper .news-entries .news-entry:first-child {
    border-top: 1px solid #b3a992; }

.ePaper-reveal .ePaper-container .ePaper-overlay .ePaper-button {
  cursor: pointer;
  display: block;
  margin: 0 auto; }
  .ePaper-reveal .ePaper-container .ePaper-overlay .ePaper-button svg {
    width: 50px;
    fill: #b3a992;
    transition: transform 200ms, fill 200ms; }
  .ePaper-reveal .ePaper-container .ePaper-overlay .ePaper-button:hover svg {
    transform: scale(1.25);
    fill: #636462; }

.contactform-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem; }
  @media print, screen and (min-width: 48em) {
  .contactform-wrapper {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem; } }
  .contactform-wrapper .formular-wrapper {
    padding-top: 6.25rem; }
  .contactform-wrapper .formular-wrapper .checkbox-wrapper {
    margin-bottom: 1rem; }
  .contactform-wrapper .formular-wrapper .sendbutton {
    margin-top: 3.125rem;
    cursor: pointer;
    float: right; }

.text-picture-widget {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem; }
  @media print, screen and (min-width: 48em) {
  .text-picture-widget {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem; } }
  .text-picture-widget .title {
    margin-bottom: 1.2em; }
  @media print, screen and (min-width: 48em) {
    .text-picture-widget .title {
      margin-bottom: 3.125rem; } }
  .text-picture-widget .image {
    margin-bottom: 0.9375rem;
    position: relative; }
  .text-picture-widget .image .copyrightInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.75rem;
    line-height: 100%;
    padding: 3px 5px;
    color: #fff;
    text-shadow: 2px 2px #2f302d; }

.two-columns-widget > .row {
  max-width: 100%; }
  .two-columns-widget .left {
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 28.125rem; }
  @media print, screen and (min-width: 48em) {
    .two-columns-widget .left {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 50%;
      padding-left: 0;
      padding-right: 0.3125rem; } }
  .two-columns-widget .left .image-wrapper {
    height: 100%;
    position: relative; }
  .two-columns-widget .left .image-wrapper .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .two-columns-widget .right {
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .two-columns-widget .right {
      padding-left: 0.3125rem;
      padding-right: 0; } }
  .two-columns-widget .right .content-wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-color: #2f302d;
    color: #ffdf78; }
  .two-columns-widget .right .content-wrapper .title {
    text-align: center; }
  .two-columns-widget .right .content-wrapper .description {
    padding-top: 3.125rem; }
  .two-columns-widget .right .content-wrapper .link {
    text-transform: uppercase;
    color: #ffdf78;
    font-weight: bold; }

.four-teaser-widget {
  background-color: #f5f3ef; }
  .four-teaser-widget > .row {
    max-width: 100%; }
  .four-teaser-widget .column, .four-teaser-widget .columns {
    padding: 0; }
  .four-teaser-widget .tile {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-align: center;
    display: block; }
  @media print, screen and (min-width: 48em) {
    .four-teaser-widget .tile {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
  .four-teaser-widget .tile.left {
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff; }
  @media print, screen and (min-width: 48em) {
      .four-teaser-widget .tile.left {
        border-bottom: none; } }
  .four-teaser-widget .tile.middle-left {
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff; }
  @media print, screen and (min-width: 48em) {
      .four-teaser-widget .tile.middle-left {
        border-bottom: none;
        border-right: 5px solid #fff; } }
  .four-teaser-widget .tile.middle-right {
    border-right: 5px solid #fff;
    border-top: 5px solid #fff; }
  @media print, screen and (min-width: 48em) {
      .four-teaser-widget .tile.middle-right {
        border-top: none;
        border-left: 5px solid #fff; } }
  .four-teaser-widget .tile.right {
    border-left: 5px solid #fff;
    border-top: 5px solid #fff; }
  @media print, screen and (min-width: 48em) {
      .four-teaser-widget .tile.right {
        border-top: none; } }
  .four-teaser-widget .tile h2 {
    margin: 0;
    margin-bottom: 0.9375rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .four-teaser-widget .tile svg {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; }
  @media print, screen and (min-width: 48em) {
      .four-teaser-widget .tile svg {
        max-width: 4.6875rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
      .four-teaser-widget .tile svg {
        max-width: 6.25rem; } }
  @media screen and (min-width: 80em) {
      .four-teaser-widget .tile svg {
        max-width: 10.625rem; } }
  .four-teaser-widget .tile span {
    display: inline-block;
    margin-top: 0.9375rem;
    line-height: 1.3125rem;
    min-height: 4rem; }

.vacancies-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media print, screen and (min-width: 48em) {
  .vacancies-wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; } }
  .vacancies-wrapper.no-top-padding {
    padding-top: 0; }
  .vacancies-wrapper .header {
    padding-bottom: 0.9375rem;
    border-bottom: 3px solid #b3a992;
    margin-bottom: 1.25rem; }
  .vacancies-wrapper .vacancy-filter {
    border-bottom: 3px solid #b3a992;
    margin-bottom: 1.25rem; }
  .vacancies-wrapper .vacancy-filter a {
    margin-right: 0.5rem;
    padding: 0.625rem 1.25rem; }
  .vacancies-wrapper .vacancy-filter a:last-of-type {
    margin-right: 0; }
  .vacancies-wrapper .vacancy-filter .vacancy-searchbar .nice-select.vacancy-select {
    padding-right: 2.1875rem; }
  .vacancies-wrapper .vacancy-filter .vacancy-searchbar .nice-select.vacancy-select .current {
    cursor: pointer;
    display: block;
    font-weight: bold; }
  .vacancies-wrapper .vacancy-filter .vacancy-searchbar .nice-select.vacancy-select .list {
    padding: 1.875rem 2.5rem;
    background-color: white;
    width: 100%;
    box-shadow: 3px 4px 15px 0 #000; }
  .vacancies-wrapper .vacancy-filter .vacancy-searchbar .nice-select.vacancy-select .list .option {
    font-style: italic;
    line-height: 2.0625rem;
    font-size: 1.25rem; }
  .vacancies-wrapper .vacancy-filter .vacancy-searchbar .nice-select.vacancy-select:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background-image: url('//resources.schne-frost.de/images/select-arrow.svg'); }
  .vacancies-wrapper .vacancies {
    padding-bottom: 3.75rem; }
  .vacancies-wrapper .vacancies .vacancy-wrapper {
    border-bottom: 1px solid #b3a992;
    margin-bottom: 1.25rem;
    display: block; }
  .vacancies-wrapper .vacancies .vacancy-wrapper .stand {
    text-align: right; }
  .vacancies-wrapper .vacancies .vacancy-wrapper .info span {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    padding-left: 1.5rem; }
  @media print, screen and (min-width: 48em) {
        .vacancies-wrapper .vacancies .vacancy-wrapper .info span {
          padding-left: 0; } }
  @media print, screen and (min-width: 64em) {
        .vacancies-wrapper .vacancies .vacancy-wrapper .info span {
          font-size: 1rem; } }
  .vacancies-wrapper .contact-person {
    border-bottom: 1px solid #b3a992;
    margin-bottom: 5rem; }
  .vacancies-wrapper .contact-person img {
    padding-bottom: 1.25rem; }
  .vacancies-wrapper .additional-info {
    border-bottom: 1px solid #b3a992; }

.trademarks-wrapper {
  padding-top: 9.375rem; }
  .trademarks-wrapper .trademark {
    padding-bottom: 9.375rem; }
  .trademarks-wrapper .trademark .image {
    padding-bottom: 0.9375rem;
    text-align: center; }
  .kartoffel-teaser-widget {
    border: 5px solid white; }
  @media print, screen and (min-width: 48em) {
  .kartoffel-teaser-widget {
    border: none;
    border-top: 10px solid white;
    border-bottom: 10px solid white; } }
  .kartoffel-teaser-widget .big-wrapper {
    height: 56.25vw;
    border: 5px solid white; }
  @media print, screen and (min-width: 48em) {
    .kartoffel-teaser-widget .big-wrapper {
      border: none;
      border-right: 5px solid white; } }
  .kartoffel-teaser-widget .none {
    pointer-events: none; }
  .kartoffel-teaser-widget .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 1;
    font-weight: bold;
    padding: 0.9375rem;
    text-align: center; }
  .kartoffel-teaser-widget .text img {
    display: block;
    margin: auto;
    min-width: 5rem;
    width: 6.67vw;
    padding-top: 1.875rem; }
  .kartoffel-teaser-widget .text.no-image {
    font-weight: normal;
    text-shadow: none;
    color: #636462; }
  .kartoffel-teaser-widget .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f3ef;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: brightness(87%);
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .kartoffel-teaser-widget .background.no-image {
    filter: none; }
  .kartoffel-teaser-widget .small-wrapper {
    height: 56.25vw;
    border: 5px solid white; }
  @media print, screen and (min-width: 48em) {
    .kartoffel-teaser-widget .small-wrapper {
      height: 28.125vw;
      border: none;
      border-left: 5px solid white;
      border-top: 5px solid white; }
      .kartoffel-teaser-widget .small-wrapper:first-child {
        border-bottom: 5px solid white;
        border-top: 0px solid white; } }
  .kartoffel-teaser-widget .link-wrapper {
    overflow: hidden; }
  .kartoffel-teaser-widget .link-wrapper:hover .background {
    transform: scale(1.03); }
  @media print, screen and (min-width: 48em) {
      .kartoffel-teaser-widget.rechts .big-wrapper {
        border: none;
        border-left: 5px solid white; } }
  @media print, screen and (min-width: 48em) {
      .kartoffel-teaser-widget.rechts .small-wrapper {
        height: 28.125vw;
        border: none;
        border-right: 5px solid white;
        border-top: 5px solid white; }
        .kartoffel-teaser-widget.rechts .small-wrapper:first-child {
          border-bottom: 5px solid white;
          border-top: 0px solid white; } }

.kartoffel-kacheln-wrapper {
  display: inline-block;
  width: 100%;
  border-top: 5px solid white; }
  .kartoffel-kacheln-wrapper .no-events {
    pointer-events: none; }
  .kartoffel-kacheln-wrapper .tile-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .kartoffel-kacheln-wrapper .tile {
    display: block;
    position: relative;
    border-left: none;
    border-right: none;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-top: 50%;
    overflow: hidden; }
  .kartoffel-kacheln-wrapper .tile:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5vw 0 1.5vw 1.5vw;
    border-color: transparent transparent transparent #d6d0c1;
    z-index: 1; }
  .kartoffel-kacheln-wrapper .tile.blau:before {
    border-color: transparent transparent transparent #5d8daf; }
  .kartoffel-kacheln-wrapper .tile.blau .content {
    background-color: #5d8daf; }
  .kartoffel-kacheln-wrapper .tile.braun:before {
    border-color: transparent transparent transparent #846c57; }
  .kartoffel-kacheln-wrapper .tile.braun .content {
    background-color: #846c57; }
  @media print, screen and (min-width: 48em) {
    .kartoffel-kacheln-wrapper .tile {
      border-left: 5px solid #fff;
      border-right: 5px solid #fff; } }
  .kartoffel-kacheln-wrapper .tile:hover .image {
    transform: scale(1.05); }
  .kartoffel-kacheln-wrapper .tile.quote {
    padding: 0;
    height: 100%;
    border-right: none; }
  .kartoffel-kacheln-wrapper .tile.quote:before {
    display: none; }
  .kartoffel-kacheln-wrapper .tile.quote .content {
    width: 100%;
    background-color: #fff;
    color: #d6d0c1;
    text-align: center; }
  .kartoffel-kacheln-wrapper .tile.quote .content .h2 {
    width: 100%;
    font-weight: normal;
    padding-right: 8%;
    padding-left: 8%; }
  .kartoffel-kacheln-wrapper .tile.quote .content .bottom {
    position: absolute;
    bottom: 0;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 1.5vh;
    font-weight: bold;
    font-style: italic;
    width: 100%; }
  .kartoffel-kacheln-wrapper .tile.tile-half {
    padding: 0;
    height: 100%;
    border-left: none; }
  .kartoffel-kacheln-wrapper .tile.tile-half:before {
    display: none; }
  .kartoffel-kacheln-wrapper .tile.tile-half .content {
    width: 100%;
    background-color: #d6d0c1;
    position: unset;
    padding-bottom: 100%; }
  @media print, screen and (min-width: 48em) {
        .kartoffel-kacheln-wrapper .tile.tile-half .content {
          position: absolute;
          padding-bottom: 1.5vw; } }
  .kartoffel-kacheln-wrapper .tile.tile-half .content .h1 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    font-family: 'Sue Ellen Francisco', 'TheSans', Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
  @media print, screen and (min-width: 64em) {
          .kartoffel-kacheln-wrapper .tile.tile-half .content .h1 {
            font-size: 4.5rem; } }
  .kartoffel-kacheln-wrapper .tile.tile-half .bottom {
    position: absolute;
    bottom: 0;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 7.4vh;
    font-weight: bold;
    font-style: italic;
    text-align: center; }
  @media print, screen and (min-width: 64em) {
        .kartoffel-kacheln-wrapper .tile.tile-half .bottom {
          font-size: 1.75rem; } }
  .kartoffel-kacheln-wrapper .tile.tile-left {
    border-left: none; }
  .kartoffel-kacheln-wrapper .tile.tile-left .content {
    display: block; }
  .kartoffel-kacheln-wrapper .tile.tile-left .content.content-center {
    display: flex; }
  @media screen and (max-width: 47.9375em) {
      .kartoffel-kacheln-wrapper .tile.small-left:before {
        border-width: 1.5vw 1.5vw 1.5vw 0;
        border-color: transparent #d6d0c1 transparent transparent;
        left: auto;
        right: 50%; }
        .kartoffel-kacheln-wrapper .tile.small-left .image {
          right: 50%; }
        .kartoffel-kacheln-wrapper .tile.small-left .content {
          left: 50%;
          background-color: #d6d0c1; } }
  .kartoffel-kacheln-wrapper .tile.tile-right {
    border-right: none; }
  .kartoffel-kacheln-wrapper .tile.tile-right .content {
    display: block; }
  .kartoffel-kacheln-wrapper .tile.tile-right .content.content-center {
    display: flex; }
  .kartoffel-kacheln-wrapper .tile.left:before {
    border-width: 1.5vw 1.5vw 1.5vw 0;
    border-color: transparent #d6d0c1 transparent transparent;
    left: auto;
    right: 50%; }
  .kartoffel-kacheln-wrapper .tile.left .image, .kartoffel-kacheln-wrapper .tile.left .video {
    right: 50%; }
  .kartoffel-kacheln-wrapper .tile.left .content {
    left: 50%;
    background-color: #d6d0c1; }
  .kartoffel-kacheln-wrapper .tile.left.blau:before {
    border-color: transparent #5d8daf transparent transparent; }
  .kartoffel-kacheln-wrapper .tile.left.blau .content {
    background-color: #5d8daf; }
  .kartoffel-kacheln-wrapper .tile.left.braun:before {
    border-color: transparent #846c57 transparent transparent; }
  .kartoffel-kacheln-wrapper .tile.left.braun .content {
    background-color: #846c57; }
  @media screen and (max-width: 47.9375em) {
      .kartoffel-kacheln-wrapper .tile.small-right:before {
        border-width: 1.5vw 0 1.5vw 1.5vw;
        border-color: transparent transparent transparent #d6d0c1;
        right: auto;
        left: 50%; }
        .kartoffel-kacheln-wrapper .tile.small-right .image {
          left: 50%; }
        .kartoffel-kacheln-wrapper .tile.small-right .content {
          right: 50%;
          left: auto;
          background-color: #d6d0c1; } }
  .kartoffel-kacheln-wrapper .tile .image {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 200ms;
    overflow: hidden;
    color: white;
    background-color: #846c57;
    padding: 2.5vw 2vw 1.5vw 2vw; }
  .kartoffel-kacheln-wrapper .tile .image h2, .kartoffel-kacheln-wrapper .tile .image h3, .kartoffel-kacheln-wrapper .tile .image h4 {
    font-family: 'Sue Ellen Francisco', 'TheSans', Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
  .kartoffel-kacheln-wrapper .tile .image p, .kartoffel-kacheln-wrapper .tile .image ul li {
    font-size: 2.7vw; }
  @media print, screen and (min-width: 48em) {
        .kartoffel-kacheln-wrapper .tile .image p, .kartoffel-kacheln-wrapper .tile .image ul li {
          font-size: 1.0421vw; } }
  .kartoffel-kacheln-wrapper .tile .image ul {
    margin-top: -0.25rem; }
  @media print, screen and (min-width: 48em) {
          .kartoffel-kacheln-wrapper .tile .image ul li {
            font-size: 1.25vw; } }
  .kartoffel-kacheln-wrapper .tile .image p:last-child {
    margin: 0; }
  .kartoffel-kacheln-wrapper .tile .content {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: #d6d0c1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 2.5vw 2vw 1.5vw 2vw;
    color: #fff; }
  .kartoffel-kacheln-wrapper .tile .content h2 {
    margin: 0;
    padding: 0;
    font-family: 'Sue Ellen Francisco', 'TheSans', Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    padding-bottom: 1vw;
    width: 100%;
    max-width: 100%; }
  .kartoffel-kacheln-wrapper .tile .content h2.headline {
    font-size: 11.5vw; }
  @media print, screen and (min-width: 48em) {
          .kartoffel-kacheln-wrapper .tile .content h2.headline {
            font-size: 5.3vw; } }
  .kartoffel-kacheln-wrapper .tile .content h2.text {
    font-size: 6vw; }
  @media print, screen and (min-width: 48em) {
          .kartoffel-kacheln-wrapper .tile .content h2.text {
            font-size: 2.7vw; } }
  .kartoffel-kacheln-wrapper .tile .content h2:last-child {
    padding-bottom: 0; }
  .kartoffel-kacheln-wrapper .tile .content.content-center h2 {
    text-align: center; }
  .kartoffel-kacheln-wrapper .tile .video {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .kartoffel-kacheln-wrapper .tile .video video {
    height: 100%;
    width: auto;
    transform: translateX(-25%); }

.video-widget {
  padding-bottom: 4.375rem; }
  @media print, screen and (min-width: 48em) {
  .video-widget {
    padding-bottom: 7.5rem; } }
  .video-widget .title {
    margin-bottom: 1.2em; }
  @media print, screen and (min-width: 48em) {
    .video-widget .title {
      margin-bottom: 3.125rem; } }

.fp-responsive .section.two {
  height: auto !important; }
  .fp-responsive .section.two .fp-tableCell {
    height: auto !important; }
  .fp-responsive .section.two .fullHeight {
    min-height: 0;
    height: auto; }
  .fp-responsive .section.two .absolute {
    position: relative; }
  .fp-responsive .section.two .absolute.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .fp-responsive .section.two .products {
    min-height: 50vh;
    border: 0.625rem solid #fff;
    border-bottom: none; }
  .fp-responsive .section.two .first-statement {
    border: none;
    border: 0.625rem solid #fff;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .fp-responsive .section.two .second-statement {
    border: 0.625rem solid #fff;
    border-top: none; }
  .fp-responsive .section.two .second-statement .medallien-wrapper {
    margin-bottom: 4.6vh;
    min-height: 25vw; }
  .fp-responsive .section.two .second-statement .medallien-wrapper .image {
    width: 25vw;
    margin-left: -12.5vw; }
  .fp-responsive .section.two .second-statement .medallien-wrapper .image.outerLeft {
    margin-left: -22.5vw; }
  .fp-responsive .section.two .second-statement .medallien-wrapper .image.left {
    margin-left: -17.5vw; }
  .fp-responsive .section.two .second-statement .medallien-wrapper .image.middle {
    margin-left: -12.5vw; }
  .fp-responsive .section.two .second-statement .medallien-wrapper .image.right {
    margin-left: -7.5vw; }
  .fp-responsive .section.two .second-statement .medallien-wrapper .image.outerRight {
    margin-left: -2.5vw; }
  .fp-responsive .section.two .third-statement {
    border: 0.625rem solid #fff;
    border: none; }
  .fp-responsive .section.two .third-statement .absolute-div .person-background {
    transition: none;
    transform: translate(0px);
    width: 100%; }

.section.two .overflow-hidden {
  overflow: hidden; }
  .section.two .products {
    border-right: 5px solid #fff; }
  .section.two .products .left-background {
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .section.two .products .left-background:hover {
    transform: scale(1.03); }
  .section.two .products .link-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 3.125rem;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 0%, #000 120%); }
  .section.two .products .link-wrapper a {
    display: inline-block;
    color: #fff;
    letter-spacing: 0.08rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    position: relative;
    padding-bottom: 4.6vh;
    margin-bottom: 6.9vh;
    text-transform: uppercase;
    font-weight: bold; }
  .section.two .products .link-wrapper a:hover .arrow {
    animation: pulse 2s infinite; }
  .section.two .products .link-wrapper a .arrow {
    display: block;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0; }
  .section.two .products .link-wrapper.stripe {
    background-image: none;
    background-color: white;
    bottom: 25%;
    padding-top: 1.5625rem;
    /* @include breakpoint(small only){} */ }
  .section.two .products .link-wrapper.stripe.test {
    bottom: 50%;
    transform: translateY(50%); }
  .section.two .products .link-wrapper.stripe a {
    color: #000;
    text-shadow: none;
    text-transform: unset;
    margin-bottom: 0;
    padding-bottom: 1.5625rem; }
  .section.two .products .link-wrapper.stripe a h2 {
    font-weight: bold; }
  .section.two .products .stoerer {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    width: 33.333%;
    max-width: 150px; }
  @media print, screen and (min-width: 48em) {
      .section.two .products .stoerer {
        width: 50%;
        max-width: 225px; } }
  @media print, screen and (min-width: 64em) {
      .section.two .products .stoerer {
        max-width: 275px; } }
  .section.two .first-statement {
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    text-align: center; }
  .section.two .first-statement.black {
    color: #fff; }
  .section.two .first-statement .statement {
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 3.6vh; }
  .section.two .first-statement .image {
    min-width: 5rem;
    width: 6.67vw; }
  .section.two .first-statement .image.bigger {
    width: 7.8vw; }
  .section.two .second-statement {
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    color: #ffdf78; }
  .section.two .second-statement.greyLight {
    color: #2f302d; }
  .section.two .second-statement:hover .medallien-wrapper .image.left {
    transform: scale(1.1); }
  .section.two .second-statement:hover .medallien-wrapper .image.middle {
    transform: scale(1.2); }
  .section.two .second-statement:hover .medallien-wrapper .image.right {
    transform: scale(1.1); }
  .section.two .second-statement .medallien-wrapper {
    position: relative;
    min-height: 7.8vw; }
  .section.two .second-statement .medallien-wrapper .image {
    width: 7.8vw;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.9vw;
    transform: scale(1); }
  .section.two .second-statement .medallien-wrapper .outerLeft {
    transition-property: margin-left, transform;
    transition-duration: 1s, 0.5s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0s, 0s;
    z-index: 1; }
  .section.two .second-statement .medallien-wrapper .left {
    transition-property: margin-left, transform;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0.5s, 0s;
    z-index: 2; }
  .section.two .second-statement .medallien-wrapper .middle {
    z-index: 3;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
  .section.two .second-statement .medallien-wrapper .right {
    transition-property: margin-left, transform;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0.5s, 0s;
    z-index: 2; }
  .section.two .second-statement .medallien-wrapper .outerRight {
    transition-property: margin-left, transform;
    transition-duration: 1s, 0.5s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0s, 0s;
    z-index: 1; }
  .section.two .second-statement .description p {
    text-align: left;
    margin: 0; }
  .section.two .third-statement {
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(47, 48, 45, 0.3); }
  @media screen and (max-width: 47.9375em) {
    .section.two .third-statement {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-bottom: 0.625rem;
      min-height: 25rem; } }
  .section.two .third-statement:hover .absolute-div {
    transform: scale(1.03); }
  .section.two .third-statement .tile {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .section.two .third-statement .tile:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url('//bildarchiv.schne-frost.de/startseite/video-button.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .section.two .third-statement .video-image {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .section.two .third-statement .description {
    width: 100%; }
  .section.two .third-statement .description p {
    text-align: center;
    margin: 0;
    color: #fff;
    display: block; }
  .section.two .absolute-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transform: scale(1); }
  .section.two .person-background {
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-duration: 1s;
    transition-property: transform;
    transform: translate(100%);
    z-index: 1; }
  .section.two.active .medallien-wrapper .outerLeft {
    transition-delay: 0.3s, 0s;
    margin-left: -6.9vw; }
  .section.two.active .medallien-wrapper .left {
    transition-delay: 0.3s, 0s;
    margin-left: -5.4vw; }
  .section.two.active .medallien-wrapper .right {
    transition-delay: 0.3s, 0s;
    margin-left: -2.3vw; }
  .section.two.active .medallien-wrapper .outerRight {
    transition-delay: 0.3s, 0s;
    margin-left: -0.8vw; }
  .section.two.active .person-background {
    transition-delay: 0.3s;
    transform: translate(0px); }
  .section.two .tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    z-index: 2; }
  .section.two .tile .headline-wrapper {
    align-self: flex-start;
    text-align: center;
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 4.6vh; }
  @media screen and (max-width: 47.9375em) {
      .section.two .tile .headline-wrapper {
        padding-top: 1.875rem; } }
  .section.two .tile .headline-wrapper h2 {
    padding-bottom: 4.6vh;
    margin: 0; }
  .section.two .tile .description {
    align-self: flex-end;
    text-align: center;
    font-style: italic;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 7.4vh;
    z-index: 2; }
  @media screen and (max-width: 47.9375em) {
      .section.two .tile .description {
        padding-bottom: 1.875rem; } }

.section.three .four-elements .column, .section.three .four-elements .columns {
  overflow: hidden;
  cursor: pointer; }
  .section.three .four-elements .column:hover .mask, .section.three .four-elements .columns:hover .mask {
    transform: scale(1.4);
    opacity: 0; }
  .section.three .four-elements .column:hover .background, .section.three .four-elements .columns:hover .background {
    transform: scale(1.05); }
  .section.three .four-elements .column:hover .title, .section.three .four-elements .columns:hover .title {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s; }
  .section.three .four-elements .column:hover .subtext-wrapper, .section.three .four-elements .columns:hover .subtext-wrapper {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s; }
  .section.three .four-elements .column:hover .overlay, .section.three .four-elements .columns:hover .overlay {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s; }
  .section.three .four-elements .column:nth-child(1), .section.three .four-elements .columns:nth-child(1) {
    border-right: 5px solid #f5f3ef;
    border-bottom: 5px solid #f5f3ef; }
  .section.three .four-elements .column:nth-child(2), .section.three .four-elements .columns:nth-child(2) {
    border-left: 5px solid #f5f3ef;
    border-bottom: 5px solid #f5f3ef; }
  .section.three .four-elements .column:nth-child(3), .section.three .four-elements .columns:nth-child(3) {
    border-right: 5px solid #f5f3ef;
    border-top: 5px solid #f5f3ef; }
  .section.three .four-elements .column:nth-child(4), .section.three .four-elements .columns:nth-child(4) {
    border-left: 5px solid #f5f3ef;
    border-top: 5px solid #f5f3ef; }
  .section.three .four-elements .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 0.35s;
    transition-timing-function: linear;
    transition-delay: 0s;
    z-index: 1; }
  .section.three .four-elements .mask {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    transform: scale(1);
    transition-property: transform, opacity;
    transition-duration: 0.35s, 0.2s;
    transition-timing-function: linear, ease-in-out;
    transition-delay: 0s, 0.05s;
    z-index: 3; }
  .section.three .four-elements .mask-c {
    background-image: url('//bildarchiv.schne-frost.de/startseite/mask_c.svg'); }
  .section.three .four-elements .mask-g {
    background-image: url('//bildarchiv.schne-frost.de/startseite/mask_g.svg'); }
  .section.three .four-elements .mask-f {
    background-image: url('//bildarchiv.schne-frost.de/startseite/mask_f.svg'); }
  .section.three .four-elements .mask-b {
    background-image: url('//bildarchiv.schne-frost.de/startseite/mask_b.svg'); }
  .section.three .four-elements .mask-o {
    background-image: url('//bildarchiv.schne-frost.de/startseite/mask_o.svg'); }
  .section.three .four-elements .title {
    /*
     font-size: 4.7vmin;
     font-weight: light;
     font-style: italic;
     line-height: 100%;
     color: #D8D7D5;
     */
    position: absolute;
    bottom: 9.5%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    z-index: 4; }
  .section.three .four-elements .subtext-wrapper {
    position: absolute;
    top: 67%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    opacity: 0;
    z-index: 1;
    align-items: center;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
  .section.three .four-elements .subtext-wrapper .subtext {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50); }
  .section.three .four-elements .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 3.33vw;
    font-style: italic;
    font-weight: bold;
    margin-top: -1.665vw;
    line-height: 100%;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    opacity: 0;
    z-index: 2;
    text-align: center;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0.2s; }
  .section.three .four-elements .overlay .text {
    position: relative;
    display: inline-block; }
  @media print, screen and (min-width: 48em) {
        .section.three .four-elements .overlay .text:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: -2.5rem;
          width: 1.75rem;
          height: 2.875rem;
          margin-top: -1.4375rem;
          background-image: url('//bildarchiv.schne-frost.de/startseite/right-arrow-white.svg');
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          /* animation: pulseh 2s infinite; */ } }

.section.three-half .swiper-three-half {
  width: 100%;
  height: 100%; }
  .section.three-half .swiper-three-half .swiper-slide .image {
    height: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .section.three-half .swiper-three-half .swiper-slide .content {
    height: 50%;
    text-align: center; }
  .section.three-half .swiper-three-half .swiper-slide .content .row {
    margin: 0; }
  .section.three-half .swiper-three-half .swiper-slide .content .teaser-text {
    font-family: 'Sue Ellen Francisco', 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.02188rem;
    line-height: 1.4em;
    margin-bottom: 1.4em;
    text-transform: uppercase; }
  @media print, screen and (min-width: 48em) {
          .section.three-half .swiper-three-half .swiper-slide .content .teaser-text {
            font-size: 1rem; } }
  @media print, screen and (min-width: 64em) {
          .section.three-half .swiper-three-half .swiper-slide .content .teaser-text {
            font-size: 1.25rem; } }
  @media screen and (min-width: 80em) {
          .section.three-half .swiper-three-half .swiper-slide .content .teaser-text {
            font-size: 1.875rem; } }
  .fp-responsive .section.four {
    height: auto !important; }
  .fp-responsive .section.four .fp-tableCell {
    height: auto !important; }
  .fp-responsive .section.four .fullHeight {
    min-height: 0;
    height: auto; }
  .fp-responsive .section.four .halfHeight {
    min-height: 0; }
  .fp-responsive .section.four .absolute {
    position: relative; }
  .fp-responsive .section.four .absolute.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .fp-responsive .section.four .left-wrapper {
    border: 0.625rem solid #f5f3ef; }
  .fp-responsive .section.four .products {
    min-height: 50vh; }

.section.four .recipe {
  border-left: 5px solid #fff;
  border-right: 5px slid #fff; }
  .section.four .recipe:first-child {
    border-right: 5px solid #f5f3ef; }
  @media screen and (max-width: 47.9375em) {
      .section.four .recipe:first-child {
        border-bottom: 10px solid #f5f3ef;
        border-right: 5px solid #fff; } }
  .section.four .recipe:nth-child(2) {
    border-left: 5px solid #f5f3ef; }
  @media screen and (max-width: 47.9375em) {
      .section.four .recipe:nth-child(2) {
        border-left: 5px solid #fff; } }
  .section.four .products .left-background {
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .section.four .products .left-background:hover {
    transform: scale(1.03); }
  .section.four .products .stripe {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    background-color: white;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    top: 50%;
    transform: translateY(-50%); }
  @media print, screen and (min-width: 64em) {
      .section.four .products .stripe {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem; } }
  .section.four .products .stripe a {
    color: #000; }
  .section.four .products .stripe h2 {
    font-weight: bold; }
  .section.four .recipe-background {
    background-color: #fff;
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  @media screen and (max-width: 47.9375em) {
    .section.four .recipe-background {
      min-height: 25rem !important; } }
  .section.four .recipe-background:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url('//bildarchiv.schne-frost.de/startseite/video-button.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .section.four .recipe-background .headline-wrapper {
    align-self: flex-start;
    text-align: center;
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 4.6vh; }
  @media screen and (max-width: 47.9375em) {
      .section.four .recipe-background .headline-wrapper {
        padding-top: 1.875rem; } }
  .section.four .recipe-background .headline-wrapper h2 {
    padding-bottom: 4.6vh;
    margin: 0;
    color: #b3a992; }
  .section.four .recipe-background .description {
    align-self: flex-end;
    text-align: center;
    font-style: italic;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 2.4vh;
    z-index: 2;
    color: #b3a992;
    width: 100%; }
  @media screen and (max-width: 47.9375em) {
      .section.four .recipe-background .description {
        padding-bottom: 1.875rem; } }
  .section.four .left-wrapper {
    background-color: #f5f3ef;
    border-left: 25px solid #f5f3ef;
    border-top: 25px solid #f5f3ef;
    border-bottom: 25px solid #f5f3ef;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .section.four .left-wrapper p {
    color: #fff;
    padding-left: 6%;
    padding-right: 6%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
    font-weight: bold;
    margin-bottom: 5.5vh;
    padding-top: 1.875rem; }
  @media print, screen and (min-width: 48em) {
      .section.four .left-wrapper p {
        padding-top: 0; } }
  .section.four .left-wrapper img {
    min-width: 5rem;
    width: 6.6vw;
    padding-bottom: 1.875rem; }
  @media print, screen and (min-width: 48em) {
      .section.four .left-wrapper img {
        padding-bottom: 0; } }
  .section.four .right-wrapper {
    background-color: #f5f3ef;
    text-align: center;
    padding-top: 0.9375rem;
    padding-bottom: 1.875rem; }
  @media print, screen and (min-width: 48em) {
    .section.four .right-wrapper {
      padding-top: 0;
      padding-bottom: 0; } }
  .section.four .right-wrapper p {
    font-weight: bold;
    font-style: italic;
    text-align: left;
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 4%; }
  .section.four .right-wrapper #food-svg {
    max-width: 5rem;
    min-width: 3.125rem;
    width: 4.16vw;
    margin-top: 3vh;
    margin-bottom: 2vh; }
  .section.four .current-title {
    padding-top: 1.875rem;
    text-align: center; }
  .section.four .bottom-wrapper {
    background-color: #fff;
    padding-top: 1.875rem;
    padding-bottom: 0.3125rem; }
  @media print, screen and (min-width: 48em) {
    .section.four .bottom-wrapper {
      padding-top: 0;
      padding-bottom: 0;
      border-top: 5px solid #fff; } }
  .section.four .bottom-wrapper .swiper-recipe .swiper-pagination {
    bottom: initial;
    position: relative;
    padding-top: 0.3125rem; }
  .section.four .bottom-wrapper .swiper-recipe .swiper-pagination .swiper-pagination-bullet {
    background-color: #2f302d; }
  .section.four .bottom-wrapper .swiper-recipe .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2f302d; }
  .section.four .border {
    border-bottom: 5px solid #f5f3ef; }
  .section.four .round-picture-wrapper {
    text-align: center; }
  .section.four .round-picture {
    text-align: center;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    display: inline-block; }
  @media print, screen and (min-width: 48em) {
    .section.four .round-picture {
      padding-bottom: 10%;
      padding-top: 10%;
      display: block; } }
  .section.four .round-picture .new {
    position: absolute;
    right: -5%;
    top: 0;
    width: 36%; }
  .section.four .round-picture img {
    max-width: 50vw;
    border-radius: 50%; }
  @media print, screen and (min-width: 48em) {
      .section.four .round-picture img {
        max-width: 15vw; } }
  .section.four .description span {
    font-weight: bold;
    letter-spacing: 0.08rem;
    text-transform: uppercase; }
  .section.four .swiper-button-next {
    background-image: url('//resources.schne-frost.de/images/rightArrowDark.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }
  .section.four .swiper-button-prev {
    background-image: url('//resources.schne-frost.de/images/leftArrowDark.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }

.fp-responsive .section.five {
  height: auto !important; }
  .fp-responsive .section.five .fp-tableCell {
    height: auto !important; }
  .fp-responsive .section.five .fullHeight {
    min-height: 0;
    height: auto; }
  .fp-responsive .section.five .halfHeight {
    min-height: 0; }
  .fp-responsive .section.five .absolute {
    position: relative; }
  .fp-responsive .section.five .absolute.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .fp-responsive .section.five .tile {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff; }
  .fp-responsive .section.five .tile.no-left {
    border-left-color: #fff; }
  .fp-responsive .section.five .tile.no-right {
    border-right-color: #fff; }

.section.five .tile {
  background-color: #f5f3ef;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  cursor: pointer;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .section.five .tile {
      padding-top: 0;
      padding-bottom: 0; } }
  .section.five .tile.no-left {
    border-left-color: #f5f3ef; }
  .section.five .tile.no-right {
    border-right-color: #f5f3ef; }
  .section.five .tile .column, .section.five .tile .columns {
    text-align: center; }
  .section.five .tile h2 {
    margin: 0;
    margin-bottom: 0.9375rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  @media print, screen and (min-width: 48em) {
      .section.five .tile h2 {
        margin-bottom: 5vh; } }
  .section.five .tile svg {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; }
  @media print, screen and (min-width: 48em) {
      .section.five .tile svg {
        max-width: 4.6875rem;
        margin-bottom: 5vh; } }
  @media print, screen and (min-width: 64em) {
      .section.five .tile svg {
        max-width: 6.25rem; } }
  @media screen and (min-width: 80em) {
      .section.five .tile svg {
        max-width: 10.625rem; } }
  .section.five .tile span {
    display: inline-block;
    margin-top: 0.9375rem;
    line-height: 1.3125rem;
    min-height: 4rem; }
  @media print, screen and (min-width: 48em) {
      .section.five .tile span {
        margin-top: 0;
        min-height: 2.625rem; } }
  .section.five .current-title {
    padding-top: 1.875rem;
    text-align: center; }
  .section.five .news-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 0.3125rem; }
  @media print, screen and (min-width: 48em) {
    .section.five .news-wrapper {
      padding-top: 0;
      padding-bottom: 0; } }
  .section.five .news-wrapper .swiper-recipe .swiper-pagination {
    bottom: initial;
    position: relative;
    padding-top: 0.3125rem; }
  .section.five .news-wrapper .swiper-recipe .swiper-pagination .swiper-pagination-bullet {
    background-color: #2f302d; }
  .section.five .news-wrapper .swiper-recipe .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2f302d; }
  .section.five .news-wrapper .border {
    border-bottom: 5px solid #f5f3ef; }
  .section.five .news-wrapper .round-picture-wrapper {
    text-align: center; }
  .section.five .news-wrapper .round-picture {
    text-align: center;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    display: inline-block; }
  @media print, screen and (min-width: 48em) {
      .section.five .news-wrapper .round-picture {
        padding-bottom: 10%;
        padding-top: 10%;
        display: block; } }
  .section.five .news-wrapper .round-picture .new {
    position: absolute;
    right: -5%;
    top: 0;
    width: 36%; }
  .section.five .news-wrapper .round-picture img {
    max-width: 50vw;
    border-radius: 50%; }
  @media print, screen and (min-width: 48em) {
        .section.five .news-wrapper .round-picture img {
          max-width: 15vw; } }
  .section.five .news-wrapper .description span {
    font-weight: bold;
    letter-spacing: 0.08rem;
    text-transform: uppercase; }
  .section.five .news-wrapper .swiper-button-next {
    background-image: url('//resources.schne-frost.de/images/rightArrowDark.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }
  .section.five .news-wrapper .swiper-button-prev {
    background-image: url('//resources.schne-frost.de/images/leftArrowDark.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }
  .section.five .bottom-wrapper {
    text-align: center;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .section.five .bottom-wrapper {
      padding-top: 0;
      padding-bottom: 0; } }
  .section.five .bottom-wrapper h2 {
    padding-top: 0.9375rem;
    padding-bottom: 6vh; }
  .section.five .bottom-wrapper img {
    padding-bottom: 3vh;
    max-width: 5.625rem; }
  @media print, screen and (min-width: 48em) {
      .section.five .bottom-wrapper img {
        max-width: 5.625rem; } }
  @media print, screen and (min-width: 64em) {
      .section.five .bottom-wrapper img {
        max-width: 7.8125rem; } }
  @media screen and (min-width: 80em) {
      .section.five .bottom-wrapper img {
        max-width: 12.5rem; } }
  .section.five .bottom-wrapper span {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08rem; }
  .section.five .bottom-wrapper .swiper-last .swiper-button-next {
    background-image: url('//resources.schne-frost.de/images/rightArrowDark.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }
  .section.five .bottom-wrapper .swiper-last .swiper-button-prev {
    background-image: url('//resources.schne-frost.de/images/leftArrowDark.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }

#fullpage {
  height: 100%; }
  #fullpage .navigation-wrapper {
    background: none;
    filter: none; }
  #fullpage .navigation-wrapper.active {
    margin-top: 0; }
  #fullpage .row {
    max-width: initial; }
  #fullpage .section {
    height: 100%; }
  #fullpage .section .back-to-top {
    position: absolute;
    top: -0.3125rem;
    left: 50%;
    margin-left: -2.5rem;
    z-index: 100;
    opacity: 0;
    transition: all 1s ease-in-out; }
  #fullpage .section.fp-completely .back-to-top {
    opacity: 1; }
  #fullpage .section.one .swiper-one {
    height: 100%; }
  #fullpage .section.one .swiper-one .swiper-button-next {
    background-image: url('//resources.schne-frost.de/images/rightArrow.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }
  #fullpage .section.one .swiper-one .swiper-button-prev {
    background-image: url('//resources.schne-frost.de/images/leftArrow.svg');
    background-size: contain;
    width: 1.75rem;
    height: 3.5rem;
    margin-top: -1.75rem; }
  #fullpage .section.one .swiper-one .swiper-wrapper {
    align-items: center; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.first-slide {
    background-color: #b3a992;
    background-image: url('//bildarchiv.schne-frost.de/startseite/background-homepage.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.first-slide .title {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15); }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.first-slide img {
    display: block;
    margin: auto;
    max-width: 11.25rem; }
  @media print, screen and (min-width: 48em) {
                #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.first-slide img {
                  max-width: 13.75rem; } }
  @media print, screen and (min-width: 64em) {
                #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.first-slide img {
                  max-width: 17.5rem; } }
  @media screen and (min-width: 80em) {
                #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.first-slide img {
                  max-width: 100%; } }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.food-bowls, #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.roesti {
    background-color: #b3a992;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.food-bowls img {
    margin-top: 8.75rem; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.roesti img {
    margin-top: 8.75rem; }
  @media print, screen and (min-width: 48em) {
              #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.roesti img {
                margin-top: 36.25rem; } }
  @media print, screen and (min-width: 64em) {
              #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.roesti img {
                margin-top: 34.375rem; } }
  @media screen and (min-width: 80em) {
              #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.roesti img {
                margin-top: 30rem; } }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.anuga .video-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.anuga span {
    position: relative;
    display: block;
    text-align: center; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.anuga span.logo {
    position: absolute;
    display: block;
    top: 90px;
    left: 0;
    right: 0; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.anuga span.logo > img {
      width: 100%;
      max-width: 25%;
      min-width: 9.375rem; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.anuga p {
    font-family: 'Sue Ellen Francisco', 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    font-style: normal;
    margin-top: 25%;
    display: block;
    text-align: center;
    color: #fff; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center center; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1 {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.333);
    position: relative; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated span {
      font-size: inherit;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      transform: translateY(-50%);
      opacity: 0; }
      #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated span.uppercase {
        text-transform: uppercase;
        font-size: 3.125rem;
        font-size: 10vw;
        /*@include breakpoint(medium){
         font-size: rem-calc(60);
         font-size: 25vw;
         }
         @include breakpoint(large){
         font-size: rem-calc(70);
         font-size: 25vw;
         }
         @include breakpoint(xlarge){
         font-size: rem-calc(80);
         font-size: 25vw;
         }*/ }
        @media screen and (min-width: 120em) {
                #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated span.uppercase {
                  font-size: 12rem; } }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated #hfb-h1-1 {
      animation-name: h1FadeInOutShort;
      animation-duration: 22s;
      animation-delay: 0s;
      animation-iteration-count: infinite; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated #hfb-h1-2 {
      animation-name: h1FadeInOutShort;
      animation-duration: 22s;
      animation-delay: 4s;
      /*animation-delay: 5.5s;*/
      animation-iteration-count: infinite; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated #hfb-h1-3 {
      animation-name: h1FadeInOutShort;
      animation-duration: 22s;
      animation-delay: 8s;
      /*animation-delay: 11s;*/
      animation-iteration-count: infinite; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.video-wrapper .h1.animated #hfb-h1-4 {
      animation-name: h1FadeInOutLong;
      animation-duration: 22s;
      animation-delay: 0s;
      /*animation-delay: 16.5s;*/
      animation-iteration-count: infinite;
      animation-fill-mode: forwards; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality {
    background-color: #2f302d; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality.swiper-slide-active .outer-wrapper .image .quali {
    transform: translate(-58%); }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality.swiper-slide-active .outer-wrapper .image .taet {
    transform: translate(60%); }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality .outer-wrapper {
    position: absolute;
    top: 8.75rem;
    bottom: 8.75rem;
    left: 0;
    right: 0; }
  #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality .outer-wrapper .image {
    z-index: 10;
    max-height: 100%;
    height: 100%;
    position: relative; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality .outer-wrapper .image img {
      display: block;
      margin: auto;
      width: auto;
      height: 100%; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality .outer-wrapper .image .teller {
      position: absolute;
      height: 100%;
      top: 0;
      width: 100%;
      left: 0;
      z-index: 10;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality .outer-wrapper .image .quali {
      position: absolute;
      height: 100%;
      top: 0;
      width: 100%;
      left: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      transform: translate(0);
      transition: all 0.7s 0.3s; }
    #fullpage .section.one .swiper-one .swiper-wrapper .swiper-slide.quality .outer-wrapper .image .taet {
      position: absolute;
      height: 100%;
      top: 0;
      width: 100%;
      left: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      transform: translate(0);
      transition: all 0.7s 0.3s; }
  #fullpage .section.one .next-slide-wrapper {
    position: absolute;
    bottom: 4.5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100; }
  #fullpage .section.one .next-slide-wrapper a {
    display: inline-block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 3.4375rem;
    letter-spacing: 0.08rem;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.333); }
  #fullpage .section.one .next-slide-wrapper a img {
    display: block;
    margin: auto;
    padding-bottom: 4.6vh; }
  #fullpage .section.one .next-slide-wrapper a:hover:after {
    animation: pulse 2s infinite; }
  #fullpage .section.one .next-slide-wrapper a:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('//resources.schne-frost.de/images/button-down-white.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
    height: 45px;
    bottom: 5px;
    left: 50%;
    margin-left: -35px; }
  #fullpage .section.six {
    background-color: #2f302d; }
  #fullpage .section.six .footer {
    text-align: center;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem; }
  #fullpage .section.six .footer img {
    padding-bottom: 1.5625rem; }
  #fullpage .section.six .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff; }
  #fullpage .section.six .footer ul li {
    display: inline-block;
    padding-right: 0.3125rem;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08rem; }
  #fullpage .section.six .footer ul li:not(:last-child):after {
    content: '·';
    display: inline-block;
    padding-left: 0.3125rem; }

.pommes-video-slide .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15); }
  .pommes-video-slide .title.extra-shadow {
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.75), 0 0px 20px rgba(0, 0, 0, 0.75); }
  .pommes-video-slide .text {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    max-width: 40rem;
    margin: 0 auto; }
  .pommes-video-slide .text.extra-shadow {
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.75), 0 0px 20px rgba(0, 0, 0, 0.75); }
  .pommes-video-slide .logo, .pommes-video-slide .slider-badge {
    position: absolute; }
  .pommes-video-slide .logo {
    top: 6rem;
    left: calc(50% - 150px);
    width: 300px; }
  @media (max-width: 48em) {
    .pommes-video-slide .logo {
      top: 4rem; } }
  .pommes-video-slide .slider-badge {
    bottom: 8.5rem;
    left: calc(50% - 100px);
    width: 12.5rem; }
  @media (min-width: 48em) {
    .pommes-video-slide .slider-badge {
      bottom: 10rem;
      left: 10%; } }
  @media (min-width: 64em) {
    .pommes-video-slide .slider-badge {
      width: 15.625rem; } }
  @media (min-width: 1400px) {
    .pommes-video-slide .slider-badge {
      width: 18.75rem;
      left: 7.5%;
      bottom: 5.75rem; } }
  .pommes-video-slide .slider-badge.right.small-top.medium-bottom {
    top: 10rem;
    bottom: unset;
    left: unset;
    right: calc(50% - 100px); }
  @media (max-height: 699px) and (max-width: 699px) {
        .pommes-video-slide .slider-badge.right.small-top.medium-bottom {
          top: 4.375rem;
          width: 9.375rem;
          right: calc(50% - 75px); } }
  @media (min-width: 48em) {
      .pommes-video-slide .slider-badge.right.small-top.medium-bottom {
        top: unset;
        bottom: 10rem;
        left: unset;
        right: 10%; } }
  @media (min-width: 1400px) {
      .pommes-video-slide .slider-badge.right.small-top.medium-bottom {
        left: unset;
        right: 7.5%; } }
  .pommes-video-slide.img-only {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

#jobs-modal.reveal {
  background-color: unset;
  border: unset;
  padding: 0;
  color: #fff;
  /* mobil */ }
  #jobs-modal.reveal.jobs {
    /* mobil */ }
  #jobs-modal.reveal.jobs .stoerer-container {
    position: relative; }
  #jobs-modal.reveal.jobs .stoerer-container a {
    float: right; }
  #jobs-modal.reveal.jobs .stoerer-container a img {
    max-height: 75vh; }
  #jobs-modal.reveal.jobs .stoerer-container .close-button {
    top: 75px;
    right: 10px;
    padding: 20px; }
  @media (max-width: 767px) {
    #jobs-modal.reveal.jobs {
      padding-top: 35%; } }
  #jobs-modal.reveal .modal-container .modal-contents h2 {
    font-weight: bold; }
  #jobs-modal.reveal .modal-container .modal-contents a {
    color: #fff;
    font-style: italic;
    display: inline-block; }
  #jobs-modal.reveal .modal-container .modal-contents a img {
    padding-left: 0.75rem;
    width: 3rem; }
  @media (min-width: 768px) {
  #jobs-modal.reveal {
    width: 100%;
    top: 135px !important;
    left: unset !important;
    right: 0;
    max-width: unset; }
    #jobs-modal.reveal .modal-container {
      background-image: url('//resources.schne-frost.de/images/stoerer/potatoes-info.svg'), url('//resources.schne-frost.de/images/stoerer/bg-info.svg');
      background-repeat: no-repeat, no-repeat;
      background-size: 230px auto, auto 100%;
      background-position: right 100px bottom 60px, top right -175px;
      height: 65vh;
      max-height: 800px;
      position: relative; }
      #jobs-modal.reveal .modal-container .modal-contents {
        position: absolute;
        right: 0;
        top: 130px;
        width: 500px;
        /*a, h2 {}*/ }
        #jobs-modal.reveal .modal-container .modal-contents .close-button {
          right: 15px;
          top: -25px; }
        #jobs-modal.reveal .modal-container .modal-contents h2 {
          font-size: 3.125rem; }
        #jobs-modal.reveal .modal-container .modal-contents a {
          font-size: 2.5rem; } }
  @media (max-width: 767px) {
  #jobs-modal.reveal .close-button {
    top: 3.4375rem;
    right: 0.9375rem; }
  #jobs-modal.reveal .modal-container {
    position: relative;
    background-image: url('//resources.schne-frost.de/images/stoerer/potatoes-info.svg'), url('//resources.schne-frost.de/images/stoerer/bg-cut-main.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 25vw auto, 80%;
    background-position: right 30px bottom 30px, bottom right;
    height: 100%; }
    #jobs-modal.reveal .modal-container .modal-contents {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 0;
      width: 80vw;
      padding-top: 81%; }
      #jobs-modal.reveal .modal-container .modal-contents a, #jobs-modal.reveal .modal-container .modal-contents h2 {
        position: absolute;
        left: 50px;
        right: 15px; }
      #jobs-modal.reveal .modal-container .modal-contents h2 {
        font-size: 7vw;
        top: 30%; }
      #jobs-modal.reveal .modal-container .modal-contents a {
        font-size: 4vw;
        top: 55%; } }
  @media (max-width: 375px) {
  #jobs-modal.reveal .close-button {
    top: 2.5rem; }
  #jobs-modal.reveal .modal-container .modal-contents h2 {
    top: 30%; }
    #jobs-modal.reveal .modal-container .modal-contents a {
      top: 55%; } }
  @media (max-width: 550px) {
  #jobs-modal.reveal .close-button {
    top: 2.5rem; }
  #jobs-modal.reveal .modal-container .modal-contents a, #jobs-modal.reveal .modal-container .modal-contents h2 {
    left: 50px; }
    #jobs-modal.reveal .modal-container .modal-contents h2 {
      top: 30%; }

    #jobs-modal.reveal .modal-container .modal-contents a {
      top: 55%; } }
  @media (max-width: 650px) {
  #jobs-modal.reveal .close-button {
    top: 3.125rem; }
  #jobs-modal.reveal .modal-container .modal-contents a, #jobs-modal.reveal .modal-container .modal-contents h2 {
    left: 50px; }
    #jobs-modal.reveal .modal-container .modal-contents h2 {
      top: 30%; }

    #jobs-modal.reveal .modal-container .modal-contents a {
      top: 55%; } }

@keyframes h1FadeInOutShortV1 {
  0%, 13.636%, 100% {
    opacity: 0; }

  0.909%, 12.727% {
    opacity: 1; } }

@keyframes h1FadeInOutLongV1 {
  0%, 40.909%, 100% {
    opacity: 0; }

  41.818%, 99.091% {
    opacity: 1; } }

@keyframes h1FadeInOutShortV2 {
  0%, 18.182%, 100% {
    opacity: 0; }

  4.545%, 13.636% {
    opacity: 1; } }

@keyframes h1FadeInOutLongV2 {
  0%, 54.545%, 100% {
    opacity: 0; }

  59.091%, 95.455% {
    opacity: 1; } }

@keyframes h1FadeInOutShort {
  18.182%, 100% {
    opacity: 0; }

  0%, 13.636% {
    opacity: 1; } }

@keyframes h1FadeInOutLong {
  0%, 54.541%, 100% {
    opacity: 0; }

  54.545%, 95.455% {
    opacity: 1; } }

.range-teaser-wrapper .tile-wrapper {
  padding-left: 0;
  padding-right: 0; }
  .range-teaser-wrapper .tile {
    display: block;
    position: relative;
    border-left: none;
    border-right: none;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-top: 50%;
    overflow: hidden; }
  .range-teaser-wrapper .tile:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #5d8daf;
    z-index: 1; }
  @media print, screen and (min-width: 48em) {
    .range-teaser-wrapper .tile {
      border-left: 5px solid #fff;
      border-right: 5px solid #fff; } }
  .range-teaser-wrapper .tile:hover .image {
    transform: scale(1.05); }
  .range-teaser-wrapper .tile.quote {
    padding: 0;
    height: 100%;
    border-right: none; }
  .range-teaser-wrapper .tile.quote:before {
    display: none; }
  .range-teaser-wrapper .tile.quote .content {
    width: 100%;
    background-color: #fff;
    color: #846c57;
    text-align: center; }
  .range-teaser-wrapper .tile.quote .content .h2 {
    width: 100%;
    font-weight: normal;
    padding-right: 8%;
    padding-left: 8%; }
  .range-teaser-wrapper .tile.quote .content .bottom {
    position: absolute;
    bottom: 0;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 1.5vh;
    font-weight: bold;
    font-style: italic;
    width: 100%; }
  .range-teaser-wrapper .tile.tile-half {
    padding: 0;
    height: 100%;
    border-left: none; }
  .range-teaser-wrapper .tile.tile-half:before {
    display: none; }
  .range-teaser-wrapper .tile.tile-half .content {
    width: 100%;
    background-color: #fff;
    color: #d6d0c1;
    text-align: center; }
  .range-teaser-wrapper .tile.tile-half .content .h2 {
    width: 100%;
    font-weight: normal;
    padding-right: 8%;
    padding-left: 8%; }
  .range-teaser-wrapper .tile.tile-half .bottom {
    position: absolute;
    bottom: 0;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 7.4vh;
    font-weight: bold;
    font-style: italic;
    width: 100%; }
  .range-teaser-wrapper .tile.tile-left {
    border-left: none; }
  .range-teaser-wrapper .tile.tile-right {
    border-right: none; }
  .range-teaser-wrapper .tile.left:before {
    border-width: 25px 25px 25px 0;
    border-color: transparent #846c57 transparent transparent;
    left: auto;
    right: 50%; }
  .range-teaser-wrapper .tile.left .image {
    right: 50%; }
  .range-teaser-wrapper .tile.left .content {
    left: 50%;
    background-color: #846c57; }
  .range-teaser-wrapper .tile.brown:before {
    border-color: transparent transparent transparent #846c57; }
  .range-teaser-wrapper .tile.brown .content {
    background-color: #846c57; }
  .range-teaser-wrapper .tile.blue:before {
    border-color: transparent #5d8daf transparent transparent; }
  .range-teaser-wrapper .tile.blue .content {
    background-color: #5d8daf; }
  .range-teaser-wrapper .tile.beige:before {
    border-color: transparent transparent transparent #d6d0c1; }
  .range-teaser-wrapper .tile.beige .content {
    background-color: #d6d0c1; }
  .range-teaser-wrapper .tile .image {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 200ms; }
  .range-teaser-wrapper .tile .content {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: #5d8daf;
    word-wrap: break-word;
    color: #fff; }
  .range-teaser-wrapper .tile .content h2 {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%; }
  @media print, screen and (min-width: 48em) {
        .range-teaser-wrapper .tile .content h2 {
          font-weight: normal; } }
  @media screen and (min-width: 80em) {
        .range-teaser-wrapper .tile .content h2 {
          font-size: 1.75rem; } }

.product-header-wrapper {
  height: 85%;
  position: relative;
  text-align: center; }
  .product-header-wrapper .video-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #2f302d;
    background-size: cover;
    background-position: center center; }
  .product-header-wrapper .video-wrapper h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.56); }
  .product-header-wrapper .video-wrapper .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .product-header-wrapper .video-wrapper .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center center; }
  .product-header-wrapper .swiper-container {
    height: 100%;
    overflow: visible; }
  .product-header-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.56); }
  .product-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .image {
    position: absolute;
    bottom: -6.25rem;
    left: 0;
    right: 0;
    text-align: center; }
  .product-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble {
    display: block;
    align-self: flex-end;
    background-color: #fff;
    text-align: left;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.32);
    position: relative;
    margin: 0;
    font-weight: bold;
    font-style: italic;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  @media print, screen and (min-width: 64em) {
          .product-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble {
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
  @media screen and (min-width: 80em) {
          .product-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble {
            padding-top: 1.875rem;
            padding-bottom: 1.875rem;
            padding-left: 1.875rem;
            padding-right: 1.875rem;
            font-size: 1.4375rem; } }
  .product-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    top: -15px;
    left: 0; }
  .product-header-wrapper .swiper-container .buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
  .product-header-wrapper .swiper-container .buttons .swiper-button {
    cursor: pointer;
    pointer-events: all; }

.next-page-wrapper {
  height: 15%;
  max-height: 15%;
  min-height: 15%;
  text-align: center; }
  .next-page-wrapper a {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2.1875rem;
    letter-spacing: 0.08rem;
    display: inline-block; }
  .next-page-wrapper a:hover:after {
    animation: pulse 2s infinite; }
  .next-page-wrapper a:after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 17px;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
    background-image: url('//resources.schne-frost.de/images/button-down-page.svg'); }

.product-content-wrapper {
  background-color: #fff; }
  .product-content-wrapper .product-searchbar {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem; }
  @media print, screen and (min-width: 48em) {
    .product-content-wrapper .product-searchbar {
      padding-top: 5rem;
      padding-bottom: 3.75rem; } }
  .product-content-wrapper .product-searchbar h2 {
    margin: 0;
    display: inline-block; }
  .product-content-wrapper .product-searchbar .product-select {
    padding-right: 2.1875rem;
    border-bottom: 3px solid #636462; }
  @media print, screen and (min-width: 48em) {
      .product-content-wrapper .product-searchbar .product-select {
        margin-left: 0.3125rem;
        display: inline-block;
        padding-right: 2.5rem; } }
  .product-content-wrapper .product-searchbar .product-select:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 12px;
    background-image: url('//resources.schne-frost.de/images/select-arrow.svg');
    right: 0;
    top: 50%;
    margin-top: -6px; }
  .product-content-wrapper .product-searchbar .product-select .current {
    display: block;
    font-weight: bold;
    cursor: pointer; }
  .product-content-wrapper .product-searchbar .product-select .list {
    padding-top: 1.875rem;
    padding-right: 2.5rem;
    padding-bottom: 1.875rem;
    padding-left: 2.5rem;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.32);
    background-color: #fff;
    width: 100%; }
  @media print, screen and (min-width: 48em) {
        .product-content-wrapper .product-searchbar .product-select .list {
          min-width: 27.5rem; } }
  .product-content-wrapper .product-searchbar .product-select .list .option {
    font-size: 1.25rem;
    line-height: 1.66em;
    font-style: italic; }
  @media print, screen and (min-width: 48em) {
          .product-content-wrapper .product-searchbar .product-select .list .option {
            font-size: 1.3125rem; } }
  @media print, screen and (min-width: 64em) {
          .product-content-wrapper .product-searchbar .product-select .list .option {
            font-size: 1.75rem; } }
  @media screen and (min-width: 80em) {
          .product-content-wrapper .product-searchbar .product-select .list .option {
            font-size: 2.625rem; } }
  .product-content-wrapper .product-searchbar .buttons {
    position: relative; }
  @media print, screen and (min-width: 48em) {
      .product-content-wrapper .product-searchbar .buttons {
        float: right; } }
  .product-content-wrapper .product-searchbar .buttons .filter-overlay-wrapper {
    display: none; }
  @media print, screen and (min-width: 48em) {
        .product-content-wrapper .product-searchbar .buttons .filter-overlay-wrapper {
          position: absolute;
          width: 24.0625rem;
          right: 0;
          background-color: #fff;
          z-index: 1;
          box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.32); } }
  .product-content-wrapper .product-searchbar .buttons .filter-overlay-wrapper .filter-overlay {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  @media print, screen and (min-width: 48em) {
          .product-content-wrapper .product-searchbar .buttons .filter-overlay-wrapper .filter-overlay {
            padding: 1.875rem;
            padding-top: 2.1875rem; } }
  .product-content-wrapper .product-searchbar .buttons .filter-overlay-wrapper .filter-overlay button {
    float: none;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin: auto;
    margin-top: 1.25rem; }
  .product-content-wrapper .product-searchbar .buttons .filter-overlay-wrapper .filter-close {
    position: absolute;
    display: none;
    z-index: 2;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.9375rem;
    margin-right: 1.875rem;
    background-image: url('//resources.schne-frost.de/images/close.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
  @media print, screen and (min-width: 48em) {
          .product-content-wrapper .product-searchbar .buttons .filter-overlay-wrapper .filter-close {
            display: block; } }
  .product-content-wrapper .product-searchbar .buttons button {
    padding: 0.625rem;
    display: block;
    float: left;
    cursor: pointer; }
  .product-content-wrapper .product-searchbar .buttons button.grid {
    border-right: 1px solid #b3a992; }
  .product-content-wrapper .product-searchbar .buttons button.grid img {
    width: 2.1875rem; }
  @media print, screen and (min-width: 64em) {
            .product-content-wrapper .product-searchbar .buttons button.grid img {
              width: 2.5rem; } }
  .product-content-wrapper .product-searchbar .buttons button.list {
    border-right: 1px solid #b3a992; }
  .product-content-wrapper .product-searchbar .buttons button.list img {
    width: 2.0625rem; }
  @media print, screen and (min-width: 64em) {
            .product-content-wrapper .product-searchbar .buttons button.list img {
              width: 2.375rem; } }
  .product-content-wrapper .product-searchbar .buttons button.filter {
    float: none;
    padding: 0;
    margin: auto;
    padding-top: 1.875rem; }
  .product-content-wrapper .product-searchbar .buttons button.filter img {
    width: 1.25rem; }
  .product-content-wrapper .product-searchbar .buttons button.filter span {
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    color: #b3a992;
    font-weight: bold; }
  @media print, screen and (min-width: 48em) {
          .product-content-wrapper .product-searchbar .buttons button.filter {
            float: left;
            margin: 0;
            padding: 0.625rem;
            padding-top: 0.875rem;
            padding-bottom: 0.875rem; } }
  @media print, screen and (min-width: 64em) {
          .product-content-wrapper .product-searchbar .buttons button.filter img {
            width: 1.5rem; } }
  .product-content-wrapper .items {
    padding-bottom: 5rem; }
  .product-content-wrapper .items.hide-teaser .highlight-teaser {
    display: none; }
  @media print, screen and (min-width: 48em) {
        .product-content-wrapper .items.list .table-header {
          display: block; } }
  .product-content-wrapper .items.list .highlight-teaser {
    display: none; }
  @media print, screen and (min-width: 48em) {
        .product-content-wrapper .items.list .table-row {
          flex: 0 0 100%;
          max-width: 100%; } }
  @media print, screen and (min-width: 48em) {
            .product-content-wrapper .items.list .table-row .item .product-wrapper {
              margin: 0;
              border-bottom: 1px solid #b3a992;
              padding-top: 0.9375rem;
              padding-bottom: 0.9375rem;
              text-align: left; }
              .product-content-wrapper .items.list .table-row .item .product-wrapper .small-4:nth-child(1) {
                flex: 0 0 8.33333%;
                max-width: 8.33333%; }
              .product-content-wrapper .items.list .table-row .item .product-wrapper .small-8:nth-child(2) {
                flex: 0 0 16.66667%;
                max-width: 16.66667%; }
              .product-content-wrapper .items.list .table-row .item .product-wrapper img {
                margin-bottom: 0;
                width: 100%; } }
  .product-content-wrapper .items.list .table-row .item .product-wrapper .product-kind.grid {
    display: none; }
  .product-content-wrapper .items.list .table-row .item .product-wrapper .product-kind.list {
    display: block; }
  @media screen and (min-width: 80em) {
            .product-content-wrapper .items.list .table-row .item .overlay {
              margin-top: 0;
              transition: none;
              position: fixed;
              height: 100%; } }
  @media screen and (min-width: 80em) {
              .product-content-wrapper .items.list .table-row .item .overlay:after {
                transition: none;
                background-color: #636462; } }
  @media screen and (min-width: 80em) {
              .product-content-wrapper .items.list .table-row .item .overlay > .row {
                height: 100%;
                max-width: 31.25rem; } }
  @media screen and (min-width: 80em) {
                .product-content-wrapper .items.list .table-row .item .overlay > .row > .column, .product-content-wrapper .items.list .table-row .item .overlay > .row > .columns {
                  max-height: 90%; } }
  @media screen and (min-width: 80em) {
                .product-content-wrapper .items.list .table-row .item .overlay.clicked:after {
                  transition: none;
                  opacity: 0.2; } }
  @media screen and (min-width: 80em) {
                .product-content-wrapper .items.list .table-row .item .overlay.clicked .information-wrapper {
                  transition: none; } }
  @media screen and (min-width: 80em) {
                  .product-content-wrapper .items.list .table-row .item .overlay.clicked .information-wrapper .close {
                    transition: none; } }
  @media print, screen and (min-width: 48em) {
        .product-content-wrapper .items.list .table-column {
          display: block; } }
  .product-content-wrapper .items .table-header {
    display: none; }
  .product-content-wrapper .items .table-header .header {
    border-top: 3px solid #b3a992;
    border-bottom: 1px solid #b3a992;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .product-content-wrapper .items .table-column {
    display: none; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper {
    position: relative; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 3.75rem;
    height: 0.3125rem;
    background-color: #b3a992;
    top: 0;
    left: 50%;
    margin-left: -1.875rem; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 3.75rem;
    height: 0.3125rem;
    background-color: #b3a992;
    bottom: 0;
    left: 50%;
    margin-left: -1.875rem; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper .teaser-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #b3a992;
    text-align: center; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper .teaser-content .text {
    display: block;
    max-height: 4.8em;
    overflow: hidden; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper .teaser-content .text a {
    font-size: inherit;
    color: inherit;
    border-bottom: 1px solid;
    transition: color 200ms; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper .teaser-content .text a:hover, .product-content-wrapper .items .highlight-teaser .highlight-wrapper .teaser-content .text a:focus {
    color: #636462; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper .space-wrapper {
    max-width: 20.625rem;
    width: 17.2vw; }
  .product-content-wrapper .items .highlight-teaser .highlight-wrapper .space-wrapper .space {
    padding-top: 100%; }
  .product-content-wrapper .items .item {
    position: relative; }
  .product-content-wrapper .items .item .product-wrapper {
    position: relative;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #b3a992;
    cursor: pointer; }
  .product-content-wrapper .items .item .product-wrapper.first {
    border-top: 1px solid #b3a992; }
  @media print, screen and (min-width: 48em) {
        .product-content-wrapper .items .item .product-wrapper {
          margin-bottom: 3.75rem;
          text-align: center;
          padding-top: 0;
          padding-bottom: 0;
          border-bottom: none; }
          .product-content-wrapper .items .item .product-wrapper.first {
            border-top: none; } }
  .product-content-wrapper .items .item .product-wrapper:hover .image {
    transform: scale(1.05);
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2); }
  .product-content-wrapper .items .item .product-wrapper .image {
    border-radius: 50%;
    transition: all 0.3s; }
  @media print, screen and (min-width: 48em) {
          .product-content-wrapper .items .item .product-wrapper .image {
            margin: auto;
            max-width: 20.625rem;
            margin-bottom: 2.5rem;
            width: 17.2vw; } }
  .product-content-wrapper .items .item .product-wrapper .product-kind {
    font-style: italic; }
  @media print, screen and (min-width: 48em) {
            .product-content-wrapper .items .item .product-wrapper .product-kind.list {
              display: none; } }
  .product-content-wrapper .items .item .product-wrapper .product-kind.grid {
    display: none; }
  @media print, screen and (min-width: 48em) {
            .product-content-wrapper .items .item .product-wrapper .product-kind.grid {
              display: block; } }
  .product-content-wrapper .items .item .overlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: -1;
    text-align: center;
    height: 100%; }
  @media screen and (min-width: 80em) {
        .product-content-wrapper .items .item .overlay {
          margin-top: -3.125rem;
          transition: opacity 0.15s;
          position: absolute;
          height: auto; } }
  .product-content-wrapper .items .item .overlay > .row {
    height: 100%;
    max-width: 31.25rem;
    margin: auto; }
  .product-content-wrapper .items .item .overlay > .row > .column, .product-content-wrapper .items .item .overlay > .row > .columns {
    max-height: 100%;
    overflow-y: auto; }
  @media print, screen and (min-width: 48em) {
            .product-content-wrapper .items .item .overlay > .row > .column, .product-content-wrapper .items .item .overlay > .row > .columns {
              max-height: 90%; } }
  @media screen and (min-width: 80em) {
            .product-content-wrapper .items .item .overlay > .row > .column, .product-content-wrapper .items .item .overlay > .row > .columns {
              max-height: 100%; } }
  @media screen and (min-width: 80em) {
          .product-content-wrapper .items .item .overlay > .row {
            height: auto;
            max-width: 100%; } }
  .product-content-wrapper .items .item .overlay.clicked {
    z-index: 2; }
  .product-content-wrapper .items .item .overlay.clicked:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2; }
  @media screen and (min-width: 80em) {
            .product-content-wrapper .items .item .overlay.clicked:after {
              transition: top, left, width, height 0.4s, 0.4s, 0.4s, 0.4s 0.1s, 0.1s, 0.1s, 0.1s;
              opacity: 1; } }
  .product-content-wrapper .items .item .overlay.clicked > .row > .column, .product-content-wrapper .items .item .overlay.clicked > .row > .columns {
    background-color: #fff; }
  .product-content-wrapper .items .item .overlay.clicked .information-wrapper {
    opacity: 1; }
  @media screen and (min-width: 80em) {
            .product-content-wrapper .items .item .overlay.clicked .information-wrapper {
              transition: opacity 200ms 300ms; } }
  .product-content-wrapper .items .item .overlay.clicked .information-wrapper .close {
    opacity: 1; }
  @media screen and (min-width: 80em) {
              .product-content-wrapper .items .item .overlay.clicked .information-wrapper .close {
                transition: opacity 0.4s 0.1s; } }
  .product-content-wrapper .items .item .overlay .information-wrapper {
    opacity: 0;
    position: relative;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    background-color: #fff; }
  @media screen and (min-width: 80em) {
          .product-content-wrapper .items .item .overlay .information-wrapper {
            transition: opacity 0.2s;
            padding-left: 1.3vw;
            padding-right: 1.3vw; } }
  .product-content-wrapper .items .item .overlay .information-wrapper .close {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: 0.9375rem;
    margin-right: 1.04vw;
    background-image: url('//resources.schne-frost.de/images/close.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0; }
  @media screen and (min-width: 80em) {
            .product-content-wrapper .items .item .overlay .information-wrapper .close {
              margin-right: 0.26vw; } }
  .product-content-wrapper .items .item .overlay .information-wrapper .title {
    padding-bottom: 0.9375rem;
    margin-bottom: 1.25rem;
    border-bottom: 3px solid #b3a992; }
  .product-content-wrapper .items .item .overlay .information-wrapper .description {
    text-align: left; }
  .product-content-wrapper .items .item .overlay .information-wrapper .images {
    border-top: 1px solid #b3a992;
    border-bottom: 1px solid #b3a992;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem; }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art1 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art1.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art2 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art2.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art3 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art3.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art4 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art4.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art5 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art5.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art6 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art6.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art7 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art7.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .images .zubereitung-icon.art8 {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art8.svg'); }
  .product-content-wrapper .items .item .overlay .information-wrapper .additional-info {
    text-align: left;
    margin-bottom: 3.125rem; }
  .product-content-wrapper .items .item .overlay .information-wrapper .additional-info .left {
    border-right: 1px solid #f5f3ef; }
  .product-content-wrapper .items .item .overlay .information-wrapper .additional-info .right {
    border-left: 1px solid #f5f3ef; }
  .product-content-wrapper .items .item .overlay .information-wrapper .more-information a {
    background-color: #b3a992;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.08rem;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: inline-block; }
  .product-content-wrapper .items .item .overlay:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    z-index: -1;
    display: block;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.32);
    background-color: #636462; }
  @media screen and (min-width: 80em) {
          .product-content-wrapper .items .item .overlay:after {
            transition: top, left, width, height 0.4s, 0.4s, 0.4s, 0.4s;
            background-color: #fff; } }

.productdetail-wrapper {
  background-color: #fff; }
  @media print, screen and (min-width: 48em) {
    .productdetail-wrapper .back-to-wrapper {
      text-align: center; } }
  .productdetail-wrapper .back-to-wrapper .back-to {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1.25rem;
    display: inline-block;
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 1.5625rem;
    color: #b3a992; }
  @media print, screen and (min-width: 48em) {
      .productdetail-wrapper .back-to-wrapper .back-to {
        margin-bottom: 2.8125rem;
        margin-top: 2.8125rem;
        padding-left: 2.5rem; } }
  .productdetail-wrapper .back-to-wrapper .back-to:hover:after {
    margin-left: -10px; }
  .productdetail-wrapper .back-to-wrapper .back-to:after {
    position: absolute;
    content: '';
    display: block;
    background-image: url('//resources.schne-frost.de/images/back-to-overview.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    width: 0.75rem;
    height: 1.875rem;
    margin-top: -0.9375rem;
    margin-left: 0;
    transition: margin-left 0.5s ease-in-out; }
  @media print, screen and (min-width: 48em) {
        .productdetail-wrapper .back-to-wrapper .back-to:after {
          width: 1.4375rem;
          height: 3.75rem;
          margin-top: -1.875rem; } }
  .productdetail-wrapper .left-side {
    text-align: center; }
  .productdetail-wrapper .left-side .shot-swiper {
    margin-bottom: 3.125rem;
    /* swiper arrows */ }
  .productdetail-wrapper .left-side .shot-swiper .swiper-wrapper {
    align-items: center; }
  .productdetail-wrapper .left-side .shot-swiper .swiper-button-prev {
    background-image: url('//resources.schne-frost.de/images/leftArrowDark.svg'); }
  .productdetail-wrapper .left-side .shot-swiper .swiper-button-next {
    background-image: url('//resources.schne-frost.de/images/rightArrowDark.svg'); }
  .productdetail-wrapper .left-side .shot-swiper .image-tile {
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 20.625rem; }
  .productdetail-wrapper .left-side .flag {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.625rem 0.3125rem 1.1875rem 0.3125rem;
    margin-top: -15px;
    position: relative;
    margin-bottom: 4.6vh;
    max-width: 5.3125rem;
    background-image: linear-gradient(-180deg, #0069b4 0%, #003772 100%); }
  .productdetail-wrapper .left-side .flag.green {
    background-image: linear-gradient(-180deg, #028513 0%, #015613 100%); }
  @media print, screen and (min-width: 48em) {
      .productdetail-wrapper .left-side .flag {
        padding: 0.625rem 0.625rem 1.5rem 0.625rem;
        max-width: 5.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .productdetail-wrapper .left-side .flag {
        padding: 1.25rem 1.25rem 2.125rem 1.25rem;
        max-width: 7.1875rem; } }
  .productdetail-wrapper .left-side .flag span {
    word-spacing: 7.1875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.08rem; }
  .productdetail-wrapper .left-side .flag:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 42.5px 13px 42.5px;
    border-color: transparent transparent #fff transparent; }
  @media print, screen and (min-width: 48em) {
        .productdetail-wrapper .left-side .flag:after {
          border-width: 0 47.5px 13px 47.5px; } }
  @media print, screen and (min-width: 64em) {
        .productdetail-wrapper .left-side .flag:after {
          border-width: 0 57.5px 13px 57.5px; } }
  .productdetail-wrapper .left-side .flag span {
    display: block; }
  .productdetail-wrapper .left-side .info {
    text-align: left; }
  .productdetail-wrapper .left-side .packageshot {
    margin-bottom: 1.25rem; }
  .productdetail-wrapper .left-side .medals {
    padding-bottom: 1.875rem; }
  .productdetail-wrapper .left-side .medals .accordion .accordion-item.is-active .accordion-title:before {
    margin-top: -6px;
    transform: rotate(0deg); }
  .productdetail-wrapper .left-side .medals .accordion .accordion-item .accordion-title {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #b3a992;
    padding: 0;
    padding-bottom: 0.3125rem;
    transition: all 0.3s;
    text-align: left; }
  .productdetail-wrapper .left-side .medals .accordion .accordion-item .accordion-title:before {
    content: '' !important;
    background-image: url('//resources.schne-frost.de/images/arrow-dark-small.svg');
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 8px;
    right: 0;
    margin-top: -8px;
    transform: rotate(-90deg); }
  .productdetail-wrapper .left-side .medals .accordion .accordion-item .accordion-title h3 {
    margin: 0; }
  .productdetail-wrapper .left-side .medals .accordion .accordion-item .accordion-content {
    border: none;
    overflow: hidden;
    padding: 0; }
  .productdetail-wrapper .left-side .medals .medal-wrapper .medal {
    position: relative;
    padding-left: 2.1875rem;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5625rem;
    min-height: 2.1875rem; }
  .productdetail-wrapper .left-side .medals .medal-wrapper .medal:nth-child(1) {
    margin-top: 1.875rem; }
  @media print, screen and (min-width: 48em) {
          .productdetail-wrapper .left-side .medals .medal-wrapper .medal {
            padding-left: 2.8125rem;
            min-height: 2.8125rem; } }
  @media print, screen and (min-width: 64em) {
          .productdetail-wrapper .left-side .medals .medal-wrapper .medal {
            padding-left: 3.75rem;
            min-height: 3.75rem; } }
  @media screen and (min-width: 80em) {
          .productdetail-wrapper .left-side .medals .medal-wrapper .medal {
            padding-left: 4.6875rem;
            min-height: 4.6875rem; } }
  .productdetail-wrapper .left-side .medals .medal-wrapper .medal p {
    margin: 0;
    padding-top: 0.125rem; }
  @media print, screen and (min-width: 48em) {
            .productdetail-wrapper .left-side .medals .medal-wrapper .medal p {
              padding-top: 0.3125rem; } }
  @media print, screen and (min-width: 64em) {
            .productdetail-wrapper .left-side .medals .medal-wrapper .medal p {
              padding-top: 0.625rem; } }
  @media screen and (min-width: 80em) {
            .productdetail-wrapper .left-side .medals .medal-wrapper .medal p {
              padding-top: 0.9375rem; } }
  .productdetail-wrapper .left-side .medals .medal-wrapper .medal .medal-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5625rem; }
  @media print, screen and (min-width: 48em) {
            .productdetail-wrapper .left-side .medals .medal-wrapper .medal .medal-image {
              width: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
            .productdetail-wrapper .left-side .medals .medal-wrapper .medal .medal-image {
              width: 2.5rem; } }
  @media screen and (min-width: 80em) {
            .productdetail-wrapper .left-side .medals .medal-wrapper .medal .medal-image {
              width: 3.125rem; } }
  .productdetail-wrapper .right-side {
    position: relative; }
  .productdetail-wrapper .right-side .title {
    padding-bottom: 0.9375rem;
    border-bottom: 3px solid;
    margin-bottom: 0; }
  @media screen and (max-width: 47.9375em) {
      .productdetail-wrapper .right-side .title {
        margin-left: 0; } }
  @media print, screen and (min-width: 48em) {
      .productdetail-wrapper .right-side .title {
        margin-top: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
      .productdetail-wrapper .right-side .title {
        padding-bottom: 1.5625rem; } }
  .productdetail-wrapper .right-side .title h1 {
    display: inline-block;
    margin: 0;
    padding-right: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
        .productdetail-wrapper .right-side .title h1 {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; } }
  .productdetail-wrapper .right-side .title span {
    display: inline-block; }
  .productdetail-wrapper .right-side .title span .medal-image {
    width: 1.5625rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
  @media print, screen and (min-width: 48em) {
          .productdetail-wrapper .right-side .title span .medal-image {
            width: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
          .productdetail-wrapper .right-side .title span .medal-image {
            width: 2.5rem;
            margin-left: 0.46875rem;
            margin-right: 0.46875rem; } }
  @media screen and (min-width: 80em) {
          .productdetail-wrapper .right-side .title span .medal-image {
            width: 3.125rem; } }
  .productdetail-wrapper .right-side .data {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .productdetail-wrapper .right-side .data > span {
    line-height: 100%;
    font-weight: bold;
    padding-right: 0.9375rem; }
  .productdetail-wrapper .right-side .data > span:first-child {
    padding-right: 4.375rem;
    padding-left: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
          .productdetail-wrapper .right-side .data > span:first-child {
            padding-left: 0; } }
  .productdetail-wrapper .right-side .data .info {
    text-align: left;
    padding-top: 1.875rem; }
  .productdetail-wrapper .tile-wrapper {
    background-color: #f5f3ef;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .productdetail-wrapper .tile-wrapper.disabled {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.5; }
  .productdetail-wrapper .tile-wrapper.disabled .tile {
    cursor: initial; }
  .productdetail-wrapper .tile-wrapper:nth-child(1) {
    padding-top: 5px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-left: 5px; }
  .productdetail-wrapper .tile-wrapper:nth-child(2) {
    padding-top: 5px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-right: 5px; }
  @media print, screen and (min-width: 48em) {
      .productdetail-wrapper .tile-wrapper:nth-child(2) {
        padding-right: 0;
        border-right: 5px solid #fff; } }
  .productdetail-wrapper .tile-wrapper:nth-child(3) {
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-left: 5px; }
  @media print, screen and (min-width: 48em) {
      .productdetail-wrapper .tile-wrapper:nth-child(3) {
        border-top: none;
        padding-top: 5px;
        border-left: 5px solid #fff;
        padding-left: 0;
        border-right: none;
        padding-right: 5px; } }
  .productdetail-wrapper .tile-wrapper:nth-child(4) {
    border-top: 5px solid #fff;
    padding-right: 5px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff; }
  @media print, screen and (min-width: 48em) {
      .productdetail-wrapper .tile-wrapper:nth-child(4) {
        border-left: none;
        padding-left: 5px;
        border-bottom: none;
        padding-bottom: 5px;
        border-right: 5px solid #fff;
        padding-right: 0; } }
  .productdetail-wrapper .tile-wrapper:nth-child(5) {
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    padding-bottom: 5px;
    padding-left: 5px; }
  @media print, screen and (min-width: 48em) {
      .productdetail-wrapper .tile-wrapper:nth-child(5) {
        border-left: 5px solid #fff;
        padding-left: 0; } }
  .productdetail-wrapper .tile-wrapper:nth-child(6) {
    border-top: 5px solid #fff;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 5px solid #fff; }
  .productdetail-wrapper .tile-wrapper > .row {
    margin: 0; }
  .productdetail-wrapper .tile-wrapper > .row .column, .productdetail-wrapper .tile-wrapper > .row .columns {
    padding: 0; }
  .productdetail-wrapper .tile-wrapper .tile {
    padding-top: 3.90625vw;
    padding-bottom: 3.125vw;
    cursor: pointer; }
  .productdetail-wrapper .tile-wrapper .tile .image {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; }
  .productdetail-wrapper .tile-wrapper .tile .name {
    padding-top: 1.5625vw;
    font-style: italic;
    line-height: 100%;
    margin: 0; }
  .productdetail-wrapper .tile-wrapper .detail-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    overflow: hidden;
    background-color: #f5f3ef;
    transition: all 0.7s;
    cursor: initial;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow-y: auto;
    z-index: 100; }
  @media screen and (min-width: 80em) {
      .productdetail-wrapper .tile-wrapper .detail-overlay {
        position: absolute; } }
  .productdetail-wrapper .tile-wrapper .detail-overlay .fullHeight {
    height: auto; }
  .productdetail-wrapper .tile-wrapper .detail-overlay.show {
    height: 100%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5); }
  .productdetail-wrapper .tile-wrapper .detail-overlay.show .close {
    opacity: 1; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .close {
    position: absolute;
    display: block;
    top: 1.25rem;
    right: 3%;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url('//resources.schne-frost.de/images/close-big.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0;
    transition: all 0.7s; }
  @media print, screen and (min-width: 48em) {
        .productdetail-wrapper .tile-wrapper .detail-overlay .close {
          width: 2.08333vw;
          height: 2.08333vw;
          top: 2.5rem; } }
  .productdetail-wrapper .tile-wrapper .detail-overlay .image {
    min-width: 5rem;
    max-width: 5rem;
    padding-top: 4.375rem; }
  @media print, screen and (min-width: 48em) {
        .productdetail-wrapper .tile-wrapper .detail-overlay .image {
          padding-top: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
        .productdetail-wrapper .tile-wrapper .detail-overlay .image {
          padding-top: 2.5rem;
          max-width: 100%; } }
  .productdetail-wrapper .tile-wrapper .detail-overlay .name {
    padding-top: 0.9375rem;
    line-height: 100%;
    padding-bottom: 2.8125rem; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .content {
    padding-bottom: 3.125rem; }
  @media print, screen and (min-width: 48em) {
        .productdetail-wrapper .tile-wrapper .detail-overlay .content {
          padding-left: 10%;
          padding-right: 10%; } }
  .productdetail-wrapper .tile-wrapper .detail-overlay .content .big-close {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #b3a992;
    letter-spacing: 0.065rem;
    padding-top: 2.8125rem;
    margin: auto;
    margin-top: 3.125rem;
    cursor: pointer; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .content .big-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url('//resources.schne-frost.de/images/close-big.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 50%;
    margin-left: -0.9375rem; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients {
    display: block;
    padding-left: 1.875rem;
    line-height: 1.5625rem;
    position: relative;
    margin-bottom: 1.5625rem;
    text-align: left; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.ingredient:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-8:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/hard-fat-8.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-9:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/preservatives-9.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-10:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/artificial-color-10.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-11:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/natural-color-11.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-12:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/lactose-free-12.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-13:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/glutenfree-13.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-14:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/odz-14.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-16:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/plate-16.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-307:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/cook-307.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-518:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/bio-519.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-519:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/bio-519.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-554:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/vegetarian-554.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .ingredients.i-555:after {
    background-image: url('//resources.schne-frost.de/images/ingredients/vegan-555.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .recipes {
    display: block;
    color: inherit;
    margin-bottom: 0.9375rem; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .recipes .recipe-image {
    border-radius: 50%;
    margin-bottom: 0.625rem;
    max-width: 4.375rem; }
  @media print, screen and (min-width: 64em) {
          .productdetail-wrapper .tile-wrapper .detail-overlay .recipes .recipe-image {
            max-width: 100%;
            margin-bottom: 1.25rem; } }
  .productdetail-wrapper .tile-wrapper .detail-overlay .recipes h3 {
    text-transform: uppercase;
    margin-bottom: 0.3125rem; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .recipes .recipe-kind {
    font-style: italic; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking {
    padding-left: 2.1875rem;
    text-align: left;
    position: relative; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art1:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art1.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art2:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art2.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art3:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art3.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art4:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art4.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art5:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art5.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art6:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art6.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art7:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art7.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking.art8:after {
    background-image: url('//resources.schne-frost.de/images/cooking/cooking-art8.svg'); }
  .productdetail-wrapper .tile-wrapper .detail-overlay .cooking .cooking-title {
    line-height: 30px; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition {
    margin: 0;
    border-spacing: 0; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tbody {
    border: none;
    background-color: transparent; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tr {
    border: none;
    background-color: transparent; }
  @media screen and (max-width: 47.9375em) {
                .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tr.top.second td {
                  border-top: none; } }
  .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tr.top td {
    border-top: 2px solid #b3a992; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tr.small td {
    border-bottom-width: 1px; }
  .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tr td {
    border-bottom: 2px solid #b3a992;
    padding: 0;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    line-height: 100%;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.08rem; }
  @media screen and (max-width: 47.9375em) {
            .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tr td {
              font-size: 0.8125rem; } }
  .productdetail-wrapper .tile-wrapper .detail-overlay .nutrition tr td:first-child {
    text-transform: uppercase;
    font-weight: bold; }

.product-content-wrapper .productdetail-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  width: 0%;
  margin-right: -100%;
  overflow-y: auto;
  background-color: #fff;
  transition-property: width, margin-right;
  transition-duration: 0s, 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1.2s, 0s;
  z-index: 100; }
  @media print, screen and (min-width: 48em) {
    .product-content-wrapper .productdetail-wrapper {
      overflow-y: hidden; } }
  .product-content-wrapper .productdetail-wrapper.show {
    width: 100%;
    margin-right: 0;
    transition: margin-right 1.2s cubic-bezier(0.77, 0, 0.175, 1); }
  .product-content-wrapper .productdetail-wrapper.show .first-row.first {
    opacity: 1;
    transition: opacity 0.9s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .product-content-wrapper .productdetail-wrapper.show .first-row.second {
    opacity: 1;
    transition: opacity 0.9s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .product-content-wrapper .productdetail-wrapper .first-row {
    margin: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .product-content-wrapper .productdetail-wrapper .first-row .back-to {
    margin: 0; }
  @media print, screen and (min-width: 48em) {
      .product-content-wrapper .productdetail-wrapper .first-row {
        height: 15%;
        min-height: 15%; }
        .product-content-wrapper .productdetail-wrapper .first-row:nth-child(2) {
          height: 85%;
          min-height: 85%; } }
  @media print, screen and (min-width: 48em) {
      .product-content-wrapper .productdetail-wrapper .left-side-fullheight {
        position: absolute;
        top: 0;
        left: 0.9375rem;
        right: 0.9375rem;
        height: 100%;
        overflow-x: hidden; }
        .product-content-wrapper .productdetail-wrapper .left-side-fullheight > .row {
          height: 100%;
          overflow-y: auto; } }
  @media print, screen and (min-width: 48em) {
      .product-content-wrapper .productdetail-wrapper .product-fullpage {
        position: absolute;
        left: 0.9375rem;
        right: 0.9375rem;
        top: 0;
        height: calc(100% - 7.0625rem);
        margin-top: 7.0625rem; }
        .product-content-wrapper .productdetail-wrapper .product-fullpage > .row {
          height: 100%; }
        .product-content-wrapper .productdetail-wrapper .product-fullpage .tile-wrapper {
          height: 50%;
          overflow: hidden; }
          .product-content-wrapper .productdetail-wrapper .product-fullpage .tile-wrapper > .row {
            height: 100%; }
          .product-content-wrapper .productdetail-wrapper .product-fullpage .tile-wrapper .tile {
            padding: 0; }
            .product-content-wrapper .productdetail-wrapper .product-fullpage .tile-wrapper .tile .image img {
              width: 15.7vmin; } }
  @media print, screen and (min-width: 64em) {
      .product-content-wrapper .productdetail-wrapper .product-fullpage {
        height: calc(100% - 8.75rem);
        margin-top: 8.75rem; } }
  @media screen and (min-width: 80em) {
      .product-content-wrapper .productdetail-wrapper .product-fullpage {
        height: calc(100% - 10.625rem);
        margin-top: 10.625rem; } }

.recipe-header-wrapper {
  height: 85%;
  position: relative;
  text-align: center;
  padding-top: 8.75rem; }
  .recipe-header-wrapper.deep-black {
    background-color: #000; }
  .recipe-header-wrapper .video-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center center; }
  .recipe-header-wrapper .video-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: 1; }
  .recipe-header-wrapper .video-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
  .recipe-header-wrapper .video-wrapper h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.56); }
  .recipe-header-wrapper .video-wrapper .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .recipe-header-wrapper .video-wrapper .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center center; }
  .recipe-header-wrapper .slider-overlay {
    position: absolute;
    top: 8.75rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none; }
  .recipe-header-wrapper .slider-overlay .h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.56); }
  .recipe-header-wrapper .slider-overlay .image {
    position: absolute;
    bottom: -6.25rem;
    left: 0;
    right: 0;
    text-align: center; }
  .recipe-header-wrapper .swiper-container {
    height: 100%;
    overflow: visible; }
  .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
        .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide {
          max-width: 50%; } }
  .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .bubble, .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bubble {
    opacity: 1;
    z-index: 1;
    transition-duration: 0.3s, 0s;
    transition-delay: 0s, 0s; }
  .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble {
    display: block;
    align-self: flex-end;
    background-color: #fff;
    text-align: left;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.32);
    position: absolute;
    margin: 0;
    font-weight: bold;
    font-style: italic;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    opacity: 0;
    z-index: -1;
    transition-property: opacity, z-index;
    transition-duration: 0.3s, 0s;
    transition-timing-function: linear, linear;
    transition-delay: 0s, 0.3s; }
  @media print, screen and (min-width: 64em) {
          .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble {
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
  @media screen and (min-width: 80em) {
          .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble {
            padding-top: 1.875rem;
            padding-bottom: 1.875rem;
            padding-left: 1.875rem;
            padding-right: 1.875rem;
            font-size: 1.4375rem; } }
  .recipe-header-wrapper .swiper-container .swiper-wrapper .swiper-slide .bubble:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    top: -15px;
    left: 0; }
  .recipe-header-wrapper .swiper-container .buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
  .recipe-header-wrapper .swiper-container .buttons .swiper-button {
    cursor: pointer;
    pointer-events: all; }

.next-page-wrapper {
  height: 15%;
  max-height: 15%;
  min-height: 15%;
  text-align: center;
  max-width: 100%; }
  .next-page-wrapper.deep-black {
    background-color: #000; }
  .next-page-wrapper.deep-black a {
    color: #fff; }
  .next-page-wrapper.deep-black a:after {
    background-image: url('//resources.schne-frost.de/images/button-down-white.svg');
    width: 60px;
    height: 30px;
    margin-left: -30px; }
  .next-page-wrapper a {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2.1875rem;
    letter-spacing: 0.08rem;
    display: inline-block; }
  .next-page-wrapper a:hover:after {
    animation: pulse 2s infinite; }
  .next-page-wrapper a:after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 17px;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
    background-image: url('//resources.schne-frost.de/images/button-down-page.svg'); }

.recipe-content-wrapper {
  background-color: #fff; }
  .recipe-content-wrapper .recipe-searchbar {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem; }
  @media print, screen and (min-width: 48em) {
    .recipe-content-wrapper .recipe-searchbar {
      padding-top: 5rem;
      padding-bottom: 3.75rem; } }
  .recipe-content-wrapper .recipe-searchbar h2 {
    margin: 0;
    display: inline-block; }
  .recipe-content-wrapper .recipe-searchbar .recipe-select {
    padding-right: 2.1875rem;
    border-bottom: 3px solid #636462; }
  @media print, screen and (min-width: 48em) {
      .recipe-content-wrapper .recipe-searchbar .recipe-select {
        margin-left: 0.3125rem;
        display: inline-block;
        padding-right: 2.5rem; } }
  .recipe-content-wrapper .recipe-searchbar .recipe-select:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 12px;
    background-image: url('//resources.schne-frost.de/images/select-arrow.svg');
    right: 0;
    top: 50%;
    margin-top: -6px; }
  .recipe-content-wrapper .recipe-searchbar .recipe-select .current {
    display: block;
    font-weight: bold;
    cursor: pointer; }
  .recipe-content-wrapper .recipe-searchbar .recipe-select .list {
    padding-top: 1.875rem;
    padding-right: 2.5rem;
    padding-bottom: 1.875rem;
    padding-left: 2.5rem;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.32);
    background-color: #fff;
    width: 100%; }
  @media print, screen and (min-width: 48em) {
        .recipe-content-wrapper .recipe-searchbar .recipe-select .list {
          min-width: 30rem; } }
  .recipe-content-wrapper .recipe-searchbar .recipe-select .list .option {
    font-size: 1.25rem;
    line-height: 1.66em;
    font-style: italic; }
  @media print, screen and (min-width: 48em) {
          .recipe-content-wrapper .recipe-searchbar .recipe-select .list .option {
            font-size: 1.3125rem; } }
  @media print, screen and (min-width: 64em) {
          .recipe-content-wrapper .recipe-searchbar .recipe-select .list .option {
            font-size: 1.75rem; } }
  @media screen and (min-width: 80em) {
          .recipe-content-wrapper .recipe-searchbar .recipe-select .list .option {
            font-size: 2.625rem; } }
  .recipe-content-wrapper .items {
    padding-bottom: 5rem; }
  .recipe-content-wrapper .items .item {
    position: relative;
    display: block; }
  .recipe-content-wrapper .items .item .recipe-wrapper {
    position: relative;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #b3a992;
    cursor: pointer; }
  .recipe-content-wrapper .items .item .recipe-wrapper.first {
    border-top: 1px solid #b3a992; }
  @media print, screen and (min-width: 48em) {
        .recipe-content-wrapper .items .item .recipe-wrapper {
          margin-bottom: 3.75rem;
          text-align: center;
          padding-top: 0;
          padding-bottom: 0;
          border-bottom: none; }
          .recipe-content-wrapper .items .item .recipe-wrapper.first {
            border-top: none; } }
  .recipe-content-wrapper .items .item .recipe-wrapper:hover .image {
    transform: scale(1.05);
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2); }
  .recipe-content-wrapper .items .item .recipe-wrapper .image {
    border-radius: 50%;
    transition: all 0.3s; }
  @media print, screen and (min-width: 48em) {
          .recipe-content-wrapper .items .item .recipe-wrapper .image {
            margin: auto;
            max-width: 20.625rem;
            margin-bottom: 2.5rem;
            width: 17.2vw; } }
  .recipe-content-wrapper .items .item .recipe-wrapper .recipe-kind {
    font-style: italic; }

.recipedetail-wrapper {
  position: relative; }
  .recipedetail-wrapper .back-to-wrapper .back-to {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1.25rem;
    display: inline-block;
    position: relative;
    padding-left: 1.5625rem;
    color: #b3a992;
    pointer-events: all; }
  @media print, screen and (min-width: 48em) {
      .recipedetail-wrapper .back-to-wrapper .back-to {
        margin-top: 0.9375rem;
        padding-left: 2.5rem;
        text-shadow: 0 2px 4px rgba(47, 48, 45, 0.50);
        color: #fff; } }
  @media print, screen and (min-width: 64em) {
      .recipedetail-wrapper .back-to-wrapper .back-to {
        margin-top: 1.5625rem;
        margin-left: 1.25rem; } }
  @media screen and (min-width: 80em) {
      .recipedetail-wrapper .back-to-wrapper .back-to {
        margin-top: 2.1875rem;
        margin-left: 1.875rem; } }
  .recipedetail-wrapper .back-to-wrapper .back-to:hover:after {
    margin-left: -10px; }
  .recipedetail-wrapper .back-to-wrapper .back-to:after {
    position: absolute;
    content: '';
    display: block;
    background-image: url('//resources.schne-frost.de/images/back-to-overview.svg');
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    width: 0.75rem;
    height: 1.875rem;
    margin-top: -0.9375rem;
    margin-left: 0;
    transition: margin-left 0.5s ease-in-out; }
  @media print, screen and (min-width: 48em) {
        .recipedetail-wrapper .back-to-wrapper .back-to:after {
          background-image: url('//resources.schne-frost.de/images/back-to-overview-white.svg');
          width: 1.4375rem;
          height: 3.125rem;
          margin-top: -1.5625rem; } }
  @media print, screen and (min-width: 48em) {
      .recipedetail-wrapper .first-row.first {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        z-index: 1; } }
  .recipedetail-wrapper .left-side .top.background {
    min-height: 15.625rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media print, screen and (min-width: 48em) {
        .recipedetail-wrapper .left-side .top.background {
          min-height: 15.625rem; } }
  @media print, screen and (min-width: 64em) {
        .recipedetail-wrapper .left-side .top.background {
          min-height: 25rem; } }
  @media screen and (min-width: 80em) {
        .recipedetail-wrapper .left-side .top.background {
          min-height: 31.25rem; } }
  .recipedetail-wrapper .left-side .top.background .flex-end {
    align-items: flex-end; }
  .recipedetail-wrapper .left-side .top.background .title-wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    color: #fff; }
  @media print, screen and (min-width: 64em) {
          .recipedetail-wrapper .left-side .top.background .title-wrapper {
            padding-left: 1.25rem;
            padding-bottom: 1.25rem;
            padding-top: 1.25rem; } }
  @media screen and (min-width: 80em) {
          .recipedetail-wrapper .left-side .top.background .title-wrapper {
            padding-left: 1.875rem;
            padding-bottom: 1.875rem;
            padding-top: 1.875rem; } }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small {
    padding: 0.625rem; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content {
    background-color: #f5f3ef; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .headline {
    padding: 0.625rem;
    padding-bottom: 1.25rem; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .headline .counter {
    display: inline-block;
    max-width: 2.5rem;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 120%; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .data {
    padding: 0.625rem; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .data span {
    display: block;
    margin-bottom: 1em; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .recipe-download-wrapper {
    padding-top: 15px;
    background-color: #fff; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .recipe-download-wrapper a {
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #b3a992;
    color: #fff;
    position: relative; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .recipe-download-wrapper a span {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding-left: 55px;
    letter-spacing: 0.08rem;
    font-weight: bold;
    text-transform: uppercase; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .recipe-download-wrapper a span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 42px;
    height: 40px;
    background-image: url('//resources.schne-frost.de/images/download-arrow.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .recipedetail-wrapper .left-side .bottom .recipeCalculator-small .content .recipe-download-wrapper a:after {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    height: 35px;
    background-image: url('//resources.schne-frost.de/images/download-recipe-circle.svg');
    background-position: center center;
    pointer-events: none; }
  .recipedetail-wrapper .left-side .bottom .product-teaser {
    padding: 0.625rem;
    order: 2;
    position: relative; }
  @media print, screen and (min-width: 48em) {
        .recipedetail-wrapper .left-side .bottom .product-teaser {
          padding: 0;
          padding-top: 0.625rem;
          padding-right: 0.3125rem;
          order: 1; }
          .recipedetail-wrapper .left-side .bottom .product-teaser:after {
            content: '';
            display: block;
            position: absolute;
            top: 0.625rem;
            right: 0.3125rem;
            left: 0;
            bottom: 0;
            background-color: #f5f3ef;
            z-index: -1; } }
  .recipedetail-wrapper .left-side .bottom .product-teaser a {
    display: block;
    background-color: #f5f3ef;
    text-align: center;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow-y: auto; }
  @media print, screen and (min-width: 64em) {
          .recipedetail-wrapper .left-side .bottom .product-teaser a {
            padding-top: 3.125rem;
            padding-bottom: 3.125rem;
            padding-left: 1.875rem;
            padding-right: 1.875rem; } }
  .recipedetail-wrapper .left-side .bottom .product-teaser a .image {
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 12.5rem;
    margin-bottom: 1.875rem; }
  .recipedetail-wrapper .left-side .bottom .product-teaser a .flag {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.625rem 0.3125rem 1.1875rem 0.3125rem;
    margin-top: -15px;
    position: relative;
    margin-bottom: 4.6vh;
    max-width: 5.3125rem;
    background-image: linear-gradient(-180deg, #0069b4 0%, #003772 100%); }
  @media print, screen and (min-width: 48em) {
            .recipedetail-wrapper .left-side .bottom .product-teaser a .flag {
              padding: 0.625rem 0.625rem 1.5rem 0.625rem;
              max-width: 5.9375rem; } }
  @media print, screen and (min-width: 64em) {
            .recipedetail-wrapper .left-side .bottom .product-teaser a .flag {
              padding: 1.25rem 1.25rem 2.125rem 1.25rem;
              max-width: 7.5rem; } }
  .recipedetail-wrapper .left-side .bottom .product-teaser a .flag span {
    word-spacing: 7.1875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.08rem; }
  .recipedetail-wrapper .left-side .bottom .product-teaser a .flag:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 42.5px 13px 42.5px;
    border-color: transparent transparent #f5f3ef transparent; }
  @media print, screen and (min-width: 48em) {
              .recipedetail-wrapper .left-side .bottom .product-teaser a .flag:after {
                border-width: 0 47.5px 13px 47.5px; } }
  @media print, screen and (min-width: 64em) {
              .recipedetail-wrapper .left-side .bottom .product-teaser a .flag:after {
                border-width: 0 60px 13px 60px; } }
  .recipedetail-wrapper .left-side .bottom .product-teaser a .flag span {
    display: block; }
  .recipedetail-wrapper .left-side .bottom .product-teaser a .info {
    text-align: left; }
  .recipedetail-wrapper .left-side .bottom .cooking-wrapper {
    padding: 0.625rem;
    position: relative;
    order: 1; }
  @media print, screen and (min-width: 48em) {
        .recipedetail-wrapper .left-side .bottom .cooking-wrapper {
          order: 2;
          padding: 0;
          padding-top: 0.625rem;
          padding-left: 0.3125rem; }
          .recipedetail-wrapper .left-side .bottom .cooking-wrapper:after {
            content: '';
            display: block;
            position: absolute;
            top: 0.625rem;
            left: 0.3125rem;
            right: 0;
            bottom: 0;
            background-color: #f5f3ef;
            z-index: -1; } }
  .recipedetail-wrapper .left-side .bottom .cooking-wrapper .cooking-description {
    background-color: #f5f3ef;
    padding: 0.9375rem;
    overflow-y: auto; }
  @media print, screen and (min-width: 48em) {
          .recipedetail-wrapper .left-side .bottom .cooking-wrapper .cooking-description {
            padding-top: 1.875rem;
            padding-left: 2.1875rem;
            padding-bottom: 1.875rem;
            padding-right: 2.1875rem; } }
  @media print, screen and (min-width: 64em) {
          .recipedetail-wrapper .left-side .bottom .cooking-wrapper .cooking-description {
            padding-top: 3.75rem;
            padding-left: 4.375rem;
            padding-bottom: 3.75rem;
            padding-right: 4.375rem; } }
  .recipedetail-wrapper .right-side .recipeCalculator {
    left: 0.625rem;
    right: 0.625rem;
    top: 0.625rem;
    bottom: 0.625rem;
    background-color: #f5f3ef; }
  @media print, screen and (min-width: 64em) {
      .recipedetail-wrapper .right-side .recipeCalculator {
        left: 0.9375rem;
        right: 0.9375rem;
        top: 0.9375rem;
        bottom: 0.9375rem; } }
  .recipedetail-wrapper .right-side .recipeCalculator .content .wrapper {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    left: 0.625rem;
    right: 0.625rem;
    top: 0.625rem;
    bottom: 9.375rem; }
  @media print, screen and (min-width: 64em) {
          .recipedetail-wrapper .right-side .recipeCalculator .content .wrapper {
            left: 1.25rem;
            right: 1.25rem;
            top: 1.25rem; } }
  .recipedetail-wrapper .right-side .recipeCalculator .content .wrapper .headline {
    padding-bottom: 1.25rem; }
  .recipedetail-wrapper .right-side .recipeCalculator .content .wrapper .headline .counter {
    display: inline-block;
    max-width: 2.5rem;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 120%; }
  .recipedetail-wrapper .right-side .recipeCalculator .content .wrapper .data span {
    display: block;
    margin-bottom: 1em; }
  .recipedetail-wrapper .right-side .recipeCalculator .content .recipe-download-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    background-color: #fff; }
  .recipedetail-wrapper .right-side .recipeCalculator .content .recipe-download-wrapper a {
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #b3a992;
    color: #fff;
    position: relative; }
  .recipedetail-wrapper .right-side .recipeCalculator .content .recipe-download-wrapper a span {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding-left: 55px;
    letter-spacing: 0.08rem;
    font-weight: bold;
    text-transform: uppercase; }
  .recipedetail-wrapper .right-side .recipeCalculator .content .recipe-download-wrapper a span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 42px;
    height: 40px;
    background-image: url('//resources.schne-frost.de/images/download-arrow.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .recipedetail-wrapper .right-side .recipeCalculator .content .recipe-download-wrapper a:after {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    height: 35px;
    background-image: url('//resources.schne-frost.de/images/download-recipe-circle.svg');
    background-position: center center;
    pointer-events: none; }

.recipe-content-wrapper .recipedetail-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  width: 0%;
  margin-right: -100%;
  overflow-y: auto;
  background-color: #fff;
  transition-property: width, margin-right;
  transition-duration: 0s, 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1.2s, 0s;
  z-index: 100; }
  @media print, screen and (min-width: 48em) {
    .recipe-content-wrapper .recipedetail-wrapper {
      overflow-y: hidden; } }
  .recipe-content-wrapper .recipedetail-wrapper.show {
    width: 100%;
    margin-right: 0;
    transition: margin-right 1.2s cubic-bezier(0.77, 0, 0.175, 1); }
  .recipe-content-wrapper .recipedetail-wrapper.show .first-row.first {
    opacity: 1;
    transition: opacity 0.9s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .recipe-content-wrapper .recipedetail-wrapper.show .first-row.second {
    opacity: 1;
    transition: opacity 0.9s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .recipe-content-wrapper .recipedetail-wrapper .first-row {
    margin: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .recipe-content-wrapper .recipedetail-wrapper .first-row.second {
    height: 100%;
    min-height: 100%; }
  .recipe-content-wrapper .recipedetail-wrapper .first-row.second .left-side > .row {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0; }
  @media print, screen and (min-width: 48em) {
            .recipe-content-wrapper .recipedetail-wrapper .first-row.second .left-side > .row {
              height: 100%;
              min-height: 100%; } }
  @media print, screen and (min-width: 48em) {
            .recipe-content-wrapper .recipedetail-wrapper .first-row.second .left-side .top {
              height: 50%;
              min-height: 50%; } }
  @media print, screen and (min-width: 48em) {
            .recipe-content-wrapper .recipedetail-wrapper .first-row.second .left-side .bottom {
              height: 50%;
              min-height: 50%; } }
  @media print, screen and (min-width: 48em) {
              .recipe-content-wrapper .recipedetail-wrapper .first-row.second .left-side .bottom > .row {
                position: absolute;
                left: 0;
                right: 0;
                height: 100%;
                top: 0;
                margin: 0; } }
  @media print, screen and (min-width: 48em) {
              .recipe-content-wrapper .recipedetail-wrapper .first-row.second .left-side .bottom .product-teaser {
                height: 100%; } }
  @media print, screen and (min-width: 48em) {
              .recipe-content-wrapper .recipedetail-wrapper .first-row.second .left-side .bottom .cooking-wrapper {
                height: 100%; } }

.search-wrapper .search-wrapper-header {
  background-color: #b3a992;
  height: 28.125rem; }
  .search-wrapper .search-wrapper-header h1 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative; }
  .search-wrapper .search-wrapper-header h1:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('//resources.schne-frost.de/images/logo-sw-invert.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 134px;
    height: 64px;
    left: 50%;
    margin-left: -67px;
    top: 100%;
    margin-top: 20px; }
  .search-wrapper .search-entries {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .search-wrapper .search-entries .search-pagination {
    border-top: 3px solid #b3a992;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .search-wrapper .search-entries .search-pagination.bottom {
    border-top: none;
    border-bottom: 3px solid #b3a992; }
  .search-wrapper .search-entries .search-pagination .position {
    margin-right: 0.3125rem;
    font-weight: bold; }
  .search-wrapper .search-entries .search-pagination .position.current {
    font-weight: normal; }
  .search-wrapper .search-entries .search-entry {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #b3a992; }
  .search-wrapper .search-entries .search-entry:first-child {
    border-top: 1px solid #b3a992; }
  .search-wrapper .search-entries .search-entry .image {
    border-radius: 50%; }
  @media print, screen and (min-width: 48em) {
        .search-wrapper .search-entries .search-entry .description-wrapper {
          padding-right: 6.25rem; } }
  .search-wrapper .search-entries .search-entry .description-wrapper .description {
    margin: 0; }
  .search-wrapper .search-entries .search-entry .description-wrapper .category {
    position: absolute;
    right: 0;
    top: 0;
    font-style: italic;
    font-weight: bold; }

.approach-wrapper {
  padding-bottom: 12.5rem; }
  @media print, screen and (min-width: 48em) {
      .approach-wrapper .searchform .input-wrapper {
        padding-left: 2.5vw; } }
  .approach-wrapper .searchform .input-wrapper .searchinput {
    height: 5.625rem;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #b3a992;
    padding-left: 0; }
  .approach-wrapper .searchform .button-wrapper {
    text-align: center;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem; }
  @media print, screen and (min-width: 48em) {
      .approach-wrapper .searchform .button-wrapper {
        padding-right: 2.5vw;
        text-align: right; } }
  .approach-wrapper .searchform .button-wrapper button {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .approach-wrapper .map-wrapper {
    padding-bottom: 6.25rem; }
  .approach-wrapper .map-wrapper .map-placeholder {
    margin-top: 2.25rem; }
  .approach-wrapper .map-wrapper .map-placeholder .button {
    display: inline-block;
    background: #b3a992;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 27px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem; }

.news-detail-wrapper {
  padding-top: 7.5rem;
  padding-bottom: 12.5rem; }
  .news-detail-wrapper .news-title {
    margin-bottom: 3.125rem; }
  .news-detail-wrapper .image {
    position: relative;
    margin-bottom: 1.875rem; }
  .news-detail-wrapper .image .new {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 36%; }
  .news-detail-wrapper .image img {
    border-radius: 50%; }

.error-wrapper {
  height: 100%;
  position: relative;
  text-align: center; }
  .error-wrapper .video-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #2f302d;
    background-size: cover;
    background-position: center center; }
  .error-wrapper .video-wrapper h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.56); }
  .error-wrapper .video-wrapper .description {
    color: #fff;
    padding-top: 3.125rem;
    text-align: left; }
  .error-wrapper .video-wrapper a {
    color: #fff;
    text-align: left;
    display: block; }
  .error-wrapper .video-wrapper .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0.3; }
  .error-wrapper .video-wrapper .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center center; }

.newsletter-wrapper {
  padding-top: 7.5rem;
  padding-bottom: 12.5rem; }
  .newsletter-wrapper .newsletter-add-wrapper {
    padding-top: 3.125rem;
    padding-bottom: 5rem; }
  .newsletter-wrapper .sendbutton {
    float: right;
    cursor: pointer; }

.kartoffel-header-slider-wrapper .swiper-container {
  height: 100%;
  min-height: 100%; }
  .kartoffel-header-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .kartoffel-header-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center center; }
  .kartoffel-header-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .h1 {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold; }
  .kartoffel-header-slider-wrapper .next-slide-wrapper {
    position: absolute;
    bottom: 4.5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100; }
  .kartoffel-header-slider-wrapper .next-slide-wrapper a {
    display: inline-block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 3.4375rem;
    letter-spacing: 0.08rem;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15); }
  .kartoffel-header-slider-wrapper .next-slide-wrapper a img {
    display: block;
    margin: auto;
    padding-bottom: 4.6vh; }
  .kartoffel-header-slider-wrapper .next-slide-wrapper a:hover:after {
    animation: pulse 2s infinite; }
  .kartoffel-header-slider-wrapper .next-slide-wrapper a:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('//resources.schne-frost.de/images/button-down-white.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
    height: 45px;
    bottom: 5px;
    left: 50%;
    margin-left: -35px; }

.video-widget a.button {
  background-color: #b3a992;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0.9375rem 1.25rem;
  display: inline-block; }

.cookiefirst-root > span.cfGMLl {
  transform: scale(2);
  bottom: 30px;
  left: 30px; }
