﻿@charset "UTF-8";
/****************
  tb mixins
*****************/
.flex-container, .ContentNewsBox .newsBoxItemCont, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .flex-container .flex-item, .ContentNewsBox .newsBoxItemCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: flex; }
    .flex-container .flex-item .flex-inner, .ContentNewsBox .newsBoxItemCont .flex-item .flex-inner, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .flex-inner {
      display: block;
      width: 100%; }

/*** Colors ***/
.shades.greyBg {
  background-color: #F4F5F6 !important; }

.shades-text.text-greyBg {
  color: #F4F5F6 !important; }

.shades.greyBorder {
  background-color: #BBB !important; }

.shades-text.text-greyBorder {
  color: #BBB !important; }

.shades.blueGrey {
  background-color: #004570 !important; }

.shades-text.text-blueGrey {
  color: #004570 !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.status-color.green {
  background-color: #22b132 !important; }

.status-color-text.text-green {
  color: #22b132 !important; }

.status-color.yellow {
  background-color: #FF0 !important; }

.status-color-text.text-yellow {
  color: #FF0 !important; }

.status-color.orange {
  background-color: #ed740d !important; }

.status-color-text.text-orange {
  color: #ed740d !important; }

.status-color.red {
  background-color: #ff0000 !important; }

.status-color-text.text-red {
  color: #ff0000 !important; }

.status-color.redbg {
  background-color: #ffcccc !important; }

.status-color-text.text-redbg {
  color: #ffcccc !important; }

.status-color.info {
  background-color: #00AADA !important; }

.status-color-text.text-info {
  color: #00AADA !important; }

.greyBg {
  background-color: #F4F5F6 !important; }

.greyBg-text {
  color: #F4F5F6 !important; }

.greyBorder {
  background-color: #BBB !important; }

.greyBorder-text {
  color: #BBB !important; }

.blueGrey {
  background-color: #004570 !important; }

.blueGrey-text {
  color: #004570 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/*** Global ***/
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

/*** tbCookie2020 - with klaro!r ***/
/*** Mehr Einstellungen unter Content\tbModule\tbCookie2020\klaro-vars.scss***/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'museo_sans_rounded';
  src: url("/Content/fonts/museo-rounded/museosansrounded-100-webfont.woff2") format("woff2"), url("/Content/fonts/museo-rounded/museosansrounded-100-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_rounded';
  src: url("/Content/fonts/museo-rounded/museosansrounded-300-webfont.woff2") format("woff2"), url("/Content/fonts/museo-rounded/museosansrounded-300-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_rounded';
  src: url("/Content/fonts/museo-rounded/museosansrounded-300-webfont.woff2") format("woff2"), url("/Content/fonts/museo-rounded/museosansrounded-300-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_rounded';
  src: url("/Content/fonts/museo-rounded/museosansrounded-500-webfont.woff2") format("woff2"), url("/Content/fonts/museo-rounded/museosansrounded-500-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_rounded';
  src: url("/Content/fonts/museo-rounded/museosansrounded-700-webfont.woff2") format("woff2"), url("/Content/fonts/museo-rounded/museosansrounded-700-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'museo_sans_rounded';
  src: url("/Content/fonts/museo-rounded/museosansrounded-900-webfont.woff2") format("woff2"), url("/Content/fonts/museo-rounded/museosansrounded-900-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  font-size: 18px;
  font-family: museo_sans_rounded;
  font-weight: 100;
  color: #000;
  line-height: 1.4em; }

strong {
  font-weight: 700; }

.base-text {
  font-weigh: 300; }

.heading {
  color: #3D2619;
  font-weight: 700; }

footer .heading {
  color: #FFF; }

.subheading {
  color: #333;
  font-weight: 300; }

.h1,
.h2,
.h3,
.h4 {
  letter-spacing: 1px; }

.h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: normal; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 600px) {
    .h1 {
      font-size: 25px; } }

.h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0.75rem;
  line-height: normal; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .h2 {
      font-size: 22px; } }
  @media only screen and (max-width: 600px) {
    .h2 {
      font-size: 20px; } }

.h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: normal; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .h3 {
      font-size: 24px; } }
  @media only screen and (max-width: 600px) {
    .h3 {
      font-size: 22px; } }

.h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: normal; }
  @media only screen and (max-width: 992px) {
    .h4 {
      font-size: 15px; } }

.h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.75rem;
  line-height: normal; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .h5 {
      font-size: 17px; } }
  @media only screen and (max-width: 600px) {
    .h5 {
      font-size: 15px; } }

.container {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  .container {
    width: 85%; } }

@media only screen and (min-width: 993px) {
  .container {
    width: 70%; } }

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: 0; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: 0; }
    .row .col.s3 {
      width: 25%;
      margin-left: 0; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: 0; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: 0; }
    .row .col.s6 {
      width: 50%;
      margin-left: 0; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: 0; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: 0; }
    .row .col.s9 {
      width: 75%;
      margin-left: 0; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: 0; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: 0; }
    .row .col.s12 {
      width: 100%;
      margin-left: 0; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: 0; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: 0; }
      .row .col.m3 {
        width: 25%;
        margin-left: 0; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: 0; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: 0; }
      .row .col.m6 {
        width: 50%;
        margin-left: 0; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: 0; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: 0; }
      .row .col.m9 {
        width: 75%;
        margin-left: 0; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: 0; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: 0; }
      .row .col.m12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: 0; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: 0; }
      .row .col.l3 {
        width: 25%;
        margin-left: 0; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: 0; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: 0; }
      .row .col.l6 {
        width: 50%;
        margin-left: 0; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: 0; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: 0; }
      .row .col.l9 {
        width: 75%;
        margin-left: 0; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: 0; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: 0; }
      .row .col.l12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; } }

@font-face {
  font-family: 'Joytoy';
  src: url("/content/fonts/JoyToy-icons/Joytoy.eot?9ebc86");
  src: url("/content/fonts/JoyToy-icons/Joytoy.eot?9ebc86#iefix") format("embedded-opentype"), url("/content/fonts/JoyToy-icons/Joytoy.ttf?9ebc86") format("truetype"), url("/content/fonts/JoyToy-icons/Joytoy.woff?9ebc86") format("woff"), url("/content/fonts/JoyToy-icons/Joytoy.svg?9ebc86#Joytoy") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconGeneral, .ContentVertrieb .SingleLandCont .region:before, .ContainerContent8Video .VideoInner a:before, .prodFilterBar .singleFilterSelect .selectContainer::after, [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Joytoy' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-s-fb:before, .prodFilterBar .singleFilterSelect .icon-s-fb.selectContainer::after {
  content: "\e901"; }

.icon-s-tw:before, .prodFilterBar .singleFilterSelect .icon-s-tw.selectContainer::after {
  content: "\e900"; }

.icon-s-in:before, .prodFilterBar .singleFilterSelect .icon-s-in.selectContainer::after {
  content: "\e903"; }

.icon-s-mail:before, .prodFilterBar .singleFilterSelect .icon-s-mail.selectContainer::after {
  content: "\e904"; }

.icon-s-pint:before, .prodFilterBar .singleFilterSelect .icon-s-pint.selectContainer::after {
  content: "\e905"; }

.icon-s-thum:before, .prodFilterBar .singleFilterSelect .icon-s-thum.selectContainer::after {
  content: "\e906"; }

.icon-close:before, .prodFilterBar .singleFilterSelect .icon-close.selectContainer::after {
  content: "\e907"; }

.icon-map:before, .ContentVertrieb .SingleLandCont .region:before, .ContentVertrieb .SingleLandCont .prodFilterBar .singleFilterSelect .region.selectContainer::after, .prodFilterBar .singleFilterSelect .ContentVertrieb .SingleLandCont .region.selectContainer::after, .prodFilterBar .singleFilterSelect .icon-map.selectContainer::after {
  content: "\e908"; }

.icon-play:before, .prodFilterBar .singleFilterSelect .icon-play.selectContainer::after {
  content: "\e909"; }

.icon-menu:before, .prodFilterBar .singleFilterSelect .icon-menu.selectContainer::after {
  content: "\e90a"; }

.icon-user:before, .prodFilterBar .singleFilterSelect .icon-user.selectContainer::after {
  content: "\e90b"; }

.icon-back:before, .prodFilterBar .singleFilterSelect .icon-back.selectContainer::after {
  content: "\e90c"; }

.icon-FB:before, .prodFilterBar .singleFilterSelect .icon-FB.selectContainer::after {
  content: "\e90d"; }

.icon-herz:before, .prodFilterBar .singleFilterSelect .icon-herz.selectContainer::after {
  content: "\e90e"; }

.icon-li:before, .prodFilterBar .singleFilterSelect .icon-li.selectContainer::after {
  content: "\e90f"; }

.icon-lupe:before, .prodFilterBar .singleFilterSelect .icon-lupe.selectContainer::after {
  content: "\e910"; }

.icon-pfeil:before, .prodFilterBar .singleFilterSelect .icon-pfeil.selectContainer::after {
  content: "\e911"; }

.icon-pinterest:before, .prodFilterBar .singleFilterSelect .icon-pinterest.selectContainer::after {
  content: "\e912"; }

.icon-re:before, .ContainerContent8Video .VideoInner a:before, .ContainerContent8Video .VideoInner .prodFilterBar .singleFilterSelect a.selectContainer::after, .prodFilterBar .singleFilterSelect .ContainerContent8Video .VideoInner a.selectContainer::after, .prodFilterBar .singleFilterSelect .icon-re.selectContainer::after {
  content: "\e913"; }

.icon-re2:before, .prodFilterBar .singleFilterSelect .selectContainer::after {
  content: "\e914"; }

.icon-Twitter:before, .prodFilterBar .singleFilterSelect .icon-Twitter.selectContainer::after {
  content: "\e915"; }

/* Vorlage für CMS-Eigenschaften */
.cmsEditUrl {
  background: #FFF;
  color: #F00 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: normal !important; }

#previewOverlay {
  position: fixed;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100000;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  text-align: center; }
  #previewOverlay a {
    text-decoration: none; }
  #previewOverlay .btn {
    background-color: #f6f6f6;
    border-radius: 3px;
    color: #333;
    margin: 7px 10px;
    padding: 5px 20px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    line-height: 1.2;
    height: auto; }
    #previewOverlay .btn:hover {
      background-color: #00aada;
      border: 1px solid #00bbee;
      color: #fff; }

#prevBtnOverview.truetrue,
#BtnCmsLinks.truetrue {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff; }

#onlineBtnOverview.true {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff; }

/* Vorlage für CMS-Eigenschaften - ENDE */
/* Eigenschaften - Definitionen */
.dn {
  display: none; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.cp {
  cursor: pointer; }

.LClear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0%;
  width: 1px; }

.LClearL {
  clear: left;
  height: 0;
  overflow: hidden;
  font-size: 0%; }

.ClearAfter {
  content: "";
  display: table;
  clear: both; }

.LC, .LCs {
  clear: both; }

.LCs {
  font-size: 0%;
  overflow: hidden; }
  .LCs.s2 {
    height: 2px; }
  .LCs.s4 {
    height: 4px; }
  .LCs.s6 {
    height: 6px; }
  .LCs.s8 {
    height: 8px; }
  .LCs.s10 {
    height: 10px; }
  .LCs.s12 {
    height: 12px; }
  .LCs.s14 {
    height: 14px; }
  .LCs.s16 {
    height: 16px; }
  .LCs.s18 {
    height: 18px; }
  .LCs.s20 {
    height: 20px; }
  .LCs.s22 {
    height: 22px; }
  .LCs.s24 {
    height: 24px; }
  .LCs.s26 {
    height: 26px; }
  .LCs.s28 {
    height: 28px; }
  .LCs.s30 {
    height: 30px; }
  .LCs.s32 {
    height: 32px; }
  .LCs.gutter {
    height: 1.5rem; }
  .LCs.halfGutter {
    height: 0.75rem; }
  .LCs.sSpacerGrey {
    height: 1px;
    background: #BBB; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.hyphenate {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

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

.row .col.no-pad {
  padding-left: 0;
  padding-right: 0; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

/* Eigenschaften - Definitionen - ENDE */
.rotate-90,
.icon-rotate-90::before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block; }

.rotate-180,
.icon-rotate-180::before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block; }

.rotate-270,
.icon-rotate-270::before {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block; }

a {
  color: #EF3038;
  text-decoration: none; }

a:hover {
  color: #db1119;
  text-decoration: underline; }

a.callTel {
  cursor: text; }
  a.callTel:hover {
    text-decoration: none !important; }
  a.callTel.callTelActive {
    cursor: pointer; }
    a.callTel.callTelActive:hover {
      text-decoration: underline !important; }

img {
  border-width: 0; }

table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table th {
    border: 1px solid #CCC;
    padding: 0.375rem 0.75rem; }
  table th {
    font-weight: bold; }
  table tr:nth-child(2n+1) td {
    background: #F0F0F0; }
  table tr:hover td {
    background: #DDD; }

.ContainerContent {
  margin: 0 0 3rem 0; }
  .ContainerContent a:hover {
    text-decoration: underline; }
  .ContainerContent .buttonsContent a {
    margin: 0.75rem 1.5rem 0 0;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 11px 1.5rem 9px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .ContainerContent .buttonsContent a:last-child {
      margin-right: 0; }
    .ContainerContent .buttonsContent a.buttonPage {
      background: #EF3038; }
      .ContainerContent .buttonsContent a.buttonPage:hover {
        text-decoration: none;
        background: #db1119; }
    .ContainerContent .buttonsContent a.buttonTrailer {
      background: rgba(0, 0, 0, 0.4); }
      .ContainerContent .buttonsContent a.buttonTrailer i {
        font-size: 1.3rem;
        background: rgba(0, 0, 0, 0.23);
        border-radius: 50%;
        display: inline-block;
        margin-right: 12px;
        margin-top: -7px;
        vertical-align: middle; }
      .ContainerContent .buttonsContent a.buttonTrailer:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.6); }
        .ContainerContent .buttonsContent a.buttonTrailer:hover i {
          background: rgba(0, 0, 0, 0.6); }
    @media only screen and (max-width: 600px) {
      .ContainerContent .buttonsContent a {
        display: block;
        margin-right: 0; } }
  .ContainerContent .newsDate {
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: #333;
    font-size: 17px; }

.my-owl-prev,
.my-owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0);
  padding: 0;
  transition: color .4s, background-color 0.4s;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .my-owl-prev:hover,
  .my-owl-next:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.3); }
  .my-owl-prev.my-owl-prev,
  .my-owl-next.my-owl-prev {
    left: 1.5rem; }
  .my-owl-prev.my-owl-next,
  .my-owl-next.my-owl-next {
    right: 1.5rem; }
  @media only screen and (max-width: 600px) {
    .my-owl-prev.my-owl-prev,
    .my-owl-next.my-owl-prev {
      left: 0.75rem; }
    .my-owl-prev.my-owl-next,
    .my-owl-next.my-owl-next {
      right: 0.75rem; } }

.ContentHeaderslider {
  position: relative;
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
  /*
    &.HeaderImgProdUebersicht{
        .SliderWave{
            display: none;
        }
    }
    */ }
  .ContentHeaderslider.noslider img {
    display: block;
    width: 100%; }
  .ContentHeaderslider .SliderWave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .ContentHeaderslider .SliderWave img {
      width: 100%;
      display: block; }
  .ContentHeaderslider .my-owl-next,
  .ContentHeaderslider .my-owl-prev {
    font-size: 3.2rem;
    margin-top: -26px; }
    @media only screen and (max-width: 600px) {
      .ContentHeaderslider .my-owl-next,
      .ContentHeaderslider .my-owl-prev {
        font-size: 2.2rem;
        margin-top: -18px; } }
  .ContentHeaderslider .buttons {
    position: absolute;
    top: 60%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    z-index: 101;
    text-align: center; }
    .ContentHeaderslider .buttons a {
      color: #FFF;
      text-align: center;
      position: relative;
      margin-bottom: 26px;
      display: inline-block;
      padding: 16px 20px 14px;
      text-decoration: none;
      font-weight: 700;
      font-size: 17px;
      text-transform: uppercase;
      min-width: 225px; }
      .ContentHeaderslider .buttons a.buttonPage {
        border: 5px solid #FFF;
        background: transparent;
        text-shadow: 1px 1px 2px rgba(0, 69, 112, 0.5); }
        .ContentHeaderslider .buttons a.buttonPage:hover {
          background-color: rgba(255, 255, 255, 0.2);
          text-decoration: none; }
      .ContentHeaderslider .buttons a.buttonTrailer {
        background: rgba(0, 0, 0, 0.23);
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        -webkit-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        font-size: 15px;
        line-height: 1.5rem;
        vertical-align: middle; }
        .ContentHeaderslider .buttons a.buttonTrailer i {
          font-size: 1.3rem;
          background: rgba(0, 0, 0, 0.23);
          border-radius: 50%;
          display: inline-block;
          margin-right: 12px;
          margin-top: -7px;
          vertical-align: middle; }
        .ContentHeaderslider .buttons a.buttonTrailer:hover {
          text-decoration: none;
          background: rgba(0, 0, 0, 0.5); }
          .ContentHeaderslider .buttons a.buttonTrailer:hover i {
            background: rgba(0, 0, 0, 0.53); }
    .ContentHeaderslider .buttons a.buttonTrailer {
      color: #FFF;
      text-align: center;
      position: relative;
      display: inline-block; }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
      .ContentHeaderslider .buttons a {
        min-width: 200px;
        font-size: 14px;
        padding: 7px 8px 6px;
        margin-bottom: 12px; }
        .ContentHeaderslider .buttons a.buttonPage {
          border-width: 4px; } }
    @media only screen and (max-width: 600px) {
      .ContentHeaderslider .buttons a.buttonTrailer {
        font-size: 14px;
        padding: 6px 14px 5px;
        min-width: 1px; }
        .ContentHeaderslider .buttons a.buttonTrailer i {
          font-size: 1.1rem; }
      .ContentHeaderslider .buttons a.buttonPage {
        display: none !important; } }
  .ContentHeaderslider .WaveContainer {
    position: relative; }
  .ContentHeaderslider .SliderItemFlyouts {
    text-align: center; }
    @media only screen and (min-width: 601px) {
      .ContentHeaderslider .SliderItemFlyouts .FlyOut {
        position: absolute;
        z-index: 10;
        bottom: 0;
        max-width: 25%; }
        .ContentHeaderslider .SliderItemFlyouts .FlyOut img {
          width: auto;
          max-width: 100%; }
        .ContentHeaderslider .SliderItemFlyouts .FlyOut.FlyOutL {
          left: 10px;
          -webkit-animation: headerslider-slide-in-L 0.5s forwards;
          animation: headerslider-slide-in-L 0.5s forwards; }
        .ContentHeaderslider .SliderItemFlyouts .FlyOut.FlyOutR {
          right: 10px;
          -webkit-animation: headerslider-slide-in-R 0.5s forwards;
          animation: headerslider-slide-in-R 0.5s forwards; }
      .ContentHeaderslider .SliderItemFlyouts.hidden .FlyOut.FlyOutL {
        -webkit-animation: headerslider-slide-out-L 0.5s forwards;
        animation: headerslider-slide-out-L 0.5s forwards; }
      .ContentHeaderslider .SliderItemFlyouts.hidden .FlyOut.FlyOutR {
        -webkit-animation: headerslider-slide-out-R 0.5s forwards;
        animation: headerslider-slide-out-R 0.5s forwards; } }
    @media only screen and (max-width: 600px) {
      .ContentHeaderslider .SliderItemFlyouts {
        -webkit-animation: headerslider-slide-in-R 0.5s forwards;
        animation: headerslider-slide-in-R 0.5s forwards;
        margin-bottom: 1.5rem; }
        .ContentHeaderslider .SliderItemFlyouts .FlyOut.FlyOutL {
          display: none; }
        .ContentHeaderslider .SliderItemFlyouts .FlyOut.FlyOutR {
          width: 70%;
          margin: 0 auto; }
          .ContentHeaderslider .SliderItemFlyouts .FlyOut.FlyOutR img {
            width: 100%; }
        .ContentHeaderslider .SliderItemFlyouts.hidden {
          -webkit-animation: headerslider-slide-out-R 0.5s forwards;
          animation: headerslider-slide-out-R 0.5s forwards;
          position: absolute; } }
    .ContentHeaderslider .SliderItemFlyouts a.buttonPage {
      background: #EF3038;
      color: #FFF;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      padding: 11px 1.5rem 9px;
      text-align: center;
      margin: 0 auto;
      position: relative;
      z-index: 10;
      display: none;
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none; }
      @media only screen and (max-width: 600px) {
        .ContentHeaderslider .SliderItemFlyouts a.buttonPage {
          display: inline-block; } }
      .ContentHeaderslider .SliderItemFlyouts a.buttonPage:hover {
        text-decoration: none;
        background: #db1119; }
    @media only screen and (max-width: 600px) {
      .ContentHeaderslider .SliderItemFlyouts .my-owl-prev,
      .ContentHeaderslider .SliderItemFlyouts .my-owl-next {
        display: none; }
      .ContentHeaderslider .SliderItemFlyouts .buttons {
        top: 60%;
        width: 100%;
        margin: 0;
        left: 0; }
        .ContentHeaderslider .SliderItemFlyouts .buttons a.buttonPage,
        .ContentHeaderslider .SliderItemFlyouts .buttons a.buttonTrailer {
          display: inline-block;
          margin-bottom: 16px;
          margin-right: 5px;
          margin-left: 5px;
          font-size: .8rem; }
        .ContentHeaderslider .SliderItemFlyouts .buttons a.buttonTrailer {
          margin-top: 8px; }
        .ContentHeaderslider .SliderItemFlyouts .buttons .LClear {
          display: none; } }

@media only screen and (max-width: 600px) {
  .lizenz .ContentHeaderslider .SliderItemFlyouts {
    display: none; } }

body {
  /*
    &:not(.navIE) {
        .ContentHeaderslider {
            .SliderWave {
                svg {
                    display: block;
                    width: 100%;
                    height: auto;
                }
            }
        }
    }

    &.navIE {
        .ContentHeaderslider {
            .SliderWave {
                svg {
                    display: block;
                    width: 100%;
                    height: auto;

                }
            }
        }
    }
            */ }
  body .ContentHeaderslider .SliderWave svg {
    display: block;
    width: 100%;
    height: auto; }
    body .ContentHeaderslider .SliderWave svg rect.wave-fill-medium,
    body .ContentHeaderslider .SliderWave svg rect.wave-fill-large {
      display: none; }
    body .ContentHeaderslider .SliderWave svg #waveLizenz path {
      fill: #EF3038; }

.ContentGallery {
  width: 100%;
  position: relative;
  margin-top: 1.5rem; }
  .ContentGallery .owl-item {
    background: #000; }
    .ContentGallery .owl-item img {
      opacity: 0.8; }
      .ContentGallery .owl-item img:hover {
        opacity: 1; }
      @media only screen and (max-width: 992px) {
        .ContentGallery .owl-item img {
          opacity: 1; } }
  .ContentGallery .my-owl-next,
  .ContentGallery .my-owl-prev {
    font-size: 2.2rem;
    margin-top: -18px; }

.ContainerContent3 {
  width: 60%;
  margin: 0 auto 3rem;
  text-align: center; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .ContainerContent3 {
      width: 75%; } }
  @media only screen and (max-width: 600px) {
    .ContainerContent3 {
      width: 100%;
      padding: 0 1.5rem; } }
  .ContainerContent3 .h1 {
    color: #3D2619; }
  .ContainerContent3 .h2 {
    color: #333; }
  .ContainerContent3 ul, .ContainerContent3 ol {
    text-align: left; }

.ContainerContent19 {
  width: 100%;
  padding: 0 30% 0 10%;
  margin: 0 auto 3rem; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .ContainerContent19 {
      padding: 0 10%; } }
  @media only screen and (max-width: 600px) {
    .ContainerContent19 {
      padding: 0 1.5rem; } }
  .ContainerContent19 .h1 {
    color: #3D2619;
    font-size: 30px;
    margin-bottom: 0.5rem; }
  .ContainerContent19 .h2 {
    color: #333; }
  .ContainerContent19 ul, .ContainerContent19 ol {
    text-align: left; }
  .ContainerContent19 img.contentImgLayout19 {
    margin-bottom: 1.5rem; }
  @media only screen and (min-width: 601px) {
    .ContainerContent19 img.contentImgLayout19 {
      margin-left: -1.5rem; } }
  .ContainerContent19 .buttonsContent {
    margin-top: 1.5rem; }

.ContentLeftRight {
  margin-top: -1px;
  border-width: 1px 0 0;
  border-color: #BBB;
  border-style: solid; }
  .ContentLeftRight.noMarginBottom {
    margin-bottom: 0; }
  .ContentLeftRight .flex-container .flex-item, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .flex-item, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .flex-item, .ContentNewsBox .newsBoxItemCont .ContentLeftRight .flex-container .NewsBoxCol, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .flex-container .ContentNewsBoxItemSmall, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .ContentNewsBoxItemSmall {
    width: 50%;
    background-size: cover;
    background-position: center center; }
    .ContentLeftRight .flex-container .flex-item > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .flex-item > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .flex-item > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .flex-item > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .flex-item > div, .ContentNewsBox .newsBoxItemCont .ContentLeftRight .flex-container .NewsBoxCol > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .NewsBoxCol > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .NewsBoxCol > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .flex-container .ContentNewsBoxItemSmall > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .ContentNewsBoxItemSmall > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .ContentNewsBoxItemSmall > div {
      padding: 3rem 6rem; }
      .ContentLeftRight .flex-container .flex-item > div h2, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .flex-item > div h2, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .flex-item > div h2, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .flex-item > div h2, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .flex-item > div h2, .ContentNewsBox .newsBoxItemCont .ContentLeftRight .flex-container .NewsBoxCol > div h2, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol > div h2, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol > div h2, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .NewsBoxCol > div h2, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .NewsBoxCol > div h2, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .flex-container .ContentNewsBoxItemSmall > div h2, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div h2, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div h2, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .ContentNewsBoxItemSmall > div h2, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .ContentNewsBoxItemSmall > div h2 {
        font-weight: 700;
        color: #3D2619; }
  @media only screen and (max-width: 992px) {
    .ContentLeftRight .flex-container, .ContentLeftRight .ContentNewsBox .newsBoxItemCont, .ContentNewsBox .ContentLeftRight .newsBoxItemCont, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont {
      display: block; }
      .ContentLeftRight .flex-container .flex-item, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .flex-item, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .flex-item, .ContentNewsBox .newsBoxItemCont .ContentLeftRight .flex-container .NewsBoxCol, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .flex-container .ContentNewsBoxItemSmall, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .ContentNewsBoxItemSmall {
        display: block;
        width: 100%;
        min-height: 250px; }
        .ContentLeftRight .flex-container .flex-item > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .flex-item > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .flex-item > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .flex-item > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .flex-item > div, .ContentNewsBox .newsBoxItemCont .ContentLeftRight .flex-container .NewsBoxCol > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .NewsBoxCol > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .NewsBoxCol > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .flex-container .ContentNewsBoxItemSmall > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .ContentNewsBoxItemSmall > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .ContentNewsBoxItemSmall > div {
          padding: 3rem 3rem; } }
  @media only screen and (max-width: 600px) {
    .ContentLeftRight .flex-container .flex-item, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .flex-item, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .flex-item, .ContentNewsBox .newsBoxItemCont .ContentLeftRight .flex-container .NewsBoxCol, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .flex-container .ContentNewsBoxItemSmall, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .ContentNewsBoxItemSmall {
      min-height: 200px; }
      .ContentLeftRight .flex-container .flex-item > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .flex-item > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .flex-item > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .flex-item > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .flex-item > div, .ContentNewsBox .newsBoxItemCont .ContentLeftRight .flex-container .NewsBoxCol > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .NewsBoxCol > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .NewsBoxCol > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .flex-container .ContentNewsBoxItemSmall > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div, .ContentNewsBox .ContentLeftRight .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall > div, .ContentLeftRight .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont .ContentNewsBoxItemSmall > div, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight .NewsBoxSmallCont .ContentNewsBoxItemSmall > div {
        padding: 3rem 1.5rem; } }
  .ContentLeftRight.ContainerContent4 .flex-item.imgCont, .ContentLeftRight.ContainerContent4 .ContentNewsBox .newsBoxItemCont .imgCont.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ContentLeftRight.ContainerContent4 .imgCont.NewsBoxCol, .ContentLeftRight.ContainerContent4 .ContentNewsBox .newsBoxItemCont .NewsBoxCol .imgCont.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight.ContainerContent4 .imgCont.ContentNewsBoxItemSmall {
    order: 2; }
  .ContentLeftRight.ContainerContent4 .flex-item.txtCont, .ContentLeftRight.ContainerContent4 .ContentNewsBox .newsBoxItemCont .txtCont.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ContentLeftRight.ContainerContent4 .txtCont.NewsBoxCol, .ContentLeftRight.ContainerContent4 .ContentNewsBox .newsBoxItemCont .NewsBoxCol .txtCont.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentLeftRight.ContainerContent4 .txtCont.ContentNewsBoxItemSmall {
    order: 1; }

.ContentColumns {
  color: #333; }
  .ContentColumns h3 {
    font-weight: 300;
    font-size: 25px;
    color: #333;
    margin-bottom: 1.5rem; }
  .ContentColumns .flex-container, .ContentColumns .ContentNewsBox .newsBoxItemCont, .ContentNewsBox .ContentColumns .newsBoxItemCont, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .NewsBoxSmallCont, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont {
    margin: 0 auto; }
    .ContentColumns .flex-container .flex-item, .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item, .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item, .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .NewsBoxCol, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .ContentNewsBoxItemSmall, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .ContentNewsBoxItemSmall {
      width: 25%;
      min-width: 300px;
      margin-bottom: 1.5rem;
      padding: 1.5rem 2.25rem 1.5rem;
      border-color: #BBB;
      border-style: solid;
      border-width: 0 0 0 1px; }
      .ContentColumns .flex-container .flex-item:nth-child(4n), .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item:nth-child(4n), .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item:nth-child(4n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item:nth-child(4n), .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .NewsBoxCol:nth-child(4n), .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol:nth-child(4n), .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol:nth-child(4n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .NewsBoxCol:nth-child(4n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .ContentNewsBoxItemSmall:nth-child(4n), .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall:nth-child(4n), .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall:nth-child(4n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .ContentNewsBoxItemSmall:nth-child(4n) {
        border-right-width: 1px; }
      .ContentColumns .flex-container .flex-item.txtContSocial, .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item.txtContSocial, .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item.txtContSocial, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item.txtContSocial, .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .txtContSocial.NewsBoxCol, .ContentColumns .ContentNewsBox .newsBoxItemCont .txtContSocial.NewsBoxCol, .ContentNewsBox .ContentColumns .newsBoxItemCont .txtContSocial.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .txtContSocial.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .txtContSocial.ContentNewsBoxItemSmall, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .txtContSocial.ContentNewsBoxItemSmall, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .txtContSocial.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .txtContSocial.ContentNewsBoxItemSmall {
        border-color: #FFF;
        background: #F4F5F6;
        padding-bottom: 5rem;
        position: relative; }
        .ContentColumns .flex-container .flex-item.txtContSocial .socials, .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item.txtContSocial .socials, .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item.txtContSocial .socials, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item.txtContSocial .socials, .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .txtContSocial.NewsBoxCol .socials, .ContentColumns .ContentNewsBox .newsBoxItemCont .txtContSocial.NewsBoxCol .socials, .ContentNewsBox .ContentColumns .newsBoxItemCont .txtContSocial.NewsBoxCol .socials, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .txtContSocial.NewsBoxCol .socials, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .txtContSocial.ContentNewsBoxItemSmall .socials, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .txtContSocial.ContentNewsBoxItemSmall .socials, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .txtContSocial.ContentNewsBoxItemSmall .socials, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .txtContSocial.ContentNewsBoxItemSmall .socials {
          position: absolute;
          bottom: 1.5rem; }
          .ContentColumns .flex-container .flex-item.txtContSocial .socials a, .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item.txtContSocial .socials a, .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item.txtContSocial .socials a, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item.txtContSocial .socials a, .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .txtContSocial.NewsBoxCol .socials a, .ContentColumns .ContentNewsBox .newsBoxItemCont .txtContSocial.NewsBoxCol .socials a, .ContentNewsBox .ContentColumns .newsBoxItemCont .txtContSocial.NewsBoxCol .socials a, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .txtContSocial.NewsBoxCol .socials a, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .txtContSocial.ContentNewsBoxItemSmall .socials a, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .txtContSocial.ContentNewsBoxItemSmall .socials a, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .txtContSocial.ContentNewsBoxItemSmall .socials a, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .txtContSocial.ContentNewsBoxItemSmall .socials a {
            color: #333; }
    @media only screen and (max-width: 1400px) {
      .ContentColumns .flex-container .flex-item, .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item, .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item, .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .NewsBoxCol, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .ContentNewsBoxItemSmall, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .ContentNewsBoxItemSmall {
        width: 50%;
        min-width: 1px; }
        .ContentColumns .flex-container .flex-item:nth-child(2n), .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item:nth-child(2n), .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item:nth-child(2n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item:nth-child(2n), .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .NewsBoxCol:nth-child(2n), .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol:nth-child(2n), .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol:nth-child(2n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .NewsBoxCol:nth-child(2n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .ContentNewsBoxItemSmall:nth-child(2n), .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall:nth-child(2n), .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall:nth-child(2n), .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .ContentNewsBoxItemSmall:nth-child(2n) {
          border-right-width: 1px; } }
    @media only screen and (max-width: 600px) {
      .ContentColumns .flex-container .flex-item, .ContentColumns .ContentNewsBox .newsBoxItemCont .flex-item, .ContentNewsBox .ContentColumns .newsBoxItemCont .flex-item, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .flex-item, .ContentNewsBox .newsBoxItemCont .ContentColumns .flex-container .NewsBoxCol, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .flex-container .ContentNewsBoxItemSmall, .ContentColumns .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .ContentColumns .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentColumns .NewsBoxSmallCont .ContentNewsBoxItemSmall {
        width: 100%;
        min-width: 1px;
        border-right-width: 1px; } }

.ContentVertrieb .Countries ul {
  list-style: none;
  display: block;
  width: 100%;
  background: #F4F5F6;
  text-align: center; }
  .ContentVertrieb .Countries ul li {
    display: inline-block;
    padding: 15px 1.5rem 13px;
    font-weight: 700;
    font-size: 17px;
    position: relative; }
    .ContentVertrieb .Countries ul li.cp:hover {
      color: #EF3038; }
    .ContentVertrieb .Countries ul li.active {
      background: #EF3038;
      color: #FFF; }
      .ContentVertrieb .Countries ul li.active.cp {
        cursor: text; }
        .ContentVertrieb .Countries ul li.active.cp:hover {
          color: #FFF; }
      .ContentVertrieb .Countries ul li.active:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #EF3038;
        border-width: 6px;
        margin-left: -6px; }

.ContentVertrieb .SingleLandCont .singlePartner.flex-item, .ContentVertrieb .SingleLandCont .ContentNewsBox .newsBoxItemCont .singlePartner.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ContentVertrieb .SingleLandCont .singlePartner.NewsBoxCol, .ContentVertrieb .SingleLandCont .ContentNewsBox .newsBoxItemCont .NewsBoxCol .singlePartner.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentVertrieb .SingleLandCont .singlePartner.ContentNewsBoxItemSmall {
  width: 25%; }
  @media only screen and (max-width: 1400px) {
    .ContentVertrieb .SingleLandCont .singlePartner.flex-item, .ContentVertrieb .SingleLandCont .ContentNewsBox .newsBoxItemCont .singlePartner.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ContentVertrieb .SingleLandCont .singlePartner.NewsBoxCol, .ContentVertrieb .SingleLandCont .ContentNewsBox .newsBoxItemCont .NewsBoxCol .singlePartner.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentVertrieb .SingleLandCont .singlePartner.ContentNewsBoxItemSmall {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .ContentVertrieb .SingleLandCont .singlePartner.flex-item, .ContentVertrieb .SingleLandCont .ContentNewsBox .newsBoxItemCont .singlePartner.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ContentVertrieb .SingleLandCont .singlePartner.NewsBoxCol, .ContentVertrieb .SingleLandCont .ContentNewsBox .newsBoxItemCont .NewsBoxCol .singlePartner.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentVertrieb .SingleLandCont .singlePartner.ContentNewsBoxItemSmall {
      width: 100%; } }

.ContentVertrieb .SingleLandCont .singlePartnerInner {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 1.5rem;
  text-overflow: ellipsis; }

.ContentVertrieb .SingleLandCont .region {
  font-size: 25px;
  margin-bottom: 0.5rem; }
  .ContentVertrieb .SingleLandCont .region:before, .ContentVertrieb .SingleLandCont .prodFilterBar .singleFilterSelect .region.selectContainer::after, .prodFilterBar .singleFilterSelect .ContentVertrieb .SingleLandCont .region.selectContainer::after {
    color: #EF3038;
    font-size: 80%;
    padding-right: 0.5rem; }

.ContentVertrieb .SingleLandCont .contactTitle {
  font-weight: 700; }

.ContentVertrieb .SingleLandCont a.callTel {
  color: #000; }
  .ContentVertrieb .SingleLandCont a.callTel.callTelActive {
    color: #EF3038; }

.ContainerContent9Form {
  background: #EF3038;
  color: #FFF; }
  .ContainerContent9Form .ContainerContent9 {
    float: left;
    width: 33%;
    margin-bottom: 0;
    padding: 3rem 1.5rem; }
  .ContainerContent9Form .ContainerRightForm {
    display: inline-block;
    width: 66%;
    float: left;
    padding: 3rem 1.5rem; }
  @media only screen and (max-width: 800px) {
    .ContainerContent9Form .ContainerContent9,
    .ContainerContent9Form .ContainerRightForm {
      float: none;
      width: 100%; }
    .ContainerContent9Form .ContainerRightForm {
      padding-top: 0; } }
  .ContainerContent9Form .h1 {
    font-size: 30px; }
  .ContainerContent9Form a {
    color: #FFF;
    font-weight: 400;
    text-decoration: underline; }

/* Content-Accordeon - START */
.ContentAccordeon {
  margin: 0; }
  .ContentAccordeon .ContentAccordeonCont {
    background: #FFF; }
  .ContentAccordeon .SingleAccordeonItem {
    /*geschlossene Elemente*/
    background: #DDD; }
    .ContentAccordeon .SingleAccordeonItem.AccordeonIsOpen {
      /*geoeffnete Elemente*/
      background: blue; }
    .ContentAccordeon .SingleAccordeonItem .SingleAccordeonContent {
      height: 0;
      overflow: hidden;
      background: #EEE; }
      .ContentAccordeon .SingleAccordeonItem .SingleAccordeonContent a {
        text-decoration: underline; }
      .ContentAccordeon .SingleAccordeonItem .SingleAccordeonContent .SingleAccordeonContentInner {
        padding: 0.75rem 1.5rem; }
      .ContentAccordeon .SingleAccordeonItem .SingleAccordeonContent img.contentImgLayout16 {
        float: left;
        margin: 4px 1.5rem 1.5rem 0;
        max-width: 50%;
        display: block; }
        @media only screen and (max-width: 600px) {
          .ContentAccordeon .SingleAccordeonItem .SingleAccordeonContent img.contentImgLayout16 {
            width: 100%;
            max-width: none;
            margin: 0 0 1.5rem 0; } }
    .ContentAccordeon .SingleAccordeonItem .SingleAccordeonOpener {
      font-size: 24px;
      color: #000;
      line-height: normal;
      font-weight: normal;
      display: block;
      cursor: pointer;
      padding: 0.75rem; }
    .ContentAccordeon .SingleAccordeonItem .SingleAccordeonOpener:hover {
      background-color: #CECECE; }

.ContainerContent8 {
  margin-bottom: 0.75rem; }

.ContainerContent8Video {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .ContainerContent8Video .VideoInner {
    margin: 4.5rem auto;
    width: 730px;
    height: 410px; }
    .ContainerContent8Video .VideoInner a {
      display: block;
      position: relative; }
      .ContainerContent8Video .VideoInner a:before, .ContainerContent8Video .VideoInner .prodFilterBar .singleFilterSelect a.selectContainer::after, .prodFilterBar .singleFilterSelect .ContainerContent8Video .VideoInner a.selectContainer::after {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 76px;
        height: 76px;
        line-height: 76px;
        text-align: center;
        margin: -38px 0 0 -38px;
        color: #FFF;
        font-size: 70px; }
    .ContainerContent8Video .VideoInner img {
      width: 100%;
      display: block;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .ContainerContent8Video .VideoInner iframe {
      width: 100%;
      height: 410px; }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
      .ContainerContent8Video .VideoInner {
        width: 550px;
        height: 309.3px; }
        .ContainerContent8Video .VideoInner iframe {
          height: 309.3px; } }
    @media only screen and (max-width: 600px) {
      .ContainerContent8Video .VideoInner {
        width: 80%;
        height: auto;
        min-height: 200px; }
        .ContainerContent8Video .VideoInner iframe {
          height: 200px; }
        .ContainerContent8Video .VideoInner a:before, .ContainerContent8Video .VideoInner .prodFilterBar .singleFilterSelect a.selectContainer::after, .prodFilterBar .singleFilterSelect .ContainerContent8Video .VideoInner a.selectContainer::after {
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          margin: -25px 0 0 -25px;
          color: #FFF;
          font-size: 48px; } }

/* Content-Accordeon - ENDE */
.FlyoutImages {
  position: relative;
  height: 1px;
  width: 100%;
  margin-bottom: 1.5rem; }
  .FlyoutImages .FlyOut {
    top: -3.2rem; }
  .FlyoutImages.FlyOutProdDetail {
    margin-bottom: 3rem; }
    @media only screen and (min-width: 993px) {
      .FlyoutImages.FlyOutProdDetail .FlyOut {
        top: -6.75rem; }
        .FlyoutImages.FlyOutProdDetail .FlyOut img {
          max-height: 225px; } }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
      .FlyoutImages.FlyOutProdDetail .FlyOut {
        top: -6rem; }
        .FlyoutImages.FlyOutProdDetail .FlyOut img {
          max-height: 190px; } }
    @media only screen and (max-width: 600px) {
      .FlyoutImages.FlyOutProdDetail .FlyOut {
        top: -4.5rem; }
        .FlyoutImages.FlyOutProdDetail .FlyOut img {
          max-height: 150px; } }

.FlyOutContent .FlyOut {
  position: absolute;
  z-index: 10;
  max-width: 25%;
  pointer-events: none; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .FlyOutContent .FlyOut {
      top: -40px; } }
  @media only screen and (max-width: 600px) {
    .FlyOutContent .FlyOut {
      top: -35px;
      max-width: 37%; } }
  .FlyOutContent .FlyOut img {
    width: auto;
    max-width: 100%;
    pointer-events: none; }
  .FlyOutContent .FlyOut.FlyOutL {
    left: 0;
    -webkit-animation: headerslider-slide-out-L 0.5s forwards;
    animation: headerslider-slide-out-L 0.5s forwards; }
    .FlyOutContent .FlyOut.FlyOutL.in-view {
      -webkit-animation: headerslider-slide-in-L 0.5s forwards;
      animation: headerslider-slide-in-L 0.5s forwards; }
  .FlyOutContent .FlyOut.FlyOutR {
    right: 0;
    -webkit-animation: headerslider-slide-out-R 0.5s forwards;
    animation: headerslider-slide-out-R 0.5s forwards; }
    .FlyOutContent .FlyOut.FlyOutR.in-view {
      -webkit-animation: headerslider-slide-in-R 0.5s forwards;
      animation: headerslider-slide-in-R 0.5s forwards; }

.lizenz .FlyOut.FlyOutR {
  max-width: 30%; }

.FlyoutImages.FlyOutSpacer1,
.ContainerContent.FlyOutSpacer1 {
  margin-bottom: 0; }

.FlyoutImages.FlyOutSpacer2,
.ContainerContent.FlyOutSpacer2 {
  margin-bottom: 3rem; }

.FlyoutImages.FlyOutSpacer3,
.ContainerContent.FlyOutSpacer3 {
  margin-bottom: 6rem; }

.FlyoutImages.FlyOutSpacer4,
.ContainerContent.FlyOutSpacer4 {
  margin-bottom: 9rem; }

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .FlyoutImages.FlyOutSpacer2,
  .ContainerContent.FlyOutSpacer2 {
    margin-bottom: 1.5rem; }
  .FlyoutImages.FlyOutSpacer3,
  .ContainerContent.FlyOutSpacer3 {
    margin-bottom: 3rem; }
  .FlyoutImages.FlyOutSpacer4,
  .ContainerContent.FlyOutSpacer4 {
    margin-bottom: 6rem; } }

@media only screen and (max-width: 600px) {
  .FlyoutImages.FlyOutSpacer2,
  .ContainerContent.FlyOutSpacer2 {
    margin-bottom: 1.5rem; }
  .FlyoutImages.FlyOutSpacer3,
  .ContainerContent.FlyOutSpacer3 {
    margin-bottom: 3rem; }
  .FlyoutImages.FlyOutSpacer4,
  .ContainerContent.FlyOutSpacer4 {
    margin-bottom: 6rem; } }

.ContentNewsBox {
  background: #F4F5F6;
  margin-bottom: 0.5rem; }
  .ContentNewsBox .ContentNewsBoxInner {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .ContentNewsBox .ContentNewsBoxInner .newsBoxTitle {
      color: #EF3038;
      margin-bottom: 1.5rem; }
      .ContentNewsBox .ContentNewsBoxInner .newsBoxTitle span {
        color: #666666; }
  .ContentNewsBox .newsBoxItemCont {
    width: 100%; }
    .ContentNewsBox .newsBoxItemCont .NewsBoxCol {
      width: 50%;
      position: relative;
      color: #333;
      text-shadow: 0 0 2px rgba(255, 255, 255, 0.4); }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol a {
        color: #333; }
        .ContentNewsBox .newsBoxItemCont .NewsBoxCol a:hover {
          text-decoration: none; }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColor2 {
        color: #FFF;
        text-shadow: 0 0 2px rgba(51, 51, 51, 0.8); }
        .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColor2 a {
          color: #FFF; }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig a {
        min-height: 600px;
        background-size: cover;
        background-position: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        -webkit-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        margin: 2px;
        width: 100%;
        vertical-align: bottom;
        position: relative;
        display: block; }
        .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig a > span {
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 2.25rem 3rem; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig a > span span {
            font-size: 35px;
            font-weight: 700; }
            .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig a > span span.newsDatum {
              margin-top: 0.5rem;
              display: block;
              font-size: 15px;
              font-weight: 500; }
          @media only screen and (max-width: 600px) {
            .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig a > span {
              padding: 1.5rem; }
              .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig a > span span {
                font-size: 20px; } }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall {
        width: 50%; }
        .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a {
          display: block;
          width: 100%;
          min-height: 298px;
          margin: 2px;
          position: relative;
          background: #FFF;
          text-align: center;
          padding-bottom: 60px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
          -moz-background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          -webkit-background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */ }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a.facebook {
            background: #3A579B;
            color: #FFF; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a.twitter {
            background: #4DAAF0;
            color: #FFF; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a .imgcont {
            height: 150px;
            display: block;
            background-position: center;
            background-size: cover;
            margin-bottom: 0.75rem; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a .socialIcon {
            display: block;
            padding: 1.5rem;
            font-size: 35px; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a .txtcont {
            display: block;
            font-size: 26px;
            font-weight: 700;
            padding: 0 0.75rem; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a .socialTxtcont {
            display: block;
            font-size: 19px;
            line-height: 1.8;
            font-weight: 400;
            padding: 0 0.75rem; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a .newsdatum {
            font-size: 15px;
            font-weight: 400;
            display: block;
            margin-bottom: 4px; }
          .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a .linktext {
            display: block;
            position: absolute;
            bottom: 0;
            height: 60px;
            line-height: 60px;
            width: 100%;
            left: 0;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase; }
            .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall a .linktext i {
              font-size: 11px; }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemsocialNews a {
        padding-bottom: 80px; }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemsocialNews .socialAvatar {
        height: 80px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.75rem 1.5rem 0;
        text-align: left;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500; }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemsocialNews .avatarImg {
        -webkit-border-radius: 19px;
        border-radius: 19px;
        -moz-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        -webkit-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        overflow: hidden;
        width: 38px;
        height: 38px;
        display: block;
        float: left;
        margin-right: 0.75rem; }
  @media only screen and (min-width: 993px) and (max-width: 1270px) {
    .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig {
      width: 40%; }
    .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColSmall {
      width: 60%; } }
  @media only screen and (max-width: 992px) {
    .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig {
      width: 100%; }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColBig a {
        min-height: 300px; }
    .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColSmall {
      width: 100%; }
      .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColSmall a {
        min-height: 150px; } }
  @media only screen and (max-width: 600px) {
    .ContentNewsBox .newsBoxItemCont .NewsBoxCol.NewsBoxColSmall .ContentNewsBoxItemSmall {
      width: 100%; } }

@keyframes headerslider-slide-in-L {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@-webkit-keyframes headerslider-slide-in-L {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1; } }

@keyframes headerslider-slide-in-R {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@-webkit-keyframes headerslider-slide-in-R {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1; } }

@keyframes headerslider-slide-out-L {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(-100%);
    opacity: 0; } }

@-webkit-keyframes headerslider-slide-out-L {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }

@keyframes headerslider-slide-out-R {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }

@-webkit-keyframes headerslider-slide-out-R {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }

.navispecialSimpleList {
  padding: 0.75rem;
  margin: 0;
  list-style: none;
  display: inline-block; }
  .navispecialSimpleList:after {
    content: "";
    display: table;
    clear: both; }
  .navispecialSimpleList li {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left; }
    .navispecialSimpleList li a {
      float: left; }
    .navispecialSimpleList li:after {
      content: '|';
      display: inline-block;
      padding: 0 5px; }
    .navispecialSimpleList li:last-child:after {
      content: '';
      display: none; }

.SpecialNaviFooter2Cont a {
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 1.5rem;
  font-size: 15px; }

.tbNaviCont li.trail a.trail {
  color: #f03; }

.tbNaviCont li.active a.active {
  color: #f09; }

/* Passwort-Meter - START */
#newpass1Info {
  width: 285px;
  font-weight: 600;
  display: inline-block;
  margin: 6px auto 12px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  #newpass1Info.errorPass {
    color: #B71F17; }
  #newpass1Info.verylowPass {
    color: #B71F17; }
  #newpass1Info.lowPass {
    color: #FCBE0E; }
  #newpass1Info.mediumPass {
    color: #FCBE0E; }
  #newpass1Info.strongPass {
    color: #0AA605; }
  #newpass1Info.verystrongPass {
    color: #FFF;
    background: #0AA605; }
  #newpass1InfoIcon.errorPass {
    background-position: 0 -25px; }
  #newpass1InfoIcon.verylowPass {
    background-position: 0 -25px; }
  #newpass1InfoIcon.lowPass {
    background-position: 0 -50px; }
  #newpass1InfoIcon.mediumPass {
    background-position: 0 -50px; }
  #newpass1InfoIcon.strongPass {
    background-position: 0 -0px; }
  #newpass1InfoIcon.verystrongPass {
    background-position: 0 -75px; }

/* Passwort-Meter - END */
/* tb - FormularCreator */
.formcreator-form .item {
  margin-bottom: 10px; }
  .formcreator-form .item:after {
    content: "";
    display: table;
    clear: both; }
  .formcreator-form .item.errorOn input,
  .formcreator-form .item.errorOn textarea,
  .formcreator-form .item.errorOn select {
    border-width: 2px;
    border-style: solid;
    border-color: #FF0; }
  .formcreator-form .item.fieldSector {
    margin: 1.5rem 0 0.5rem; }

.formcreator-form input,
.formcreator-form select,
.formcreator-form textarea {
  width: 100%;
  padding: 8px 0.75rem;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #CCC;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .formcreator-form input[type="radio"], .formcreator-form input[type="checkbox"],
  .formcreator-form select[type="radio"],
  .formcreator-form select[type="checkbox"],
  .formcreator-form textarea[type="radio"],
  .formcreator-form textarea[type="checkbox"] {
    width: auto;
    display: inline-block; }
  .formcreator-form input[type="number"],
  .formcreator-form select[type="number"],
  .formcreator-form textarea[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }

.formcreator-form input[type="text"]:focus:not([readonly]),
.formcreator-form input[type="password"]:focus:not([readonly]),
.formcreator-form input[type="email"]:focus:not([readonly]),
.formcreator-form input[type="url"]:focus:not([readonly]),
.formcreator-form input[type="time"]:focus:not([readonly]),
.formcreator-form input[type="date"]:focus:not([readonly]),
.formcreator-form input[type="datetime-local"]:focus:not([readonly]),
.formcreator-form input[type="tel"]:focus:not([readonly]),
.formcreator-form input[type="number"]:focus:not([readonly]),
.formcreator-form input[type="search"]:focus:not([readonly]),
.formcreator-form textarea:focus:not([readonly]) {
  border-color: #8DA6BC; }

.formcreator-form textarea {
  resize: vertical;
  min-height: 105px; }

.formcreator-form .item label,
.formcreator-form .field-radiogroup .label {
  width: 100%;
  padding: 8px 0.75rem 0 0;
  display: inline-block;
  float: left; }

.formcreator-form .field-radiogroup .fieldCont {
  display: inline-block;
  width: 100%; }

.formcreator-form .field-radiogroup .singleRadio {
  display: block;
  padding: 8px 0.75rem 0 0; }
  .formcreator-form .field-radiogroup .singleRadio label {
    padding: 0;
    width: auto; }

.formcreator-form .item.required label::after,
.formcreator-form .field-radiogroup.required .label::after {
  content: "*"; }

.formcreator-form .field-radiogroup.required label {
  float: none; }
  .formcreator-form .field-radiogroup.required label::after {
    content: ""; }

.formcreator-form .input-err,
.formcreator-form .formError {
  color: #FF0;
  margin-left: 0; }

.formcreator-form .generalFormError {
  margin-left: 0;
  text-align: center; }

.formcreator-form .field-cehckbox input {
  width: auto;
  margin-right: -20px;
  float: left;
  margin-top: 3px; }

.formcreator-form .field-cehckbox label {
  margin-left: 25px;
  width: auto;
  padding: 0; }

.formcreator-form .field-cehckbox .input-err {
  margin-left: 25px; }

.formcreator-form .formCreatorInfoEnd {
  margin: 0.75rem 0;
  font-weight: bold; }

.formcreator-form .btn {
  background: transparent;
  border: 2px solid #FFF;
  width: 100%;
  max-width: 400px;
  margin: 1.5rem auto;
  display: block; }
  .formcreator-form .btn:hover {
    background: rgba(255, 255, 255, 0.2); }

/* END Formularcreator */
.btn {
  font-family: 'museo_sans_rounded';
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: 0;
  transition: background-color .8s;
  letter-spacing: 1px;
  text-decoration: none !important;
  display: inline-block; }
  .btn a {
    text-decoration: none; }
    .btn a:hover {
      text-decoration: none; }
  .btn.small {
    font-size: 13px;
    padding: 6px 12px; }

.btnLarge {
  font-family: 'museo_sans_rounded';
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 19px;
  border: 0;
  transition: background-color .8s;
  letter-spacing: 1px;
  text-decoration: none !important;
  display: inline-block; }

.btnRed {
  background-color: #EF3038;
  color: #FFF; }
  .btnRed:hover {
    background-color: #db1119;
    color: #FFF; }

.btnBig {
  padding: 12px 25px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

body.alleprodukte > .container {
  background: #F4F5F6; }

.HeaderImgProdUebersicht {
  position: absolute !important; }
  .HeaderImgProdUebersicht svg path {
    fill: #F4F5F6; }
  .HeaderImgProdUebersicht .FlyOut {
    z-index: 10;
    max-width: 10vw; }
    .HeaderImgProdUebersicht .FlyOut.FlyOutPos1 {
      top: 0;
      max-width: 20vw; }
    .HeaderImgProdUebersicht .FlyOut.FlyOutPos2 {
      top: 50%;
      margin-top: -100px; }
      @media only screen and (min-width: 601px) and (max-width: 992px) {
        .HeaderImgProdUebersicht .FlyOut.FlyOutPos2 {
          margin-top: -50px; } }
      @media only screen and (max-width: 600px) {
        .HeaderImgProdUebersicht .FlyOut.FlyOutPos2 {
          margin-top: -25px; } }
    .HeaderImgProdUebersicht .FlyOut.FlyOutPos3 {
      bottom: 0; }

.LizenzHeaderSpacer {
  height: 15vw;
  line-height: 15vw;
  min-height: 80px;
  width: 100%;
  position: relative;
  text-align: center; }
  .LizenzHeaderSpacer img {
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle; }

.ProdListCont {
  position: relative;
  z-index: 1; }
  .ProdListCont .prodFilterBar .searchFieldR button {
    padding: 0;
    border: none;
    background: #FFF;
    height: 3rem;
    line-height: 3rem;
    padding: 0 8px; }
    .ProdListCont .prodFilterBar .searchFieldR button i::before {
      vertical-align: middle; }
  .ProdListCont .prodFilterBar .searchFieldL {
    overflow: hidden; }
    .ProdListCont .prodFilterBar .searchFieldL input {
      width: 100%;
      border: none;
      background: #FFF;
      font-size: 14px;
      padding: 0 0 0 0.75rem;
      height: 3rem;
      line-height: 3rem; }
  .ProdListCont > .inner {
    min-height: 200px;
    background: #F4F5F6;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 0;
    overflow: hidden; }
    .ProdListCont > .inner .flex-item, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall {
      width: 25%;
      padding: 0.75rem; }
      .ProdListCont > .inner .flex-item.doubleWidth, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .doubleWidth.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .doubleWidth.NewsBoxCol, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .doubleWidth.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .doubleWidth.ContentNewsBoxItemSmall {
        width: 50%; }
      @media only screen and (min-width: 601px) and (max-width: 992px) {
        .ProdListCont > .inner .flex-item, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall {
          width: 33.3%; }
          .ProdListCont > .inner .flex-item.doubleWidth, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .doubleWidth.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .doubleWidth.NewsBoxCol, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .doubleWidth.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .doubleWidth.ContentNewsBoxItemSmall {
            width: 66.6%; } }
      @media only screen and (max-width: 600px) {
        .ProdListCont > .inner .flex-item, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall {
          width: 50%;
          padding: 0.375rem; }
          .ProdListCont > .inner .flex-item.doubleWidth, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .doubleWidth.NewsBoxCol, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .doubleWidth.NewsBoxCol, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .doubleWidth.ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .doubleWidth.ContentNewsBoxItemSmall {
            width: 100%; } }
      .ProdListCont > .inner .flex-item .flex-inner, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .flex-inner, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .flex-inner, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .flex-inner {
        background: #FFF;
        padding: 0.75rem; }
        .ProdListCont > .inner .flex-item .flex-inner.prodIntro, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .flex-inner.prodIntro, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .flex-inner.prodIntro, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .flex-inner.prodIntro {
          text-align: center;
          padding: 2.25rem 1.5rem 1.5rem; }
          .ProdListCont > .inner .flex-item .flex-inner.prodIntro .buttonTrailer, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .flex-inner.prodIntro .buttonTrailer, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .flex-inner.prodIntro .buttonTrailer, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .flex-inner.prodIntro .buttonTrailer {
            font-weight: 700;
            font-size: 17px; }
      .ProdListCont > .inner .flex-item .prodImg, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodImg, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodImg, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodImg {
        width: 100%;
        padding: 0.75rem; }
        .ProdListCont > .inner .flex-item .prodImg img, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodImg img, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodImg img, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodImg img {
          width: 100%;
          max-width: 250px;
          margin: 0 auto;
          display: block;
          height: auto; }
      .ProdListCont > .inner .flex-item .prodArtNr, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodArtNr, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodArtNr, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodArtNr {
        font-size: 15px;
        font-weight: 500; }
        .ProdListCont > .inner .flex-item .prodArtNr a, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodArtNr a, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodArtNr a, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodArtNr a {
          color: #000; }
          .ProdListCont > .inner .flex-item .prodArtNr a:hover, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodArtNr a:hover, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodArtNr a:hover, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodArtNr a:hover {
            color: #000;
            text-decoration: none; }
      .ProdListCont > .inner .flex-item .prodTitle, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodTitle, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodTitle, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodTitle {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        line-height: 1.2; }
        .ProdListCont > .inner .flex-item .prodTitle a, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodTitle a, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodTitle a, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodTitle a {
          color: #666666; }
          .ProdListCont > .inner .flex-item .prodTitle a:hover, .ProdListCont > .inner .ContentNewsBox .newsBoxItemCont .NewsBoxCol .prodTitle a:hover, .ContentNewsBox .newsBoxItemCont .ProdListCont > .inner .NewsBoxCol .prodTitle a:hover, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ProdListCont > .inner .ContentNewsBoxItemSmall .prodTitle a:hover {
            color: #666666;
            text-decoration: none; }

.pagingFooter {
  padding: 0.75rem 0; }
  .pagingFooter .pagingProd {
    padding-bottom: 6px; }

.pagingHeader {
  float: right; }

.pagingProd {
  padding-top: 6px;
  padding-right: 0.75rem; }
  .pagingProd .btn {
    text-transform: none;
    font-weight: 500;
    color: #333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    .pagingProd .btn.btnAllProds {
      background: #FFF; }
    .pagingProd .btn a {
      color: #333; }
      .pagingProd .btn a:hover {
        color: #EF3038; }
    .pagingProd .btn.btnPage i {
      vertical-align: middle; }
    .pagingProd .btn.btnPage.active {
      border-bottom: 3px solid #EF3038;
      padding-bottom: 3px;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .pagingProd .btn.btnPage.btnPrev {
      background: #FFF;
      padding-left: 11px;
      padding-right: 13px; }
    .pagingProd .btn.btnPage.btnNext {
      background: #FFF;
      padding-left: 13px;
      padding-right: 11px; }

.singleProduct .icon-herz {
  cursor: pointer;
  padding: 4px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .singleProduct .icon-herz:hover {
    color: #EF3038; }
  .singleProduct .icon-herz.active {
    background: #EF3038;
    color: #FFF; }
    .singleProduct .icon-herz.active:hover {
      color: #000; }

.prodDetailTop {
  width: 100%; }
  .prodDetailTop .prodImgCont {
    width: 50%;
    float: left;
    min-height: 1px;
    padding: 3rem 3rem 3rem 9rem;
    text-align: center;
    position: relative; }
    .prodDetailTop .prodImgCont.noImage {
      padding-left: 3rem; }
    .prodDetailTop .prodImgCont .singleImg {
      width: 100%;
      min-height: 400px;
      line-height: 400px;
      display: none; }
      .prodDetailTop .prodImgCont .singleImg.active {
        display: block; }
      .prodDetailTop .prodImgCont .singleImg img {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        max-width: 100%; }
    .prodDetailTop .prodImgCont .singleImageThumbs {
      position: absolute;
      top: 3rem;
      left: 3rem;
      width: 6rem; }
      .prodDetailTop .prodImgCont .singleImageThumbs .singleThumb {
        width: 100%;
        padding: 0.375rem;
        border: 4px solid #FFF;
        margin-bottom: -4px;
        position: relative;
        z-index: 1;
        background: #FFF;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        -webkit-background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        .prodDetailTop .prodImgCont .singleImageThumbs .singleThumb.active {
          border-color: #EF3038;
          z-index: 2; }
        .prodDetailTop .prodImgCont .singleImageThumbs .singleThumb img {
          max-width: 100%;
          max-height: 76px;
          display: block;
          margin: 0 auto;
          cursor: pointer; }
  .prodDetailTop .prodDataCont {
    width: 50%;
    float: left;
    min-height: 1px;
    background: #F4F5F6;
    position: relative;
    padding-bottom: 44px; }
    .prodDetailTop .prodDataCont .prodDataContTop {
      padding: 3rem 6rem 1.5rem 6rem;
      text-align: center; }
    .prodDetailTop .prodDataCont .prodTopBar {
      position: absolute;
      top: 0.75rem;
      left: 0.75rem; }
      .prodDetailTop .prodDataCont .prodTopBar a {
        color: #ACB0B4; }
        .prodDetailTop .prodDataCont .prodTopBar a i {
          margin-right: 4px; }
        .prodDetailTop .prodDataCont .prodTopBar a:hover {
          text-decoration: none;
          color: #000; }
    .prodDetailTop .prodDataCont .footnote {
      padding-top: 4px;
      font-size: 14px;
      line-height: 1.3;
      text-align: left; }
    .prodDetailTop .prodDataCont .jsWishlistLink .remove {
      display: none; }
    .prodDetailTop .prodDataCont .jsWishlistLink.active .set {
      display: none; }
    .prodDetailTop .prodDataCont .jsWishlistLink.active .remove {
      display: inline; }
    .prodDetailTop .prodDataCont .prodArtNr {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 0.75rem; }
  @media only screen and (min-width: 993px) {
    .prodDetailTop {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .prodDetailTop .prodImgCont,
      .prodDetailTop .prodDataCont {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch; } }
  .prodDetailTop .prodLoginInfo {
    width: 100%;
    padding: 1.5rem 0;
    max-width: 420px;
    margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .prodDetailTop .prodImgCont {
      width: 100%;
      padding: 3rem 3rem 3rem 9rem; }
    .prodDetailTop .prodDataCont {
      width: 100%; }
      .prodDetailTop .prodDataCont .prodTopBar {
        display: none; } }
  @media only screen and (max-width: 600px) {
    .prodDetailTop .prodImgCont {
      padding: 1.5rem; }
      .prodDetailTop .prodImgCont .singleImageThumbs {
        position: relative;
        width: 100%;
        top: auto;
        left: auto; }
        .prodDetailTop .prodImgCont .singleImageThumbs .singleThumb {
          width: 4.5rem;
          display: inline-block; }
    .prodDetailTop .prodDataCont .prodDataContTop {
      padding: 1.5rem; } }
  .prodDetailTop .socialButtons {
    text-align: center;
    border-top: 1px solid #BBB;
    font-size: 0; }
    @media only screen and (min-width: 993px) {
      .prodDetailTop .socialButtons {
        position: absolute;
        width: 100%;
        bottom: 0; } }
    .prodDetailTop .socialButtons a {
      font-size: 25px;
      outline: none;
      display: inline-block;
      margin-right: -1px;
      width: 55px;
      height: 45px;
      line-height: 33px;
      border: 1px solid #BBB;
      border-bottom: none;
      color: #BBB;
      margin-top: -1px;
      transition: color 0.4s ease; }
      .prodDetailTop .socialButtons a i {
        vertical-align: middle; }
      .prodDetailTop .socialButtons a.pinterest:hover {
        color: #BD081C !important;
        text-decoration: none; }
      .prodDetailTop .socialButtons a.facebook:hover {
        color: #3B5998 !important;
        text-decoration: none; }
      .prodDetailTop .socialButtons a.twitter:hover {
        color: #1DA1F2 !important;
        text-decoration: none; }
      .prodDetailTop .socialButtons a.tumblr:hover {
        color: #303D4D !important;
        text-decoration: none; }
      .prodDetailTop .socialButtons a.email:hover {
        color: #EF3038 !important;
        text-decoration: none; }
      @media only screen and (max-width: 600px) {
        .prodDetailTop .socialButtons a {
          font-size: 20px;
          width: 2.7rem;
          height: 2.25rem;
          line-height: 1.8rem; } }

.prodFilterBar {
  border-bottom: 2px solid #FFF;
  width: 100%; }
  .prodFilterBar .FilterOpener {
    height: 3rem;
    display: none; }
  .prodFilterBar .singleFilterSelect {
    float: left;
    width: 270px;
    max-width: 15%;
    border-right: 2px solid #FFF; }
    .prodFilterBar .singleFilterSelect .selectContainer {
      height: 3rem;
      line-height: 3rem;
      position: relative; }
  .prodFilterBar .singleFilterInput {
    float: left;
    width: 15%;
    border-right: 2px solid #FFF; }
    .prodFilterBar .singleFilterInput .inputContainer {
      height: 3rem;
      line-height: 3rem;
      position: relative; }
      .prodFilterBar .singleFilterInput .inputContainer input {
        width: 100%; }
  .prodFilterBar .singleFilterSelect .selectContainer {
    overflow: hidden; }
    .prodFilterBar .singleFilterSelect .selectContainer::after {
      height: 3rem;
      line-height: 3rem;
      position: absolute;
      z-index: 0;
      right: 12px;
      top: 0;
      pointer-events: none;
      font-size: 80%;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .prodFilterBar .singleFilterSelect .selectContainer select {
      -moz-appearance: none;
      -webkit-appearance: none;
      background: transparent;
      position: relative;
      z-index: 1;
      border: none;
      outline: none;
      padding: 0 25px 0 0.75rem;
      height: 3rem;
      line-height: 3rem;
      width: 99.8%;
      display: block;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .prodFilterBar .singleFilterSelect .selectContainer select {
          width: 150%; } }
      .prodFilterBar .singleFilterSelect .selectContainer select option {
        padding: 0 25px 0 0.75rem;
        background: #F4F5F6;
        color: #000; }
  .prodFilterBar .singleFilterSelect.licenseFilter {
    background: #EF3038;
    color: #FFF; }
    .prodFilterBar .singleFilterSelect.licenseFilter select option {
      background: #EF3038;
      color: #FFF; }

@media only screen and (max-width: 1270px) {
  .pagingHeader .pagingPages {
    display: none; } }

@media only screen and (max-width: 992px) {
  .prodFilterBar .FilterOpener {
    padding-top: 6px;
    display: inline-block; }
  .prodFilterBar .FilterBox {
    display: none; }
  .prodFilterBar.open .FilterOpener {
    display: none; }
  .prodFilterBar.open .FilterBox {
    display: block; }
    .prodFilterBar.open .FilterBox .singleFilterSelect,
    .prodFilterBar.open .FilterBox .singleFilterInput {
      width: 100% !important;
      max-width: none;
      border-right: none; }
      .prodFilterBar.open .FilterBox .singleFilterSelect select,
      .prodFilterBar.open .FilterBox .singleFilterSelect input,
      .prodFilterBar.open .FilterBox .singleFilterInput select,
      .prodFilterBar.open .FilterBox .singleFilterInput input {
        padding-left: 1.5rem; }
        .prodFilterBar.open .FilterBox .singleFilterSelect select option,
        .prodFilterBar.open .FilterBox .singleFilterSelect input option,
        .prodFilterBar.open .FilterBox .singleFilterInput select option,
        .prodFilterBar.open .FilterBox .singleFilterInput input option {
          padding-left: 1.5rem; }
  .prodFilterBar.open .searchFieldR button {
    padding: 0 11px; }
  .prodFilterBar.open .pagingHeader {
    display: none; } }

.ProdProperties {
  display: table;
  width: 100%;
  margin: 1.5rem 0; }
  .ProdProperties .ProdProperty {
    display: table-row; }
    .ProdProperties .ProdProperty div {
      display: table-cell;
      border-bottom: 1px solid #BBB;
      padding: 6px 0;
      text-align: left;
      /*&.propName {
                min-width: 30%;
            }*/ }
      .ProdProperties .ProdProperty div.propValue {
        padding-left: 1.5rem; }

.prodDetailSimilar {
  padding: 1.5rem 0;
  border-top: 1px solid #BBB; }
  .prodDetailSimilar .h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1.5rem 0 1.5rem; }
    @media only screen and (max-width: 992px) {
      .prodDetailSimilar .h5 {
        text-transform: none; } }
  .prodDetailSimilar .ContentGallery .owl-carousel {
    width: 80%;
    margin: 0 auto; }
  .prodDetailSimilar .ContentGallery .owl-item .owl-item {
    width: 100%; }
  .prodDetailSimilar .ContentGallery .owl-item {
    background: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 1.3; }
    .prodDetailSimilar .ContentGallery .owl-item .similarProdImg {
      padding: 0.75rem 3rem; }
      @media only screen and (min-width: 601px) and (max-width: 992px) {
        .prodDetailSimilar .ContentGallery .owl-item .similarProdImg {
          padding: 0.75rem 1.5rem; } }
      @media only screen and (max-width: 600px) {
        .prodDetailSimilar .ContentGallery .owl-item .similarProdImg {
          padding: 0.75rem; } }
      .prodDetailSimilar .ContentGallery .owl-item .similarProdImg img {
        opacity: 1; }
    .prodDetailSimilar .ContentGallery .owl-item .similarProdArtNr {
      font-weight: 600;
      padding: 0 1.5rem; }
    .prodDetailSimilar .ContentGallery .owl-item .similarProdTitel {
      padding: 0 1.5rem; }
    .prodDetailSimilar .ContentGallery .owl-item a {
      display: block;
      color: inherit; }
      .prodDetailSimilar .ContentGallery .owl-item a:hover {
        text-decoration: none; }
  .prodDetailSimilar .ContentGallery .my-owl-prev,
  .prodDetailSimilar .ContentGallery .my-owl-next {
    color: #BBB; }
  .prodDetailSimilar .ContentGallery .my-owl-prev {
    left: 3rem; }
  .prodDetailSimilar .ContentGallery .my-owl-next {
    right: 3rem; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .prodDetailSimilar .ContentGallery .my-owl-prev {
      left: 1.5rem; }
    .prodDetailSimilar .ContentGallery .my-owl-next {
      right: 1.5rem; } }
  @media only screen and (max-width: 600px) {
    .prodDetailSimilar .ContentGallery .my-owl-prev {
      left: 0.75rem; }
    .prodDetailSimilar .ContentGallery .my-owl-next {
      right: 0.75rem; } }

.WishlistTable {
  display: table;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 4.5rem; }
  .WishlistTable .WishlistTableRow {
    display: table-row; }
    .WishlistTable .WishlistTableRow.tableHeader .WishlistTableCol {
      padding: 0.75rem !important;
      background: #F4F5F6;
      font-size: 14px !important;
      font-weight: 500 !important; }
      @media only screen and (min-width: 601px) {
        .WishlistTable .WishlistTableRow.tableHeader .WishlistTableCol {
          text-transform: uppercase;
          font-weight: 600 !important; } }
    .WishlistTable .WishlistTableRow .WishlistTableCol {
      display: table-cell;
      vertical-align: top;
      border-bottom: 1px solid #F4F5F6;
      padding: 4vw 0.75rem; }
      .WishlistTable .WishlistTableRow .WishlistTableCol.prodImg {
        padding: 0.5rem;
        width: 18%; }
        .WishlistTable .WishlistTableRow .WishlistTableCol.prodImg img {
          width: 100%;
          height: auto; }
      .WishlistTable .WishlistTableRow .WishlistTableCol.prodArtNr {
        text-align: right;
        width: 10%;
        font-weight: 500; }
      .WishlistTable .WishlistTableRow .WishlistTableCol.prodTitle {
        width: 50%; }
        .WishlistTable .WishlistTableRow .WishlistTableCol.prodTitle a {
          font-weight: 500; }
          .WishlistTable .WishlistTableRow .WishlistTableCol.prodTitle a.prodArtNr {
            font-size: 15px; }
        @media only screen and (max-width: 600px) {
          .WishlistTable .WishlistTableRow .WishlistTableCol.prodTitle {
            font-size: 15px;
            line-height: 1.3;
            -moz-hyphens: auto;
            -o-hyphens: auto;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto; }
            .WishlistTable .WishlistTableRow .WishlistTableCol.prodTitle a.prodArtNr {
              font-size: 14px; } }
      .WishlistTable .WishlistTableRow .WishlistTableCol.wishlistRemove {
        width: 10%;
        text-align: center; }
        .WishlistTable .WishlistTableRow .WishlistTableCol.wishlistRemove i {
          color: #EF3038; }
      .WishlistTable .WishlistTableRow .WishlistTableCol a,
      .WishlistTable .WishlistTableRow .WishlistTableCol a:hover {
        color: #000;
        text-decoration: none; }
    .WishlistTable .WishlistTableRow:last-child .WishlistTableCol {
      border-bottom-width: 4px; }

#jsNoItemsOnWishlist {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4.5rem; }

.WishlistSendForm {
  width: 100%;
  max-width: 1050px;
  margin: -3.75rem auto 4.5rem;
  background: #F4F5F6;
  padding: 1.5rem; }
  .WishlistSendForm .sendWishlistTitle {
    font-size: 15px;
    font-weight: 500; }
    @media only screen and (max-width: 600px) {
      .WishlistSendForm .sendWishlistTitle {
        text-align: center; } }
  .WishlistSendForm .frmWishesSend {
    display: block;
    vertical-align: middle; }
    .WishlistSendForm .frmWishesSend .btn {
      text-transform: uppercase;
      float: right;
      height: auto;
      padding: 0; }
      .WishlistSendForm .frmWishesSend .btn button {
        height: 3rem;
        line-height: 3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        display: block;
        padding: 0 2rem; }
    .WishlistSendForm .frmWishesSend .tbinputBorder {
      overflow: hidden;
      padding-right: 0; }
      .WishlistSendForm .frmWishesSend .tbinputBorder input {
        width: 100%;
        margin: 0;
        border: 1px solid #BBB;
        background: #FFF;
        padding: 0 1.5rem;
        height: 3rem; }
    .WishlistSendForm .frmWishesSend form .ErrMessage {
      color: #ff0000;
      padding: 0 1.5rem; }
    .WishlistSendForm .frmWishesSend form.loading .btn button {
      display: none; }
    .WishlistSendForm .frmWishesSend form.loading .ErrMessage {
      display: none; }
    .WishlistSendForm .frmWishesSend form.sended .flex-item, .WishlistSendForm .frmWishesSend form.sended .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .WishlistSendForm .frmWishesSend form.sended .NewsBoxCol, .WishlistSendForm .frmWishesSend form.sended .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .WishlistSendForm .frmWishesSend form.sended .ContentNewsBoxItemSmall {
      display: none; }
    .WishlistSendForm .frmWishesSend form.sended .sendedMessage.dn {
      display: block;
      color: #333;
      font-weight: 700; }
    .WishlistSendForm .frmWishesSend form.sended .ErrMessage {
      display: none; }
    @media only screen and (max-width: 600px) {
      .WishlistSendForm .frmWishesSend .btnRed {
        order: 2;
        margin: 0 auto;
        float: none; }
      .WishlistSendForm .frmWishesSend #WishlistFieldCont {
        order: 1;
        width: 100%;
        display: block;
        margin-bottom: 0.75rem; }
      .WishlistSendForm .frmWishesSend form {
        text-align: center; } }

.side-nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 67px;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #EF3038;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
  transition: all .4s;
  z-index: 200;
  padding-left: 0 !important;
  padding-top: 60px !important; }
  @media only screen and (min-width: 993px) {
    .side-nav {
      display: none; } }
  .side-nav.right-aligned {
    right: 0;
    transform: translateX(105%);
    left: auto;
    transform: translateX(100%); }
  .side-nav .collapsible {
    margin: 0; }
  .side-nav ul, .side-nav li {
    list-style: none; }
  .side-nav li {
    float: none;
    line-height: 1.4; }
    .side-nav li.active {
      background-color: rgba(0, 0, 0, 0.05); }
    .side-nav li.langs {
      position: fixed;
      text-align: left;
      padding-left: 1.5rem; }
      .side-nav li.langs.rel {
        position: relative; }
      .side-nav li.langs a {
        display: inline-block;
        border-bottom: 0;
        border-top: 0;
        padding-left: 1rem;
        padding-right: 1rem; }
  .side-nav a {
    color: #FFF;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    padding: 1rem 1rem 1rem 2.5rem;
    border-top: 1px solid #E8726F; }
    .side-nav a:hover {
      background-color: rgba(0, 0, 0, 0.05);
      text-decoration: none; }
    .side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
      margin: 10px 15px; }
    .side-nav a:last-child {
      border-bottom: 1px solid #E8726F; }
  .side-nav .userView {
    position: relative; }
    .side-nav .userView > a {
      height: auto;
      padding: 0; }
      .side-nav .userView > a:hover {
        background-color: transparent; }
    .side-nav .userView .background {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
      display: block; }
    .side-nav .userView .circle {
      height: 64px;
      width: 64px; }
    .side-nav .userView .name {
      margin-top: 16px;
      font-weight: 500; }
    .side-nav .userView .email {
      padding-bottom: 16px;
      font-weight: 400; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed; }
  .side-nav.fixed.right-aligned {
    right: 0;
    left: auto; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

body.mobileNaviOpen {
  overflow-y: hidden; }
  body.mobileNaviOpen .side-nav {
    transform: translateX(0%); }

nav#mainNavi {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  /*background:url(/Content/Img/css/verlauf_header.png);
    min-height:400px;*/ }
  nav#mainNavi .inner {
    padding: 0 40px;
    text-align: right;
    position: relative;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%); }
    nav#mainNavi .inner .logo {
      position: absolute;
      left: 75px;
      top: 30px; }
    @media only screen and (min-width: 993px) {
      nav#mainNavi .inner .logo {
        position: absolute;
        left: 0;
        top: 30px;
        width: 20%; }
        nav#mainNavi .inner .logo img {
          display: block;
          max-width: 189px;
          width: 10vw;
          margin: 0 auto; } }
    nav#mainNavi .inner .langNavi {
      float: right;
      margin-top: 1px;
      padding: 22px 0; }
    nav#mainNavi .inner .btnMerkListe, nav#mainNavi .inner .btnLogin, nav#mainNavi .inner .btnMobileNavi {
      display: none; }
    nav#mainNavi .inner .btnMerkListe {
      float: right;
      padding: 23px 55px 23px;
      background-color: #EF3038;
      color: #FFF;
      font-size: 1rem;
      font-family: museo_sans_rounded;
      font-weight: 700;
      text-transform: uppercase;
      transition: background-color .9s;
      cursor: pointer; }
      nav#mainNavi .inner .btnMerkListe:hover {
        text-decoration: none;
        background-color: #db1119; }
      nav#mainNavi .inner .btnMerkListe i {
        font-size: 1.2rem;
        margin-right: 5px; }
    nav#mainNavi .inner .btnLogin {
      float: right;
      padding: 22px 30px 21px 30px;
      background: #F4F5F6; }
      nav#mainNavi .inner .btnLogin i {
        font-size: 1.4rem; }
      nav#mainNavi .inner .btnLogin:hover {
        text-decoration: none; }
    nav#mainNavi .inner .langNavi a,
    nav#mainNavi .inner .loginBarLink {
      display: inline-block;
      background: rgba(0, 0, 0, 0.23);
      padding: 3px 8px;
      border-radius: 8px;
      color: #FFF;
      font-size: .9rem;
      transition: background-color .8s;
      margin: 0 3px;
      font-family: museo_sans_rounded;
      font-weight: 700;
      letter-spacing: 1px; }
      nav#mainNavi .inner .langNavi a:hover,
      nav#mainNavi .inner .loginBarLink:hover {
        background-color: #db1119;
        text-decoration: none; }
    nav#mainNavi .inner #naviList {
      float: right;
      margin-right: 11px !important; }
      nav#mainNavi .inner #naviList .navispecialSimpleList {
        padding: 0;
        margin-top: 0;
        margin-right: 25px;
        display: block; }
        nav#mainNavi .inner #naviList .navispecialSimpleList li::after {
          content: ' ';
          padding: 0 20px; }
        nav#mainNavi .inner #naviList .navispecialSimpleList a {
          color: #FFF;
          font-size: 17px;
          font-family: museo_sans_rounded;
          font-weight: 700;
          border-top: 4px solid transparent;
          padding: 21px 0;
          transition: all .5s; }
          nav#mainNavi .inner #naviList .navispecialSimpleList a:hover, nav#mainNavi .inner #naviList .navispecialSimpleList a.active {
            border-top-color: #db1119;
            color: #db1119;
            text-decoration: none;
            text-shadow: 0 0 2px white; }
    nav#mainNavi .inner .loginBarLink {
      float: right;
      margin-right: 11px !important;
      margin-top: 25px; }
    nav#mainNavi .inner .socials {
      float: right;
      margin: 25px 20px 0; }
      nav#mainNavi .inner .socials a {
        color: #FFF; }

body.alleprodukte #mainNavi .LangNaviSticky,
body.produktdetail #mainNavi .LangNaviSticky {
  display: inline-block;
  float: right; }
  body.alleprodukte #mainNavi .LangNaviSticky .langNavi,
  body.produktdetail #mainNavi .LangNaviSticky .langNavi {
    display: inline-block;
    padding: 23px 0 10px; }
    body.alleprodukte #mainNavi .LangNaviSticky .langNavi a,
    body.produktdetail #mainNavi .LangNaviSticky .langNavi a {
      background: none;
      color: #333;
      padding: 3px 4px;
      display: inline-block;
      float: left;
      position: relative; }
      body.alleprodukte #mainNavi .LangNaviSticky .langNavi a:before, body.alleprodukte #mainNavi .LangNaviSticky .langNavi .prodFilterBar .singleFilterSelect a.selectContainer::after, .prodFilterBar .singleFilterSelect body.alleprodukte #mainNavi .LangNaviSticky .langNavi a.selectContainer::after,
      body.produktdetail #mainNavi .LangNaviSticky .langNavi a:before,
      body.produktdetail #mainNavi .LangNaviSticky .langNavi .prodFilterBar .singleFilterSelect a.selectContainer::after, .prodFilterBar .singleFilterSelect
      body.produktdetail #mainNavi .LangNaviSticky .langNavi a.selectContainer::after {
        content: '|';
        position: absolute;
        left: -5px;
        top: 3px; }
      body.alleprodukte #mainNavi .LangNaviSticky .langNavi a:first-child:before, body.alleprodukte #mainNavi .LangNaviSticky .langNavi .prodFilterBar .singleFilterSelect a.selectContainer:first-child::after, .prodFilterBar .singleFilterSelect body.alleprodukte #mainNavi .LangNaviSticky .langNavi a.selectContainer:first-child::after,
      body.produktdetail #mainNavi .LangNaviSticky .langNavi a:first-child:before,
      body.produktdetail #mainNavi .LangNaviSticky .langNavi .prodFilterBar .singleFilterSelect a.selectContainer:first-child::after, .prodFilterBar .singleFilterSelect
      body.produktdetail #mainNavi .LangNaviSticky .langNavi a.selectContainer:first-child::after {
        display: none; }

body.alleprodukte #mainNavi nav,
body.produktdetail #mainNavi nav {
  display: inline-block;
  vertical-align: top; }

body.alleprodukte.hasStickyHeader #mainNavi .LangNaviSticky .langNavi,
body.produktdetail.hasStickyHeader #mainNavi .LangNaviSticky .langNavi {
  display: none; }

body.alleprodukte #mainNavi,
body.produktdetail #mainNavi,
body.hasStickyHeader #mainNavi {
  position: fixed;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  z-index: 110; }
  body.alleprodukte #mainNavi .inner,
  body.produktdetail #mainNavi .inner,
  body.hasStickyHeader #mainNavi .inner {
    padding-right: 0;
    background: none; }
  body.alleprodukte #mainNavi .logo,
  body.produktdetail #mainNavi .logo,
  body.hasStickyHeader #mainNavi .logo {
    position: static;
    width: 91px;
    display: block;
    float: left; }
    body.alleprodukte #mainNavi .logo img,
    body.produktdetail #mainNavi .logo img,
    body.hasStickyHeader #mainNavi .logo img {
      width: 100%;
      height: auto;
      display: block; }
  body.alleprodukte #mainNavi #naviList,
  body.produktdetail #mainNavi #naviList,
  body.hasStickyHeader #mainNavi #naviList {
    margin-left: 100px;
    float: right;
    overflow: hidden; }
    body.alleprodukte #mainNavi #naviList nav, body.alleprodukte #mainNavi #naviList ul,
    body.produktdetail #mainNavi #naviList nav,
    body.produktdetail #mainNavi #naviList ul,
    body.hasStickyHeader #mainNavi #naviList nav,
    body.hasStickyHeader #mainNavi #naviList ul {
      padding: 0;
      margin: 0; }
      body.alleprodukte #mainNavi #naviList nav a, body.alleprodukte #mainNavi #naviList ul a,
      body.produktdetail #mainNavi #naviList nav a,
      body.produktdetail #mainNavi #naviList ul a,
      body.hasStickyHeader #mainNavi #naviList nav a,
      body.hasStickyHeader #mainNavi #naviList ul a {
        color: #333 !important; }
  body.alleprodukte #mainNavi .langNavi,
  body.alleprodukte #mainNavi .loginBarLink,
  body.alleprodukte #mainNavi .socials,
  body.produktdetail #mainNavi .langNavi,
  body.produktdetail #mainNavi .loginBarLink,
  body.produktdetail #mainNavi .socials,
  body.hasStickyHeader #mainNavi .langNavi,
  body.hasStickyHeader #mainNavi .loginBarLink,
  body.hasStickyHeader #mainNavi .socials {
    display: none; }
  body.alleprodukte #mainNavi .btnLogin,
  body.produktdetail #mainNavi .btnLogin,
  body.hasStickyHeader #mainNavi .btnLogin {
    display: block; }
  body.alleprodukte #mainNavi .btnMerkListe,
  body.produktdetail #mainNavi .btnMerkListe,
  body.hasStickyHeader #mainNavi .btnMerkListe {
    display: block; }

body.alleprodukte,
body.produktdetail {
  padding-top: 70px; }
  body.alleprodukte.userLoggedIn,
  body.produktdetail.userLoggedIn {
    padding-top: 120px; }
  @media only screen and (max-width: 992px) {
    body.alleprodukte,
    body.produktdetail {
      padding-top: 53px; }
      body.alleprodukte.userLoggedIn,
      body.produktdetail.userLoggedIn {
        padding-top: 100px; }
      body.alleprodukte .siteContainer,
      body.produktdetail .siteContainer {
        padding-top: 0; } }

@media only screen and (max-width: 1090px) {
  .navispecialSimpleList {
    margin-right: 10px !important; }
    .navispecialSimpleList li::after {
      padding: 0 10px !important; } }

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #naviList {
    margin-left: 30px !important;
    position: fixed; }
    #naviList li::after {
      padding: 0 10px !important; }
  .btnMerkListe, .btnLogin {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .logo {
    left: 10px !important; }
  nav#mainNavi .inner {
    padding: 0 1.5rem; }
    nav#mainNavi .inner .socials {
      margin: 25px 0px 0 15px; } }

@media only screen and (max-width: 992px) {
  #leisteTopLoggedIn {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #mainNavi {
    background: #EF3038 !important;
    position: fixed !important;
    border-bottom: 1px solid #CCC;
    z-index: 110; }
    #mainNavi .inner {
      padding-left: 1.5rem !important;
      padding-right: 0 !important;
      background: none !important; }
      #mainNavi .inner .logo {
        position: static !important;
        width: 65px !important;
        display: block;
        float: left;
        padding-top: 2px; }
        #mainNavi .inner .logo img {
          width: 100%;
          height: auto;
          display: block; }
      #mainNavi .inner #naviList,
      #mainNavi .inner .loginBarLink,
      #mainNavi .inner .langNavi,
      #mainNavi .inner .socials {
        display: none !important; }
      #mainNavi .inner .btnLogin {
        display: block !important;
        background: transparent !important;
        padding-top: 16px !important;
        padding-bottom: 12px !important;
        padding-left: 16px !important;
        padding-right: 16px !important; }
        #mainNavi .inner .btnLogin i {
          color: #FFF;
          font-size: 20px !important; }
      #mainNavi .inner .btnMerkListe {
        display: block !important;
        padding-top: 16px !important;
        padding-bottom: 3px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        font-size: 0 !important; }
        #mainNavi .inner .btnMerkListe i {
          font-size: 20px !important; }
      #mainNavi .inner .btnMobileNavi {
        display: block !important;
        float: right;
        padding-top: 16px !important;
        padding-bottom: 3px !important;
        padding-left: 16px !important;
        padding-right: 1.5rem !important; }
        #mainNavi .inner .btnMobileNavi i {
          font-size: 20px !important;
          color: #FFF; }
      #mainNavi .inner .side-nav li::after {
        content: ""; } }

#leisteTopLoggedIn {
  border-top: 3px solid #EF3038;
  background: #F4F5F6;
  font-size: .95rem; }
  #leisteTopLoggedIn .leisteTopLoginInner {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 auto; }
  #leisteTopLoggedIn .greeting {
    padding: 3px 0;
    float: left; }
  #leisteTopLoggedIn .logout {
    float: right;
    display: inline-block;
    padding: 3px 8px;
    background-color: #EF3038;
    color: #FFF;
    border-radius: 5px; }
    #leisteTopLoggedIn .logout:hover {
      text-decoration: none;
      background-color: #db1119; }

body.hasStickyHeader #leisteTopLoggedIn {
  height: 0;
  border: none;
  padding: 0;
  overflow: hidden; }

#leisteTopLogin {
  border-top: 6px solid #EF3038;
  background: #F4F5F6;
  font-size: .95rem;
  display: none;
  position: relative; }
  #leisteTopLogin .leisteTopLoginInner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto; }
    #leisteTopLogin .leisteTopLoginInner #frmPwVergessen {
      display: none; }
    #leisteTopLogin .leisteTopLoginInner .wrong {
      padding: 10px 0;
      text-align: center;
      color: #EF3038;
      font-size: 1.3rem;
      display: inline-block;
      margin: 0 0 20px; }
    #leisteTopLogin .leisteTopLoginInner .h2 {
      padding-right: 20px;
      float: left;
      line-height: 2.7rem;
      vertical-align: middle;
      margin-bottom: 0; }
    #leisteTopLogin .leisteTopLoginInner input[type="email"],
    #leisteTopLogin .leisteTopLoginInner input[type="text"],
    #leisteTopLogin .leisteTopLoginInner input[type="password"] {
      padding: 11px 1.5rem;
      font-size: 1rem;
      border: 0;
      margin-right: 8px;
      float: left; }
    #leisteTopLogin .leisteTopLoginInner input[type="submit"] {
      background-color: #EF3038;
      border: 0;
      color: #FFF;
      padding: 11px 1.5rem 9px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 3px;
      transition: background-color .8s;
      float: left; }
      #leisteTopLogin .leisteTopLoginInner input[type="submit"]:hover {
        background-color: #db1119; }
    #leisteTopLogin .leisteTopLoginInner .loginInfos {
      float: left;
      padding-left: 38px;
      margin-top: -6px;
      text-align: left; }
    @media only screen and (max-width: 1200px) {
      #leisteTopLogin .leisteTopLoginInner .loginInfos {
        display: block;
        padding: 20px 0 0 0;
        float: none; }
      #leisteTopLogin .leisteTopLoginInner .clearerTablet {
        clear: both; } }
    @media only screen and (max-width: 770px) {
      #leisteTopLogin .leisteTopLoginInner .h2,
      #leisteTopLogin .leisteTopLoginInner input[type="email"],
      #leisteTopLogin .leisteTopLoginInner input[type="text"],
      #leisteTopLogin .leisteTopLoginInner input[type="password"],
      #leisteTopLogin .leisteTopLoginInner input[type="submit"] {
        float: none;
        display: block;
        margin-bottom: 5px;
        width: 100%; }
      #leisteTopLogin .leisteTopLoginInner input[type="submit"] {
        margin-top: 20px; } }
  #leisteTopLogin #LoginCloser {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer; }

#blockRegForm .inner {
  border: 1px solid #CCC;
  margin-bottom: 20px; }
  #blockRegForm .inner #regMsgOk,
  #blockRegForm .inner #regMsgError {
    padding: 5px 0 30px;
    font-size: 1.2rem;
    font-weight: bold; }
  #blockRegForm .inner #regMsgError {
    color: #EF3038;
    text-align: right; }
  #blockRegForm .inner #regMsgOk {
    color: #000; }
  #blockRegForm .inner form .info {
    background-color: #F4F5F6;
    padding: 8px 40px; }
  #blockRegForm .inner form .data {
    padding: 40px; }
  #blockRegForm .inner .item {
    margin-bottom: 17px; }
    #blockRegForm .inner .item.errorOn input {
      border-color: red !important; }
    #blockRegForm .inner .item.errorOn label,
    #blockRegForm .inner .item.errorOn .input-err {
      color: red !important; }
    #blockRegForm .inner .item.errorOn .input-err {
      padding: 10px 0 10px 285px; }
    #blockRegForm .inner .item label {
      padding-right: 20px;
      width: 280px;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
      #blockRegForm .inner .item label[for="regPrivacy"] {
        width: calc(100% - 320px); }
    #blockRegForm .inner .item input[type="text"],
    #blockRegForm .inner .item input[type="email"],
    #blockRegForm .inner .item input[type="password"],
    #blockRegForm .inner .item textarea {
      width: calc(100% - 300px);
      border: 1px solid #CCC;
      padding: 10px 20px;
      box-sizing: border-box; }
    #blockRegForm .inner .item.required label::after {
      content: " *"; }

