/*!
Theme Name: Storchenbaeckerei
Theme URI: http://storchenbaeckerei.info
Author: whatwedo GmbH
Author URI: http://whatwedo.ch
Version: 1.0.2
Text Domain: wp-storchenbaeckerei
*/
/**
 * External Components
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/**
 * Utils
 */
/* 0, 640px */
/* 768px, 1024px */
/* 769px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
/**
 * Quarks
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background: #90193D;
  overflow-x: hidden; }

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

body {
  font-family: "TradeGothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  background: white; }

p {
  line-height: 1.5; }
  @media only screen and (min-width: 48.063em) {
    p {
      font-size: 1.1875rem; } }

h1, .alpha {
  font-family: "TradeGothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase; }
  h1 strong, .alpha strong {
    font-family: "adage-script", serif;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    display: inline-block; }
  @media only screen and (min-width: 48.063em) {
    h1, .alpha {
      font-size: 4.375rem; } }

a {
  color: #90193D;
  text-decoration: none; }
  a[href$=".pdf"] {
    background-image: url("images/download_red.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px 31px;
    border: none; }

.content_normal a[href$=".pdf"] {
  background-image: url("images/download_black.png");
  padding-left: 40px;
  min-height: 31px;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  font-weight: bold; }

.site-footer a[href$=".pdf"] {
  background-image: url("images/download.png");
  color: white;
  display: block !important; }

button, .action, .button {
  text-transform: uppercase;
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  border-color: #90193D;
  color: #90193D;
  padding: 0.5em 0;
  background: transparent; }

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

/**
 * Atoms
 */
.content_normal {
  max-width: 81.25rem;
  padding: 1.875rem 7%;
  margin: 0 auto; }
  @media only screen and (min-width: 48.063em) {
    .content_normal {
      padding: 3.75rem 7%; } }

.content_hero {
  padding: 0 7%;
  height: 13.56036em;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #cdcfd6;
  position: relative; }
  .content_hero header {
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    text-align: center; }
  .content_hero a {
    color: white !important; }
  .content_hero .action {
    position: absolute;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    text-align: center;
    color: white;
    border-color: white; }
  @media only screen and (min-width: 48.063em) {
    .content_hero {
      height: 31.25em; } }

.content_hero_image {
  margin-bottom: 30px; }
  .content_hero_image figure > div {
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%; }
  .content_hero_image figure img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .content_hero_image figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    text-shadow: none;
    color: #222;
    text-align: center;
    width: 100%;
    font-size: 0.75rem; }
    @media only screen and (min-width: 48.063em) {
      .content_hero_image figure figcaption {
        font-size: 1.125rem; } }

.content_preview {
  *zoom: 1; }
  .content_preview:before, .content_preview:after {
    content: '';
    display: table; }
  .content_preview:after {
    clear: both; }
  @media only screen and (min-width: 48.063em) {
    .content_preview .item-part {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%; }
      .content_preview .item-part:before, .content_preview .item-part:after {
        content: '';
        display: table; }
      .content_preview .item-part:after {
        clear: both; }
      .content_preview .item-part:last-child {
        margin-right: 0%; } }
  .content_preview .actions {
    text-align: center; }
  .content_preview .gallery__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    padding-top: 7px;
    margin: 0; }
    .content_preview .gallery__item:before, .content_preview .gallery__item:after {
      content: '';
      display: table; }
    .content_preview .gallery__item:after {
      clear: both; }
    .content_preview .gallery__item:nth-child(2n) {
      margin-right: 0%;
      float: right; }
    .content_preview .gallery__item:nth-child(2n + 1) {
      clear: both; }
    .content_preview .gallery__item:nth-child(2) {
      padding-right: 0; }
    .content_preview .gallery__item:nth-child(2n+1) {
      padding-left: 0; }
    .content_preview .gallery__item:nth-last-child(-n+2) {
      padding-bottom: 0; }
    .content_preview .gallery__item:nth-child(-n+2) {
      padding-top: 0; }
    .content_preview .gallery__item:last-child {
      padding-right: 0; }

