/* ==========================================================================
   Getting it all together
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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;
}
/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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.
 */
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;
}
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* set everything to "box-sizing:border-box" –
 * the Grid won't work otherwise
 */
* {
  box-sizing: border-box;
}
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* Clearfix as a mixin: */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* get google fonts */
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* typography */
/* colors */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html {
  color: #444;
  font-size: 16px;
  line-height: 1.4;
}
body {
  font-family: 'Open Sans', sans-serif;
}
p {
  font: 1em/1.6 'Open Sans', sans-serif;
}
h1 {
  font: 800 2.8em/1.2 'Open Sans', sans-serif;
  color: #fff;
  padding: 0em 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.6em;
  }
}
p.intro {
  font: 300 1.3em/1.6 'Open Sans', sans-serif;
  color: #666666;
  margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  p.intro {
    font-size: 1.2em;
    line-height: 1.4;
  }
}
h2 {
  font: 800 1.8em/1.2 'Open Sans', sans-serif;
  color: #444;
  text-transform: uppercase;
  padding: 0.6em 0 0.3em;
  margin: 0;
}
h2 strong {
  font-weight: 800;
  border-bottom: 1px solid #DEDEDE;
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
h2 .gradient-1,
h2 em {
  display: inline-block;
  position: relative;
  color: #000;
  background: #fff;
  mix-blend-mode: multiply;
  opacity: 1;
  font-style: normal;
}
h2 .gradient-1:before,
h2 em:before {
  mix-blend-mode: screen;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #FF7A0F, #D10A68);
  background: linear-gradient(to right, #FF7A0F, #D10A68);
  pointer-events: none;
}
h3 {
  font: 800 1.2em/1.2 'Open Sans', sans-serif;
  color: #444;
  padding: 0 0;
  margin: 0;
  text-transform: uppercase;
}
.two-col_text strong {
  font: 800 1.1em/1.2 'Open Sans', sans-serif;
  color: #444;
  padding: 0 0;
  margin: 0;
}
p.subhead {
  font: 600 1.2em/1.6 'Open Sans', sans-serif;
  padding: 0em 0;
  margin: 0em 0;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  p.subhead {
    font-size: 1.4em;
  }
}
h4 {
  font: 600 1.2em/1.2 'Open Sans', sans-serif;
  color: #444;
  padding: 0.6em 0 0;
  margin: 0;
}
h5 {
  font: 800 1.2em/1.2 'Open Sans', sans-serif;
  color: #444;
  padding: 0.3em 0 0.3em;
  margin: 0;
}
h6 {
  font: 700 1.2em/1.6 'Open Sans', sans-serif;
  padding: 4em 0;
  margin: 0;
  background: #EAEAEA;
  text-align: center;
  display: block;
}
.content table th,
.content table td {
  padding: 0 0.5em 0.4em 0;
  vertical-align: top;
}
.btn {
  font: 800 1em/1.6 'Open Sans', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding: 1em 2em;
  margin: 0.5em 0;
  color: #666666;
  border: 1px solid #666666;
  text-decoration: none;
  background: transparent;
}
address {
  font-style: normal;
  margin-bottom: 1em;
}
blockquote {
  padding: 0.5em 2em 1em 4em;
  position: relative;
  float: right;
  max-width: 24em;
  margin-right: 0;
  text-align: right;
  font: 800 1.1rem/1.2 'Open Sans', sans-serif;
  color: #444;
  margin: 2em 0;
}
blockquote:after {
  position: absolute;
  top: -3px;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  border-right: 5px solid #DEDEDE;
}
blockquote footer {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 0 !important;
  padding: 0.5em 0 0 0;
  background: transparent;
}
@media (max-width: 570px) {
  blockquote blockquote {
    float: none;
    width: auto;
    margin-left: 0;
    font-size: 80%;
    margin-bottom: 2em;
  }
}
.content ul {
  list-style: none;
  padding-left: 1.9em;
}
.content ul li {
  position: relative;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-weight: 600;
}
.content ul li:before {
  content: "•";
  position: absolute;
  left: -1em;
  font-size: 1.4em;
  line-height: 1;
  color: #DEDEDE;
}
.big-ul ul {
  list-style: none;
  background: #F6F5F2;
  padding: 1em 0em;
}
.big-ul ul li {
  font: 700 1em/1.4 'Open Sans', sans-serif;
  color: #595959;
  padding: 0 0 0.5em 2.9em;
  position: relative;
}
.big-ul ul li:before {
  display: none;
}
.big-ul ul li:after {
  content: "";
  position: absolute;
  background: #fff;
  border: 1px solid #DEDEDE;
  height: 1em;
  width: 1em;
  display: block;
  border-radius: 10em;
  top: 0.1em;
  left: 1.1em;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
figure .figure-content {
  background: #F6F5F2;
  min-height: 5em;
  padding: 1em;
}
figure figcaption {
  font: 300 0.8em/1.4 'Open Sans', sans-serif;
  margin: 0.6em 0;
}
.content section a {
  color: #333333;
  border-bottom: 1px solid rgba(184, 42, 19, 0.75);
  text-decoration: none;
}
.content section a:hover {
  color: #8a1f0e;
}
.headings {
  text-align: center;
}
header.desktop-header {
  display: none;
}
@media (min-width: 769px) {
  header.desktop-header {
    display: block;
    border-bottom: 1px solid #DEDEDE;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10000;
    transition: border, background 0.2s;
  }
  header.desktop-header .logo {
    margin-left: 1.5em;
  }
  header.desktop-header .logo img {
    margin: 0.3em auto 0.3em;
    width: 80px;
    height: auto;
  }
  header.desktop-header .support-nav nav {
    text-align: right;
  }
  header.desktop-header .support-nav nav ul li {
    display: inline-block;
  }
  header.desktop-header .support-nav nav ul li a {
    color: #5D5D5D;
    font: 400 0.75em/1.6 'Open Sans', sans-serif;
    padding: 0.3em 0 0.2em 1em;
  }
  .home.transparent-navi header.desktop-header,
  .home-video.transparent-navi header.desktop-header,
  .start.transparent-navi header.desktop-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .home.transparent-navi header.desktop-header .support-nav nav ul li a,
  .home-video.transparent-navi header.desktop-header .support-nav nav ul li a,
  .start.transparent-navi header.desktop-header .support-nav nav ul li a {
    color: #fff;
  }
  .home.transparent-navi header.desktop-header nav#nav ul li a,
  .home-video.transparent-navi header.desktop-header nav#nav ul li a,
  .start.transparent-navi header.desktop-header nav#nav ul li a {
    color: #fff;
  }
}
@media (min-width: 769px) and (min-width: 768px) {
  header.desktop-header .logo img {
    width: 80px;
  }
}
@media (min-width: 769px) and (min-width: 992px) {
  header.desktop-header .logo img {
    width: 80px;
  }
}
.flex-container-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.flex-container-horizontal .flex-item {
  border-right: 1px solid #DEDEDE;
}
.flex-container-horizontal .flex-item .flex-item {
  border-right: 0;
}
.flex-container-horizontal .logo {
  width: 20%;
}
.flex-container-horizontal .search-container {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.flex-container-horizontal .main-nav-container {
  border-top: 1px solid #DEDEDE;
}
.flex-container-horizontal .support-nav {
  padding: 0.4em 3em 0.5em 0;
  display: block;
  text-align: right;
  flex-grow: 1;
}
.flex-container-vertical {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex-shrink: 0;
}
.start.transparent-navi .flex-item,
.start.transparent-navi .main-nav-container {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.language-switcher {
  position: relative;
  flex-shrink: 0;
  margin-left: 2.4em;
}
@media (max-width: 767px) {
  .language-switcher {
    position: absolute;
    top: -0.3em;
    right: 0.8em;
  }
}
.language-switcher button.lang-toggle {
  border: none;
  background: transparent;
  outline: none !important;
  font: 600 0.85em/1.6 'Open Sans', sans-serif;
  padding-top: 0.4em;
  color: #666666;
  transition: color 0.2s;
}
.language-switcher button.lang-toggle svg {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-left: 0.2em;
}
.start.transparent-navi .language-switcher button.lang-toggle {
  color: #fff;
}
.language-switcher .dropdown-menu {
  display: none;
  position: absolute;
  top: 2.6em;
  left: 0;
  right: auto;
  z-index: 10000000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.language-switcher .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}
header.mobile-header {
  display: none;
}
@media (max-width: 769px) {
  header.mobile-header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
  }
  header.mobile-header .language-switcher {
    position: absolute;
    top: 0;
    right: 4em;
    min-height: 4.6em;
    border-left: 1px solid #DEDEDE;
    padding: 1.2em 0.4em;
  }
  header.mobile-header .language-switcher button.lang-toggle {
    color: #666666 !important;
  }
  header.mobile-header .search-container-mobile {
    height: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: height 0.2s;
  }
  header.mobile-header .search-container-mobile.open {
    height: 70px;
  }
  header.mobile-header .search-container-mobile #search {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1em;
    background: #fff;
    font-size: 120%;
  }
  header.mobile-header .search-container-mobile #search .icon-search {
    width: 2em;
    height: 2em;
    margin-right: 1em;
    color: #444 !important;
  }
  header.mobile-header .search-container-mobile #search input {
    border: none;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #ababab !important;
    outline: none !important;
    border-radius: 0 !important;
    -webkit-appearance: normal;
  }
  header.mobile-header .carrier {
    background: #fff;
    height: 4.6em;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
  }
  header.mobile-header div.logo {
    text-align: center;
    margin: 0 auto 0 -18%;
  }
  header.mobile-header div.logo img {
    width: 59px;
    height: auto;
    padding: 0.2em 0 0;
    display: inline-block;
  }
  nav.mobile-support {
    text-align: center;
  }
  nav.mobile-support ul {
    margin: 1em 0;
    padding: 0 1em 0 0;
  }
  nav.mobile-support ul li {
    display: inline-block;
  }
  nav.mobile-support ul li a {
    color: rgba(255, 255, 255, 0.8);
    font: 300 0.7em/1.6 'Open Sans', sans-serif;
    padding: 0.2em 0 0.2em 1em;
  }
}
.burger-search {
  display: none;
}
@media (max-width: 769px) {
  .burger-search {
    display: block;
    margin-bottom: 0px;
    position: absolute;
    z-index: 1000;
    top: 0em;
    left: 0em;
    min-height: 4.6em;
    border-right: 1px solid #DEDEDE;
  }
  .burger-search button {
    border: none;
    background: transparent;
    display: block;
    margin: 0 0px 0 0;
    outline: none;
  }
  .burger-search button.icon {
    height: 4.6em;
  }
  .burger-search button.burger-icon {
    margin-bottom: 0px;
    padding: 1.13em 1.13em;
    transition: background 0.4s ease-in-out;
  }
  .burger-search button.burger-icon path {
    transition: all 0.4s ease-in-out;
  }
  .burger-search button.burger-icon path#burger-upper {
    transform: rotate(0deg);
    transform-origin: 22px 1px;
  }
  .burger-search button.burger-icon path#burger-lower {
    transform: rotate(0deg);
    transform-origin: 23px 16px;
  }
  .burger-search button.burger-icon path#burger-middle {
    opacity: 1;
  }
  .burger-search button.burger-icon.close-button path#burger-upper {
    transform: translateX(-2px) rotate(-45deg);
  }
  .burger-search button.burger-icon.close-button path#burger-lower {
    transform: translateX(-2px) rotate(45deg);
  }
  .burger-search button.burger-icon.close-button path#burger-middle {
    opacity: 0;
  }
  #search-button {
    display: block;
    margin-bottom: 0px;
    position: absolute;
    z-index: 1000;
    top: 0em;
    right: 0em;
    padding-left: 0 !important;
    min-height: 4.6em;
    border-left: 1px solid #DEDEDE;
  }
  #search-button button {
    border: none;
    background: transparent;
    display: block;
    margin: 0 2px 0;
    outline: none;
  }
  #search-button button.icon {
    padding: 0.93em;
    height: 4.6em;
  }
  #search-button button.search-icon {
    transition: background 0.4s ease-in-out;
    padding: 1.03em 1.13em;
  }
  #search-button button.search-icon img {
    width: 26px;
    height: 26px;
  }
  #search-button button.search-icon .icon-search {
    margin: 0;
  }
}
#search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
}
#search .icon-search {
  width: 30px;
  height: 30px;
  margin-right: 1em;
  color: #444;
}
#search input {
  border: none;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid #ababab;
  outline: none !important;
  border-radius: 0 !important;
}
#search :-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5c5c5;
}
#search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5c5c5;
}
#search :-ms-input-placeholder {
  /* IE 10+ */
  color: #c5c5c5;
}
#search :-moz-placeholder {
  /* Firefox 18- */
  color: #c5c5c5;
}
#search ::placeholder {
  /* Firefox 18- */
  color: #c5c5c5;
}
.start.transparent-navi #search .icon-search {
  color: #fff;
}
.start.transparent-navi #search input {
  border-bottom: 1px solid #fff;
}
.start.transparent-navi #search :-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.start.transparent-navi #search ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.start.transparent-navi #search :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.start.transparent-navi #search :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.start.transparent-navi #search ::placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.nav-search-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.nav-search-wrapper .naviContainer {
  flex-grow: 1;
  flex-shrink: 1;
}
.nav-search-wrapper form {
  flex-grow: 0;
  flex-shrink: 1;
  min-width: 9em;
  max-width: 9em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-search-wrapper form {
    min-width: 5em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-search-wrapper form {
    min-width: 9em;
  }
}
.nav-search-wrapper #search {
  flex-grow: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-search-wrapper #search input {
    display: none;
  }
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li a {
  text-decoration: none;
}
.main-nav-container {
  display: none;
}
@media (min-width: 768px) {
  .main-nav-container {
    display: block;
    height: 3.65em;
  }
  .main-nav {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
  }
  .main-nav.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
  }
  .naviContainer {
    position: relative;
  }
  nav#nav {
    padding: 0.2em 1em;
    /* Drop-Down Navigation */
  }
  nav#nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    padding-right: 0.6em;
    padding-left: 0.6em;
  }
  nav#nav ul ul {
    display: block;
  }
  nav#nav ul li {
    display: table-cell;
    margin: 0;
    padding: 0 0.2em;
    position: relative;
    width: 1%;
  }
  nav#nav ul li li {
    display: block;
    float: left;
  }
  nav#nav ul li a {
    transition: color 0.2s linear, border-color 0.2s linear;
    margin-right: 1px;
    font: 700 0.95em/1.6 'Open Sans', sans-serif;
    color: #666666;
    padding: 0.9em 0 0.4em 0;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
  }
  nav#nav ul li.active > a {
    margin-right: 1px;
    color: #ABBD52;
    font-weight: 700;
  }
  nav#nav ul li.active > a:after {
    border-color: #ABBD52;
  }
  nav#nav ul li li.active > a {
    background: #ffffff;
  }
  nav#nav ul > li > a {
    display: inline-block;
    text-align: center;
  }
  nav#nav ul > li > a:after {
    content: "";
    display: block;
    border-bottom: 3px solid transparent;
    transition: color 0.2s linear, border-color 0.2s linear;
  }
  nav#nav ul > li > a:hover:after {
    border-color: #ABBD52;
  }
  nav#nav ul li a:hover {
    color: #ABBD52;
  }
  nav#nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
  }
  nav#nav ul ul,
  nav#nav ul ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    width: 180px;
    background: #f8f8f8;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    transition-delay: 0.2s;
  }
  nav#nav ul ul {
    top: 60px;
    left: 0;
  }
  nav#nav ul ul li ul {
    top: 0;
    left: 180px;
  }
  nav#nav ul ul li {
    clear: both;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #c9c9c9;
  }
  nav#nav ul ul li.hasChilds:after {
    content: "\f105";
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-family: fontawesome;
    font-size: 16px;
    color: #f8f8f8;
  }
  nav#nav ul ul li a {
    background: none;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    border: 0 none;
    clear: both;
    font-size: 0.8em;
    text-align: left;
    text-transform: none;
    white-space: normal;
  }
  nav#nav ul ul li a:after {
    display: none;
  }
  nav#nav ul ul li a:hover {
    background: #fff;
    text-decoration: underline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#nav ul li a {
    font: 300 0.85em/2.6 'Open Sans', sans-serif;
    padding: 0.8em 0.2em 0.6em 0.2em;
  }
}
html,
body {
  overflow-x: hidden;
}
.product-navigation-offcanvas {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  overflow-x: auto;
  width: 80%;
  background: #696969;
}
.the-wrapper {
  transition: transform 0.4s ease-in-out;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  z-index: 100;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.25);
}
.the-wrapper.open {
  transform: translate(80%, 0);
  z-index: 100;
  position: relative;
}
header.mobile-header {
  transition: transform 0.4s ease-in-out;
}
header.mobile-header.open {
  transform: translate(80%, 0);
  z-index: 10000;
}
@media (min-width: 769px) {
  .product-navigation-offcanvas {
    display: none;
  }
}
/*
@media (min-width:@screen-sm-max) {

  .product-navigation-offcanvas {
    width: @offcanvas-max-width;
  }

  .the-wrapper{
    &.open {
      transform: translate(@offcanvas-max-width, 0);
    }
  }
}

*/
@media (max-width: 769px) {
  .naviContainer {
    position: relative;
  }
  nav#nav-off {
    /* Drop-Down Navigation */
  }
  nav#nav-off ul {
    margin: 0;
    padding: 10% 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  nav#nav-off ul ul {
    display: block;
  }
  nav#nav-off ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav#nav-off ul li a {
    transition: color 0.2s linear, border-color 0.2s linear;
    margin-right: 1px;
    font: 800 1.4em/1.6 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.8em 0 0.1em;
    margin-bottom: 0.8em;
    white-space: nowrap;
    display: inline;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
  }
  nav#nav-off ul li.active > a {
    margin-right: 1px;
    color: #ABBD52;
    border-color: #ABBD52;
  }
  nav#nav-off ul li li.active > a {
    background: #ffffff;
  }
  nav#nav-off ul > li > a {
    display: inline-block;
  }
  nav#nav-off ul li a:hover {
    color: #B82A13;
    border-color: #B82A13;
  }
  nav#nav-off ul li:hover > ul,
  nav#nav-off ul li.active > ul {
    display: block;
    opacity: 1;
    transition-delay: 0.1s;
  }
  nav#nav-off ul ul,
  nav#nav-off ul ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    z-index: 99999;
  }
  nav#nav-off ul ul li {
    clear: both;
    width: 100%;
    border: 0 none;
  }
  nav#nav-off ul ul li.hasChilds:after {
    content: "\f105";
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-family: fontawesome;
    font-size: 16px;
    color: #f8f8f8;
  }
  nav#nav-off ul ul li a {
    background: none;
    padding: 0.5em 3.3em;
    text-decoration: none;
    display: block;
    border: 0 none;
    clear: both;
    font-size: 0.8em;
    text-align: left;
    text-transform: none;
    white-space: normal;
  }
  nav#nav-off ul ul li a:hover {
    background: #fff;
    text-decoration: underline;
  }
}
.hero .hero-image {
  min-height: 6em;
  background: #F6F5F2;
}
@media (max-width: 769px) {
  .hero .hero-image {
    min-height: 4em;
  }
}
.hero .hero-image img {
  width: 100%;
}
.super-hero {
  margin-top: 0.01em;
  background: #ff006a;
  background: -moz-linear-gradient(45deg, #ff006a 0%, #ee8a03 100%);
  background: -webkit-linear-gradient(45deg, #ff006a 0%, #ee8a03 100%);
  background: linear-gradient(45deg, #ff006a 0%, #ee8a03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006a', endColorstr='#ee8a03', GradientType=1);
}
.super-hero .super-hero-image-background {
  min-height: 90vh;
  background: url(/assets/img/superhero-background.png) no-repeat;
  background-size: cover;
  background-position-x: center;
  position: relative;
  padding-bottom: 140px;
}
.super-hero .super-hero-image-background .super-hero-text {
  padding-top: 26vh;
  font-size: 46%;
}
@media (min-width: 768px) {
  .super-hero .super-hero-image-background .super-hero-text {
    font-size: 76%;
  }
}
@media (min-width: 992px) {
  .super-hero .super-hero-image-background .super-hero-text {
    font-size: 100%;
  }
}
.super-hero .super-hero-image-background .super-hero-text h1 {
  font: 800 6em/1.2 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  text-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
  max-width: 15ch;
}
.super-hero .super-hero-image-background .super-hero-text h4 {
  font: 700 2.3em/1.3 'Open Sans', sans-serif;
  color: #fff;
  padding: 0 0 0em 0;
  margin: 0;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.super-hero .super-hero-image-background .super-hero-foreground {
  background: url(/assets/img/superhero-foreground.png) no-repeat;
  background-size: cover;
  background-position-x: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.super-hero .super-hero-image-background .produkte {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.super-hero .super-hero-image-background .produkte .produkt-container {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0.4em;
  font: 600 1.2em/1.6 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .super-hero .super-hero-image-background .produkte .produkt-container {
    padding: 1.4em;
  }
  .super-hero .super-hero-image-background .produkte .produkt-container .col-sm-3 {
    display: table-cell;
    float: none;
    width: 1%;
  }
}
.super-hero .super-hero-image-background .produkte .produkt-container a {
  color: #fff;
  text-decoration: none;
  font-size: 80%;
}
.super-hero .super-hero-image-background .produkte .produkt-container a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .super-hero .super-hero-image-background .produkte .produkt-container a {
    font-size: 100%;
  }
}
.super-hero .super-hero-image-background .produkte .produkt-container a svg {
  height: 1.4em;
  width: 1.2em;
  margin: 0px 0.3em 0 0em;
  display: inline-block;
}
@media (min-width: 992px) {
  .super-hero .super-hero-image-background .produkte .produkt-container a svg {
    height: 3em;
    width: 2.5em;
    margin: 0 1em;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .super-hero .super-hero-image-background {
    min-height: 4em;
  }
}
.super-hero .super-hero-image-background img {
  width: 100%;
}
.the-wrapper {
  background: #f3f3f3;
}
.content {
  position: relative;
}
@media (max-width: 767px) {
  .content {
    font-size: 86%;
  }
}
@media (max-width: 991px) {
  .content {
    font-size: 86%;
  }
}
.teaser-section {
  padding-top: 2em;
  padding-bottom: 2em;
}
.teaser-section .container {
  padding: 0;
}
.teaser-section .teaser-wrapper {
  /* display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
    
    margin-left:-20px;
    margin-right:-20px; 
    */
}
.teaser-section .teaser-wrapper .teaser {
  background: #fff;
  width: 50%;
}
@media (min-width: 768px) {
  .teaser-section .teaser-wrapper .teaser {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .teaser-section .teaser-wrapper .teaser {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .teaser-section .teaser-wrapper .teaser {
    width: 25%;
  }
}
@media (min-width: 1679px) {
  .teaser-section .teaser-wrapper .teaser {
    width: 20%;
  }
}
.teaser-section .teaser-wrapper .teaser a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  border-bottom: 0;
}
.teaser-section .teaser-wrapper .teaser .teaser-image {
  flex-grow: 0;
  display: flex;
  aspect-ratio: 5/4;
}
.teaser-section .teaser-wrapper .teaser figure {
  height: auto;
  width: 100%;
  display: block;
  margin: auto;
  aspect-ratio: 5/4;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.teaser-section .teaser-wrapper .teaser img {
  object-fit: cover;
  max-width: 100%;
}
.teaser-section .teaser-wrapper .teaser .teaser-body {
  padding: 0.7em;
  border-top: 1px solid #DEDEDE;
}
.teaser-section .teaser-wrapper .teaser .teaser-body h3 {
  border: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: clip;
  text-overflow: ellipsis;
}
.teaser-section .teaser-wrapper .teaser .teaser-body h2 {
  font-size: 1.2em;
}
.teaser-section .teaser-wrapper .teaser .teaser-body p {
  font-size: 0.9em;
  color: #666666;
}
.teaser-section.negativ {
  background: #fff;
}
.teaser-section.negativ .teaser {
  background: #F6F5F2;
}
.teaser-section .teaser-wrapper .teaser.red {
  background: #e7e5dd;
}
.teaser-section.no-edge {
  padding-top: 3em;
  padding-bottom: 0;
  background: #000;
}
.teaser-section.no-edge .teaser-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.teaser-section.no-edge .teaser-wrapper .teaser {
  max-width: none;
  margin: 0;
  background-color: #C716C4;
  background: -moz-linear-gradient(-45deg, #C716C4 0%, #D30752 100%);
  background: -webkit-linear-gradient(-45deg, #C716C4 0%, #D30752 100%);
  background: linear-gradient(135deg, #C716C4 0%, #D30752 100%);
}
.teaser-section.no-edge .teaser-wrapper .teaser .teaser-body {
  padding: 1.7em;
  text-align: center;
}
.teaser-section.no-edge .teaser-wrapper .teaser .teaser-body h3 {
  font-size: 1.8em;
}
.teaser-section.no-edge .teaser-wrapper .teaser .teaser-image {
  min-height: 130px;
  align-items: flex-end;
  padding: 1.7em;
}
.teaser-section.no-edge .teaser-wrapper .teaser:nth-child(even) h3,
.teaser-section.no-edge .teaser-wrapper .teaser:nth-child(even) p {
  color: #fff;
}
.fruits {
  /*   @media (max-width: @screen-xs-max) {


    .teaser-wrapper .teaser {
      width:auto;
      flex-basis: 44%;
      flex-shrink:0;
      flex-grow:1;

      .teaser-body h3 {
        font-size:.9em;
      }
    }
  } */
}
.fruits .teaser {
  transition: transform 0.2s;
  position: relative;
}
.fruits .teaser:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: -1;
}
.fruits .teaser:hover {
  transform: scale(1.05);
}
.fruits .teaser:hover:after {
  opacity: 1;
}
.start .teaser-section.fruits {
  padding-top: 2em;
  padding-bottom: 0em;
  background: -webkit-linear-gradient(left, #ff8100, #D10A68);
  background: -webkit-gradient(linear, left top, right top, from(#ff8100), to(#D10A68));
  background: linear-gradient(to right, #ff8100, #D10A68);
  background-repeat: no-repeat;
}
.start .teaser-section.fruits h2 {
  color: white;
}
.start .teaser-section.fruits .teaser {
  max-width: none;
  background: none;
  flex-basis: 20%;
}
.start .teaser-section.fruits .teaser:after {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .start .teaser-section.fruits .teaser {
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  .start .teaser-section.fruits .teaser {
    flex-basis: 100%;
  }
}
.start .teaser-section.fruits .teaser-image {
  display: flex;
  background: white;
}
.start .teaser-section.fruits .teaser-body {
  padding-left: 0;
}
.start .teaser-section.fruits .teaser-body h3,
.start .teaser-section.fruits .teaser-body h2 {
  color: white;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.map-box iframe {
  min-height: 20em;
  width: 100%;
}
.text_map {
  background: #F6F5F2 url(/custom/frontend/img/map.png) no-repeat;
  background-position: right top;
  background-size: contain;
  min-height: 25em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 1199px) {
  .text_map {
    background-position: 20em top;
  }
}
@media (max-width: 769px) {
  .text_map {
    background-position: 10em top;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .text_map {
    background: #F6F5F2;
  }
}
.text_map h3 {
  border: 0;
  margin-bottom: 0;
}
.text_map ul {
  list-style: none;
  background: transparent;
  padding: 0em 0em;
}
.text_map ul li {
  font: 700 1em/1.4 'Open Sans', sans-serif;
  color: #595959;
  padding: 0 0 0.5em 2.9em;
  position: relative;
}
.text_map ul li:before {
  display: none;
}
.text_map ul li:after {
  content: "";
  position: absolute;
  background: #fff;
  border: 1px solid #DEDEDE;
  height: 1em;
  width: 1em;
  display: block;
  border-radius: 10em;
  top: 0.1em;
  left: 1.1em;
}
.text_map ul li span {
  background: #93B982;
  border-radius: 4px;
  display: inline-block;
  padding: 0.1em 0.2em;
  color: #fff;
  font: 0.9em/1 'Open Sans', sans-serif;
}
.full-width-image {
  margin-top: 1em;
  margin-bottom: 2em;
}
.content section.content-galerie {
  background: #ABBD52;
  padding-bottom: 2em;
  padding-top: 1em;
  margin: 0;
}
.content section.content-galerie .content-galerie-inner {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.content section.content-galerie a.gallery {
  display: inline-block;
  text-decoration: none;
  border-bottom: 0;
  margin: 0.85em;
  margin-bottom: 0.65em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  max-width: 35%;
  transform: scale(1);
  transition: all 0.2s;
  flex: 0 0 48%;
}
@media (min-width: 992px) {
  .content section.content-galerie a.gallery {
    flex: 0 0 21%;
  }
}
.content section.content-galerie a.gallery:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.content section.content-galerie .galerie-image-holder {
  width: 210px;
  height: 130px;
  display: block;
  background-size: cover;
  background-position: center;
}
.content section.content-avartars {
  background: white;
  padding-bottom: 2em;
  padding-top: 1em;
  margin: 0;
}
.content section.content-avartars .content-avartars__inner {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.content section.content-avartars .avartar-item {
  flex: 1 0 100%;
  padding: 15px 15px 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-bottom: 0;
  margin-bottom: 0.85em;
  transform: scale(1);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .content section.content-avartars .avartar-item {
    flex: 0 0 33.33333333%;
  }
}
@media (min-width: 992px) {
  .content section.content-avartars .avartar-item {
    flex: 0 0 25%;
  }
}
.content section.content-avartars .avartar-item p {
  margin-top: 0;
}
.content section.content-avartars .avartar-item .avartar {
  padding: 25px;
  max-width: 300px;
  margin: auto;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 1.1em;
  height: 1.1em;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  border: 0;
  background: transparent;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.flexslider .slides li {
  padding: 0;
  margin: 0;
}
.flex-carousel-item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #efefef;
}
.flex-carousel-caption {
  position: relative;
  z-index: 0;
  margin-top: 18%;
  margin-left: 2px;
  padding: 0.7em 2em;
  text-shadow: none;
  width: 50%;
  min-height: 22em;
  background: rgba(184, 42, 19, 0.75);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.flex-carousel-caption h3 {
  font-size: 1.2em;
  color: #fff;
  border: none;
  padding: 0.6em 0 0.3em 0;
  margin: 0 0 0 0;
}
.flex-carousel-caption h1 {
  color: #fff;
  font: 700 2.3em/1 'Open Sans', sans-serif;
  margin: 0 0;
  padding: 0;
}
.flex-carousel-caption p {
  color: #fff;
  display: block;
  font: 1.2em/1.6 'Open Sans', sans-serif;
}
.flex-carousel-caption p {
  color: #fff;
  line-height: 42px;
  font: 300 italic 1.6em/1.4 'Open Sans', sans-serif;
  margin: 0.5 em 0 0 0;
  padding: 0;
  position: relative;
  padding-left: 3em;
}
.flex-carousel-caption p:after {
  position: absolute;
  top: -0.1em;
  left: 0.1em;
  content: "";
  width: 3.8em;
  height: 1.8em;
  background: url(../img/quotes.svg) no-repeat;
  background-size: contain;
  display: block;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .flex-carousel-caption p {
    padding-left: 2em;
  }
  .flex-carousel-caption p:after {
    width: 2.4em;
    height: 1.2em;
  }
}
@media (max-width: 1199px) {
  .flex-carousel-caption {
    min-height: 22em;
    font-size: 75%;
  }
}
@media (max-width: 480px) {
  .flex-carousel-caption {
    min-height: 30em;
    font-size: 50%;
  }
}
.flex-carousel-caption.right-aligned {
  text-align: right;
  float: right;
}
.flex-carousel-caption.right-aligned h1,
.flex-carousel-caption.right-aligned p {
  color: #fff;
}
.inhalt .flex-carousel-caption h3 {
  height: auto;
}
/*
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content:"\f104";
  font-size: 40px;
  display: inline-block;
}
.flex-direction-nav a.flex-next:before  {
  content: '\f105';
}
*/
/*
.flex-direction-nav a:before {
  content:"";
  height:30px;
  width:30px;
  background: url('/custom/frontend/img/prev.svg') no-repeat;
  display: inline-block;
}
.flex-direction-nav a.flex-next:before  {
  content:"";
  background: url('/custom/frontend/img/next.svg') no-repeat;
}

.flex-direction-nav a:after {
  display:none;
}

*/
.flex-control-nav {
  bottom: 20px;
  z-index: 1;
}
ol.flex-control-nav {
  background: transparent;
}
ol.flex-control-nav li {
  padding: 0;
}
ol.flex-control-nav li:before {
  display: none;
}
.flex-control-paging li a {
  border: none;
  width: 1.3em;
  height: 1.3em;
  display: block;
  background: #F6F5F2;
  border: 1px solid #e1ded4;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 90px;
}
.flex-control-paging li a:hover {
  background: #F6F5F2;
  background: rgba(246, 245, 242, 0.7);
}
.flex-control-paging li a.flex-active {
  background: rgba(135, 129, 113, 0.8);
  cursor: default;
}
/* Direction Nav */
.flex-direction-nav a {
  width: 3.4em;
  height: 3.4em;
  margin: -40px 0 0;
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 0;
}
.flex-direction-nav .flex-next:after,
.flex-direction-nav .flex-prev:after {
  text-indent: 4px;
  content: "";
  background: url('/custom/frontend/img/next.svg') no-repeat 0.5em 0.35em;
  font-size: 1.9em;
  line-height: 1.8em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1.7em;
  width: 1.7em;
  text-align: center;
}
.flex-direction-nav .flex-next {
  right: 1.6em;
}
.flex-direction-nav .flex-prev {
  left: 1.6em;
}
.flex-direction-nav .flex-prev:after {
  background: url('/custom/frontend/img/prev.svg') no-repeat 0.5em 0.35em;
  text-indent: -4px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 0.8;
}
.flexslider:hover .flex-next:hover:after,
.flexslider:hover .flex-prev:hover:after {
  background-color: #fff;
  text-decoration: none;
}
.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav {
    display: none;
  }
  .flex-direction-nav a {
    width: 16px;
    height: 50px;
    margin: -20px 0 0;
    background-size: 185%;
    opacity: 1;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 5px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .flex-carousel .container {
    padding: 0;
  }
  /*  .flex-carousel-caption {
    position: initial;
    margin: 0;
    padding: 5px 15px 30px;

    h1 {
      font-size: 2.7em;
      line-height:1.2;
      margin: 14px 0;
    }
    h3 {
      font-size: 1.0em;
    }
    .btn {
      margin: 0em 0.3em 1.5em;
      font-size:.9em;
      padding:7px 13px
    }
  }*/
  .flex-control-nav {
    bottom: -20px;
  }
}
footer {
  background: #5D5D5D;
  padding-top: 2em;
}
footer .lined {
  border-top: 1px solid #777;
}
@media (max-width: 767px) {
  footer {
    font-size: 80%;
  }
}
footer h4,
footer strong {
  color: #fff;
  font: 800 1em/1.4 'Open Sans', sans-serif;
}
footer p {
  font: 0.9em/1.4 'Open Sans', sans-serif;
  color: #AAAAAA;
}
footer p.copyright-line {
  color: #AAAAAA;
  font: 0.8em/1.4 'Open Sans', sans-serif;
  padding-top: 0.3em;
}
footer a {
  color: #AAA;
  text-decoration: none;
}
footer nav {
  padding: 1em 0 1em;
}
footer nav ul {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
}
footer nav ul li {
  display: block;
}
@media (max-width: 767px) {
  footer nav ul li {
    width: 100%;
  }
}
footer nav ul li a {
  font: 600 0.9em/1.4 'Open Sans', sans-serif;
  color: #AAAAAA;
}
footer nav ul li a:hover {
  color: #9A9A9A;
}
footer nav ul li ul {
  display: none;
}
footer nav.footer-navigation {
  border: none;
}
footer nav.footer-navigation ul {
  display: block;
  text-align: right;
}
footer nav.footer-navigation ul li {
  display: inline-block;
  width: auto;
}
footer nav.footer-navigation ul li a {
  font: 0.9em/1.4 'Open Sans', sans-serif;
  padding-left: 1em;
}
footer ul.social-icons {
  text-align: right;
  list-style-type: none;
  margin-top: 2em;
}
footer ul.social-icons li {
  display: inline-block;
}
footer ul.social-icons li a {
  display: block;
  padding-left: 0.5em;
  opacity: 1;
}
footer ul.social-icons li a:hover {
  opacity: 0.8;
}
footer .language-switcher {
  margin-left: 0;
  margin-top: 1em;
}
footer .language-switcher .lang-toggle {
  border: 1px solid #999;
  padding: 0.4em 1.2em;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .language-switcher {
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.fruit-details-table {
  background: #fff;
  padding-top: 2em;
  padding-bottom: 0em;
}
.content table.produkt-details-table {
  width: 100%;
  background: #ededed;
}
.content table.produkt-details-table th {
  background: #fff;
}
.content table.produkt-details-table td {
  background: #ededed;
  border-top: 8px solid #fff;
  border-right: 0px solid #fff;
  padding: 0.6em 1.2em;
}
.content table.produkt-details-table td:first-child {
  border-right: 20px solid #fff;
  width: 55%;
}
.content table.header {
  width: 100%;
}
.content table.header th {
  border: 4px solid #fff;
  border-right: 0px solid #fff;
  padding: 0.6em 0;
  text-align: left;
}
.content table.header th:first-child {
  border-right: 20px solid #fff;
  width: 55%;
}
.formulierung h3 {
  padding-top: 0.7em;
  padding-bottom: 1em;
}
.formulierung .formulierung-icon {
  display: none;
  text-align: center;
}
.formulierung .formulierung-icon.saft,
.formulierung .formulierung-icon.tk,
.formulierung .formulierung-icon.pueree,
.formulierung .formulierung-icon.konzentrat {
  display: inline-block;
}
.formulierung .formulierung-icon figure {
  padding: 0 0.7em;
  color: #838383;
}
.formulierung .formulierung-icon figure svg {
  height: 4em;
  width: 2.7em;
}
.formulierung .formulierung-icon figure figcaption {
  color: #5D5D5D;
}
.formulierung p {
  padding-top: 2em;
  display: none;
}
.formulierung p.fairtrade-visible,
.formulierung p.bio-visible {
  display: block;
}
.formulierung .qualitaet-icon {
  display: none;
}
.formulierung .qualitaet-icon.fairtrade {
  display: inline-block;
}
.formulierung .qualitaet-icon.bio {
  display: inline-block;
}
.formulierung .qualitaet-icon svg {
  height: 60px;
}
.formulierung .qualitaet-icon svg.bio-logo {
  width: 90px;
  margin-right: 10px;
}
.formulierung .qualitaet-icon svg.fairtrade-logo {
  width: 62px;
}
.content section.split-header-image {
  padding-top: 2em;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .content section.split-header-image {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0.6em;
  }
}
.content section.split-header-image .flex-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content section.split-header-image .flex-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.content section.split-header-image .flex-container .flex-1 {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
}
.content section.split-header-image .flex-container .flex-1,
.content section.split-header-image .flex-container .flex-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .content section.split-header-image .flex-container .flex-1,
  .content section.split-header-image .flex-container .flex-2 {
    width: 50%;
  }
}
.content section.split-header-image .flex-container .flex-1 .text-carrier,
.content section.split-header-image .flex-container .flex-2 .text-carrier {
  width: 100%;
  padding: 2.3em 2em;
}
@media (max-width: 767px) {
  .content section.split-header-image .flex-container .flex-1 .text-carrier,
  .content section.split-header-image .flex-container .flex-2 .text-carrier {
    padding: 1.6em 15px;
  }
}
.content section.split-header-image .flex-container .flex-2 .image-carrier {
  background: #fff;
  text-align: center;
}
.content section.split-header-image .flex-container .flex-2 .image-carrier img {
  max-height: 300px;
  object-fit: contain;
}
.content section.split-header-image .flex-container .flex-2 .image-carrier figcaption {
  display: none;
}
.content section.split-header-image .flex-container .flex-2 .image-carrier.image--cover img {
  object-fit: cover;
}
.header-full-width .text-carrier {
  padding-top: 4em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .reverse .row {
    display: flex;
    flex-direction: row-reverse;
  }
  .reverse .row .col-sm-1,
  .reverse .row .col-sm-2,
  .reverse .row .col-sm-3,
  .reverse .row .col-sm-4,
  .reverse .row .col-sm-5,
  .reverse .row .col-sm-6,
  .reverse .row .col-sm-7,
  .reverse .row .col-sm-8,
  .reverse .row .col-sm-9,
  .reverse .row .col-sm-10,
  .reverse .row .col-sm-11,
  .reverse .row .col-sm-12 {
    float: none;
  }
}
.content section {
  padding-top: 3em;
  padding-bottom: 3em;
}
.content section.black,
.content section.dark-gray {
  padding-top: 2em;
  padding-bottom: 2em;
}
.content section.two-col_full-bleed_text-text .half {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  .dark-gray ul {
    max-width: 50%;
    float: left;
  }
  .dark-gray figure {
    margin-top: 2.5em;
  }
}
.white-section {
  background: #fff;
}
.white-section h4,
.white-section blockquote {
  color: #EF880A;
}
.white-section h4 footer,
.white-section blockquote footer,
.white-section h4 footer strong,
.white-section blockquote footer strong {
  color: #333;
}
.orange-section {
  background: #EF880A;
  color: #fff !important;
}
.orange-section h2 {
  color: #fff;
}
.orange-section h4,
.orange-section p {
  color: #fcdab0;
}
.orange-section blockquote {
  color: #fff;
}
.orange-section blockquote:after {
  border-color: #fcdab0;
}
.orange-section blockquote footer {
  color: #fcdab0;
}
.gray-section blockquote {
  color: #E60D78;
}
.gray-section blockquote footer {
  color: #333;
}
.centered {
  text-align: center;
}
.form {
  background: #fff;
}
.form .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .form .row {
    flex-direction: column;
  }
}
.form .embed-container {
  height: 100%;
}
.kontaktform {
  padding-bottom: 2em;
  max-width: 550px;
}
@media (max-width: 767px) {
  .kontaktform {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.kontaktform .element {
  margin-top: 1.4em;
}
.kontaktform input[type="text"],
.kontaktform input[type="email"],
.kontaktform textarea,
.kontaktform .select-container {
  background: transparent;
  color: #666666;
  padding: 0.4em;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #999999;
  width: 100%;
  font: 1em/1.6 'Open Sans', sans-serif;
}
.kontaktform input[type="checkbox"] {
  margin-right: 0.5em;
}
.kontaktform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
}
.kontaktform .select-container {
  position: relative;
}
.kontaktform .select-container:after {
  content: "";
  background: url(/custom/frontend/img/arrow-down.svg) no-repeat right 0.2em;
  position: absolute;
  top: 0.7em;
  right: 0.6em;
  height: 1em;
  width: 1em;
}
.kontaktform select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.kontaktform label {
  display: none;
}
.kontaktform label.inline-label {
  display: inline-block;
  color: #666666;
}
.kontaktform .btn {
  color: #666666;
  padding: 0.4em 1.4em;
  border-color: #999999;
  border-radius: 0;
}
.kontaktform p.descriptive {
  color: #808080;
  font: 0.9em/1.4 'Open Sans', sans-serif;
  margin-bottom: 0.4em;
}
.hnotice {
  display: none;
}
.content section.black {
  background: #fff;
  color: #666666;
  margin: 0;
}
.content section.black img {
  margin-left: -20px;
  width: 800px;
}
.content section.black h2 {
  color: #fff;
  margin: 0em 0 0;
  padding: 0em 0 0.5em;
}
.content section.black h3 {
  color: #fff;
  padding-top: 0;
}
.content section.black p {
  color: #fff;
  margin-bottom: 2em;
}
.content section.black ul {
  margin: 1em 0 2em 0 !important;
  padding: 0 !important;
}
.content section.black ul li {
  list-style: none;
  position: relative;
  font: 1.3em/1.4 'Open Sans', sans-serif;
  color: #fff;
  padding: 0.3em 0 0.3em 1.2em;
  margin: 0;
}
.content section.black ul li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.65em;
  height: 0.65em;
  display: inline-block;
  font-weight: normal;
  background: #DEDEDE;
}
@media (max-width: 480px) {
  .black ul li {
    font: 1.2em/1.4 'Open Sans', sans-serif;
  }
}
.flexbox .content section.black {
  background: #fff;
  color: #fff;
  margin: 0;
}
.flexbox .content section.black .row-fluid {
  display: flex;
  flex-direction: row;
  align-content: stretch;
}
.flexbox .content section.black .image {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 50%;
}
.flexbox .content section.black .image img {
  max-width: 800px;
}
.flexbox .content section.black .text {
  width: 50%;
  padding: 3.2em 2em 2em 2em;
  max-width: 600px;
}
@media (max-width: 767px) {
  .flexbox .content section.black .row-fluid {
    display: block;
  }
  .flexbox .content section.black .image,
  .flexbox .content section.black .text {
    width: 100%;
    display: block;
  }
  .flexbox .content section.black .image {
    min-height: 17em;
  }
  .flexbox .content section.black .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content section.black.negativ {
  background: #fff;
}
.content section.black.negativ h2,
.content section.black.negativ h3,
.content section.black.negativ p,
.content section.black.negativ ul li {
  color: #444;
}
.content section.black.reverse .row-fluid,
.content section.black.negativ.reverse .row-fluid {
  flex-direction: row-reverse;
}
.content section.black.reverse .image,
.content section.black.negativ.reverse .image {
  background-position: center center;
}
@media (max-width: 769px) {
  .content section.black.negativ.reverse .row-fluid {
    flex-direction: column;
  }
  .content section.black.negativ.reverse .row-fluid .image {
    width: 100%;
  }
  .content section.black.negativ.reverse .row-fluid .image img {
    width: 100%;
    margin: auto;
  }
  .content section.black.negativ.reverse .row-fluid .text {
    width: 100%;
    max-width: none;
  }
}
.content section.black .row.vietnam {
  display: block;
}
.content section.black .row.vietnam img {
  margin: 18px 0 0 0;
}
.content section.two-col_full-bleed_text-text {
  overflow-x: hidden;
  padding: 0;
}
.content section.two-col_full-bleed_text-text .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.content section.two-col_full-bleed_text-text .row {
  margin-left: -17px;
  margin-right: -17px;
}
.content section.two-col_full-bleed_text-text .image {
  padding: 0;
  padding-top: 19%;
}
@media (max-width: 767px) {
  .content section.two-col_full-bleed_text-text .image {
    padding-top: 30%;
  }
}
.content section.two-col_full-bleed_text-text .image img {
  width: 100%;
  height: auto;
  max-width: auto;
}
.content section.two-col_full-bleed_text-text .row-texts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .content section.two-col_full-bleed_text-text .row-texts {
    display: block;
  }
}
.content section.two-col_full-bleed_text-text .box-inner {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.1em 2.2em 0.5em;
  max-width: 604px;
  text-align: left;
}
@media (max-width: 767px) {
  .content section.two-col_full-bleed_text-text .box-inner {
    padding: 0;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .content section.two-col_full-bleed_text-text .half:first-child .box-inner {
    float: right;
  }
}
.content section.two-col_full-bleed_text-text .half {
  width: 50%;
}
@media (max-width: 767px) {
  .content section.two-col_full-bleed_text-text .half {
    width: 100%;
    display: block;
  }
}
.content section.two-col_full-bleed_text-text h2,
.content section.two-col_full-bleed_text-text small {
  text-align: center;
  display: block;
}
.content section.two-col_full-bleed_text-text .pink {
  background: #E60D78;
}
.content section.two-col_full-bleed_text-text .pink h2 {
  color: #fff;
}
.content section.two-col_full-bleed_text-text .pink p {
  color: #faabd2;
}
.content section.two-col_full-bleed_text-text .pink ul li {
  color: #fff;
}
.content section.two-col_full-bleed_text-text .pink ul li:before {
  color: #faabd2;
}
.content section.orange {
  background: #EF880A;
  color: #fff;
  margin: 0;
  padding: 0;
}
.content section.orange .image figure {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: -10px;
}
.content section.orange img {
  margin-left: -20px;
  width: calc(100% + 35px);
  max-width: unset;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
@media (min-width: 1440px) {
  .content section.orange img {
    max-height: 700px;
  }
}
.content section.orange h2 {
  color: #fff;
  margin: 0em 0 0;
  padding: 0em 0 0.5em;
}
.content section.orange h2 em {
  font-weight: 700;
  color: #DEDEDE;
  font-style: normal;
}
.content section.orange h3 {
  color: #fff;
  padding-top: 0;
}
.content section.orange p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2em;
}
.content section.orange ul {
  margin: 1em 0 2em 0 !important;
  padding: 0 !important;
}
.content section.orange ul li {
  list-style: none;
  position: relative;
  font: 1.3em/1.4 'Open Sans', sans-serif;
  color: #fff;
  padding: 0.3em 0 0.3em 1.2em;
  margin: 0;
}
.content section.orange ul li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.65em;
  height: 0.65em;
  display: inline-block;
  font-weight: normal;
  background: #DEDEDE;
}
@media (max-width: 480px) {
  .orange ul li {
    font: 1.2em/1.4 'Open Sans', sans-serif;
  }
}
.flexbox .content section.orange {
  margin: 0;
}
.flexbox .content section.orange .row-fluid {
  display: flex;
  flex-direction: row;
  align-content: stretch;
}
.flexbox .content section.orange .image {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 50%;
  position: relative;
}
@media (min-width: 1200px) {
  .flexbox .content section.orange .image {
    left: 10em;
  }
}
.flexbox .content section.orange .text {
  width: 50%;
  padding: 4em 2em 3em 2em;
  max-width: 760px;
  position: relative;
}
@media (min-width: 1200px) {
  .flexbox .content section.orange .text {
    left: 10em;
  }
}
@media (max-width: 1199px) {
  .flexbox .content section.orange .text .row {
    flex-direction: column;
  }
  .flexbox .content section.orange .text .row .col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flexbox .content section.orange .row-fluid {
    display: block;
  }
  .flexbox .content section.orange .image,
  .flexbox .content section.orange .text {
    width: 100%;
    display: block;
  }
  .flexbox .content section.orange .image {
    min-height: 17em;
  }
  .flexbox .content section.orange .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content section.orange.reverse .row-fluid,
.content section.orange.negativ.reverse .row-fluid {
  flex-direction: row-reverse;
}
.content section.orange.reverse .image,
.content section.orange.negativ.reverse .image {
  background-position: center center;
}
section.big-button {
  text-align: center;
  background: #fff;
}
section.big-button a.btn {
  border-color: #EF880A;
  color: #EF880A;
}
@media (min-width: 992px) {
  section.big-button h5 {
    max-width: 70%;
    display: block;
    margin: 0em auto 1em;
    color: #666;
  }
}
.zeitstrahl-section h4 {
  color: #EF880A;
}
.content ul.zeitstrahl {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 0;
}
.content ul.zeitstrahl:after {
  background: #EF880A;
  position: absolute;
  z-index: 1;
  height: 100%;
  content: "";
  width: 5px;
  top: 0;
  left: 50%;
  margin-left: -0.3em;
}
.content ul.zeitstrahl li {
  width: 50%;
  margin: 1em;
  padding: 0 4em 0 0;
  position: relative;
  z-index: 2;
  text-align: right;
  font-weight: 500;
}
.content ul.zeitstrahl li img {
  max-width: 100%;
  height: auto;
}
.content ul.zeitstrahl li:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0em;
  height: 1.2em;
  width: 1.2em;
  border: 5px solid #EF880A;
  border-radius: 300px;
  display: block;
  background: #f3f3f3;
}
.content ul.zeitstrahl li:nth-of-type(odd) {
  margin-left: 50%;
  padding: 0 1em 0 3em;
  text-align: left;
}
.content ul.zeitstrahl li:nth-of-type(odd):before {
  right: auto;
  left: -0.95em;
}
.content ul.zeitstrahl li:first-child {
  min-height: 7em;
}
.content ul.zeitstrahl li:first-child:after {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -0.3em;
  height: 100%;
  border-left: 7px dotted #EF880A;
  display: block;
  background: #f3f3f3;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .content ul.zeitstrahl li:first-child:after {
    left: 0.6em;
  }
}
.content ul.zeitstrahl li:last-child:after {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -0.3em;
  height: 100%;
  border-left: 7px dotted transparent;
  display: block;
  background: #f3f3f3;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .content ul.zeitstrahl li:last-child:after {
    left: 0.6em;
  }
}
@media (max-width: 767px) {
  .content ul.zeitstrahl:after {
    left: 1em;
  }
  .content ul.zeitstrahl li:nth-child(even),
  .content ul.zeitstrahl li:nth-child(odd) {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 0 0 2.6em;
  }
  .content ul.zeitstrahl li:nth-child(even):before,
  .content ul.zeitstrahl li:nth-child(odd):before {
    right: auto;
    left: -0.25em;
  }
}
.dark-gray {
  background: #656464;
  color: #fff !important;
}
.dark-gray h2 {
  color: #fff;
}
.dark-gray h4 {
  color: #bdcb77;
}
.dark-gray p {
  color: rgba(255, 255, 255, 0.7);
}
.dark-gray ul li {
  padding-bottom: 1em;
  font-weight: 500;
}
.dark-gray img {
  margin-top: 1.5em;
}
.dark-gray figure img {
  max-width: 290px;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .dark-gray figure img {
    max-height: 380px;
  }
}
.gray {
  background: white;
}
.gray .btn {
  border-color: #E60D78;
  color: #E60D78;
}
.produkte {
  position: relative;
}
.produkte .produkt-container {
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  color: #5D5D5D;
  padding: 0.4em;
  font: 600 1.2em/1.6 'Open Sans', sans-serif;
}
@media (min-width: 768px) {
  .produkte .produkt-container {
    padding: 1.4em;
  }
  .produkte .produkt-container .col-sm-3 {
    display: table-cell;
    float: none;
    width: 1%;
    margin: 0;
    padding: 0.2em;
  }
}
.produkte .produkt-container a,
.produkte .produkt-container span {
  color: #5D5D5D;
  text-decoration: none;
  font-size: 80%;
  display: block;
  padding: 0.4em 0.2em;
  border-radius: 3px;
}
.produkte .produkt-container a:hover,
.produkte .produkt-container span:hover {
  background: #DEDEDE;
}
@media (min-width: 768px) {
  .produkte .produkt-container a,
  .produkte .produkt-container span {
    font-size: 90%;
    padding: 0.2em 0.2em;
  }
}
.produkte .produkt-container a svg,
.produkte .produkt-container span svg {
  height: 1.4em;
  width: 1.2em;
  margin: 0px 0.3em 0 0em;
  display: inline-block;
}
@media (min-width: 992px) {
  .produkte .produkt-container a svg,
  .produkte .produkt-container span svg {
    height: 3em;
    width: 2.5em;
    margin: 0 1em;
    display: inline-block;
  }
}
.saft .produkte .produkt-container .saft-filter a,
.pueree .produkte .produkt-container .pueree-filter a,
.konzentrat .produkte .produkt-container .konzentrat-filter a,
.tk .produkte .produkt-container .tk-filter a {
  background: #fff;
}
.saft .produkte .produkt-container .saft-filter span,
.pueree .produkte .produkt-container .pueree-filter span,
.konzentrat .produkte .produkt-container .konzentrat-filter span,
.tk .produkte .produkt-container .tk-filter span {
  background: #fff;
}
.newsletter-section {
  background: #E60D78;
  position: relative;
  padding: 3em;
}
.news-letter-inner {
  max-width: 940px;
  margin: auto;
}
.news-letter-inner h5 {
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
}
.newsletter-anmeldung {
  display: flex;
}
@media (max-width: 767px) {
  .newsletter-anmeldung {
    flex-direction: column;
  }
}
.newsletter-anmeldung div:nth-child(1) {
  flex-grow: 1;
  margin-right: 15px;
}
.newsletter-anmeldung div:nth-child(1) label {
  visibility: hidden !important;
}
.newsletter-anmeldung div:nth-child(1) input {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  background: transparent !important;
  width: 100%;
  padding: 12px 10px !important;
  color: #fff;
  outline: none !important;
}
.newsletter-anmeldung div:nth-child(1) input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.newsletter-anmeldung div:nth-child(1) input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.newsletter-anmeldung div:nth-child(1) input::input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.newsletter-anmeldung div:nth-child(2) button {
  text-transform: uppercase;
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  font-weight: bold !important;
}
.content section.siblings-nav {
  background: #fff;
  padding-top: 4em;
  padding-bottom: 0;
}
.content section.siblings-nav .lined {
  border-top: 1px solid #DEDEDE;
}
.content section.siblings-nav p {
  margin: 0;
  color: #434343;
}
.content section.siblings-nav a {
  font: 800 1.2em/1.4 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: none;
}
.content section.siblings-nav .prev-sibling,
.content section.siblings-nav .next-sibling {
  padding-top: 1.6em;
  padding-bottom: 2em;
}
.content section.siblings-nav .prev-sibling {
  text-align: left;
  border-right: 1px solid #DEDEDE;
}
.content section.siblings-nav .prev-sibling p {
  padding-left: 1.8em;
}
.content section.siblings-nav .prev-sibling a:before {
  content: "";
  height: 1em;
  width: 1em;
  background: url(../img/angel-left.svg) no-repeat bottom center;
  display: inline-block;
  padding-right: 0.5em;
}
.content section.siblings-nav .next-sibling {
  text-align: right;
}
.content section.siblings-nav .next-sibling p {
  padding-right: 1.8em;
}
.content section.siblings-nav .next-sibling a:after {
  content: "";
  height: 1em;
  width: 1em;
  background: url(../img/angel-right.svg) no-repeat bottom center;
  display: inline-block;
  padding-left: 0.5em;
}
@media (min-width: 1679px) {
  .container {
    width: 1440px;
  }
  .two-col_full-bleed_text-text .box-inner {
    max-width: 730px;
  }
  .flexbox .content section.black .text {
    max-width: 740px;
  }
  .flexbox .content section.orange .text {
    max-width: 894px;
  }
  .content section.split-header-image .flex-container .flex-2 .image-carrier img,
  .content section.split-header-image .flex-container .flex-2 .image-carrier.image--cover img {
    max-height: 370px;
  }
  .flex-container-horizontal .logo {
    width: 30%;
  }
}
.start .super-hero,
.home .super-hero,
.home-video .super-hero {
  background: #000;
}
.start .teaser-section .teaser-wrapper .teaser .teaser-body,
.home .teaser-section .teaser-wrapper .teaser .teaser-body,
.home-video .teaser-section .teaser-wrapper .teaser .teaser-body {
  border-top: none;
}
.start .two-col_text,
.home .two-col_text,
.home-video .two-col_text {
  background: #000;
  color: #fff;
}
.start .two-col_text strong,
.home .two-col_text strong,
.home-video .two-col_text strong,
.start .two-col_text h2,
.home .two-col_text h2,
.home-video .two-col_text h2,
.start .two-col_text p,
.home .two-col_text p,
.home-video .two-col_text p {
  color: #fff;
}
.csstransitions .start .super-hero h1,
.csstransitions .home-video .super-hero h1,
.csstransitions .home .super-hero h1 {
  color: transparent;
  background: -webkit-linear-gradient(left, #ff8100, #D10A68);
  background: -webkit-gradient(linear, left top, right top, from(#ff8100), to(#D10A68));
  background: linear-gradient(to right, #ff8100, #D10A68);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}
.logo-neg {
  display: none;
}
.transparent-navi .desktop-header .logo-pos {
  display: none;
}
.transparent-navi .desktop-header .logo-neg {
  display: inline-block;
}
.the-badge {
  background: url(../img/new-button.svg) no-repeat center;
  background-size: contain;
}
.new-product .image-carrier {
  position: relative;
}
.new-product .image-carrier:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  height: 7em;
  width: 7em;
  background: url(../img/new-button.svg) no-repeat center;
  background-size: contain;
}
.teaser.new-product .teaser-image {
  position: relative;
}
.teaser.new-product .teaser-image:after {
  content: "";
  position: absolute;
  top: -14px;
  right: -17px;
  height: 6em;
  width: 6em;
  background: url(../img/new-button.svg) no-repeat center;
  background-size: contain;
}
.start .teaser.new-product .teaser-image:after {
  display: none;
}
/* @link https://utopia.fyi/grid/calculator?c=367,19,1.125,1628,22,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6|8|12,s-l&g=s,l,2xl,12 */
:root {
  --grid-max-width: 101.75rem;
  --grid-gutter: var(--space-s-l, clamp(1.1875rem, 2.7154rem, 2.75rem));
  --grid-columns: 12;
}
.u-container {
  margin-inline: auto;
}
.u-grid,
.grid {
  display: grid;
  column-gap: var(--grid-gutter);
}
.grid {
  /*  --columns: 12;
    --gutter: 3rem;
    display: grid;
    grid-gap: var(--gutter);
    grid-template-columns: 1fr; */
}
.grid > .column {
  margin-bottom: var(--gutter);
}
.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}
@media screen and (min-width: 60rem) {
  /* body {
      --padding: 3rem;
    }
   */
  .grid {
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .grid > .column {
    grid-column: span var(--columns);
  }
}
/*# sourceMappingURL=main.css.map */