.ContainerContentPwVergessen {
  padding: 3rem 0 1.5rem; }
  .ContainerContentPwVergessen input[type="password"] {
    border: 1px solid #CCC;
    padding: 10px 20px;
    box-sizing: border-box; }
  .ContainerContentPwVergessen input[type="submit"] {
    background-color: #EF3038;
    border: 0;
    color: #FFF;
    padding: 11px 1.5rem 9px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    transition: background-color .8s; }
    .ContainerContentPwVergessen input[type="submit"]:hover {
      background-color: #db1119; }

#rowNewsletter {
  display: table;
  width: 100%;
  background: #F4F5F6;
  padding-top: 3rem;
  padding-bottom: 3rem;
  line-height: 1.5;
  position: relative; }
  #rowNewsletter .inner .col1 {
    color: #EF3038;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 1px;
    padding-top: 6px; }
    #rowNewsletter .inner .col1 span {
      color: #8CA5B9;
      font-weight: 700;
      letter-spacing: 1px; }
  @media only screen and (max-width: 992px) {
    #rowNewsletter .inner .col.m12,
    #rowNewsletter .inner .nlRowForm form {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  #rowNewsletter .inner .nlRowCentredCell {
    display: table-cell;
    vertical-align: middle; }
    #rowNewsletter .inner .nlRowCentredCell.nlRowForm .btn {
      text-transform: uppercase;
      float: right;
      height: auto;
      padding: 0; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm .btn button {
        height: 3rem;
        line-height: 3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        display: block;
        padding: 0 2rem; }
    #rowNewsletter .inner .nlRowCentredCell.nlRowForm .tbinputBorder {
      overflow: hidden;
      padding-right: 0; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm .tbinputBorder input {
        width: 100%;
        margin: 0;
        border: 1px solid #BBB;
        background: #FFF;
        padding: 0 1.5rem;
        height: 3rem; }
    #rowNewsletter .inner .nlRowCentredCell.nlRowForm form {
      padding-left: 1.5rem; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm form .ErrMessage {
        color: #ff0000; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.loading .btn button {
        display: none; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.loading .ErrMessage {
        display: none; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.sended .flex-item, #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.sended .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.sended .NewsBoxCol, #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.sended .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.sended .ContentNewsBoxItemSmall {
        display: none; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.sended .sendedMessage.dn {
        display: block;
        color: #333;
        font-weight: 700; }
      #rowNewsletter .inner .nlRowCentredCell.nlRowForm form.sended .ErrMessage {
        display: none; }
  @media only screen and (max-width: 992px) {
    #rowNewsletter .inner {
      display: block; }
      #rowNewsletter .inner .nlRowCentredCell {
        display: block;
        width: 100%; }
        #rowNewsletter .inner .nlRowCentredCell.nlRowForm {
          width: 100%;
          padding-top: 0.75rem;
          padding-left: 0; }
          #rowNewsletter .inner .nlRowCentredCell.nlRowForm form {
            width: 100%;
            padding: 0 0.75rem; } }
  @media only screen and (max-width: 600px) {
    #rowNewsletter .inner .col2 .btnRed {
      order: 2;
      margin: 0 auto;
      float: none; }
    #rowNewsletter .inner .col2 #nlFooterField {
      order: 1; }
    #rowNewsletter .inner .col2 form {
      text-align: center; }
    #rowNewsletter .inner #nlFooterField {
      width: 100%;
      display: block;
      margin-bottom: 0.75rem; } }