.content_surrounded {
  *zoom: 1; }
  .content_surrounded:before, .content_surrounded:after {
    content: '';
    display: table; }
  .content_surrounded:after {
    clear: both; }
  .content_surrounded img:not(:first-of-type) {
    display: none; }
  @media only screen and (min-width: 48.063em) {
    .content_surrounded img {
      display: inline-block !important;
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%;
      max-height: 1000px; }
      .content_surrounded img:first-of-type {
        position: absolute;
        left: 0;
        max-width: 900px; }
      .content_surrounded img:before, .content_surrounded img:after {
        content: '';
        display: table; }
      .content_surrounded img:after {
        clear: both; }
      .content_surrounded img:last-child {
        margin-right: 0%; }
      .content_surrounded img:nth-of-type(2) {
        max-width: 500px; } }
  .content_surrounded .item-part {
    margin: 40px 0; }
    @media only screen and (min-width: 48.063em) {
      .content_surrounded .item-part {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        position: relative;
        left: 51.5%; }
        .content_surrounded .item-part:before, .content_surrounded .item-part:after {
          content: '';
          display: table; }
        .content_surrounded .item-part:after {
          clear: both; }
        .content_surrounded .item-part:last-child {
          margin-right: 0%; } }

.logo {
  width: 1.875em;
  height: 2.75em; }

.arrow-down {
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 3px;
  border-style: solid;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: transparent;
  border-left: 0;
  border-top: 0;
  outline: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer; }

.gallery {
  padding: 0;
  list-style-type: none; }

.gallery__item {
  line-height: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  padding: 8px; }

.gallery img:hover {
  background: white; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl, .gallery dt {
  margin: 0; }

.gallery br + br {
  display: none; }

.gallery-caption {
  display: none; }

#fancybox-wrap {
  width: 100% !important;
  left: 50% !important;
  max-width: 1200px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

#fancybox-content {
  width: 100% !important;
  height: auto !important; }

#fancybox-title {
  font-family: "TradeGothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-family: "TradeGothic", sans-serif !important;
  margin: auto !important;
  padding: 0 5px !important;
  width: 100% !important;
  font-size: 16px !important; }

.offer-group {
  margin-bottom: 3.125rem; }
  .offer-group ul {
    padding: 0;
    list-style-type: none; }

.offer-group__title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700 !important;
  color: #90193D;
  letter-spacing: 0.1em;
  margin: 0; }

.offer-group__items {
  margin: 0; }

.offer-item {
  font-family: "TradeGothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  *zoom: 1;
  font-size: 1.25rem;
  letter-spacing: 0.00625em;
  border-bottom: 1px solid black;
  padding: 1.125em 0; }
  .offer-item:before, .offer-item:after {
    content: '';
    display: table; }
  .offer-item:after {
    clear: both; }

