/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(8b43027f47b20503057d.eot?v=4.7.0);
  src: url(8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(20fd1704ea223900efa9.woff2?v=4.7.0) format('woff2'), url(f691f37e57f04c152e23.woff?v=4.7.0) format('woff'), url(1e59d2330b4c6deb84b3.ttf?v=4.7.0) format('truetype'), url(c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(7f01b07148f205f6e825.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body{font-family:"myriad_pro_regular";color:#1a1a1a}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}h1{font-size:4rem}h2{font-size:3.5rem}h3{font-size:2rem}@media (max-width: 480px){h3{font-size:1.8rem}}h4{font-size:1.4rem}h5{font-size:1.3rem}p{font-size:1rem;margin:0px}.container{width:100%}.container:after{content:"";display:table;clear:both}.clearfix::before,.clearfix::after{content:" ";display:table}.clearfix::after{clear:both}.text-center{text-align:center}.text-module{padding:50px 0}.text-module.white{background-color:white}.text-module.rose{background-color:#f9f1ee}.text-module.hautfarbe{background-color:#f9f2ef}.text-module.altrosa{background-color:#efded6}.text-module.beige{background-color:#fff4e5}.text-module.leinen{background:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(fa945f13aa76e973a1a6.jpg) repeat}.content{overflow:hidden;moz-transform-origin:top center;-o-transform-origin:top center;-ms-transform-origin:top center;-webkit-transform-origin:top center;transform-origin:top center;-moz-transition:transform 0.7s ease;-o-transition:transform 0.7s ease;-webkit-transition:transform 0.7s ease;transition:transform 0.7s ease}.hidden-xs{display:inline-block}.show-xs{display:none}@media (max-width: 768px){.show-xs{display:inline-block}.hidden-xs{display:none}}@media (min-width: 768px){.container{width:700px;margin:0 auto}}@media (min-width: 1024px){.container{width:1000px;margin:0 auto}}@media (min-width: 1224px){.container{width:1200px;margin:0 auto}}@media (min-width: 1824px){.container{width:1400px;margin:0 auto}}.col-md-2{float:left;position:relative;width:18.3%;padding:0 10px;min-height:1px}.dropdown{position:relative}.dropdown>a{position:relative;z-index:100}.dropdown>a:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}.dropdown .dropdown-menu{position:absolute;bottom:0;left:0;z-index:99;padding-left:0;background-color:#f0f0f0;padding:5px;-moz-transition:opacity 0.5s ease,transform 0.5s ease;-o-transition:opacity 0.5s ease,transform 0.5s ease;-webkit-transition:opacity 0.5s ease,transform 0.5s ease;transition:opacity 0.5s ease,transform 0.5s ease;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0}.dropdown.open>.dropdown-menu{-moz-transform:translateY(100%);-o-transform:translateY(100%);-ms-transform:translateY(100%);-webkit-transform:translateY(100%);transform:translateY(100%);filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}[data-scroll-animate]{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;-moz-transition:opacity .5s ease,transform .5s ease;-o-transition:opacity .5s ease,transform .5s ease;-webkit-transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease;-moz-transition-delay:.5s;-o-transition-delay:.5s;-webkit-transition-delay:.5s;transition-delay:.5s;-moz-transform:translate(0, -50px);-o-transform:translate(0, -50px);-ms-transform:translate(0, -50px);-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}[data-scroll-animate][data-scroll-animate-type="left"]{-moz-transform:translate(50px, 0);-o-transform:translate(50px, 0);-ms-transform:translate(50px, 0);-webkit-transform:translate(50px, 0);transform:translate(50px, 0)}[data-scroll-animate][data-scroll-animate-type="right"]{-moz-transform:translate(-50px, 0);-o-transform:translate(-50px, 0);-ms-transform:translate(-50px, 0);-webkit-transform:translate(-50px, 0);transform:translate(-50px, 0)}[data-scroll-animate][data-scroll-animate-type="down"]{-moz-transform:translate(0, 50px);-o-transform:translate(0, 50px);-ms-transform:translate(0, 50px);-webkit-transform:translate(0, 50px);transform:translate(0, 50px)}[data-scroll-animate].animate,[data-scroll-animate] .animate{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1;-moz-transform:translate(0px, 0px);-o-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px)}.link-button{color:white;text-transform:uppercase;background-color:#ea302b;border-radius:8px;padding:10px 50px;font-weight:bold;text-decoration:none;display:inline-block;border:0;font-family:"myriad_pro_regular";font-size:1rem;cursor:pointer;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-webkit-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}.link-button:hover{box-shadow:0px 2px 11px rgba(0,0,0,0.4)}.container-center{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.owl-dots{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:absolute;left:50%;bottom:15px;-moz-transform:translate(-50%);-o-transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);transform:translate(-50%);gap:5px}.owl-dots .owl-dot{padding:0 5px}.owl-dots .owl-dot span{height:10px;width:10px;background-color:rgba(169,169,169,0.6);display:inline-block;border-radius:50px}.owl-dots .active span{background-color:black}.owl-nav{position:absolute;bottom:10px;right:10px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.owl-nav .owl-prev:before{content:"\f104"}.owl-nav .owl-next:before{content:"\f105"}.owl-nav .owl-prev,.owl-nav .owl-next{font-size:0px;color:#989898}.owl-nav .owl-prev:hover,.owl-nav .owl-next:hover{color:#b1b1b1}.owl-nav .owl-prev>span,.owl-nav .owl-next>span{display:none}.owl-nav .owl-next:before,.owl-nav .owl-prev:before{font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;text-indent:30px;font-size:5rem;font-weight:100;display:block}@media (max-width: 768px){.owl-nav .owl-next:before,.owl-nav .owl-prev:before{font-size:4.5rem}.owl-nav .owl-next{width:30px}}select::-ms-expand{display:none}.sucsess{padding:20px;margin:5px;color:#4f8a10;background-color:#dff2bf}.error{padding:20px;margin:5px;color:#d8000c;background-color:#ffbaba}.product-search #kesearch_results h3{margin-bottom:7vh}@font-face{font-family:"bella_donna";src:url(//:) format("no404"),url(fc0f217c5e488f80e24a.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"myriad_pro_bold";src:url(//:) format("no404"),url(ba6deb5147fa6e225f9b.ttf) format("truetype"),url(ce2bbfb63970a478bff2.woff) format("woff")}@font-face{font-family:"myriad_pro_regular";src:url(//:) format("no404"),url(c59859cec849233be7f8.ttf) format("truetype"),url(40f173f5547124a85f96.woff) format("woff")}@font-face{font-family:"myriad_pro_medium";src:url(//:) format("no404"),url(7335e3c047c19d5d3942.ttf) format("truetype"),url(7e39cb197edb3f923bff.woff) format("woff")}.fair-container{background-color:white}.fair-headline h3{text-align:center;margin:40px}.fair{padding:50px 0;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.fair .left-content{width:60%}.fair .left-content .container-text{padding-left:30px;max-width:60%;float:right;margin-right:30px}.fair .left-content .container-text h3{margin:0px}.fair .left-content .container-text h4{margin:5px 0;max-width:250px}.fair .left-content .container-text p{margin-bottom:0px;font-weight:200;line-height:25px;margin-top:15px}.fair .right-content{width:40%}.fair .right-content img{max-height:250px;width:auto;max-width:100%;height:auto}@media (max-width: 1024px){.fair .left-content .container-text{max-width:100%}}@media (max-width: 768px){.fair{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.fair .container-text{max-width:260px !important;margin:0 auto !important;float:none !important;padding-left:0px !important}.fair .left-content{width:100%;text-align:center}.fair .left-content h3{max-width:100% !important}.fair .right-content{width:100%}.fair .right-content img{margin:0 auto;margin-top:20px;display:block}}.references-slider{background-color:#faf2ef}.references-slider .item{padding:30px 0 30px}.references-slider .white{background-color:white}.references-slider .rose{background-color:#f9f1ee}.references-slider h2{width:100%;text-align:center;margin:0;font-weight:100;font-style:italic;font-size:3rem}.references-slider .references-main{width:100%;position:relative;min-height:250px}.references-slider .references-main .image{width:40%;float:left}.references-slider .references-main .image img{margin:0 0 0 auto;display:block;max-width:250px;max-height:250px;border-radius:50%;margin-right:20px;margin-top:20px}.references-slider .references-main .references-content{width:40%;position:absolute;left:40%;top:40%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.references-slider .references-main .references-content .references-text{padding:0 20px}.references-slider .references-main .references-content .references-text p{margin:0px;font-weight:100;line-height:1.5rem;font-style:italic}.references-slider .references-main .references-content-person{width:40%;position:absolute;left:40%;bottom:0}.references-slider .references-main .references-content-person .references-person{padding:20px}.references-slider .references-main .references-content-person .references-person span:first-child{width:100%;display:block;font-weight:bold}@media (max-width: 768px){.references-slider h2{margin-bottom:10px;padding:0 10px;font-size:2.8rem}.references-slider .references-main .image{width:100%;float:none}.references-slider .references-main .image img{margin:0 auto !important}.references-slider .references-main .references-content.references-content{position:static;-moz-transform:none;-o-transform:none;-ms-transform:none;-webkit-transform:none;transform:none;width:90%;margin:0 auto;max-width:650px;text-align:center;margin-bottom:20px}.references-slider .references-main .references-content.references-content .references-text{padding-top:20px}.references-slider .references-main .references-content-person{position:static;width:100%;text-align:center}}#product-world{width:100%;overflow:hidden}#product-world .product-world{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}#product-world .product-world .productworld-item{height:33vh;position:relative;width:100%;margin-bottom:2px}#product-world .product-world .productworld-item .image{height:100%;width:100%;overflow:hidden;position:relative;border-left:2px solid white}#product-world .product-world .productworld-item .image img.scaleheight{height:100%}#product-world .product-world .productworld-item .image img.scalewidth{width:100%}#product-world .product-world .productworld-item .image img{display:block;height:auto;width:auto;position:absolute;top:50%;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);left:50%;min-height:100%;min-width:100%}#product-world .product-world .productworld-item .headlines{position:absolute;top:25px;left:25px;width:1px}#product-world .product-world .productworld-item .headlines h2{margin:0px;background-color:#dfbdaf;padding:5px 10px;padding-bottom:0;color:white;font-size:2.7rem;text-transform:uppercase;float:left;white-space:nowrap}#product-world .product-world .productworld-item .headlines h4{margin:0px;background-color:#dfbdaf;padding:10px 10px 7px 10px;color:white;line-height:20px;margin-top:-3px;float:left;white-space:nowrap;font-style:italic;font-weight:100}#product-world .product-world .productworld-item .productworld-overlay{opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;transition:0.3s;background-color:#dfbdaf;border-left:2px solid white}#product-world .product-world .productworld-item .productworld-overlay:hover{opacity:1 !important}#product-world .product-world .productworld-item .productworld-overlay .overlay-content{display:flex;flex-direction:column;justify-content:center;align-content:center;width:100%;height:100%;text-decoration:none}#product-world .product-world .productworld-item .productworld-overlay .overlay-content h2{margin:0px;color:white;font-size:2.7rem;text-align:center;text-transform:uppercase}#product-world .product-world .productworld-item .productworld-overlay .overlay-content h4{text-align:center;color:white;margin:0;font-style:italic}#product-world .product-world .productworld-item:nth-child(1) .image,#product-world .product-world .productworld-item:nth-child(1) .productworld-overlay{border-left:none}@media (max-width: 1024px){#product-world .product-world{display:table;width:100%}#product-world .product-world .productworld-item{width:50%;float:left}#product-world .product-world .productworld-item:only-child{width:100%}#product-world .product-world .productworld-item:nth-child(3){width:100%}#product-world .product-world .productworld-item:nth-child(3) .image,#product-world .product-world .productworld-item:nth-child(3) .productworld-overlay{border-left:none}#product-world .product-world .productworld-item:nth-child(1) .image,#product-world .product-world .productworld-item:nth-child(1) .productworld-overlay{border-left:none}}@media (max-width: 768px){#product-world .product-world .productworld-item{width:100%;height:240px}#product-world .product-world .productworld-item .headlines{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:auto;display:flex;align-items:center;justify-content:center;flex-direction:column}#product-world .product-world .productworld-item .headlines h2{text-align:center;display:block;white-space:normal}#product-world .product-world .productworld-item .headlines h4{text-align:center;white-space:normal}#product-world .product-world .image,#product-world .product-world .productworld-overlay{border-left:none !important}}.campaign{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;height:60vh;overflow:hidden}.campaign p{margin:0px}.campaign .column:nth-child(2) .campaign-item{border-left:2px solid white}.campaign .column{height:100%;width:100%}.campaign .column .campaign-item{width:100%;position:relative;height:100%;overflow:hidden;border-bottom:2px solid white}.campaign .column .campaign-item .image{width:auto;height:100%}.campaign .column .campaign-item .image img.scaleheight{height:100% !important;width:auto !important}.campaign .column .campaign-item .image img.scalewidth{width:100% !important;height:auto !important}.campaign .column .campaign-item .image img{display:block;height:auto;width:auto;position:absolute;top:50%;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);left:50%}@media (max-width: 480px){.campaign .column .campaign-item .image picture:after{content:'\A';position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.6);opacity:0.5}}.campaign .column .campaign-item .headline-container{position:absolute;top:45px;left:35px}.campaign .column .campaign-item .headline-container .headline{background-color:#dfbdaf;padding:3px 5px;padding-bottom:0px;color:white;display:inline;max-width:400px;text-transform:uppercase}.campaign .column .campaign-item .headline-container .subheadline{margin:8px 0;max-width:400px;font-size:1.8rem}@media (max-width: 480px){.campaign .column .campaign-item .headline-container .subheadline{font-size:1.7rem}}.campaign .column .campaign-overlay{opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;-moz-transition:0.3s;-o-transition:0.3s;-webkit-transition:0.3s;transition:0.3s;background-color:#dfbdaf}.campaign .column .campaign-overlay:hover{opacity:1 !important}.campaign .column .campaign-overlay .overlay-link{height:100%;width:100%;display:block}.campaign .column .campaign-overlay .overlay-content{position:absolute;top:50%;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.campaign .column .campaign-overlay .overlay-content a{text-decoration:none}.campaign .column .campaign-overlay .overlay-content h4{display:block;width:100%;margin:0px;color:white;text-align:center;font-style:italic}.campaign .column .campaign-overlay .overlay-content h3{text-align:center;font-size:2rem;color:white;margin:0;text-transform:uppercase;max-width:430px;margin:5px auto}.campaign .column:only-child .campaign-item:only-child .image img{width:100%;height:auto}.campaign .column.multiple .campaign-item{height:50%}@media (max-width: 768px){.campaign{height:auto;display:block}.campaign .column{width:100%}.campaign .column .campaign-item{height:45vh !important;border-left:none !important}.campaign .column .campaign-item .headline-container{left:50%;-moz-transform:translate(-50%);-o-transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);transform:translate(-50%);width:80%;text-align:center}.campaign .column .campaign-item .headline-container h2{max-width:100% !important}.campaign .column .campaign-item .subheadline{margin:8px auto !important}.campaign .multiple .campaign-item{height:35vh !important}}#header{height:auto;width:100%}#header .item{width:100%;height:50vh;position:relative;overflow:hidden}#header .item img{width:auto;max-width:none;height:auto;position:absolute;left:50%;top:50%;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#header .item img.scaleheight{height:100%}#header .item img.scalewidth{width:100%}#header .item.big{height:100vh}#header .item .overlay{position:absolute;top:50%;max-width:40%;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#header .item .overlay>div{position:relative}#header .item .overlay h2{margin-bottom:0px;margin-left:-15px}#header .item .overlay h4{margin-top:0px;margin-left:-15px}#header .item .overlay.position-center{left:50%}@media (min-width: 768px){#header .item .overlay.position-left{position:relative;transform:translateY(-50%);max-width:100%}#header .item .overlay.position-left div{max-width:40%}}#header .item .overlay.position-right{left:70%}#header .item .overlay.align-center{text-align:center}#header .item .overlay.align-left{text-align:left}#header .item .overlay.align-left h2,#header .item .overlay.align-left h4{margin-left:0px}#header .item .overlay.align-right{text-align:right}@media (max-width: 768px){#header .item .overlay.position-left,#header .item .overlay.position-right{left:50%}}@media (max-width: 768px){#header .item .overlay{max-width:90%;width:100%;position:relative;top:50% !important}#header .item .overlay h2,#header .item .overlay h4{text-align:center}#header .item .overlay h2{margin-bottom:0px;font-size:2.5rem;padding:0 30px}#header .item .overlay h4{margin-top:0px;font-size:1.3rem;padding:0 30px}#header .item .overlay a{position:absolute;left:50%;-moz-transform:translate(-50%);-o-transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);transform:translate(-50%);white-space:nowrap}}@media (max-width: 480px){#header .item .overlay.position-center{left:47%}#header .item .overlay h2{font-size:1.7rem !important;text-align:left}#header .item .overlay h4{font-size:1.2rem !important;text-align:left}#header .item .overlay a{left:40%}}.ProductWorldOverview{display:inline-block;width:100%}.ProductWorldOverview .productworldoverviewitem{padding:40px 0}.ProductWorldOverview .white{background-color:white}.ProductWorldOverview .rose{background-color:#f9f1ee}.ProductWorldOverview .hautfarbe{background-color:#f9f2ef}.ProductWorldOverview .altrosa{background-color:#efded6}.ProductWorldOverview .beige{background-color:#fff4e5}.ProductWorldOverview .leinen{background:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(fa945f13aa76e973a1a6.jpg) repeat}.ProductWorldOverview .container.right{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ProductWorldOverview .container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.ProductWorldOverview .container .item{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.ProductWorldOverview .container .image{max-width:90%;display:block;margin:0 auto}.ProductWorldOverview .container .image img{width:100%;height:auto}.ProductWorldOverview .container h2{margin:0px;background-color:#dfbdaf;padding:5px 10px;padding-bottom:0;color:white;font-size:2.7rem;text-transform:uppercase;white-space:nowrap;display:table-cell}.ProductWorldOverview .container h4{background-color:#dfbdaf;padding:3px 10px 3px 10px;color:white;line-height:20px;margin-top:-3px;white-space:nowrap;font-weight:100;display:inline-block}.ProductWorldOverview .container h5{margin:20px 0px}.ProductWorldOverview .container p{line-height:1.7rem}.ProductWorldOverview .container ul{list-style:none;padding-left:0px}.ProductWorldOverview .container ul li{line-height:1.5rem;padding-left:20px;position:relative}.ProductWorldOverview .container ul li:before{content:"»";font-size:18px;margin-right:7px;color:#ea322b;position:absolute;height:100%;left:0}@media (max-width: 768px){.ProductWorldOverview .container{display:block}.ProductWorldOverview .container h4{margin-right:0px;white-space:normal;font-size:1.4rem}.ProductWorldOverview .container h2{white-space:normal;font-size:2rem}.ProductWorldOverview .item{width:80%;margin:0 auto;display:block;float:none}.ProductWorldOverview .item .image{max-width:100%}.ProductWorldOverview .item:nth-child(1){margin-bottom:40px}}.product-search fieldset.kesearch_searchbox{border:none;margin-bottom:30px}.product-search h3{text-align:center}.product-search .fields{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-bottom:10px}.product-search .fields span{width:100%;text-align:center;display:block;margin-bottom:10px}.product-search .fields .odz,.product-search .fields .vegan,.product-search .fields .veggy{margin-top:-5px}.product-search .fields fieldset{border:0;margin:0;padding:0 20px;width:16.66%}.product-search .fields label{display:block;margin-bottom:10px;font-weight:bold}.product-search .fields select{background-color:white;display:block;width:100%;margin:0;padding:5px 40px 5px 15px;border-radius:10px;height:35px;-webkit-appearance:none;-moz-appearance:none;background-image:url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");background-repeat:no-repeat;background-position:right 10px center;border:none;border:1px solid #969696}.product-search .fields div.list{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;flex-direction:row-reverse;width:16.66%}.product-search .fields div.list label{cursor:pointer}.product-search .fields div.list label.head{width:100%;white-space:nowrap;margin-bottom:3px}.product-search .fields div.list label.type{display:inline-block;background-repeat:no-repeat;background-size:125%;background-position:center;width:40px;height:40px;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%);-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;border-radius:50%;border:1px solid transparent;margin:5px;position:relative}.product-search .fields div.list label.type:hover{-webkit-filter:grayscale(20%);-moz-filter:grayscale(20%);filter:grayscale(20%)}.product-search .fields div.list label.type:hover:after{opacity:1;visibility:visible}.product-search .fields div.list label.type.active{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);filter:grayscale(0);border:3px solid #eee;box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3)}.product-search .fields div.list label.type input{visibility:hidden}.product-search .fields div.list label.type.veggyveggy{background-image:url(017bb31de30ea18fd5db.png)}.product-search .fields div.list label.type.veggyvegan{background-image:url(5aa61a42a32937e27351.png)}.product-search .fields div.list label.type.veggyodz{background-image:url(3be7414680c8480ab025.png)}.product-search .fields div.list label.type:after{background-color:#f0f0f0;border:1px solid #c0c0c0;position:absolute;font-weight:1000;font-size:14px;padding:4px 4px 0px 4px;top:120%;left:50%;transform:translate(-50%);white-space:nowrap;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);color:#313131;opacity:0;transition:0.2s;visibility:hidden}.product-search .fields #ke_search_sword{height:35px;padding:5px 15px;width:100%;border:1px solid black;border-radius:10px;margin-top:29px;position:static}.product-search .buttons{display:flex;align-items:center;justify-content:space-between}.product-search .resetButton{margin-left:20px;padding:0;text-align:left;border:none;background-color:transparent;font-size:12px}.product-search .resetButton:hover{background-color:transparent;border:none;box-shadow:none}@media (max-width: 1024px){.product-search .fields{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-search .fields fieldset{width:27.33%;margin-bottom:40px}.product-search .fields div.list{width:27.33%;padding:0 20px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;margin-bottom:40px}.product-search .fields .search{width:27.33%;padding:0 20px;margin-bottom:40px}}@media (max-width: 768px){.product-search .fields fieldset{width:40%;margin:10px auto}.product-search .fields div.list{width:40%;margin:10px auto;padding:0 20px}.product-search .fields .search{width:40%;margin:10px auto;padding:0 20px}.product-search div.buttons{display:table;margin:20px auto 0}.product-search div.buttons .resetbutt{margin-left:0px;margin-right:5px}}@media (max-width: 450px){.product-search .fields{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-search .fields fieldset{width:100%;margin-bottom:10px}.product-search .fields div.list{width:100%;padding:0 20px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;margin-bottom:10px}.product-search .fields div.list label.type{width:60px;height:60px}.product-search .fields .search{width:100%;padding:0 20px;margin-bottom:40px}.product-search div.buttons{display:table;margin:0 auto}.product-search div.buttons .resetbutt{width:100%}.product-search div.buttons .link-button{margin-top:10px;width:100%;padding-right:0;padding-left:0}.product-search .product{width:90%;margin:0 auto}}.product-search .products .product{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;border-top:2px dotted black;padding:20px 0}.product-search .products .product img{max-width:100%}.product-search .products .product .image{width:17%}.product-search .products .product .image img{display:block;max-height:125px}.product-search .products .product .text{width:45%;padding:0 15px}.product-search .products .product .text h3{margin:0 0 10px;text-align:left}.product-search .products .product .text p{margin-bottom:15px;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0px}.product-search .products .product .pdf-download{width:18%}.product-search .products .product .pdf-download .link-button{padding:11px 18px;max-width:220px;display:block;margin:0 auto;text-align:center}.product-search .products .product .weight{width:5%;padding-top:12px}.product-search .products .product .qualities{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:12%;padding:0 15px}.product-search .products .product .qualities>div{display:none;width:33.3%}.product-search .products .product .qualities>div.active{display:block}.product-search .products .product:last-child{border-bottom:2px dotted black}@media (max-width: 768px){.product-search .products .product{display:block}.product-search .products .product .image{width:100%}.product-search .products .product .image img{display:block;margin:0 auto;max-width:350px}.product-search .products .product .text{width:90%;margin:0 auto;text-align:center}.product-search .products .product .text h3{margin-top:20px;text-align:center}.product-search .products .product .text p{max-width:300px;margin:0 auto;margin-bottom:20px}.product-search .products .product .weight{width:100%;text-align:center;margin-bottom:20px}.product-search .products .product .qualities{margin:10px auto 0;width:130px}.product-search .products .product .pdf-download{width:100%}.product-search .products .product .pdf-download a{display:block;width:70%;margin:20px auto 0;text-align:center}}.product-search .buttons a button{margin:30px 0}.result_txt{text-align:center;margin-top:20px}.kesearch_pagebrowser{margin:15px 0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.kesearch_pagebrowser ul{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding:0px;list-style:none}.kesearch_pagebrowser ul li{padding:0px 5px}.kesearch_pagebrowser ul a{color:#313131;text-decoration:none}.kesearch_pagebrowser ul a.current{font-weight:900;color:#ea302b}.Contactperson{padding:50px 0}.Contactperson .container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.Contactperson .contactperson_item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:50%;margin-bottom:50px}.Contactperson .contactperson_item img{width:100%;height:auto;display:block;margin:0px auto 10px}.Contactperson .contactperson_item .image{width:40%}.Contactperson .contactperson_item .image img{width:90%}.Contactperson .contactperson_item .country{width:10%}.Contactperson .contactperson_item .country img{width:70%}.Contactperson .contactperson_item .content{width:50%;padding:0 10px}.Contactperson .contactperson_item .content h5{margin:0px}.Contactperson .contactperson_item .content span{width:100%;display:block}.Contactperson .contactperson_item .content span i{width:25px}.Contactperson .contactperson_item .content .name{font-weight:bold}.text-module h5+table{width:33.33%;float:left}.text-module h5.highlight{display:none}@media (max-width: 768px){.text-module h5+table{width:100%;margin-top:30px}.text-module h5+table td{text-align:center}}@media (max-width: 1024px){.Contactperson .contactperson_item{width:100%}.Contactperson .contactperson_item .mail{word-break:break-all}}.text-module .container{width:650px;margin:0 auto}@media (max-width: 650px){.text-module .container{width:90%;margin:0 auto}}.text-module h1{font-size:2.8rem}.text-module h2{font-size:2.4rem}@media (max-width: 480px){.text-module h2{font-size:1.9rem}}.text-module p{line-height:1.6rem}.text-module img{margin:0 30px}@media (max-width: 480px){.text-module img{margin:0 auto}}.text-module table h5{margin:0px}@media (max-width: 480px){.text-module table td{text-align:center;display:block}}.textimagemodul{padding:30px 0}.textimagemodul .container{display:flex}.textimagemodul .container.right{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.textimagemodul .container.right .container-text{padding:0px;padding-left:40px}.textimagemodul .text-content{width:65%;position:relative}.textimagemodul .text-content .container-text{padding-right:40px}.textimagemodul .text-content h1{font-size:2.8rem}.textimagemodul .text-content h2{font-size:2.4rem}.textimagemodul .text-content p{line-height:1.6rem}.textimagemodul .text-content table h5{margin:0px}.textimagemodul .image-content{width:35%;display:flex;align-items:center;justify-content:center}.textimagemodul .image-content img{width:100%;height:auto;display:block}.textimagemodul.white{background-color:white}.textimagemodul.rose{background-color:#f9f1ee}.textimagemodul.hautfarbe{background-color:#f9f2ef}.textimagemodul.altrosa{background-color:#efded6}.textimagemodul.beige{background-color:#fff4e5}.textimagemodul.leinen{background:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(fa945f13aa76e973a1a6.jpg) repeat}@media (max-width: 1024px){.textimagemodul .text-content .container-text{position:static;padding:0 15px !important;transform:none}}@media (max-width: 768px){.textimagemodul .container{display:block}.textimagemodul .text-content{width:100%}.textimagemodul .text-content .container-text{position:static;padding:0 15px !important;transform:none}.textimagemodul .image-content{width:100%;margin-top:30px}.textimagemodul .image-content img{max-width:300px;display:block;margin:0 auto}}@media (max-width: 480px){.text-module h1{font-size:2.2rem}.textimagemodul .container .text-content tr{display:flex;flex-direction:column;align-items:center}.textimagemodul .container .text-content tr img{padding-top:20px}}.image-module{width:100%}.image-module img{max-width:100%;width:100%;height:auto}.main-navigation{position:fixed;width:100%;background-color:rgba(255,255,255,0.7);top:0;left:0;z-index:1000;-moz-transition:transform 0.6s ease,background-color 0.3s ease;-o-transition:transform 0.6s ease,background-color 0.3s ease;-webkit-transition:transform 0.6s ease,background-color 0.3s ease;transition:transform 0.6s ease,background-color 0.3s ease}.main-navigation .container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:left;-ms-flex-pack:left;-webkit-justify-content:left;-moz-justify-content:left;justify-content:left}.main-navigation .logo,.main-navigation .nav{display:inline-block;float:left}.main-navigation .logo{width:150px;position:relative;height:1px}.main-navigation .logo img{position:absolute;width:80%;top:5px;left:5px}.main-navigation .navs{width:100%;display:flex;justify-content:space-between;align-items:center}.main-navigation .nav{list-style:none;margin:0;white-space:nowrap}.main-navigation .nav li{display:inline-block;z-index:100;position:relative;white-space:normal}.main-navigation .nav li>a{padding:11px 0;margin:0 11px;display:block;color:#1e1e1e;font-weight:bold;text-decoration:none;position:relative;z-index:100;-moz-transition:background-color 0.1s ease;-o-transition:background-color 0.1s ease;-webkit-transition:background-color 0.1s ease;transition:background-color 0.1s ease}.main-navigation .nav .dropdown.open{background-color:#f0f0f0}.main-navigation .nav li.dropdown.open>a{background-color:#f0f0f0}.main-navigation .nav li.dropdown .dropdown-menu li{width:100%}.main-navigation .nav li.dropdown .dropdown-menu li a{display:block;border-bottom:1px solid #cacaca;-moz-transition:background-color 0.1s ease,border-bottom-color 0.1s ease;-o-transition:background-color 0.1s ease,border-bottom-color 0.1s ease;-webkit-transition:background-color 0.1s ease,border-bottom-color 0.1s ease;transition:background-color 0.1s ease,border-bottom-color 0.1s ease;white-space:nowrap;margin-top:-1px}.main-navigation .nav li.dropdown .dropdown-menu li:last-child a{border-bottom-color:transparent}.main-navigation .nav li.dropdown .dropdown-menu li:first-child a{margin-top:0px}.main-navigation .nav li.dropdown .dropdown-menu li a:hover{color:#f0f0f0;background-color:#ea302b;border-bottom-color:#ea302b}.main-navigation .language-nav{padding-left:50px}.main-navigation .language-nav li{padding:15px 0 13px}.main-navigation .language-nav li>a{text-transform:uppercase;padding:0 10px;font-size:0.85rem;color:#484848;border-right:1px solid #807e7f;line-height:11px;margin:0}.main-navigation .language-nav li>a:hover{color:#ea302b}.main-navigation .language-nav li:last-child>a{border-right:none}.main-navigation .language-nav .current>a{color:#ea302b}.main-navigation .mobile-burger{display:none;margin:10px 20px 5px 0;margin-left:auto}.main-navigation .mobile-burger .mobile-nav-trigger{width:30px;height:25px;position:relative;display:block;-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;cursor:pointer}.main-navigation .mobile-burger .mobile-nav-trigger span{display:block;position:absolute;height:3px;width:25px;background:#ea302b;opacity:1;left:0;-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);-moz-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;-webkit-transition:0.25s ease-in-out;transition:0.25s ease-in-out}.main-navigation .mobile-burger .mobile-nav-trigger span:nth-child(1){top:0px}.main-navigation .mobile-burger .mobile-nav-trigger span:nth-child(2){top:8px}.main-navigation .mobile-burger .mobile-nav-trigger span:nth-child(3){top:16px}.main-navigation.nav-up{-moz-transform:translateY(-150px);-o-transform:translateY(-150px);-ms-transform:translateY(-150px);-webkit-transform:translateY(-150px);transform:translateY(-150px)}.main-navigation.nav-scrolling{background-color:#fff}.dropdown-menu li a{padding:11px !important;margin:0px !important}@media (min-width: 1024px){.main-navigation .content-nav>li>a:before{width:100%;height:3px;bottom:0;left:0;content:' ';background:red;display:block;position:absolute;filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0;-moz-transition:opacity 0.5s ease;-o-transition:opacity 0.5s ease;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}.main-navigation .content-nav>li>a:hover:before{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.main-navigation .content-nav li.active>a{color:#ea302b}.main-navigation .content-nav li.active>a:before{filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}.main-navigation .content-nav li.open>a:before{filter:alpha(opacity=0);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);opacity:0}}@media (max-width: 1024px){.main-navigation .logo{width:100px}.main-navigation .mobile-burger{display:inline-block}.main-navigation .content-nav{display:block;opacity:0;position:absolute;top:auto;bottom:100%;left:0;height:100vh;background-color:white;z-index:-1;padding:130px 25px 25px;width:100%;box-sizing:border-box;-moz-transition:opacity 0.7s ease;-o-transition:opacity 0.7s ease;-webkit-transition:opacity 0.7s ease;transition:opacity 0.7s ease}.main-navigation .content-nav li{display:block}.main-navigation .content-nav li>a{font-size:1rem}.main-navigation .language-nav{padding:0}.main-navigation .nav li.dropdown>a{background-color:transparent;pointer-events:none}.main-navigation .nav li.dropdown .dropdown-menu{position:relative;background-color:transparent;height:0}.main-navigation .nav li.dropdown .dropdown-menu li>a{padding:15px 30px;font-size:1rem;border:none}.main-navigation .nav li.dropdown:hover>a{background-color:transparent}.main-navigation .nav li.dropdown:hover .dropdown-menu{height:auto;transform:translateY(0)}body.navigation-open .main-navigation .content-nav{top:0;bottom:auto;opacity:1}body.navigation-open .main-navigation .mobile-burger .mobile-nav-trigger span:nth-child(1){top:10px;-moz-transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg)}body.navigation-open .main-navigation .mobile-burger .mobile-nav-trigger span:nth-child(2){opacity:0;left:-60px}body.navigation-open .main-navigation .mobile-burger .mobile-nav-trigger span:nth-child(3){top:10px;-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}body.navigation-open .content{-moz-transform:scale(0.95);-o-transform:scale(0.95);-ms-transform:scale(0.95);-webkit-transform:scale(0.95);transform:scale(0.95)}}@media (max-width: 768px){.main-navigation .logo{width:150px}}.side-navigation{position:fixed;right:0;top:500px;z-index:1000;moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;-webkit-transform-origin:right top;transform-origin:right top;-moz-transform:translateY(-50%) rotate(90deg);-o-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.side-navigation img{height:25px;transform:rotate(160deg);position:absolute;bottom:40%;left:5px}.side-navigation a{border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#d4d4d4;padding:10px 15px 10px;color:#484848;display:inline-block;float:left;text-decoration:none;font-size:1.1rem;position:relative;transition:.3s}.side-navigation a:hover{box-shadow:0px 2px 11px rgba(0,0,0,0.4);transform:scale(1.02)}.side-navigation a.active{background-color:#ea302b;padding:10px 20px 15px;color:white;font-size:1.2rem;position:relative;z-index:2}.side-navigation a:first-child{padding-left:35px !important}@media (max-width: 600px){.side-navigation{top:450px !important;-moz-transform:translateY(-50%) rotate(90deg) scale(0.9);-o-transform:translateY(-50%) rotate(90deg) scale(0.9);-ms-transform:translateY(-50%) rotate(90deg) scale(0.9);-webkit-transform:translateY(-50%) rotate(90deg) scale(0.9);transform:translateY(-50%) rotate(90deg) scale(0.9);min-width:370px}}.footer-navigation{padding:10px 0;margin-left:-10px;padding-bottom:0px}.footer-navigation .container{text-align:center}@media (max-width: 480px){.footer-navigation .container{width:80%;margin:0 auto}}.footer-navigation .footer-logo{width:30px}.footer-navigation .footer-logo,.footer-navigation .copyright{float:left;display:inline-block;margin:0}.footer-navigation .copyright{padding:7px 10px;font-family:'myriad_pro_bold'}.footer-navigation .back-to-top{padding:4px 10px;display:inline-block;margin-top:12px;border-top-left-radius:5px;border-top-right-radius:5px;background-color:#d4d4d4;color:white;position:absolute;left:50%;transform:translate(-50%)}.footer-navigation ul{list-style:none;display:inline-block;float:right;margin:0}.footer-navigation ul li{display:inline-block;float:right;padding:7px 0}.footer-navigation ul li a{display:block;color:#1e1e1e;padding:0 10px;text-decoration:none;border-right:1px solid #a4a4a4}.footer-navigation ul li a:hover{color:#ea302b}.footer-navigation ul li:first-child a{border-right:none}.dropdown.open>.dropdown-menu{-moz-transform:translateY(100%);-o-transform:translateY(100%);-ms-transform:translateY(100%);-webkit-transform:translateY(100%);transform:translateY(100%);filter:alpha(opacity=100);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity:1}@media (max-width: 1024px){.side-navigation{position:absolute !important}.footer-navigation .container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;position:relative;padding-bottom:40px}.footer-navigation .container .footer-logo-container{display:inline-block;height:100%;width:20%}.footer-navigation .container .footer-logo-container .footer-logo{width:auto;float:right;margin-right:10px;height:50px}.footer-navigation .container .inner-container{display:inline-block;width:80%}.footer-navigation .container .inner-container .copyright,.footer-navigation .container .inner-container ul>li{display:block;float:none;text-align:left}.footer-navigation .container .inner-container .copyright a,.footer-navigation .container .inner-container ul>li a{border:none}.footer-navigation .container .inner-container ul{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;float:left;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width: 1024px) and (max-width: 768px){.footer-navigation .container .inner-container ul{display:block}}@media (max-width: 1024px){.footer-navigation .container .inner-container .back-to-top{position:absolute;bottom:0;left:50%;-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.footer-navigation .container .inner-container .copyright{margin:11px 0;font-weight:bold}}.breadcrumb{margin:15px 0}.breadcrumb span{padding:0 10px;font-size:0.95rem;color:black}.breadcrumb .breadcrumb-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.breadcrumb .breadcrumb-list span{font-size:0.9rem;font-weight:bold}.breadcrumb .breadcrumb-list li{white-space:nowrap}.breadcrumb .breadcrumb-list li a{text-decoration:none;padding:0 10px;font-size:0.85rem;color:black}.breadcrumb .breadcrumb-list li:after{content:'>'}.breadcrumb .breadcrumb-list li.current:after{content:none}.newslettersubscription{background:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url(fa945f13aa76e973a1a6.jpg) repeat;padding:40px 0}.newslettersubscription .container{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.newslettersubscription .container .text,.newslettersubscription .container .form{width:48%}.newslettersubscription .container .text h3{margin:0px}.newslettersubscription .container .text h4{margin-top:5px}.newslettersubscription .container .text p{line-height:1.8rem}.newslettersubscription .container .mail-label{display:block;font-weight:bold;font-size:1.1rem;margin-bottom:5px}.newslettersubscription .container input[type="email"]{border-radius:8px;padding:10px 10px;box-shadow:none;border:none;margin-right:15px}.newslettersubscription .container .condition-label{display:block;margin-top:10px;font-size:0.85rem}.newslettersubscription .container .condition-label a{text-decoration:none;color:#ea302b}.newslettersubscription .container .condition-label a:hover{color:#9f1410}.newslettersubscription .container .links{margin-top:20px}.newslettersubscription .container .links a{color:black;text-decoration:underline;margin:0 25px 0 0;font-weight:bold}.newslettersubscription .container .links a:hover{color:#ea302b}@media (max-width: 768px){.newslettersubscription .container .text,.newslettersubscription .container .form{width:100%;text-align:center}.newslettersubscription .container .text h4{margin-bottom:10px}.newslettersubscription .container .text p{max-width:370px;margin:0 auto;margin-bottom:50px}.newslettersubscription .container input.email-input{margin:10px auto 20px !important;display:block}.newslettersubscription .container .condition-label{margin:30px 0}}.servingsuggestion{width:100%}.servingsuggestion .headline{text-align:center}.servingsuggestion .servingsuggestion-item{max-width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background-color:#f9f1ee;margin:30px 0}.servingsuggestion .servingsuggestion-item .text{flex-basis:45%;width:100%;text-align:left;padding:0 20px 20px}.servingsuggestion .servingsuggestion-item .text p{line-height:1.8rem}.servingsuggestion .servingsuggestion-item .text a{margin-top:20px;white-space:nowrap}.servingsuggestion .servingsuggestion-item .image-container{flex-basis:55%;position:relative;overflow:hidden}.servingsuggestion .servingsuggestion-item .image{width:100%;height:100%}.servingsuggestion .servingsuggestion-item .image img{top:50%;width:100%;max-width:100%;display:inline-block;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.servingsuggestion .buttons{text-align:center;margin:50px 0}.servingsuggestion .buttons .button{background-color:#f9f1ee;display:block;width:100%;padding:3%}@media (max-width: 768px){.servingsuggestion .servingsuggestion-item{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:block !important}.servingsuggestion .servingsuggestion-item .image img{position:static;transform:none}}@media (max-width: 480px){.servingsuggestion .servingsuggestion-item .text{text-align:center}}#map .content{min-width:200px}#map .content h3{margin:0}@media (max-width: 480px){#map .content{max-width:250px}#map .content h3{font-size:1.2rem}#map .content p{font-size:0.9rem}}.contact{padding-top:20px;padding-bottom:20px}.contact h3{text-align:center}.contact .required{text-align:center;margin-top:20px;margin-bottom:10px;width:100%}.contact .required:before{content:"*"}.contact .btn{max-width:200px;height:40px;text-align:center;margin:10px auto}.contact input,.contact button{display:block;height:35px;margin-bottom:15px;margin-top:2px;border:1px solid #cccccc}.contact input,.contact textarea{width:100%;cursor:pointer}.contact textarea{min-height:190px;border:1px solid #cccccc}.contact .left,.contact .right{width:48%}.contact .checkbox{display:flex;justify-content:center}.contact .checkbox #dsgvo{width:25px;margin-right:10px;max-width:20px}.contact .checkbox label{margin-top:11px}.contact .checkbox label a{text-decoration:none;color:#ea302b}.contact .checkbox label a:hover{color:#9f1410}@media (max-width: 480px){.contact .checkbox{margin-left:30px}}.contact .wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;max-width:800px;margin:0 auto}@media (max-width: 768px){.contact .wrapper{-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around}.contact .left,.contact .right{width:40%}}@media (max-width: 480px){.contact .wrapper{display:block;width:90%;margin:0 auto}.contact .left,.contact .right{width:100%}}.PdfDownload{text-align:center}.PdfDownload img{display:block;margin:0 auto}.PdfDownload .link-button{margin:10px auto 0 auto}.cc-window a{color:#ea302b;text-decoration:none}.cc-window a:hover{color:#9f1410}.cc-window a.cc-link{display:none}.video-container{display:flex;flex-direction:row;justify-content:center;width:80%;margin:0 auto;padding:30px 0}@media (max-width: 480px){.video-container{width:98%}}@media (max-width: 480px){.video-container-multiple{flex-direction:column}}.video-container .headline{text-align:center;margin:15px 0}.video-description{margin-top:10px;text-align:center}.video-item{width:100%;margin:0 auto;padding:10px 5px}@media (max-width: 480px){.video-item{width:100%}}.video-media{width:80%;height:auto;margin-bottom:20px}.video-youtube{width:80%;margin-bottom:20px}.video-youtube__inner{position:relative;width:100%}.video-youtube__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.thumbnail{cursor:pointer;position:relative;width:100%;padding-bottom:56.25%;display:grid;place-items:center;overflow:hidden}.thumbnail:after{content:"\f144";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:4.5rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:white;text-shadow:0 0 4px rgba(0,0,0,0.26);transition:300ms}.thumbnail:hover::after{transform:translate(-50%, -50%) scale(1.1)}.thumbnail__background,.thumbnail img{position:absolute;top:0;left:0;width:100%;height:auto;background-color:#d4d4d4}.video-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:100000000;background-color:rgba(0,0,0,0.9);display:grid;place-items:center;opacity:0;pointer-events:none;transition:300ms}.video-overlay::before{content:"\f00d";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:1.5rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:white;position:absolute;top:25px;right:25px;cursor:pointer}.video-overlay.show{opacity:1;pointer-events:all}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;outline:0}.modal-dialog{max-width:500px;margin:130px auto;position:relative}@media (max-width: 480px){.modal-dialog{margin:130px 10px}}.modal-content{border:none;border-radius:0px;overflow:hidden;position:relative;background-color:#fff;background-clip:padding-box;outline:0;box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-header{border-bottom:none;background-color:#e40613;color:white;padding:25px 15px}@media (max-width: 480px){.modal-header{padding:5px 10px}}.modal-header h3{margin-bottom:15px;margin-top:0;font-size:2.5em}@media (max-width: 480px){.modal-header h3{font-size:1.2rem}}.modal-body{padding:0 35px;padding-top:30px;max-height:350px;overflow:auto;line-height:24px;position:relative}@media (max-width: 480px){.modal-body{max-height:300px}}.modal-footer{border-top:none;display:flex;justify-content:center;padding:15px 35px;text-align:right}.modal-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;opacity:0.5}.modal a{color:#e40613;text-decoration:underline;cursor:pointer}@media (max-width: 480px){#cookie-settings-modal .modal-dialog{margin:5px}}.fade{transition:opacity 0.15s linear}.fade.in{opacity:1}.cookie-dialog input[type="checkbox"]{display:none}.cookie-dialog input[type="checkbox"]+label{position:relative;display:inline-flex;cursor:pointer;font-family:sans-serif;font-size:24px;line-height:1}.cookie-dialog input[type="checkbox"]+label:before{width:60px;height:24px;border-radius:30px;border:2px solid #ddd;background-color:#eee;content:"";margin-right:25px;transition:background-color 0.5s linear}.cookie-dialog input[type="checkbox"]+label:after{width:30px;height:30px;border-radius:30px;background-color:#fff;content:"";transition:margin 0.1s linear;box-shadow:0px 0px 5px #aaa;position:absolute;left:0px;top:-1px}.cookie-dialog input[type="checkbox"]:checked+label:before{background-color:#e40613}.cookie-dialog input[type="checkbox"]:checked+label:after{margin:0 0 0 34px}.cookie-dialog .link-button{width:100%}.cookie-dialog .btn-cookie-details{width:fit-content;background-color:white;color:#e40613;border:none;padding:0;cursor:pointer}.cookie-dialog .header-description,.cookie-dialog .cookie-description{line-height:24px}.cookie-dialog .cookie-description{margin-left:85px}.cookie-dialog .cookie-details{display:none}.cookie-dialog .cookie-details h3{font-weight:bold;font-size:18px}.cookie-dialog .cookie-details table{width:100%}.cookie-dialog .cookie-box{margin-bottom:25px}.cookie-dialog .cookie-box{background-color:white;padding:25px;padding-bottom:15px}.cookie-dialog .cookie-box-headline{display:flex;background-color:#e40613;color:white;padding:20px 25px}.cookie-dialog .cookie-box-headline h3{margin:0;font-size:26px}.cookie-dialog .cookie-box-headline span{margin-right:10px}#cookie-settings-modal{display:none}#cookie-settings-modal .cookie-box{padding:0px}#google-map.cookie-dialog{max-width:500px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center}@media (max-width: 480px){#google-map.cookie-dialog{display:block}}@media (max-width: 480px){.video-youtube__iframe.cookie-dialog{position:static}}div.iframe{max-width:500px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center}.cookie-button .container{width:650px}