footer {
  background: #8DA6BC;
  color: #FFF !important;
  position: relative;
  padding: 33px 1.5rem 25px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px; }
  footer .h4 {
    text-transform: uppercase; }
  footer .row {
    margin-bottom: 0; }
  footer a {
    color: #FFF; }
    footer a:hover {
      color: #FFF; }
  footer .rowPadding {
    padding-bottom: 49px;
    border-bottom: 1px solid #9DB1C3;
    /*
        .col4 a {
            font-size: 1.3rem;
            margin-right: 6px;
            padding: 4px;
            position: relative;
            z-index: 1;
            transition: color .4s, border-color .4s;

            &.pinterest:hover {
                color: #BD081C !important;
                border-color: #BD081C !important;
                text-decoration: none;
            }

            &.facebook:hover {
                color: #3B5998 !important;
                border-color: #3B5998 !important;
                text-decoration: none;
            }

            &.twitter:hover {
                color: #1DA1F2 !important;
                border-color: #1DA1F2;
                text-decoration: none;
            }
        }
            */ }
    footer .rowPadding .col3 a {
      display: block; }
  footer .row.row2 {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .row.row2 > .col {
      position: relative;
      z-index: 2; }
    footer .row.row2 .SpecialNaviFooter2Cont {
      display: inline-block; }
      footer .row.row2 .SpecialNaviFooter2Cont .h4 {
        margin-right: 30px;
        display: inline-block;
        text-transform: uppercase; }
        footer .row.row2 .SpecialNaviFooter2Cont .h4:last-child {
          margin-right: 70px; }
    footer .row.row2 span.copyMobile {
      display: inline-block; }
  footer #rainbow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 371px;
    height: 200px;
    background: url(/Content/Img/Css/footer_rainboy.png) right bottom no-repeat; }
  footer #rainbowMobile {
    width: 180px;
    height: 84px;
    background-image: url(/Content/Img/Css/footer_rainboy.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0; }
  footer #socialsMobile {
    margin-top: 0; }
    footer #socialsMobile div {
      margin-bottom: 2px; }
  footer .specialNaviFooterA a {
    display: block; }
  footer #footerInfosMobile br {
    display: inline; }
    footer #footerInfosMobile br:after {
      display: inline-block;
      content: ' - '; }
  footer #footerInfosMobile .contacts {
    margin: 0.375rem 0; }
    footer #footerInfosMobile .contacts div {
      display: inline;
      margin-right: 10px; }