.offer-item__variants {
  font-family: "TradeGothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.0625em; }

.offer-item__variant {
  *zoom: 1; }
  .offer-item__variant:before, .offer-item__variant:after {
    content: '';
    display: table; }
  .offer-item__variant:after {
    clear: both; }

.offer__name {
  margin: 0.625em 0;
  display: inline-block;
  float: left; }

.offer__price,
.offer__price_variant a.offer__price_link {
  float: right;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.offer__price_variant {
  line-height: 0.875rem;
  margin: 0.8125em 0 0; }

.offer__price_variant a.offer__price_link,
.offer__price_link {
  text-transform: none;
  background-size: 11px 13px;
  min-height: 13px;
  padding-left: 16px;
  text-transform: none;
  letter-spacing: inherit;
  font-weight: inherit;
  letter-spacing: 0.00625em; }

.product-groups {
  *zoom: 1; }
  .product-groups:before, .product-groups:after {
    content: '';
    display: table; }
  .product-groups:after {
    clear: both; }

@media only screen and (min-width: 48.063em) {
  .product-group-1,
  .product-group-2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .product-group-1:before, .product-group-1:after,
    .product-group-2:before,
    .product-group-2:after {
      content: '';
      display: table; }
    .product-group-1:after,
    .product-group-2:after {
      clear: both; }
    .product-group-1:last-child,
    .product-group-2:last-child {
      margin-right: 0%; } }

@media only screen and (min-width: 48.063em) {
  .product-group-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .product-group-1:before, .product-group-1:after {
      content: '';
      display: table; }
    .product-group-1:after {
      clear: both; }
    .product-group-1:last-child {
      margin-right: 0%; } }

.product-images {
  display: block;
  width: 100%; }

.product-image {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  line-height: 0;
  margin-bottom: 15px; }
  .product-image:before, .product-image:after {
    content: '';
    display: table; }
  .product-image:after {
    clear: both; }
  .product-image:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .product-image:nth-child(2n + 1) {
    clear: both; }
  .product-image figure {
    margin: 0;
    position: relative; }
  .product-image figcaption {
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "TradeGothic", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.0;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
    .product-image figcaption span {
      font-family: "adage-script", serif;
      font-style: normal;
      font-weight: 400;
      text-transform: initial; }
    @media only screen and (min-width: 48.063em) {
      .product-image figcaption {
        font-size: 4.375rem; } }
  @media only screen and (min-width: 48.063em) {
    .product-image {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 23.875%;
      margin-left: 0%;
      margin-right: 1.5%; }
      .product-image:before, .product-image:after {
        content: '';
        display: table; }
      .product-image:after {
        clear: both; }
      .product-image:nth-child(2n) {
        margin-right: 1.5%;
        float: left; }
      .product-image:nth-child(2n + 1) {
        clear: none; }
      .product-image:nth-child(4n) {
        margin-right: 0%;
        float: right; }
      .product-image:nth-child(4n + 1) {
        clear: both; }
      .product-image:nth-child(n+5):nth-child(-n+6) {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 49.25%;
        margin-left: 0%;
        margin-right: 1.5%; }
        .product-image:nth-child(n+5):nth-child(-n+6):before, .product-image:nth-child(n+5):nth-child(-n+6):after {
          content: '';
          display: table; }
        .product-image:nth-child(n+5):nth-child(-n+6):after {
          clear: both; }
        .product-image:nth-child(n+5):nth-child(-n+6):nth-child(4n) {
          margin-right: 1.5%;
          float: left; }
        .product-image:nth-child(n+5):nth-child(-n+6):nth-child(4n + 1) {
          clear: none; }
        .product-image:nth-child(n+5):nth-child(-n+6):nth-child(2n) {
          margin-right: 0%;
          float: right; }
        .product-image:nth-child(n+5):nth-child(-n+6):nth-child(2n + 1) {
          clear: both; } }

/**
 * Molecules
 */
.image-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.page-header {
  width: 100%;
  height: 18.75em;
  position: relative;
  background-color: #959aa8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page-header .logo {
    margin: 0 auto; }
  .page-header .page-title {
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    font-size: 2.5rem;
    text-transform: none;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
    .page-header .page-title span {
      display: block; }
  .page-header .arrow-down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -13px; }
  @media only screen and (min-width: 48.063em) {
    .page-header {
      height: 26.875em; }
      .page-header .page-title {
        font-size: 4.375rem; } }
  @media only screen and (min-width: 90.063em) {
    .page-header {
      height: 37.5em; } }

.page-header__single {
  background: none; }
  .page-header__single .image-overlay {
    background: none; }

.home .page-header {
  height: 31.25em; }
  @media only screen and (min-width: 90.063em) {
    .home .page-header {
      height: 45em !important; } }

.page-title {
  font-family: "adage-script", serif;
  font-style: normal;
  font-weight: 400;
  color: white; }

.single #content {
  margin-top: -100px; }
  @media only screen and (min-width: 90.063em) {
    .single #content {
      margin-top: -140px; } }

.navigation-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  font-size: 0.75rem;
  text-align: center; }
  .navigation-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .navigation-header ul li {
      padding: 0;
      display: inline-block;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
      .navigation-header ul li a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding: 1em 0.75em;
        position: relative; }
      .navigation-header ul li:not(:last-child) a:after {
        content: '|';
        position: absolute;
        right: -3px; }
  @media only screen and (min-width: 48.063em) {
    .navigation-header {
      font-size: 1.125rem;
      left: auto; }
      .navigation-header ul li a {
        padding: 1em 1.25em; } }