@media only screen and (max-width: 600px) {
  footer {
    padding-bottom: 0; }
    footer .row1 {
      padding-bottom: 20px; }
    footer .row.row2 {
      padding-bottom: 1.5rem;
      margin-top: 0; }
      footer .row.row2 > .col.s12 {
        padding-left: 0;
        padding-right: 0; }
      footer .row.row2 .left {
        width: calc(100% - 180px); } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: white;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

html {
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0;
  background: #F4F5F6; }
  body .containerWhite {
    background: #FFF;
    overflow: hidden; }
  body > .container {
    position: relative; }
  @media only screen and (max-width: 992px) {
    body .siteContainer {
      padding-top: 53px; }
    body.userLoggedIn .siteContainer {
      padding-top: 102px; } }

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

body, html {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%; }

.onlyPrint {
  display: none; }

.container {
  width: auto;
  max-width: 1600px; }

.container .row {
  margin: 0; }

.BreadCrumb {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%; }
  .BreadCrumb .BreadCrumbInner {
    background: rgba(0, 0, 0, 0.4);
    height: 80px;
    line-height: 80px;
    color: #FFF;
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    max-width: 1600px; }
    .BreadCrumb .BreadCrumbInner a {
      color: #FFF; }
  .BreadCrumb .BreadCrumbItems div {
    display: inline-block; }
  .BreadCrumb .BreadCrumbItems i {
    font-size: 10px; }
  @media only screen and (max-width: 600px) {
    .BreadCrumb {
      display: none; } }

.alleprodukte .BreadCrumb {
  position: absolute;
  z-index: 1;
  width: 100%; }
  .alleprodukte .BreadCrumb .BreadCrumbInner {
    background: transparent; }

.sitePaddingLR {
  padding-left: 6rem;
  padding-right: 6rem; }
  .sitePaddingLR .inner,
  .sitePaddingLR .leisteTopLoginInner {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto; }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .sitePaddingLR {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media only screen and (max-width: 600px) {
    .sitePaddingLR {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.rel {
  position: relative; }

@media only screen and (max-width: 600px) {
  .flex-container-on-small-only {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .flex-container-on-small-only .flex-item, .flex-container-on-small-only .ContentNewsBox .newsBoxItemCont .NewsBoxCol, .ContentNewsBox .newsBoxItemCont .flex-container-on-small-only .NewsBoxCol, .flex-container-on-small-only .ContentNewsBox .newsBoxItemCont .NewsBoxCol .ContentNewsBoxItemSmall, .ContentNewsBox .newsBoxItemCont .NewsBoxCol .flex-container-on-small-only .ContentNewsBoxItemSmall {
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      display: flex; } }

.GeneralMessage {
  padding: 4.5rem 0 4.5rem;
  text-align: center;
  margin: 0 auto;
  width: 70%; }
  @media small-and-down {
    .GeneralMessage {
      width: 100%;
      padding: 4.5rem 1.5rem; } }
  .GeneralMessage .MessageTitle {
    font-size: 2rem;
    font-weight: 700;
    color: #3D2619;
    margin-bottom: 1.5rem; }

a.social {
  font-size: 2rem;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  transition: color .4s, border-color .4s;
  color: #FFF; }
  a.social.pinterest:hover {
    color: #BD081C !important;
    border-color: #BD081C !important;
    text-decoration: none; }
  a.social.facebook:hover {
    color: #3B5998 !important;
    border-color: #3B5998 !important;
    text-decoration: none; }
  a.social.twitter:hover {
    color: #1DA1F2 !important;
    border-color: #1DA1F2;
    text-decoration: none; }

.buttonsContent a,
.buttonsContent input[type="submit"] {
  margin: 0.75rem 1.5rem 0 0;
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  text-align: center;
  padding: 11px 1.5rem 9px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .buttonsContent a:last-child,
  .buttonsContent input[type="submit"]:last-child {
    margin-right: 0; }
  .buttonsContent a.buttonPage,
  .buttonsContent input[type="submit"].buttonPage {
    background: #EF3038; }
    .buttonsContent a.buttonPage:hover,
    .buttonsContent input[type="submit"].buttonPage:hover {
      text-decoration: none;
      background: #db1119; }
  .buttonsContent a.buttonTrailer,
  .buttonsContent input[type="submit"].buttonTrailer {
    background: rgba(0, 0, 0, 0.4); }
    .buttonsContent a.buttonTrailer i,
    .buttonsContent input[type="submit"].buttonTrailer i {
      font-size: 1.3rem;
      background: rgba(0, 0, 0, 0.23);
      border-radius: 50%;
      display: inline-block;
      margin-right: 12px;
      margin-top: -7px;
      vertical-align: middle; }
    .buttonsContent a.buttonTrailer:hover,
    .buttonsContent input[type="submit"].buttonTrailer:hover {
      text-decoration: none;
      background: rgba(0, 0, 0, 0.6); }
      .buttonsContent a.buttonTrailer:hover i,
      .buttonsContent input[type="submit"].buttonTrailer:hover i {
        background: rgba(0, 0, 0, 0.6); }
  @media only screen and (max-width: 600px) {
    .buttonsContent a,
    .buttonsContent input[type="submit"] {
      display: block;
      margin-right: 0; } }

.licenseNavi > .ContentHeaderslider .ContainerContent {
  margin-bottom: 0; }

@media only screen and (min-width: 993px) {
  .licenseNavi > .ContentHeaderslider .SliderWave svg rect.wave-fill-large {
    display: block; } }

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .licenseNavi > .ContentHeaderslider .SliderWave svg rect.wave-fill-medium {
    display: block; } }

@media only screen and (max-width: 600px) {
  .licenseNavi > .ContentHeaderslider .SliderWave svg path:first-child {
    fill: #EF3038; } }

.licenseNavi .LicenseNaviL {
  background: #EF3038;
  color: #FFF; }
  @media only screen and (min-width: 993px) {
    .licenseNavi .LicenseNaviL {
      width: 20%; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .licenseNavi .LicenseNaviL {
      width: 25%; } }
  @media only screen and (max-width: 600px) {
    .licenseNavi .LicenseNaviL {
      width: 100%; } }
  .licenseNavi .LicenseNaviL .inner {
    display: block;
    width: 100%; }
  .licenseNavi .LicenseNaviL .licenseOpener {
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 0.75rem;
    position: relative; }
    .licenseNavi .LicenseNaviL .licenseOpener i {
      font-size: 80%;
      padding-left: 0.5rem;
      position: absolute;
      right: 0.75rem;
      top: 0.75rem;
      padding-top: 4px; }
      .licenseNavi .LicenseNaviL .licenseOpener i::before {
        display: inline-block;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        transition: transform 0.4s ease; }
  .licenseNavi .LicenseNaviL ul {
    list-style: none;
    padding: 1.5rem 0;
    margin: 0;
    width: 100%;
    display: none; }
    @media only screen and (min-width: 601px) {
      .licenseNavi .LicenseNaviL ul {
        display: block; } }
    .licenseNavi .LicenseNaviL ul li {
      padding-bottom: 1px;
      font-weight: 500; }
      .licenseNavi .LicenseNaviL ul li a {
        padding: 0.5rem 1.5rem;
        color: #FFF;
        display: block;
        line-height: 1.2; }
        .licenseNavi .LicenseNaviL ul li a.active, .licenseNavi .LicenseNaviL ul li a:hover {
          background: #FFF;
          color: #EF3038;
          text-decoration: none; }
        @media only screen and (max-width: 600px) {
          .licenseNavi .LicenseNaviL ul li a {
            text-align: center; } }
  .licenseNavi .LicenseNaviL.naviVisible .licenseOpener i::before {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .licenseNavi .LicenseNaviL.naviVisible ul {
    display: block; }

.licenseNavi .LicenseNaviR {
  padding-top: 1.5rem; }
  @media only screen and (min-width: 993px) {
    .licenseNavi .LicenseNaviR {
      width: 80%; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .licenseNavi .LicenseNaviR {
      width: 75%; } }
  @media only screen and (max-width: 600px) {
    .licenseNavi .LicenseNaviR {
      width: 100%;
      padding-top: 2.25rem; } }
  .licenseNavi .LicenseNaviR .inner {
    display: block;
    width: 100%; }

.jsWishlistLink {
  cursor: pointer;
  position: relative;
  z-index: 1; }

.FlyoutDebug {
  position: absolute;
  left: 0;
  z-index: 999;
  top: -5px;
  width: 100vw;
  height: 1px;
  background: orange;
  overflow: hidden; }

@media only screen and (max-width: 600px) {
  .FlyOut {
    display: none; } }

/*
* Verschiedene Anzeigemöglichkeiten
* Standard ist als kleines Popup unten rechts
*/
.klaro .cn-learn-more {
  display: none !important; }

/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro {
  /*.cm-btn-success {
        display: none !important
    }

    .cn-learn-more {
        background: #fff;
        color: #010101 !important;
        display: inline-block;
        text-decoration: none !important;
        border-radius: 6px;
        padding: .4rem;
        font-size: 1em;
        cursor: pointer;
        flex-grow: unset !important;
        order: 1;
    }

    .cn-buttons .cn-decline {
        order: 2;
    }

    .cn-buttons {
        @media only screen and (max-width: 374px) {
            width: auto !important;

            .cn-decline {
                width: auto !important;
            }
        }
    }

    .cookie-modal {
        .cm-btn-success {
            display: inline-block !important
        }
    }*/ }
  .klaro .privay-link {
    text-decoration: underline !important; }
  .klaro .cookie-modal, .klaro .cookie-notice {
    /* The switch - the box around the slider */
    font-size: 14px; }
    .klaro .cookie-modal .cm-switch-container, .klaro .cookie-notice .cm-switch-container {
      display: block;
      position: relative;
      padding: 10px;
      padding-left: 66px;
      line-height: 20px;
      vertical-align: middle;
      min-height: 40px;
      border-bottom: 1px solid #ccc; }
      .klaro .cookie-modal .cm-switch-container:last-child, .klaro .cookie-notice .cm-switch-container:last-child {
        border-bottom: 0; }
      .klaro .cookie-modal .cm-switch-container:first-child, .klaro .cookie-notice .cm-switch-container:first-child {
        margin-top: 0; }
      .klaro .cookie-modal .cm-switch-container p, .klaro .cookie-notice .cm-switch-container p {
        margin-top: 0; }
    .klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 30px; }
    .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
      background-color: green; }
    .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
      opacity: 0.6;
      background-color: green; }
      .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
    .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
      opacity: 0.8;
      background-color: #00cc00; }
      .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
    .klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
      opacity: 0.8;
      background-color: #00cc00;
      cursor: not-allowed; }
    .klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }
    .klaro .cookie-modal .cm-list-input, .klaro .cookie-notice .cm-list-input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 50px;
      height: 30px; }
    .klaro .cookie-modal .cm-list-title, .klaro .cookie-notice .cm-list-title {
      font-size: 14px;
      font-weight: 600; }
    .klaro .cookie-modal .cm-list-description, .klaro .cookie-notice .cm-list-description {
      font-size: 14px;
      padding-top: 4px;
      color: #666; }
    .klaro .cookie-modal .cm-list-label, .klaro .cookie-notice .cm-list-label {
      /* The slider */
      /* Rounded sliders */ }
      .klaro .cookie-modal .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
        position: absolute;
        left: 0; }
      .klaro .cookie-modal .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 50px;
        display: inline-block; }
      .klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
        position: absolute;
        content: '';
        height: 20px;
        width: 20px;
        left: 5px;
        bottom: 5px;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .klaro .cookie-modal .cm-list-label .slider.round, .klaro .cookie-notice .cm-list-label .slider.round {
        border-radius: 30px; }
      .klaro .cookie-modal .cm-list-label .slider.round::before, .klaro .cookie-notice .cm-list-label .slider.round::before {
        border-radius: 50%; }
      .klaro .cookie-modal .cm-list-label input:focus + .slider, .klaro .cookie-notice .cm-list-label input:focus + .slider {
        box-shadow: 0 0 1px #0bff0b; }
      .klaro .cookie-modal .cm-list-label input:checked + .slider::before, .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px); }
    .klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
      box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19); }
    .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19); }
    .klaro .cookie-modal a, .klaro .cookie-notice a {
      color: #FFFFFF;
      text-decoration: none; }
    .klaro .cookie-modal p,
    .klaro .cookie-modal strong,
    .klaro .cookie-modal h1,
    .klaro .cookie-modal h2,
    .klaro .cookie-modal ul,
    .klaro .cookie-modal li, .klaro .cookie-notice p,
    .klaro .cookie-notice strong,
    .klaro .cookie-notice h1,
    .klaro .cookie-notice h2,
    .klaro .cookie-notice ul,
    .klaro .cookie-notice li {
      color: #FFFFFF; }
    .klaro .cookie-modal p,
    .klaro .cookie-modal h1,
    .klaro .cookie-modal h2,
    .klaro .cookie-modal ul,
    .klaro .cookie-modal li, .klaro .cookie-notice p,
    .klaro .cookie-notice h1,
    .klaro .cookie-notice h2,
    .klaro .cookie-notice ul,
    .klaro .cookie-notice li {
      display: block;
      text-align: left;
      margin: 0;
      padding: 0;
      margin-top: 0.7em; }
    .klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
      margin-right: 0.5em;
      vertical-align: middle;
      text-decoration: underline; }
    .klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
      background: #555;
      color: #FFFFFF;
      border-radius: 6px;
      padding: 6px 10px;
      margin-right: 0.5em;
      border: 0;
      padding: 12px 8px;
      font-size: 1em;
      cursor: pointer; }
      .klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
        opacity: 0.5; }
      .klaro .cookie-modal .cm-btn.cm-btn-danger, .klaro .cookie-notice .cm-btn.cm-btn-danger {
        background: #999;
        color: #17344A; }
      .klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
        background: #aaa;
        color: #000; }
      .klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
        background: #FFFFFF;
        color: #FFFFFF; }
      .klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
        background: #FFFFFF;
        color: #FFFFFF; }
  .klaro .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000; }
    .klaro .cookie-modal.cm-embedded {
      position: relative;
      height: inherit;
      width: inherit;
      left: inherit;
      right: inherit;
      z-index: 0; }
      .klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
        position: relative;
        transform: none; }
    .klaro .cookie-modal .cm-bg {
      background: rgba(0, 0, 0, 0.5);
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0; }
    .klaro .cookie-modal .cm-modal.cm-klaro {
      z-index: 1001;
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
      width: 100%;
      max-height: 98%;
      top: 50%;
      transform: translateY(-50%);
      position: fixed;
      overflow: auto;
      background: #8DA6BC;
      color: #FFFFFF; }
      @media (min-width: 660px) {
        .klaro .cookie-modal .cm-modal.cm-klaro {
          border-radius: 4px;
          position: relative;
          margin: 0 auto;
          max-width: 640px;
          height: auto;
          width: auto; } }
    .klaro .cookie-modal .cm-modal .hide {
      border-style: none;
      background: none;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1;
      cursor: pointer; }
      .klaro .cookie-modal .cm-modal .hide svg {
        stroke: #FFFFFF; }
    .klaro .cookie-modal .cm-modal .cm-footer {
      padding: 1em;
      border-top: 1px solid #555; }
      .klaro .cookie-modal .cm-modal .cm-footer-buttons {
        display: flex;
        flex-flow: row;
        justify-content: space-between; }
      .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
        font-size: 0.8em;
        padding-top: 4px;
        text-align: right;
        padding-right: 8px; }
        .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
          color: #FFFFFF; }
    .klaro .cookie-modal .cm-modal .cm-header {
      padding: 1em;
      padding-right: 24px;
      border-bottom: 1px solid #555; }
      .klaro .cookie-modal .cm-modal .cm-header h1 {
        margin: 0 0 16px 0;
        font-size: 1.6em;
        display: block; }
        .klaro .cookie-modal .cm-modal .cm-header h1.title {
          padding-right: 20px; }
      .klaro .cookie-modal .cm-modal .cm-header p {
        line-height: 1.6; }
        .klaro .cookie-modal .cm-modal .cm-header p a {
          text-decoration: underline; }
    .klaro .cookie-modal .cm-modal .cm-body {
      padding: 1em; }
      .klaro .cookie-modal .cm-modal .cm-body ul {
        display: block; }
      .klaro .cookie-modal .cm-modal .cm-body span {
        display: inline-block;
        width: auto; }
      .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps,
      .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
        padding: 0;
        margin: 0; }
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-caret,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-caret {
          color: #888; }
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content {
          margin-left: -40px;
          display: none; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content.expanded,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content.expanded {
            margin-top: 10px;
            display: block; }
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app,
        .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
          position: relative;
          line-height: 20px;
          vertical-align: middle;
          padding-left: 60px;
          min-height: 40px; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose:first-child,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app:first-child,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
            margin-top: 0; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
            margin-top: 0; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p.purposes,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p.purposes,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
            font-size: 0.8em;
            color: #FFFFFF; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose.cm-toggle-all,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app.cm-toggle-all,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
            border-top: 1px solid #555;
            padding-top: 1em; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-list-title,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-list-title,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-list-title,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
            font-weight: 600; }
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-required,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-required,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
          .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
            padding-left: 0.2em;
            font-size: 0.8em;
            color: #FFFFFF; }
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    background: #8DA6BC;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .klaro .cookie-notice:not(.cookie-modal-notice) {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        border-radius: 4px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        max-width: 400px; } }
    @media (max-width: 1023px) {
      .klaro .cookie-notice:not(.cookie-modal-notice) {
        border-style: none;
        border-radius: 0; } }
    .klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
      position: relative;
      height: inherit;
      width: inherit;
      left: inherit;
      right: inherit;
      bottom: inherit;
      z-index: 0; }
      .klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
        padding-top: 0.5em; }
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
      margin-bottom: 0;
      margin-right: 0;
      bottom: 0;
      padding: 1em;
      padding-top: 0; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
        margin-bottom: 0.5em; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
        text-decoration: underline; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
        display: inline-block;
        flex-grow: 1; }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
        display: inline-block;
        margin-top: -0.5em; }
        @media (max-width: 384px) {
          .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
            width: 100%; } }
        .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
          margin-top: 0.5em; }
          @media (max-width: 384px) {
            .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
              width: calc(50% - 0.5em); } }
      .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
        margin-top: -0.5em;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: right;
        align-items: baseline; }
        .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
        .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
          margin-top: 0.5em; }
  .klaro .cookie-modal-notice {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #8DA6BC;
    color: #FFFFFF;
    padding: 1em;
    padding-top: 0.2em; }
    @media (min-width: 400px) {
      .klaro .cookie-modal-notice {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
        height: auto;
        width: auto; } }
    .klaro .cookie-modal-notice .cn-ok {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center;
      margin-top: 1em; }
  .klaro .cookie-notice-hidden {
    display: none !important; }

.klaro .cookie-modal .cm-modal.cm-klaro {
  padding: 15px 15px 10px 15px;
  margin: 0;
  top: unset;
  right: 20px;
  bottom: 20px;
  transform: none;
  border-radius: 8px;
  position: absolute;
  max-width: 540px; }
  @media all and (max-width: 993px) {
    .klaro .cookie-modal .cm-modal.cm-klaro {
      right: 0;
      bottom: 0;
      border-radius: 0;
      padding-left: 5px;
      padding-right: 5px;
      max-width: 100%; } }

.cm-list-description {
  color: #FFF !important; }

.cm-header {
  border: 0 !important;
  padding-top: 30px !important; }
  .cm-header h1 {
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1px; }

.cm-body {
  padding-bottom: 50px !important; }

.cm-footer {
  border: 0 !important; }
  .cm-footer .cm-footer-buttons {
    position: relative; }
    @media all and (max-width: 993px) {
      .cm-footer .cm-footer-buttons {
        display: block !important; } }
    .cm-footer .cm-footer-buttons button {
      width: 50%; }
      @media all and (max-width: 993px) {
        .cm-footer .cm-footer-buttons button {
          width: 100%;
          margin-bottom: 5px; } }
    .cm-footer .cm-footer-buttons .cn-decline-link {
      background: transparent;
      text-decoration: underline;
      border: 0;
      color: #FFFFFF;
      position: absolute;
      left: 0;
      top: -40px;
      width: auto;
      text-align: left;
      cursor: pointer; }
    .cm-footer .cm-footer-buttons .cm-btn-accept-all {
      text-transform: uppercase;
      color: #FFFFFF !important;
      background-color: #DC131B !important; }
    .cm-footer .cm-footer-buttons .cm-btn-accept {
      text-transform: uppercase;
      border: 1px solid #FFFFFF !important;
      color: #FFFFFF !important;
      background-color: transparent !important; }

.klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
  height: 24px; }

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  bottom: 2px; }

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #DC131B !important; }

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: none !important; }