.single .navigation-header a, .error404 .navigation-header a {
  color: #90193D;
  text-shadow: none; }

.sub-navigation {
  text-transform: uppercase;
  margin-bottom: 3.75rem; }
  .sub-navigation a {
    display: block;
    padding: 4px 0;
    text-decoration: underline; }
  @media only screen and (min-width: 48.063em) {
    .sub-navigation {
      margin-top: -1.875rem;
      text-align: center; }
      .sub-navigation a {
        display: inline-block;
        padding: 5px 20px;
        text-decoration: none;
        color: black; }
        .sub-navigation a:hover {
          color: #90193D; } }

.sub-navigation__active-item {
  font-weight: 700;
  color: #90193D !important; }

.section__header {
  text-align: center;
  font-size: 1.875em; }
  @media only screen and (min-width: 48.063em) {
    .section__header {
      font-size: 3.125em; } }

.section__title {
  font-family: "adage-script", serif;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  color: #222;
  margin-top: 0; }

.section__item__title {
  margin-top: 0;
  font-size: 1em;
  color: #90193D; }
  @media only screen and (min-width: 48.063em) {
    .section__item__title {
      font-size: 1em; } }

@media only screen and (min-width: 48.063em) {
  .article-body {
    text-align: center; } }

@media only screen and (min-width: 48.063em) {
  .news-item .item-part:nth-child(1) {
    position: relative;
    left: 51.5%; }
  .news-item .item-part:nth-child(2) {
    position: relative;
    left: -51.5%; } }

.products_preview .action {
  text-transform: capitalize; }

.shop__order-form input[type="text"],
.shop__order-form input[type="email"],
.shop__order-form input[type="number"],
.shop__order-form textarea {
  padding: 8px 5px !important;
  font-size: 1rem !important; }

.shop__order-form textarea {
  padding: 8px 8px !important;
  width: 100% !important; }

.shop__order-form input[type='number'] {
  -moz-appearance: textfield; }

.shop__order-form input::-webkit-outer-spin-button,
.shop__order-form input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.shop__order-form .gfield {
  position: relative; }
  .shop__order-form .gfield:not(.gfield_html) {
    padding-bottom: 10px; }
  .shop__order-form .gfield:not(:first-child):not(.gfield_html) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.shop__order-form .gfield_label {
  width: 100% !important;
  font-weight: 300 !important;
  font-size: 1.125rem; }

.shop__order-form .gfield_description {
  margin: 0 !important;
  width: 100% !important; }

.shop__order-form .ginput_container {
  position: relative; }

.shop__order-form .ginput_quantity {
  position: absolute;
  right: 0;
  top: 0; }

.shop__order-form .ginput_quantity_label {
  display: none; }

.shop__order-form .gfield_radio,
.shop__order-form .gfield_checkbox {
  width: 100%; }

.shop__order-form .ginput_total,
.shop__order-form .ginput_product_price {
  color: #222 !important;
  font-weight: 600; }

.shop__order-form .ginput_total {
  font-size: 1.75rem !important; }

.shop__order-form .ginput_product_price_label {
  display: none; }

.shop__order-form .gform_page_footer {
  text-align: center;
  position: relative;
  padding: 0;
  border-top: 0 !important; }

.shop__order-form .gform_ajax_spinner {
  height: 20px;
  width: auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.shop__order-form .ginput_container input[type="text"],
.shop__order-form .ginput_container input[type="email"] {
  width: 100% !important; }

.shop__order-form .gform_previous_button {
  font-size: 0.75rem;
  border: none;
  margin-bottom: 20px;
  font-weight: 600;
  color: rgba(34, 34, 34, 0.7); }

.shop__order-form .gform_body > .gform_page:first-of-type .gfield:nth-child(2):before {
  content: 'Anzahl';
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 0.875rem; }

.shop__order-form #gform_page_1_2 {
  max-width: 37.5em;
  margin: 0 auto; }

@media only screen and (min-width: 48.063em) {
  .shop__order-form .gform_previous_button {
    position: absolute;
    left: 0; } }

@media only screen and (min-width: 48.063em) {
  .gform_confirmation_message {
    font-size: 1.25rem !important;
    text-align: center; } }

@media only screen and (min-width: 48.063em) {
  .history_preview .item-part:nth-child(1) {
    position: relative;
    left: 51.5%; }
  .history_preview .item-part:nth-child(2) {
    position: relative;
    left: -51.5%; } }

.partner {
  text-align: center; }
  .partner ul {
    list-style-type: none;
    padding: 0; }
    .partner ul a {
      text-transform: uppercase;
      display: inline-block;
      border-top: 2px solid;
      border-bottom: 2px solid;
      border-left: 0;
      border-right: 0;
      border-color: #90193D;
      color: #90193D;
      padding: 0.5em 0;
      background: transparent;
      margin-bottom: 1.25em; }
    @media only screen and (min-width: 48.063em) {
      .partner ul {
        font-size: 1.125rem; } }

.site-footer {
  background-color: #90193D;
  color: white;
  text-align: center; }
  .site-footer a {
    color: white; }
  .site-footer .products__download {
    font-weight: 700; }

.site-footer__content {
  *zoom: 1; }
  .site-footer__content:before, .site-footer__content:after {
    content: '';
    display: table; }
  .site-footer__content:after {
    clear: both; }
  .site-footer__content > .site-footer__item:first-child {
    padding-top: 0; }
  .site-footer__content .address {
    *zoom: 1; }
    .site-footer__content .address:before, .site-footer__content .address:after {
      content: '';
      display: table; }
    .site-footer__content .address:after {
      clear: both; }

.site-footer__title {
  font-size: 1.125em;
  letter-spacing: 0.0625em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase; }

.site-footer__item {
  *zoom: 1;
  padding: 1.25em 0;
  margin: 0;
  font-size: 1.125rem; }
  .site-footer__item:before, .site-footer__item:after {
    content: '';
    display: table; }
  .site-footer__item:after {
    clear: both; }
  .site-footer__item > p {
    margin: 0; }
  .site-footer__item:not(:last-child) {
    border-bottom: 1px solid white; }
  @media only screen and (min-width: 48.063em) {
    .site-footer__item {
      padding: 0;
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: 0%;
      border-bottom: none !important;
      padding: 0 1.875em; }
      .site-footer__item:before, .site-footer__item:after {
        content: '';
        display: table; }
      .site-footer__item:after {
        clear: both; }
      .site-footer__item:not(:last-child) {
        border-right: 1px solid white; } }

.action_back-to-top {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0.625em 0;
  text-indent: -9999px;
  background: url("images/top.png") no-repeat center;
  background-size: 20px 20px;
  height: 44px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .action_back-to-top:hover {
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%); }
  @media only screen and (min-width: 48.063em) {
    .action_back-to-top {
      padding: 1em 0;
      margin-top: 1.875rem; } }

.hours p {
  font-size: 0.875em; }

.single .page__title {
  text-transform: none;
  text-align: center;
  margin-top: 0; }

.single .page, .single p {
  margin: 0 auto;
  max-width: 31.25em; }
  @media only screen and (min-width: 48.063em) {
    .single .page, .single p {
      max-width: 50em; } }

.single img {
  margin: 3.125em 0; }

.page__date {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(34, 34, 34, 0.8); }