.cm-powered-by a {
  font-size: 2rem;
  color: #FFFFFF;
  position: absolute;
  right: 20px;
  top: 10px; }

.cm-powered-by a::after {
  content: "x"; }

.cm-app .cm-list-description {
  color: #FFFFFF !important; }

.cm-app .purposes {
  display: none !important; }

.issuu-container {
  display: none; }

.dsgvo-info-issuu {
  padding: 20px;
  background: url(/Content/Img/bg_issuu_container.png) no-repeat center center;
  max-width: 600px;
  background-color: #17344A; }
  .dsgvo-info-issuu .title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px; }
  .dsgvo-info-issuu .text {
    font-size: .9rem;
    margin-bottom: 13px;
    line-height: 1.6; }
  .dsgvo-info-issuu .button {
    font-size: 0.85rem;
    min-width: unset;
    min-height: unset;
    padding: 10px; }

.dsgvo-info-youtube {
  max-width: 600px;
  padding: 20px;
  background: url(/Content/Img/bg_youtube_container.png) no-repeat center center;
  background-color: #17344A;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .dsgvo-info-youtube .title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px; }
  .dsgvo-info-youtube .text {
    font-size: .9rem;
    margin-bottom: 13px;
    line-height: 1.6; }
  .dsgvo-info-youtube .button {
    font-size: 0.85rem;
    min-width: unset;
    min-height: unset;
    padding: 10px; }

.youtube-video-container,
.youtube-api-container-wrap {
  display: none; }
