/* =============================================================================
    GRID
   ========================================================================== */
/* =============================================================================
    COLORS
   ========================================================================== */
/* =============================================================================
    Media queries
   ========================================================================== */
/* =============================================================================
    RESET
   ========================================================================== */
html {
  font-size: 0.625em;
  /* 1 => 10px = 1em*/
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  /* 2 */
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
select,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  text-align: inherit;
  text-align: left;
  font-family: "TradeGothic";
  color: #30464e;
}
a:hover,
a:active,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
}
a,
img {
  outline: none;
}
map > area,
map > area:active,
map > area:focus {
  outline: none;
  border: 0;
  outline-style: none;
}
area:focus {
  outline: none;
  border: 0 none;
  outline-style: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  display: block;
  list-style-type: disc;
}
ol {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table,
tr,
td,
th {
  vertical-align: top;
}
/*
     * Improves readability of pre-formatted text in all browsers
     */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 75%;
}
/*
     * Prevents sub and sup affecting line-height in all browsers
     * gist.github.com/413930
     */
sub,
sup {
  font-size: 0.75em;
  line-height: 1em;
  position: relative;
  vertical-align: top;
  color: inherit;
}
h6 a sup:not(*:root),
p a sup:not(*:root) {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0.43em;
  box-sizing: border-box;
}

/* Fix for underlining sups in chrome / safari */
div.content > .col-4 > p > a.info_text_no_link > sup:not(*:root){
    border-bottom: 0px;
}
/* Chrome only: */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
  div.content > .col-4 ~ .col-4 > p > a > sup{
    padding-bottom: 0.35em;
  }
}

h6 a sup:not(*:root) {
  padding-bottom: 0.3em;
}
.collection-gallery h6 a sup:not(*:root) {
  border-bottom: 0px;	
}
	
h1 a:hover sup:not(*:root),
h2 a:hover sup:not(*:root),
h3 a:hover sup:not(*:root),
h4 a:hover sup:not(*:root),
h5 a:hover sup:not(*:root),
h6 a:hover sup:not(*:root),
p a:hover sup:not(*:root) {
  border-bottom: 0px;
}
/*
     * Corrects list images handled incorrectly in IE7
     */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/*
     * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
     * 2. Improves image quality when scaled in IE7
     *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
     */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  display: inline-block;
  max-width: 100%;
}
/*
     * Corrects overflow displayed oddly in IE9
     */
svg:not(:root) {
  overflow: hidden;
}
/*
     * Corrects inline-block display not defined in IE6/7/8/9 & FF3
     */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
     * Prevents modern browsers from displaying 'audio' without controls
     * Remove excess height in iOS5 devices
     */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* =============================================================================
        FORMELEMENTS
       ========================================================================== */
/*
     * Addresses font-family inconsistency between 'textarea' and other form elements.
     */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
     * 1. Corrects color not being inherited in IE6/7/8/9
     * 2. Corrects text not wrapping in FF3
     * 3. Corrects alignment displayed oddly in IE6/7
     */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
     * 1. Corrects font size not being inherited in all browsers
     * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
     * 3. Improves appearance and consistency in all browsers
     */
button,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
     * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
     */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
     * 1. Improves usability and consistency of cursor style between image-type 'input' and others
     * 2. Corrects inability to style clickable 'input' types in iOS
     * 3. Removes inner spacing in IE7 without affecting normal text inputs
     *    Known issue: inner spacing remains in IE6
     */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
     * Re-set default cursor for disabled elements
     */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
     * 1. Removes default vertical scrollbar in IE6/7/8/9
     * 2. Improves readability and alignment in all browsers
     */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  html {
    font-size: 0.58em;
  }
}
/* =============================================================================
    GRID
   ========================================================================== */
body {
  min-height: 100%;
}
.max-page-width {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1290px;
}
.max-page-height {
  height: 100%;
  display: block;
}
.min-page-width {
  min-width: 1200px;
}
.col {
  margin: 0 1%;
  overflow: visible;
  float: left;
  display: block;
}
.col .col {
  margin: 0 -1%;
  width: auto;
  display: inline-block;
}
.col-1 {
  width: 6.33%;
}
.col-2 {
  width: 14.66%;
}
.col-3 {
  width: 22.99%;
}
.col-4 {
  width: 31.32%;
}
.col-5 {
  width: 39.65%;
}
.col-6 {
  width: 47.98%;
}
.col-7 {
  width: 56.31%;
}
.col-8 {
  width: 64.64%;
}
.col-9 {
  width: 72.97%;
}
.col-10 {
  width: 81.3%;
}
.col-11 {
  width: 89.63%;
}
.col-12 {
  width: 97.96%;
}
/* TODO: CHECK
    .col-full {
      width: @totalWidth - ( 2 * @gutter );
      margin: 0 auto;
      overflow: hidden;
    }*/
.offset-by-1 {
  margin-left: 9.33%;
}
.offset-by-2 {
  margin-left: 17.66%;
}
.offset-by-3 {
  margin-left: 25.99%;
}
.offset-by-4 {
  margin-left: 34.32%;
}
.offset-by-5 {
  margin-left: 42.65%;
}
.offset-by-6 {
  margin-left: 50.98%;
}
.offset-by-7 {
  margin-left: 59.31%;
}
.offset-by-8 {
  margin-left: 67.64%;
}
.offset-by-9 {
  margin-left: 75.97%;
}
.offset-by-10 {
  margin-left: 84.3%;
}
.offset-by-11 {
  margin-left: 92.63%;
}
.col .col.col-half,
.col-half {
  width: 45%;
  float: left;
  margin: 0 1%;
}
.col .col.col-third,
.col-third {
  width: 31%;
  float: left;
  margin: 0 1%;
}
.col .col.col-twothird,
.col-twothird {
  width: 64%;
  float: left;
  margin: 0 1%;
}
.col .col.col-fourth,
.col-fourth {
  width: 25%;
  float: left;
  margin: 0px;
}
.col .col.col-fifth,
.col-fifth {
  width: 18%;
  float: left;
  margin: 0 1%;
}
.add-gutter {
  margin: 1%;
}
.remove-margin-left {
  margin-left: 0px;
}
.remove-gutter-left {
  margin-left: 0px;
}
.remove-gutter-right {
  margin-right: 0px;
}
.remove-margin-bottom {
  margin-bottom: 0px;
}
.remove-margin-top {
  margin-top: 0px;
}
.margin-left-14em {
  margin-left: 1.4em;
}
.margin-left-25px {
  margin-left: 25px;
}
.margin-right-25px {
  margin-right: 25px;
}
.margin-0-13procent {
  margin: 0 13%;
}
.remove-padding {
  padding: 0px;
}
.remove-padding-bottom {
  padding-bottom: 0px;
}
.add-margin-auto {
  display: block;
  margin: auto;
  width: auto;
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .remove-mobile {
    display: none;
  }
  .col {
    margin: 0 1%;
    float: none;
    width: 98%;
  }
  .col .col.col-half,
  .col .col.col-third,
  .col .col.col-twothird,
  .col .col.col-fourth,
  .col .col.col-fifth {
    width: 100%;
    margin: 0%;
  }
}
/* =============================================================================
    FONTS
   ========================================================================== */
@font-face {
  font-family: "TradeGothic";
  src: url("fonts/TradeGothicCn18.eot");
  src: url("fonts/TradeGothicCn18.eot") format("eot"), url("fonts/TradeGothicCn18.woff") format("woff"), url("fonts/TradeGothicCn18.ttf") format("truetype"), url("fonts/TradeGothicCn18.svg#TradeGothicCn18") format("svg");
}
@font-face {
  font-family: "TradeGothic-Bold";
  src: url("fonts/TradeGothicBoldCn20.eot");
  src: url("fonts/TradeGothicBoldCn20.eot") format("eot"), url("fonts/TradeGothicBoldCn20.woff") format("woff"), url("fonts/TradeGothicBoldCn20.ttf") format("truetype"), url("fonts/TradeGothicBoldCn20.svg#TradeGothicBoldCn20") format("svg");
}
/* =============================================================================
    MATERIAL ICONS -> http://google.github.io/material-design-icons/
   ========================================================================== */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin: 0 8px 0 0;
  vertical-align: text-bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* =============================================================================
    BASE
   ========================================================================== */
body {
  background-color: #ffffff;
  font-family: "TradeGothic";
  color: #30464e;
  position: relative;
}
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
li,
fieldset,
label,
legend,
input,
textarea,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 1.7em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}
/*
    * FONTS
    */
/* Headlines */
h1 {
  font-size: 5em;
  margin-bottom: 0.35em;
  text-align: center;
}
h2 {
  font-size: 3.5em;
  margin-bottom: 0.35em;
  text-align: center;
}
h3 {
  font-size: 3em;
  font-family: "TradeGothic-Bold";
  margin-bottom: 0.3em;
}
h4 {
  font-size: 2.5em;
  font-family: "TradeGothic-Bold";
  margin-bottom: 0.3em;
}
h5 {
  font-size: 2em;
  font-family: "TradeGothic-Bold";
  margin-bottom: 0.3em;
  margin-top: 0.2em;
}
h6 {
  font-size: 2em;
  margin-bottom: 0.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
}
h6 a {
  text-decoration: underline;
}
h6 a:hover,
h6 a:active,
h6 a:visited {
  text-decoration: none;
}
/* Text */
b,
strong {
  font-family: "TradeGothic-Bold";
  font-weight: normal;
}
i,
a:hover,
a:active,
a:visited,
a:visited,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: inherit;
  color: inherit;
}
p a,
li a,
table td a,
p a:active,
p a:visited,
li a:active,
li a:visited td a:active,
td a:visited {
  text-decoration: underline;
}
ul {
  margin-left: 2em;
  margin-bottom: 2.2em;
}
ul li {
  margin-bottom: 0.2em;
}
ul.list-check {
  list-style-image: url(/b2c/resources/_web_images_/basis/list-check.png);
  margin-left: 2.4em;
}
ul.list-check-green {
  list-style-image: url(/b2c/resources/_web_images_/basis/list-check-green.png);
  margin-left: 2.4em;
}
ul.list-cross-red {
  list-style-image: url(/b2c/resources/_web_images_/basis/list-cross-red.png);
  margin-left: 2.4em;
}
ul.list-anchor {
  list-style-image: url(/b2c/resources/_web_images_/basis/list-anchor.png);
  margin-left: 2.4em;
}
h3,
h4,
h5,
h6,
p,
li {
  width: 97%;
}
/* define background-colors */
.background-white {
  background-color: #ffffff;
}
.background-black {
  background-color: #000000;
}
.background-petrol {
  background-color: #30464e;
}
.background-grey-lighter {
  background-color: #f1f1f3;
}
.background-grey-light {
  background-color: #ececec;
}
.background-grey-medium {
  background-color: #d3d7d9;
}
.background-grey-dark {
  background-color: #b5bcc0;
}
.background-black-transparent {
  background: url(/b2c/resources/_web_images_/basis/background-black.png) repeat 0px 0px;
}
.background-petrol-transparent {
  background: url(/b2c/resources/_web_images_/basis/background-petrol.png) repeat 0px 0px;
}
/* define font-colors */
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-petrol {
  color: #30464e;
}
.text-grey-light {
  color: #ececec;
}
.text-grey-medium {
  color: #d3d7d9;
}
.text-grey-dark {
  color: #b5bcc0;
}
.text-organe {
  color: #f8b800;
}
/* define font-facettes  */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-middle {
  vertical-align: middle;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-nowrap {
  white-space: nowrap;
}
.text-size20 {
  font-size: 2em;
}
.text-size16 {
  font-size: 1.6em;
}
.font-normal {
  font-family: "TradeGothic";
}
.font-bold {
  font-family: "TradeGothic-Bold";
}
.content-image {
  margin-bottom: 1em;
}
.content-image-left {
  margin-right: 2%;
  float: left;
}
.content-image-right {
  margin-left: 2%;
  float: right;
}
.content-image img {
  width: 100%;
}
.content-image-text {
  display: inline;
}
.content-list-check-container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* define table */
table th,
table td {
  border-top: 2px solid #ffffff;
  padding: 2% 0px;
}
table td {
  border-left: 2px solid #ffffff;
}
table th h1,
table th h2,
table th h3,
table th h4,
table th h5,
table th h6,
table th p,
table th ul li,
table td h1,
table td h2,
table td h3,
table td h4,
table td h5,
table td h6,
table td p,
table td ul li {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}
.table-head {
  background-color: #30464e;
  color: #ffffff;
  font-family: "TradeGothic-Bold";
  vertical-align: middle;
}
.table-head-white {
  background-color: #ffffff;
  color: #30464e;
}
.table-head p {
  color: #ffffff;
  margin-bottom: 0px;
  white-space: normal;
}
.table-head-border-petrol {
  border-right: 2px solid #30464e;
}
.table-head img {
  display: block;
}
/*.table-cell-inner {padding:1px;}*/
/*
* ICONS // SPRITE
*/
/* LABEL: gender */
.label-icon-30 {
  line-height: 30px;
}
.label-icon-35 {
  line-height: 35px;
}
.label-icon-48 {
  line-height: 48px;
}
.label-icon-60 {
  line-height: 60px;
}
/* LABEL: top seller */
.label-topseller {
  display: inline;
  background-color: #30464e;
  color: #ffffff;
  padding: 3px 10px 3px;
  font-family: TradeGothic;
}
.label-topseller a {
  color: #ffffff;
}
.label-topseller.label-topseller-as-block {
  width: 90%;
  display: inline-block;
}
/* Icons  - Sprite */
.icon-sprite {
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-size: auto 186px;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-sprite-30,
.icon-sprite-30:hover,
.icon-sprite-30:active,
.icon-sprite-30:visited {
  text-decoration: none;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.icon-sprite-35,
.icon-sprite-35:hover,
.icon-sprite-35:active,
.icon-sprite-35:visited {
  text-decoration: none;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.icon-sprite-48,
.icon-sprite-48:hover,
.icon-sprite-48:active,
.icon-sprite-48:visited {
  text-decoration: none;
  line-height: 48px;
  width: 48px;
  height: 48px;
}
.icon-sprite-65,
.icon-sprite-65:hover,
.icon-sprite-65:active,
.icon-sprite-65:visited {
  text-decoration: none;
  line-height: 65px;
  width: 65px;
  height: 65px;
}
.icon-sprite-85,
.icon-sprite-85:hover,
.icon-sprite-85:active,
.icon-sprite-85:visited {
  text-decoration: none;
  line-height: 85px;
  width: 85px;
  height: 85px;
}
/* gender icons - 30 pixel height */
.icon-sex-woman-30 {
  background-position: -1120px 0px;
  margin-right: 2px;
}
.icon-sex-woman-30.active {
  background-position: -1120px -66px;
}
.icon-sex-man-30 {
  background-position: -1049px 0px;
  margin-right: 2px;
}
.icon-sex-man-30.active {
  background-position: -1049px -66px;
}
.icon-sex-child-30 {
  background-position: -3675px 0px;
  margin-right: 2px;
}
.icon-sex-child-30.active {
  background-position: -3675px -66px;
}
/* Social Icons - 48 pixel height */
.icon-facebook-48 {
  background-position: 0px 0px;
}
.icon-facebook-48:hover {
  background-position: 0px -66px;
}
.icon-twitter-48 {
  background-position: -70px 0px;
}
.icon-twitter-48:hover {
  background-position: -70px -66px;
}
.icon-instagram-48 {
  background-position: -140px 0px;
}
.icon-instagram-48:hover {
  background-position: -140px -66px;
}
.icon-youtube-48 {
  background-position: -210px 0px;
}
.icon-youtube-48:hover {
  background-position: -210px -66px;
}
.icon-pinterest-48 {
  background-position: -3815px 0px;
}
.icon-pinterest-48:hover {
  background-position: -3815px -66px;
}
/* Menu  - 48 pixel height */
.icon-menu-48 {
  background-position: -420px 0px;
}
.icon-menu-48:hover,
.icon-menu-48.active {
  background-position: -420px -66px;
}
.icon-menu-top-48 {
  background-position: -420px 0px;
  margin-top: 10px;
}
.icon-menu-search-48 {
  background-position: -490px 0px;
}
.icon-menu-search-48:hover,
.icon-menu-search-48.active {
  background-position: -490px -66px;
}
.icon-menu-favorite-48 {
  background-position: -560px 0px;
  position: relative;
}
.icon-menu-favorite-48:hover,
.icon-menu-favorite-48.active {
  background-position: -560px -66px;
}
.icon-menu-favorite-48 span.digit,
.icon-menu-favorite-48.active span.digit {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 1.6em;
  color: #fff;
}
.icon-menu-faq-48 {
  background-position: -630px 0px;
}
.icon-menu-faq-48:hover {
  background-position: -630px -66px;
}
.icon-menu-storelocator-48 {
  background-position: -700px 0px;
}
.icon-menu-storelocator-48:hover {
  background-position: -700px -66px;
}
.icon-arrow-left-48 {
  background-position: -1532px 0;
}
/* Side Menu - */
.icon-location-30 {
  background-position: -1995px 2px;
}
.icon-favorite-close-30 {
  background-position: -2695px 0px;
}
.icon-favorite-close-30:hover {
  background-position: -2695px -66px;
}
.icon-sidenav-arrow-left-30 {
  background-position: -2764px 0px;
}
.icon-sidenav-arrow-left-30:hover {
  background-position: -2764px -66px;
}
.icon-sidenav-arrow-right-30 {
  background-position: -2813px 0px;
}
.icon-sidenav-arrow-right-30:hover {
  background-position: -2813px -66px;
}
.icon-sidenav-arrow-down-30 {
  background-position: -2960px 10px;
}
.icon-sidenav-arrow-down-30:hover,
.icon-sidenav-arrow-down-30.active {
  background-position: -2960px -56px;
}
.icon-sidenav-arrow-up-30 {
  background-position: -2891px 10px;
}
.icon-sidenav-arrow-up-30:hover,
.icon-sidenav-arrow-up-30.active {
  background-position: -2891px -56px;
}
/* Social Icons - 30 pixel height */
.icon-facebook-30 {
  background-position: -280px 0px;
}
.icon-facebook-30:hover {
  background-position: -280px -66px;
}
.icon-twitter-30 {
  background-position: -350px 0px;
}
.icon-twitter-30:hover {
  background-position: -350px -66px;
}
.icon-menu-info-48 {
  background-position: -3115px 0px;
}
.icon-menu-info-48:hover,
.icon-menu-info-48.active {
  background-position: -3115px -66px;
}
.icon-menu-faq-letters-48 {
  background-position: -4025px 0px;
}
.icon-menu-faq-letters-48:hover,
.icon-menu-faq-letters-48.active {
  background-position: -4025px -66px;
}
.icon-menu-faq-letters-48.es {
  background-image: url("/b2c/resources/_web_images_/basis/icon_faq_es_x2.png");
  background-size: auto 131px;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
  line-height: 48px;
  width: 48px;
  height: 48px;
  background-position: 0 0;
}
.icon-menu-faq-letters-48.es:hover,
.icon-menu-faq-letters-48.es.active {
  background-position: 0 -66px;
}
.icon-menu-faq-letters-48.pt {
  background-image: url("/b2c/resources/_web_images_/basis/icon_faq_pt_x2.png");
  background-size: auto 131px;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
  line-height: 48px;
  width: 48px;
  height: 48px;
  background-position: 0 0;
}
.icon-menu-faq-letters-48.pt:hover,
.icon-menu-faq-letters-48.pt.active {
  background-position: 0 -66px;
}
.icon-sidenav-menu-arrow-down-48 {
  background-position: -3256px 10px;
}
.icon-sidenav-menu-arrow-down-48:hover,
.icon-sidenav-menu-arrow-down-48.active {
  background-position: -3256px -56px;
}
.icon-sidenav-menu-arrow-up-48 {
  background-position: -3185px 10px;
}
.icon-sidenav-menu-arrow-up-48:hover,
.icon-sidenav-menu-arrow-up-48.active {
  background-position: -3185px -56px;
}
.icon-back-48 {
  background-position: -3325px 0;
}
.icon-back-48:hover,
.icon-back-48.active {
  background-position: -3325px -67px;
}
/* send Icons - 35 pixel height */
.icon-mail-35 {
  background-position: -770px 0px;
}
.icon-mail-35:hover {
  background-position: -770px -66px;
}
.icon-print-35 {
  background-position: -840px 0px;
}
.icon-print-35:hover {
  background-position: -840px -66px;
}
.icon-pdf-35 {
  background-position: -910px 0px;
}
.icon-pdf-35:hover {
  background-position: -910px -66px;
}
/* color picker - 35 pixel height */
.icon-colorpicker-35 {
  background-position: -1190px 0px;
}
/* add to favorite */
.icon-addtofavorite-container {
  width: 66px;
  margin-right: 1%;
}
.icon-addtofavorite-35 {
  background-position: -980px 0px;
}
.icon-addtofavorite-35:hover,
.icon-addtofavorite-35.active {
  background-position: -980px -66px;
}
.icon-addtofavorite-active-35 {
  background-position: -3045px 0px;
  width: 60px;
}
.icon-addtofavorite-active-35:hover {
  background-position: -3045px -66px;
  width: 60px;
}
/* FAQ Accordion */
.icon-plus-35 {
  background-position: -3535px 0px;
}
.icon-minus-35 {
  background-position: -3535px -67px;
}
.icon-faq-arrow-up-30 {
  background-position: -2891px 6px;
}
.icon-faq-arrow-down-30 {
  background-position: -2975px 6px;
}
.icon-faq-arrow-right-30 {
  background-position: -2835px 2px;
}
.icon-faq-arrow-left-30 {
  background-position: -2765px 2px;
}
/* Teaser */
.icon-arrow-down-30 {
  background-position: -3598px -56px;
}
.icon-arrow-up-30 {
  background-position: -3598px 0px;
}
/* Social Icons extended */
.icon-text-extended {
  display: none;
  color: #ffffff;
  font-size: 18px;
}
.social-icons-headline {
  margin-bottom: 10px;
  color: #ffffff;
  display: inline-block;
}
/* Download */
.icon-download {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0px 35px;
  background-size: 30px;
  padding: 12px 20px 14px 45px;
  display: inline-block;
}
.icon-download span {
  text-decoration: underline;
}
.icon-download span:hover {
  text-decoration: none;
}
table td .icon-download {
  background-position: 0px 3px;
  padding: 0px 0px 0px 45px;
}
.icon-download-pdf {
  background-image: url(/b2c/resources/_web_images_/basis/icon-pdf_x2.png);
}
.icon-download-zip {
  background-image: url(/b2c/resources/_web_images_/basis/icon-zip_x2.png);
}
.icon-download-xls {
  background-image: url(/b2c/resources/_web_images_/basis/icon-xls_x2.png);
}
.icon-download-doc {
  background-image: url(/b2c/resources/_web_images_/basis/icon-doc_x2.png);
}
.icon-download-blank {
  background-image: url(/b2c/resources/_web_images_/basis/icon-blank_x2.png);
}
/* download simple */
a.icon-download-simple,
a:hover.icon-download-simple {
  line-height: 22px;
  margin-bottom: 10px;
  text-decoration: underline;
  display: block;
  background-repeat: no-repeat;
  background-image: url(/b2c/resources/_web_images_/basis/icon-download-simple_x2.png);
  background-position: 0px 0px;
  background-size: 27px auto;
  padding: 3px 0px 3px 34px;
}
a:hover.icon-download-simple {
  text-decoration: none;
}
/* Download Block */
.icon-downloadblock {
  background-color: #b5bcc0;
  font-size: 1.7em;
  line-height: 1.25em;
  display: inline-block;
  white-space: nowrap;
}
.icon-downloadblock-icon {
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-position: -2410px 2px;
  background-size: auto 186px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  line-height: 45px;
  margin-top: 10px;
  width: 55px;
  margin-left: 5px;
}
.icon-downloadblock .icon-download-content {
  padding-left: 20px;
  background: #f1f1f3 url("/b2c/resources/_web_images_/basis/icon-download-arrow-head.png") no-repeat scroll 0 0;
  background-size: 20px 100%;
  display: inline-block;
}
.icon-downloadblock .icon-download-content .icon-download {
  background-position: 10px 15px;
}
/* Favorite Export Block + Trylive Block */
.icon-favoriteblock {
  background-color: #b5bcc0;
  font-size: 1.7em;
  line-height: 1.25em;
  display: inline-block;
}
.icon-favoriteblock-copy {
  display: block;
  float: left;
  margin: 8px 5px 8px 8px;
  color: #ffffff;
}
.icon-favoriteblock .icon-favoriteblock-content {
  padding: 12px 4px 12px 20px;
  background: #f1f1f3 url("/b2c/resources/_web_images_/basis/icon-download-arrow-head.png") no-repeat scroll 0 0;
  background-size: 20px 100%;
  display: inline-block;
  float: left;
}
.icon-favoriteblock .icon-favoriteblock-content a {
  margin-left: 4px;
}
.icon-favoriteblock .icon-favoriteblock-content p {
  text-align: center;
  font-size: 3rem;
  margin: 0 35px;
  line-height: 35px;
}
/* back to overview */
.icon-backtooverview-65 {
  background-position: -3395px 0px;
}
.icon-backtooverview-65:hover {
  background-position: -3395px -66px;
}
/* Calender */
.icon-calender {
  line-height: 1.1em;
  background: url(/b2c/resources/_web_images_/basis/icon-calender_x2.png) no-repeat left center;
  padding: 8px 20px 10px 45px;
  display: inline-block;
  background-size: 35px;
}
/* close */
.icon-close-30 {
  background-position: -3745px 0px;
}
.icon-close-30:hover {
  background-position: -3745px -66px;
}
.icon-close-45 {
  background-position: -2555px 0px;
}
.icon-close-45:hover {
  background-position: -2555px -66px;
}
/* SOCIAL ICONS Frame Detail */
.icon-pinterest-frameDetail-30 {
  background-position: -3883px 0;
}
.icon-pinterest-frameDetail-30:hover {
  background-position: -3883px -66px;
}
.icon-instagram-frameDetail-30 {
  background-position: -3952px 0;
}
.icon-instagram-frameDetail-30:hover {
  background-position: -3952px -66px;
}
/* icon scroll top */
.icon-scroll-top,
.icon-scroll-top:hover {
  color: #b5bcc0;
  text-decoration: none;
  padding: 16px 30px 50px 30px;
  background-position: -2312px 0px;
  font-size: 2em;
  position: fixed;
  bottom: 42%;
  right: 2%;
  z-index: 99;
}
.icon-scroll-top:hover {
  color: #30464e;
}
/* arrow down/right */
.icon-arrowdown-65 {
  background-position: -2241px 0;
}
.icon-arrowright-65 {
  background-position: -1310px 0;
}
/* tryit - round */
.icon-tryit-65 {
  background-position: -2065px 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.icon-tryit-65.active {
  background-position: -2065px -66px;
}
/* tryit - rectangle */
.icon-trylive-85 {
  background-position: -2135px 0;
}
/* Trylive Module */
.icon-tl-livecam-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-livecam.png") no-repeat 0 0;
}
.icon-tl-livecam-48:hover,
.icon-tl-livecam-48.active {
  background-position: 0 -46px;
}
.icon-tl-videomode-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-movie.png") no-repeat 0 0;
}
.icon-tl-videomode-48:hover,
.icon-tl-videomode-48.active {
  background-position: 0 -45px;
}
.icon-tl-photomode-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-photo.png") no-repeat 0 0;
}
.icon-tl-photomode-48:hover,
.icon-tl-photomode-48.active {
  background-position: 0 -43px;
}
.icon-tl-splitview-single-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-view-single.png") no-repeat 0 0;
}
.icon-tl-splitview-single-48:hover,
.icon-tl-splitview-single-48.active {
  background-position: 0 -45px;
}
.icon-tl-splitview-double-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-view-double.png") no-repeat 0 0;
}
.icon-tl-splitview-double-48:hover,
.icon-tl-splitview-double-48.active {
  background-position: 0 -45px;
}
.icon-tl-splitview-four-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-view-four.png") no-repeat 0 0;
}
.icon-tl-splitview-four-48:hover,
.icon-tl-splitview-four-48.active {
  background-position: 0 -45px;
}
.icon-tl-save-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-save.png") no-repeat 0 0;
}
.icon-tl-save-48:hover,
.icon-tl-save-48.active {
  background-position: 0 -45px;
}
.icon-tl-facebook-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-facebook.png") no-repeat 0 0;
}
.icon-tl-facebook-48:hover,
.icon-tl-facebook-48.active {
  background-position: 0 -43px;
}
.icon-tl-accept-snapshot-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-picture-yes.png") no-repeat 0 0;
}
.icon-tl-accept-snapshot-48:hover,
.icon-tl-accept-snapshot-48.active {
  background-position: 0 -43px;
}
.icon-tl-pic-no-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-picture-no.png") no-repeat 0 0;
}
.icon-tl-pic-no-48:hover,
.icon-tl-pic-no-48.active {
  background-position: 0 -43px;
}
.icon-tl-pic-yes-48 {
  background: url("/b2c/resources/_web_images_/basis/trylive/icon-toolbar-picture-yes.png") no-repeat 0 0;
}
.icon-tl-pic-yes-48:hover,
.icon-tl-pic-yes-48.active {
  background-position: 0 -43px;
}
.anchorlink {
  background: url("/b2c/resources/_web_images_/basis/background-anchorlink.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
  display: block;
  padding: 7px 0 2px 29px;
}
/*
* Content
*/
.overview-list {
  background-color: #f1f1f3;
  padding: 10px;
}
.overview-list h6 {
  font-family: "TradeGothic-Bold";
  font-size: 1.7em;
  line-height: 1.55em;
  margin-bottom: 0.1em;
}
/*
* BREADCRUMB UMBAU
*/
.header-breadcrumb {
  font-size: 1.5em;
  color: #000000;
  padding-top: 10px;
  text-shadow: 0px 0px 7px #d3d3d3;
  position: relative;
}
.header-breadcrumb .breadcrumb-logo {
  width: 18px;
  height: 18px;
  display: block;
  background: url('/b2c/resources/_web_images_/basis/rod_logo-R.png') 0 0 no-repeat;
  float: left;
  margin-right: 5px;
  background-position: -6px -2px;
  bottom: 3px;
  position: relative;
}
.header-breadcrumb a {
  margin: 0 5px;
}
.header-breadcrumb span.active {
  margin: 0 5px;
  font-family: "TradeGothic-Bold";
  color: #000000;
}
.header-breadcrumb.white {
  color: #ffffff;
  text-shadow: 0 0 10px #4c4c4c;
}
.header-breadcrumb.white .breadcrumb-logo {
  background-position: -8px -23px;
}
.header-breadcrumb.white span.active {
  color: #ffffff;
}
a.tryit-bt {
  color: #006EB7;
  background-color: #dcf3fb;
  font-size: 1.4em;
  padding: 21px 2px 20px 2px;
  border-radius: 50px;
  word-wrap: break-word;
  display: inline-block;
  transform: scale(1);
  text-align: center;
  width: 80px;
  height: 43px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: transform 0.3s ease-out;
  behavior: url(/b2c/resources/_web_css_6165_/PIE.htc);
}
a.tryit-bt:hover,
a.tryit-bt:focus,
a.tryit-bt:active {
  transform: scale(1.1);
}
@media only screen and (max-width: 830px) {
  h2 {
    font-size: 3.0em;
  }
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2em;
  }
  ul.list-check {
    margin-left: 4.4em;
  }
  .content-list-check-container {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .icon-scroll-top {
    display: none;
  }
  .content-image-left,
  .content-image-right {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  .content-image-text {
    display: block;
  }
  /* define table */
  /*.table-collapse-mobile { -webkit-box-shadow: -1px 0px 0px 0 rgba(38, 55, 61, 0.52);  box-shadow: -1px 0px 0px 0 rgba(38, 55, 61, 0.52);   margin-left: 38%;  overflow-x: scroll;  overflow-y: visible;  width: 62%;  border-left: 2px solid @white;  }*/
  .table-collapse-mobile {
    box-shadow: inset 7px 7px 14px -5px rgba(38, 55, 61, 0.52);
    margin-left: 38%;
    overflow-x: scroll;
    overflow-y: visible;
    width: 62%;
    border-left: 2px solid #ffffff;
  }
  .table-collapse-mobile .table-head p,
  .table-collapse-mobile .table-head {
    background: none;
    color: #30464e;
    white-space: normal;
  }
  .table-collapse-mobile table {
    table-layout: fixed;
    width: 100%;
    *margin-left: -100px;
    /*ie7*/
  }
  .table-collapse-mobile table th {
    margin-top: -1px;
    width: 34.5%;
    position: absolute;
    *position: relative;
    /*ie7*/
    left: 0;
  }
  .table-collapse-mobile table td {
    width: 250px;
  }
  /* Icons */
  table th .icon,
  table td .icon,
  table th .icon:hover,
  table td .icon:hover {
    display: inline;
    background: none;
    padding: 0px;
  }
  .social-icons-icons {
    display: block;
  }
  .social-icons-icon {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
/*
* Navigation
*/
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
.header-inner {
  padding: 0 15px 0 15px;
  margin: 0 1%;
}
.logo {
  width: 200px;
  margin: 15px 0 0 0;
  display: block;
  float: left;
}
.header-meta-navi {
  text-align: right;
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.header-meta-navi > a {
  margin: 0 0 0  25px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.5em;
  text-shadow: 0 0 10px #b5bcc0;
}
/* META FAVORITEN WRAPPER */
.header-meta-navi .meta-fav-wrapper {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 1em;
  /* Side Favorites */
  /* Favorite Meta Block */
}
.header-meta-navi .meta-fav-wrapper i {
  line-height: 22px;
}
.header-meta-navi .meta-fav-wrapper a.meta-fav {
  color: #ffffff;
  padding: 13px 10px 10px 10px;
  text-shadow: 0 0 10px #b5bcc0;
}
.header-meta-navi .meta-fav-wrapper .meta-fav-holder {
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 60;
  top: -13px;
  right: 0;
  width: auto;
  height: 52px;
}
.header-meta-navi .meta-fav-wrapper .meta-fav-holder .meta-fav-tab {
  box-sizing: border-box;
  padding: 13px 10px 10px 10px;
  text-transform: uppercase;
  width: auto;
  height: 53px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 50;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #d3d7d9;
  text-align: right;
  float: right;
  box-shadow: 0px -7px 18px -6px rgba(0, 0, 0, 0.75);
}
.header-meta-navi .meta-fav-wrapper .meta-fav-holder .meta-fav-content {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 30px;
  width: 450px;
  position: relative;
  text-align: left;
  font-size: 1em;
  z-index: 30;
  display: inline-block;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
.header-meta-navi .meta-fav-wrapper .meta-fav-holder .meta-fav-content h5 {
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
}
.header-meta-navi .meta-fav-wrapper .meta-fav-holder .meta-fav-content p {
  font-size: 1em;
  text-shadow: none;
  text-transform: none;
}
.header-meta-navi .meta-fav-wrapper .meta-navigation-favorite {
  display: block;
}
.header-meta-navi .meta-fav-wrapper .meta-navigation-favorite-bundle {
  display: block;
}
.header-meta-navi .meta-fav-wrapper .meta-navigation-favorite-marked {
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.header-meta-navi .meta-fav-wrapper .meta-navigation-favorite-marked img {
  float: left;
  margin-right: 10px;
}
.header-meta-navi .meta-fav-wrapper .meta-navigation-favorite-marked p {
  float: right;
  width: 57%;
}
.header-meta-navi .meta-fav-wrapper .meta-navigation-favorite-marked p a {
  color: #30464e;
  text-decoration: underline;
  text-shadow: none;
  margin: 0 0;
  padding: 0 0;
  font-size: 0.8em;
}
.header-meta-navi .meta-fav-wrapper .meta-navigation-favorite-marked p strong {
  text-transform: none;
}
.header-meta-navi .meta-fav-wrapper .favorite-close {
  display: block;
  float: right;
}
.header-meta-navi .meta-fav-wrapper .meta-favoriteblock {
  background-color: #b5bcc0;
  font-size: 1.7em;
  line-height: 1.25em;
  display: inline-block;
}
.header-meta-navi .meta-fav-wrapper .meta-favoriteblock-copy {
  display: block;
  float: left;
  margin: 8px 5px 8px 8px;
  color: #ffffff;
  font-size: .5em;
  line-height: 1.5em;
}
.header-meta-navi .meta-fav-wrapper .meta-favoriteblock .meta-favoriteblock-content {
  padding: 12px 4px 12px 20px;
  background: #f1f1f3 url("/b2c/resources/_web_images_/basis/icon-download-arrow-head.png") no-repeat scroll 0 0;
  background-size: 20px 100%;
  display: inline-block;
  float: left;
}
.header-meta-navi .meta-fav-wrapper .meta-favoriteblock .meta-favoriteblock-content a {
  margin-left: 4px;
}
.header-meta-navi .meta-fav-wrapper .meta-favoriteblock .meta-favoriteblock-content p {
  text-align: center;
  font-size: 3rem;
  margin: 0 35px;
  line-height: 35px;
}
/* META SEARCH WRAPPER */
.header-meta-navi .meta-search-wrapper {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 1em;
  margin-left: 10px;
  z-index: 50;
}
.header-meta-navi .meta-search-wrapper a.meta-search {
  color: #ffffff;
  text-shadow: 0 0 10px #b5bcc0;
  margin-right: 10px;
}
.header-meta-navi .meta-search-wrapper .meta-search-holder .meta-search-tab {
  box-sizing: border-box;
  padding: 14px 10px 10px 10px;
  text-transform: uppercase;
  width: auto;
  height: 53px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  top: -53px;
  right: 0;
  display: inline-block;
  border-bottom: 1px solid #d3d7d9;
  text-align: right;
  float: right;
  box-shadow: 0px -7px 18px -6px rgba(0, 0, 0, 0.75);
}
.header-meta-navi .meta-search-wrapper .meta-search-holder {
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1;
  top: -822px;
  right: 0;
  background-color: #ffffff;
  width: 420px;
  height: 620px;
  padding: 15px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}
.header-meta-navi .meta-search-wrapper .meta-search-holder .search-field {
  box-sizing: border-box;
}
.header-meta-navi .meta-search-wrapper .meta-search-holder .search-field input {
  box-sizing: border-box;
  font-size: 1em;
  width: 84%;
}
.header-meta-navi .meta-search-wrapper .meta-search-holder .meta-search-item-holder {
  box-sizing: border-box;
  height: 500px;
}
.header-meta-navi .meta-search-wrapper .meta-search-holder .meta-search-item-holder .meta-search-item {
  box-sizing: border-box;
  font-size: .5em;
}
.header-meta-navi .meta-search-wrapper .meta-search-holder .bt-more-results {
  font-size: 1em;
  display: inline-block;
  width: 260px;
  margin-top: 30px;
  border: 2px solid #b5bcc0;
  color: #b5bcc0;
  padding: 15px;
  transition: color 0.3s, border-color 0.3s;
}
.header-meta-navi .meta-search-wrapper .meta-search-holder .bt-more-results:hover {
  color: #30464e;
  border: 2px solid #30464e;
}
.header-navigation {
  width: 820px;
  margin: 35px 0px 0px;
  float: right;
}
/* Werum */
.header-navigation li {
  float: left;
  display: block;
  width: auto;
  margin-right: 27px;
  margin-bottom: 0;
  position: relative;
}
.header-navigation li.last {
  margin-right: 0;
}
.header-navigation li a {
  font-family: "TradeGothic";
  font-weight: normal;
  padding-bottom: 22px;
  font-size: 0.95em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d3d7d9;
  display: block;
}
.header-navigation li.active a {
  color: #ffffff;
}
.header-navigation li a.active,
.header-navigation li a:hover {
  background: url(/b2c/resources/_web_images_/basis/background-arrow-navigation.png) bottom center no-repeat;
  color: #ffffff;
}
.header-navigation li ul {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header-navigation-level2 {
  display: none;
  width: 770px;
  float: right;
}
.header-navigation-level2-row {
  width: 28%;
  margin: 25px 0px  25px  0px ;
  padding-right: 20px;
  float: left;
}
.header-navigation-level2-row a {
  font-size: 1.8em;
  color: #d3d7d9;
  display: block;
  margin-bottom: 0.5em;
}
.header-navigation-level2-row a.active,
.header-navigation-level2-row a:hover {
  color: #ffffff;
}
/*
* Side Navigation
*/
.side-navigation {
  position: relative;
  top: 0;
  bottom: 0;
  left: -453px;
  width: 453px;
  height: 100%;
  background-color: #ffffff;
  color: #ffffff;
  display: block;
  z-index: 500;
}
.side-navigation-mobile-header {
  display: none;
  z-index: 15000;
  width: 100%;
  height: 45px;
  top: 0;
  background-color: #000000;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.4);
}
.side-navigation-mobile-header .mobile-logo {
  width: 113px;
  margin: 8px 0 0 9px;
}
.side-navigation-label {
  z-index: 15000;
  position: fixed;
  display: inline-block;
  width: 47px;
  height: 100px;
  /*height:163px;*/
  overflow: hidden;
  background-color: #ffffff;
  left: 0;
  top: 210px;
  border-radius: 0 5px 5px 0;
  box-shadow: 4px 0 6px 0 rgba(0, 0, 0, 0.4);
  padding: 0 0 0 13px;
}
.side-navigation-label.one-icon {
  height: 50px;
}
.side-navigation-label a.icon-menu-48 {
  margin-top: 13px;
  height: 39px;
}
.side-navigation-label a.icon-menu-48.icon-menu-favorite-48 {
  display: block;
}
.side-navigation-header {
  width: 423px;
  background-color: #30464e;
  color: #ffffff;
  height: 45px;
  padding: 15px 0 0 30px;
  font-size: 1.5em;
  display: block;
  position: relative;
}
.side-navigation-header span {
  color: #ffffff;
}
.pos-arrow-left {
  position: absolute;
  right: 8px;
  top: 11px;
}
.side-navigation-content {
  width: 393px;
  background-color: #ffffff;
  color: #30464e;
  padding: 30px;
  max-height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
}
.side-navigation-content > div {
  display: block;
}
/* Side Menu - Basics */
.side-navigation-menu-headline {
  display: block;
  position: relative;
}
.side-navigation-menu-headline a.icon-sprite {
  position: absolute;
  top: 5px;
  z-index: 50;
}
.side-navigation-menu-headline a.icon-sidenav-arrow-right-30 {
  right: 0;
}
.submenu-slider {
  display: block;
  margin: 0 0;
  height: auto;
  width: 100%;
}
.submenu-slider .submenu-slide {
  min-width: 393px;
  height: 100%;
  top: 0;
  bottom: 0;
}
.submenu-slider .submenu-slide > a {
  color: #30464e;
  height: 50px;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
}
/* Side Menu - Structur */
.submenu-slide ul {
  list-style-type: none;
}
.submenu-slide ul > li > ul {
  display: none;
}
.submenu-slide ul > li.open-sub-nav > ul {
  display: block;
}
.submenu-slide ul > li > ul > li > ul {
  display: none;
}
.submenu-slide ul > li.open-sub-nav > ul > li.open-sub-nav > ul {
  display: block;
}
.submenu-slide ul.side-navigation-menu-first-level {
  margin: 0 0;
}
.submenu-slide ul.side-navigation-menu-second-level {
  margin: 0 0 0 28px;
}
.submenu-slide ul.side-navigation-menu-third-level {
  margin: 0 0 0 60px;
}
.submenu-slide ul.side-navigation-menu-first-level li,
.submenu-slide ul.side-navigation-menu-second-level li,
.submenu-slide ul.side-navigation-menu-third-level li {
  margin-bottom: 10px;
  width: 100%;
}
.submenu-slide ul.side-navigation-menu-first-level li a,
.submenu-slide ul.side-navigation-menu-second-level li a,
.submenu-slide ul.side-navigation-menu-third-level li a {
  text-decoration: none;
  color: #88959a;
  display: block;
  padding-bottom: 7px;
  font-size: 1.7rem;
  line-height: 1.7rem;
}
.submenu-slide ul.side-navigation-menu-first-level li a:hover,
.submenu-slide ul.side-navigation-menu-second-level li a:hover,
.submenu-slide ul.side-navigation-menu-third-level li a:hover {
  color: #30464e;
}
.submenu-slide ul.side-navigation-menu-first-level li a:hover span,
.submenu-slide ul.side-navigation-menu-second-level li a:hover span,
.submenu-slide ul.side-navigation-menu-third-level li a:hover span {
  background-position-y: -56px;
}
.submenu-slide ul.side-navigation-menu-first-level li.open-sub-nav > a,
.submenu-slide ul.side-navigation-menu-second-level li.open-sub-nav > a,
.submenu-slide ul.side-navigation-menu-third-level li.open-sub-nav > a {
  color: #30464e;
  font-family: "TradeGothic-Bold";
  border-bottom: 1px solid #b5bcc0;
  margin-bottom: 20px;
}
/* Side Favorites */
.side-navigation-favorite {
  display: block;
}
.side-navigation-favorite-bundle {
  display: block;
}
.side-navigation-favorite-marked {
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.side-navigation-favorite-marked img {
  float: left;
  margin-right: 10px;
}
.side-navigation-favorite-marked p {
  float: right;
  width: 57%;
}
.side-navigation-favorite-marked p strong {
  text-transform: none;
}
.favorite-close {
  display: block;
  float: right;
}
/* Side Search Result */
.search-result-header .border-bottom {
  height: 1px;
  margin-left: 50px;
  display: block;
}
/*  scrollbar in sidebar navigation */
.sidebar-scroll-pane {
  overflow: visible!important;
  width: 396px;
  display: block;
}
.sidebar-scroll-pane .jspContainer {
  max-height: 95%;
  top: 0;
  bottom: 0;
  width: 396px;
}
.sidebar-scroll-pane .jspPane {
  height: auto;
}
.sidebar-scroll-pane .jspVerticalBar {
  z-index: 9000;
  right: -8px;
}
/* Page & Overlay */
.page-black-overlay {
  position: absolute;
  left: -510px;
  top: 0;
  display: none;
  width: 200%;
  height: 100%;
  background: url('/b2c/resources/_web_images_/basis/black-trans-60.png') repeat 0 0;
  z-index: 300;
  cursor: pointer;
}
.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  display: block;
}
.page.side-navigation-close {
  left: 0;
}
.page.side-navigation-open {
  left: 20%;
}
.pos-bottom {
  position: absolute;
  bottom: 0px;
}
/* Sidebar Accordion */
.accordion-module {
  display: block;
  width: 100%;
  position: relative;
}
.accordion-module-item {
  display: block;
  width: 100%;
}
.accordion-module-item-header {
  text-align: left;
  position: relative;
  width: 100%;
  border: 3px solid #b5bcc0;
  padding: 4% 4%;
  outline: none;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.accordion-module-item-header a {
  display: inline-block;
  font-size: 1.7em;
  width: 85%;
  float: left;
}
.accordion-module-item-header span,
.accordion-module-item-header span:hover {
  height: 22px;
  float: right;
}
.accordion-module-item-content {
  display: none;
  width: 100%;
}
.accordion-module-item-content.active {
  display: block;
}
.accordion-module-item-content p {
  background-color: #ffffff;
  text-align: left;
  padding: 4% 4%;
  border: 3px solid #b5bcc0;
  border-top: none;
  margin: 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
/*
* Footer
*/
.footer ul {
  margin-bottom: 0px ;
  list-style-type: none;
  margin-left: 0em;
}
.footer ul li {
  line-height: 1em;
  margin-bottom: 0.5em;
}
.footer {
  min-height: 400px;
  color: #d3d7d9;
}
.footer h6 {
  font-size: 2.5em;
  color: #ffffff;
  text-decoration: none;
}
.footer h6 a:active,
.footer h6 a:visited,
.footer h6 a {
  color: #d3d7d9;
}
.footer h6 a:hover {
  color: #ffffff;
}
.footer ul li a,
.footer ul li a:hover,
.footer ul li a:active,
.footer ul li a:visited {
  color: #d3d7d9;
  text-decoration: none;
  font-size: 0.95em;
  line-height: 1em;
  margin-bottom: 1.2em;
}
.footer ul li a:hover,
.footer ul li a:active {
  color: #ffffff;
}
.footer-copyright {
  font-size: 1.6em;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: right;
}
.footer-claim {
  font-size: 3.5em;
  line-height: 35px;
  margin-bottom: 0px;
  text-align: right;
  color: #ffffff;
}
.footer-navigation a,
.footer-navigation span {
  color: #d3d7d9;
  font-size: 2.0em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-navigation a:hover {
  color: #ffffff;
}
.footer-navigation span {
  margin: 0 10px;
}
.footer-dropup a {
  display: inline-block;
  color: #d3d7d9;
  font-size: 1.6em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "TradeGothic-Bold";
  margin: 0 30px 10px 0;
}
.footer-dropup a.active,
.footer-dropup a:hover {
  color: #ffffff;
}
.footer-dropup a span {
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-position: -2485px 0px;
  background-size: auto 186px;
  background-repeat: no-repeat;
}
.footer-dropup a:hover span,
.footer-dropup a.active span {
  background-position: -2485px -67px;
}
.footer-dropup a .language-flag {
  margin: 0 5px 0 0;
  background-image: url("/b2c/resources/_web_images_/basis/icon-flags_x2.png");
  background-position: 0 4px;
  background-size: 100% auto;
  display: inline-block;
  width: 22px;
}
.footer-dropup a.active .language-flag,
.footer-dropup a:hover .language-flag {
  background-position: 0 4px;
}
/* countries */
.footer-dropup a .language-flag.language-flag-com,
.footer-dropup a.active .language-flag.language-flag-com,
.footer-dropup a:hover .language-flag.language-flag-com {
  background-position: 0 4px;
  display: none;
}
.footer-dropup a .language-flag.language-flag-br,
.footer-dropup a.active .language-flag.language-flag-br,
.footer-dropup a:hover .language-flag.language-flag-br {
  background-position: 0 4px;
}
.footer-dropup a .language-flag.language-flag-cl,
.footer-dropup a.active .language-flag.language-flag-cl,
.footer-dropup a:hover .language-flag.language-flag-cl {
  background-position: 0 -19px;
}
.footer-dropup a .language-flag.language-flag-uy,
.footer-dropup a.active .language-flag.language-flag-uy,
.footer-dropup a:hover .language-flag.language-flag-uy {
  background-position: 0 -44px;
}
.footer-dropup a .language-flag.language-flag-cn,
.footer-dropup a.active .language-flag.language-flag-cn,
.footer-dropup a:hover .language-flag.language-flag-cn {
  background-position: 0 -67px;
}
.footer-dropup a .language-flag.language-flag-jp,
.footer-dropup a.active .language-flag.language-flag-jp,
.footer-dropup a:hover .language-flag.language-flag-jp {
  background-position: 0 -90px;
}
.footer-dropup a .language-flag.language-flag-th,
.footer-dropup a.active .language-flag.language-flag-th,
.footer-dropup a:hover .language-flag.language-flag-th {
  background-position: 0 -111px;
}
.footer-dropup a .language-flag.language-flag-au,
.footer-dropup a.active .language-flag.language-flag-au,
.footer-dropup a:hover .language-flag.language-flag-au {
  background-position: 0 -137px;
}
.footer-dropup a .language-flag.language-flag-at,
.footer-dropup a.active .language-flag.language-flag-at,
.footer-dropup a:hover .language-flag.language-flag-at {
  background-position: 0 -160px;
}
.footer-dropup a .language-flag.language-flag-be,
.footer-dropup a.active .language-flag.language-flag-be,
.footer-dropup a:hover .language-flag.language-flag-be {
  background-position: 0 -184px;
}
.footer-dropup a .language-flag.language-flag-cz,
.footer-dropup a.active .language-flag.language-flag-cz,
.footer-dropup a:hover .language-flag.language-flag-cz {
  background-position: 0 -207px;
}
.footer-dropup a .language-flag.language-flag-dk,
.footer-dropup a.active .language-flag.language-flag-dk,
.footer-dropup a:hover .language-flag.language-flag-dk {
  background-position: 0 -230px;
}
.footer-dropup a .language-flag.language-flag-fr,
.footer-dropup a.active .language-flag.language-flag-fr,
.footer-dropup a:hover .language-flag.language-flag-fr {
  background-position: 0 -254px;
}
.footer-dropup a .language-flag.language-flag-de,
.footer-dropup a.active .language-flag.language-flag-de,
.footer-dropup a:hover .language-flag.language-flag-de {
  background-position: 0 -278px;
}
.footer-dropup a .language-flag.language-flag-uk,
.footer-dropup a.active .language-flag.language-flag-uk,
.footer-dropup a:hover .language-flag.language-flag-uk {
  background-position: 0 -302px;
}
.footer-dropup a .language-flag.language-flag-it,
.footer-dropup a.active .language-flag.language-flag-it,
.footer-dropup a:hover .language-flag.language-flag-it {
  background-position: 0 -324px;
}
.footer-dropup a .language-flag.language-flag-no,
.footer-dropup a.active .language-flag.language-flag-no,
.footer-dropup a:hover .language-flag.language-flag-no {
  background-position: 0 -348px;
}
.footer-dropup a .language-flag.language-flag-pl,
.footer-dropup a.active .language-flag.language-flag-pl,
.footer-dropup a:hover .language-flag.language-flag-pl {
  background-position: 0 -371px;
}
.footer-dropup a .language-flag.language-flag-ru,
.footer-dropup a.active .language-flag.language-flag-ru,
.footer-dropup a:hover .language-flag.language-flag-ru {
  background-position: 0 -394px;
}
.footer-dropup a .language-flag.language-flag-sk,
.footer-dropup a.active .language-flag.language-flag-sk,
.footer-dropup a:hover .language-flag.language-flag-sk {
  background-position: 0 -417px;
}
.footer-dropup a .language-flag.language-flag-es,
.footer-dropup a.active .language-flag.language-flag-es,
.footer-dropup a:hover .language-flag.language-flag-es {
  background-position: 0 -440px;
}
.footer-dropup a .language-flag.language-flag-se,
.footer-dropup a.active .language-flag.language-flag-se,
.footer-dropup a:hover .language-flag.language-flag-se {
  background-position: 0 -464px;
}
.footer-dropup a .language-flag.language-flag-ch,
.footer-dropup a.active .language-flag.language-flag-ch,
.footer-dropup a:hover .language-flag.language-flag-ch {
  background-position: 0 -488px;
}
.footer-dropup a .language-flag.language-flag-nl,
.footer-dropup a.active .language-flag.language-flag-nl,
.footer-dropup a:hover .language-flag.language-flag-nl {
  background-position: 0 -512px;
}
.footer-dropup a .language-flag.language-flag-sl,
.footer-dropup a.active .language-flag.language-flag-sl,
.footer-dropup a:hover .language-flag.language-flag-sl {
  background-position: 0 -534px;
}
.footer-dropup a .language-flag.language-flag-id,
.footer-dropup a.active .language-flag.language-flag-id,
.footer-dropup a:hover .language-flag.language-flag-id {
  background-position: 0 -558px;
}
.footer-dropup a .language-flag.language-flag-us,
.footer-dropup a.active .language-flag.language-flag-us,
.footer-dropup a:hover .language-flag.language-flag-us  {
  background-position: 0 -582px;
}

.footer-layer {
  overflow-y: auto;
  min-height: 400px;
  background-color: #30464e;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  padding: 25px 0px  45px 0px ;
  box-shadow: 0px 5px 3px 0px rgba(38, 55, 61, 0.52);
}
.footer-layer p a {
  color: #ffffff;
}
.footer-layer .icon-close-45 {
  position: absolute;
  right: 30px;
  top: -5px;
}
/* language layer */
.layer-language {
  background: #30464e url("/b2c/resources/_web_images_/basis/map.png") center center no-repeat;
}
/* language layer as overlay (com) */
.countriesComPopUp{
	min-height: 470px;
}
/* Cookie Policy */
.cookie-policy-mobile {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.4);
}
/*
 * BREAKPOINTS
 ______________________________________________________________________________
*/
/* Breakpoint normal desktop */
@media only screen and (max-width: 1100px) {
  /*
   * Header
  */
  .header-inner {
    padding: 0px 10px 0px 10px;
  }
  .logo {
    width: 150px;
    margin-top: 20px;
  }
  .header-navigation li {
    margin-right: 8px;
  }
  .header-navigation li a {
    font-size: 0.95em;
  }
  .header-meta-navi {
    font-size: 1.5em;
  }
  .header-navigation-level2-row a {
    font-size: 1.5em;
  }
  .header-navigation,
  .header-navigation-level2 {
    width: 640px;
  }
}
/* Breakpoint small desktop */
@media only screen and (max-width: 830px) {
  /*
   * Header
  */
  .header-inner {
    padding: 0px 5px 0px 5px;
  }
  .logo {
    width: 125px;
    margin-top: 23px;
  }
  .header-navigation,
  .header-navigation-level2 {
    width: 565px;
  }
  .header-navigation li a {
    font-size: 0.80em;
  }
}
/* Breakpoint mobile */
@media only screen and (max-width: 767px) {
  /*
   * Footer
  */
  .footer {
    min-height: 1px;
  }
  .footer-claim {
    text-align: left;
  }
  .footer-copyright {
    text-align: left;
  }
  .footer-navigation {
    text-align: center;
    margin: 10px 0;
  }
  .footer-navigation span {
    color: #30464e;
    margin: 0 5px;
  }
  /*
   * Sidenav
  */
  .side-navigation {
    width: 100%;
    display: block;
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.4);
  }
  .side-navigation-mobile-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .side-navigation-header {
    display: none;
  }
  .side-navigation-label {
    position: fixed;
    width: 98%;
    display: block;
    top: 0px;
    right: 0;
    height: 65px;
    padding: 0 0 0 2%;
    border-radius: 0 0;
  }
  .side-navigation-label.one-icon {
    height: 65px;
  }
  .side-navigation-label a.icon-menu-48 {
    position: relative;
    top: 0;
  }
  .side-navigation-label a.icon-menu-info-48 {
    position: relative;
    top: -6px;
    margin-left: 12%;
  }
  .side-navigation-label a.icon-menu-favorite-48 {
    position: relative;
    top: 13px;
    margin-left: 10%;
  }
  .side-navigation-label a.icon-menu-faq-letters-48 {
    position: relative;
    top: -4px;
    margin-left: 12%;
  }
  .side-navigation-favorite-marked p {
    float: right;
    width: 48%;
  }
  .side-navigation-content {
    width: 96%;
    padding: 6% 2% 0 2%;
  }
  .sidebar-scroll-pane {
    width: 100%;
    overflow: auto;
  }
  .submenu-slider .submenu-slide {
    margin-bottom: 50px;
    min-width: 100%;
    border-bottom: 3px solid #ececec;
  }
  .submenu-slider .submenu-slide > a {
    text-align: left;
    height: 28px;
  }
  .icon-sidenav-arrow-left-30,
  .icon-sidenav-arrow-right-30 {
    display: none;
  }
  .page {
    top: 44px;
  }
  .page.open {
    left: 0;
  }
  .page-black-overlay {
    left: 0;
    width: 100%;
  }
  /*
  * FAQ Accordion
  */
  .faq-accordion-module-item-content {
    margin: 10px 0 0 0px;
  }
  .faq-accordion-module-item-header h5 {
    width: 80%;
    line-height: 1.3em;
    margin: 10px 0 4px 13px;
  }
}
/*
* Snippets
*/
.snippet {
  min-height: 435px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  background-color: #ffffff;
}
.snippet-image {
  display: block;
  width: 100%;
  height: 212px;
  background-repeat: no-repeat;
  background-position: center center;
}
.snippet-image-v2 {
  height: 270px;
  background-size: auto 100%;
}
.snippet-text {
  padding: 15px 20px 20px 20px;
  display: block;
}
.snippet-text p {
  margin-bottom: 0px;
}
.snippet-text-height-25 {
  max-height: 45px;
  overflow: hidden;
}
.snippet-text-height-45 {
  max-height: 65px;
  overflow: hidden;
}
.snippet-text-height-80 {
  max-height: 80px;
  overflow: hidden;
}
.snippet-text-height-85 {
  max-height: 85px;
  overflow: hidden;
}
.snippet-v2,
.snippet-v3 {
  min-height: 435px;
  background-color: #30464e;
}
.snippet-v2 .snippet-image,
.snippet-v3 .snippet-image {
  height: 435px;
}
.snippet-v2 .snippet-text,
.snippet-v3 .snippet-text,
.snippet-v4 .snippet-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  min-height: 50px;
  color: #ffffff;
  background: url(/b2c/resources/_web_images_/basis/background-petrol.png) repeat 0px 0px;
}
.snippet-v4 {
  background: transparent;
}
.snippet-v4 .snippet-text {
  left: auto;
  right: 10%;
  top: 0;
  width: 25%;
}
.snippet-v4 .snippet-text .snippet-text-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.snippet-v4 .snippet-text .snippet-text-inner > * {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.snippet-v2 .snippet-text p,
.snippet-v3 .snippet-text p,
.snippet-v2 .snippet-text a,
.snippet-v3 .snippet-text a {
  color: #ffffff;
}
/* DESKTOP - 1100 */
@media only screen and (max-width: 1100px) {
  .snippet-text-height-45 {
    max-height: 130px;
  }
  .snippet-text-height-85 {
    max-height: 150px;
  }
  .snippet-text-height-25 {
    max-height: 55px;
  }
  .snippet-image {
    height: 125px;
    background-size: cover;
    background-position: center center;
  }
  .snippet-image-v2 {
    height: 215px;
  }
  .snippet-v4 .snippet-text {
    width: 35%;
  }
}
/* DESKTOP SMALL - 830 */
@media only screen and (max-width: 830px) {
  .snippet-text-height-45 {
    max-height: 110px;
  }
  .snippet-text-height-25 {
    max-height: 45px;
  }
  .snippet-text-height-85 {
    max-height: 185px;
  }
  .snippet-v1 .snippet-image {
    height: 105px;
  }
  .snippet-image-v2 {
    height: 215px;
  }
  .snippet-v3 .snippet-text-height-45 {
    max-height: 185px;
  }
}
/* MOBILE - 767 */
@media only screen and (max-width: 767px) {
  .snippet {
    min-height: 0px;
  }
  .snippet-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
  }
  .snippet-image .snippet-dummy-image {
    margin-top: 55%;
  }
  .snippet-image .snippet-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snippet-text-height-25,
  .snippet-text-height-45,
  .snippet-text-height-85 {
    max-height: none;
    overflow: visible;
  }
  .snippet-v1,
  .snippet-v2 {
    position: static;
  }
  .snippet-v1 .snippet-text,
  .snippet-v2 .snippet-text {
    min-height: 0px;
    position: static;
  }
  .snippet-v2 .snippet-image,
  .snippet-v3 .snippet-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
  }
  .snippet-v3 .snippet-dummy-image {
    margin-top: 116%;
  }
  .snippet-v4 {
    position: relative;
}
  .snippet-v4 .snippet-image {
    background-size: auto 100%;
    height: 435px;
  }
  .snippet-v4 .snippet-text {
    bottom: 10%;
    height: auto;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
    position: absolute;
  }
  .snippet-v4 .snippet-text .snippet-text-inner {
    left: auto;
    position: static;
    top: auto;
    transform: none;
  }
}
/* =============================================================================
    FRAMES
    ========================================================================== */
/*
    .frame-entry { position: relative; box-sizing: border-box; padding: 15px 15px;  background-color:transparent; z-index: 4000; }
    .frame-entry:hover,
    .frame-entry:focus {
        .frame-entry-wrapper {
            border: 2px solid @grey-medium;
            min-height: 410px;
            background-color: @white;
            -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
        }
    }
    .frame-entry-wrapper {
        padding: 10px 10px; border:2px solid @white; box-sizing: border-box;
        -webkit-transition:   border .3s ease-out;
        -moz-transition:      border .3s ease-out;
        -ms-transition:       border .3s ease-out;
        -o-transition:        border .3s ease-out;
        transition:           border .3s ease-out;
    }
    */
/*
     .frame-entry h6 a,
     .frame-entry p a { text-decoration: none; box-sizing: border-box; }
     .frame-entry p.frame-category { text-align: left; margin-top: 7px; box-sizing: border-box; }
*/
/*
    .frame-entry .icon-tryit-65 { opacity: 0; filter: alpha(opacity=0); transform: scale(1); margin-top: 12px; box-sizing: border-box;
        -webkit-transition:   opacity .3s ease-out, transform .3s ease-out;
        -moz-transition:      opacity .3s ease-out, transform .3s ease-out;
        -ms-transition:       opacity .3s ease-out, transform .3s ease-out;
        -o-transition:        opacity .3s ease-out, transform .3s ease-out;
        transition:           opacity .3s ease-out, transform .3s ease-out;
    }
    .frame-entry:hover .icon-tryit-65,
    .frame-entry:focus .icon-tryit-65 { opacity: 1; filter: alpha(opacity=1);}
     .frame-entry .icon-tryit-65:hover,
     .frame-entry .icon-tryit-65:focus { transform: scale(1.1); }
*/
/*
    .frame-entry .tooltip-content { opacity: 0; filter: alpha(opacity=0); width: 97%; box-sizing: border-box;
        -webkit-transition:   opacity .3s ease-out;
        -moz-transition:      opacity .3s ease-out;
        -ms-transition:       opacity .3s ease-out;
        -o-transition:        opacity .3s ease-out;
        transition:           opacity .3s ease-out;
    }
    .frame-entry:hover .tooltip-content,
    .frame-entry:focus .tooltip-content { opacity: 1; filter: alpha(opacity=1); }
    */
/*
    .frame-entry .frame-entry-link { opacity:0; filter: alpha(opacity=0); background-color: @petrol; padding:10px 15px; text-align: center; color:@white; font-size:1.7em; text-transform: uppercase; border:2px solid @petrol; box-sizing: border-box; }
     .frame-entry:hover .frame-entry-link,
     .frame-entry:focus .frame-entry-link { opacity:1; filter: alpha(opacity=1);
         -webkit-transition:   opacity .3s ease-out, color .3s, background-color .3s;
         -moz-transition:      opacity .3s ease-out, color .3s, background-color .3s;
         -ms-transition:       opacity .3s ease-out, color .3s, background-color .3s;
         -o-transition:        opacity .3s ease-out, color .3s, background-color .3s;
         transition:           opacity .3s ease-out, color .3s, background-color .3s;
     }
     .frame-entry .frame-entry-link:hover,
     .frame-entry .frame-entry-link:focus { background-color: @white; color: @petrol; }
    */
.frame-entry {
  position: relative;
  padding-top: 45px;
}
.frame-entry h6 a,
.frame-entry p a {
  text-decoration: none;
}
.frame-entry p.frame-category {
  text-align: center;
}
.frame-entry p.frame-category a {
  padding-left: 40px;
}
.frame-color-preview.active,
.frame-color-preview:hover,
.frame-color-preview {
  border: 1px solid #d3d7d9;
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: inline-block;
  margin: 0 7px 10px;
}
.frame-color-preview img {
  width: 200%;
  max-width: 200%;
}
.frame-color-preview.active img,
.frame-color-preview:hover img {
  opacity: .4;
  filter: alpha(opacity=40);
}
.glas-entry {
  position: relative;
  text-align: center;
}
.glas-entry h6 a,
.glas-entry p a {
  text-decoration: none;
}
.arrow-right {
  display: none;
}
.tooltip {
  display: none;
  background: url("/b2c/resources/_web_images_/basis/background-tooltip-content.png") no-repeat right bottom;
  background-size: 100% auto;
  bottom: 35%;
  padding: 0 0 9%;
  position: absolute;
  text-align: right;
  width: 100%;
  left: 0;
}
.tooltip-top {
  background: url("/b2c/resources/_web_images_/basis/background-tooltip-top.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  margin-top: -10px;
}
.tooltip-content {
  text-align: center;
  margin: 2% 6% 0;
}
.frame-color-preview.active,
.frame-color-preview:hover,
.frame-color-preview {
  border: 1px solid #d3d7d9;
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: inline-block;
  margin: 0 7px 10px;
  box-sizing: border-box;
}
.frame-color-preview img {
  width: 200%;
  max-width: 200%;
  box-sizing: border-box;
}
.frame-color-preview.active img,
.frame-color-preview:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.frame-color-slider-holder {
  display: block;
  box-sizing: border-box;
}
.frame-color-slider-holder > .bx-wrapper {
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  box-sizing: border-box;
}
.frame-color-slider {
  display: block;
  box-sizing: border-box;
  margin: 0 0;
  padding: 0 0;
}
.frame-color-slider > .frame-color-preview {
  margin: 0 0;
  box-sizing: border-box;
  height: 50px;
  width: 50px!important;
  overflow: hidden;
  display: inline-block;
}
.frame-color-slider-holder .bx-wrapper .bx-prev {
  left: -45px;
  background-position: -2750px 0px;
}
.frame-color-slider-holder .bx-wrapper .bx-next {
  right: -30px;
  background-position: -2820px 0px;
}
.frame-color-slider-holder .bx-wrapper .bx-prev:hover {
  background-position: -2750px -66px;
}
.frame-color-slider-holder .bx-wrapper .bx-next:hover {
  background-position: -2820px -66px;
}
.frame-color-slider-holder .bx-wrapper .bx-controls-direction a {
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-repeat: no-repeat;
  background-size: auto 186px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  outline: 0 none;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 30%;
  width: 30px;
  z-index: 20;
}
.frame-color-slider-holder .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* =============================================================================
    GLASSES
    ========================================================================== */
.glas-entry {
  position: relative;
}
.glas-entry h6 a,
.glas-entry p a {
  text-decoration: none;
}
.arrow-right {
  display: none;
}
/* =============================================================================
    TOOLTIP
    ========================================================================== */
.tooltip {
  display: none;
  background: url("/b2c/resources/_web_images_/basis/background-tooltip-content.png") no-repeat right bottom;
  background-size: 100% auto;
  bottom: 35%;
  padding: 0 0 9% ;
  position: absolute;
  text-align: right;
  width: 100%;
  left: 0px;
}
.tooltip-top {
  background: url("/b2c/resources/_web_images_/basis/background-tooltip-top.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  margin-top: -10px;
}
.tooltip-content {
  text-align: left;
  /*margin:0 0;*/
}
/* =============================================================================
  SOCIAL ACTIVATOR
  ========================================================================== */
/* START: SOCIAL ACTIVATE */
.icon-socialswitcher-85 {
  background-position: -3465px 0;
}
.icon-socialswitcher-85.social-switcher-styles {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.social-icons-off {
  display: block;
}
.social-icons-on {
  display: none;
}
.fb-like {
  margin: 0 10px 10px 0;
}
.tooltip.social {
  position: absolute;
  width: 295px;
  left: 0;
  bottom: 20px;
  background: url("/b2c/resources/_web_images_/basis/background-tooltip-content-left.png") no-repeat right bottom;
}
/* END: SOCIAL ACTIVATE */
.social-activate {
  /*margin-top: 4px;*/
}
a.icon-pinterest-frameDetail-30 {
  position: relative;
  float: left;
}
a.icon-pinterest-frameDetail-30 .pin-tooltip {
  box-sizing: border-box;
  display: none;
  background: url("/b2c/resources/_web_images_/basis/pin-tooltip-top.png") no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  width: 300px;
  height: 200px;
  top: 0;
  right: 0;
  padding: 30px;
  z-index: 50;
  margin-right: 25px;
}
a.icon-pinterest-frameDetail-30:hover .pin-tooltip,
a.icon-pinterest-frameDetail-30:active .pin-tooltip {
  display: inline-block;
}
a.icon-instagram-frameDetail-30 {
  float: left;
}
/* =============================================================================
    CONTENT IMAGE GALLERY
    ========================================================================== */
.bx-wrapper {
  position: relative;
}
.image-gallery .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/b2c/resources/_web_images_/basis/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.image-gallery ul.bxslider {
  margin: 0 0;
}
.image-gallery ul.bxslider li {
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
  min-height: 488px;
}
.image-gallery ul.bxslider li p {
  display: block;
  padding: 2%;
  width: 96.2%;
  margin-bottom: 0em;
}
.image-gallery .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.image-gallery .bx-wrapper img {
  max-width: 100%;
  max-height: 488px;
}
.image-gallery .bx-pager {
  min-height: 488px;
  max-height: 488px;
  overflow-y: scroll;
}
.image-gallery .bx-wrapper .bx-viewport {
  left: 0;
  background: #ececec;
  height: 98%;
  transform: translatez(0);
}
.image-gallery .bx-wrapper .bx-pager,
.image-gallery .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*  controls */
.image-gallery .bx-wrapper .bx-prev {
  left: 10px;
  background-position: -1400px 0px;
}
.image-gallery .bx-wrapper .bx-next {
  right: 10px;
  background-position: -1470px 0px;
}
.image-gallery .bx-wrapper .bx-prev:hover {
  background-position: -1400px -66px;
}
.image-gallery .bx-wrapper .bx-next:hover {
  background-position: -1470px -66px;
}
.image-gallery .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 39%;
  margin-top: 0px;
  outline: 0;
  width: 58px;
  height: 58px;
  text-indent: -9999px;
  z-index: 9999;
  text-decoration: none;
  line-height: 58px;
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-size: auto 186px;
  background-repeat: no-repeat;
  display: inline-block;
}
.image-gallery .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* image caption */
.image-gallery .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/b2c/resources/_web_images_/basis/background-petrol.png) repeat 0px 0px;
  width: 100%;
}
.image-gallery .bx-wrapper .bx-caption span {
  color: #ffffff;
  padding: 15px;
  display: block;
  height: auto;
  line-height: 1.25em;
}
/* =============================================================================
    START: BRAND SLIDER
    ========================================================================== */
.brand-gallery {
  margin: 0px 1%;
}
.brand-gallery .link-to-brand-gallery {
  height: 443px;
  overflow: hidden;
}
/* Werum */
.brand-gallery .bx-pager {
  display: none;
}
.brand-gallery .bx-wrapper .bx-prev {
  left: 10px;
  background-position: -1260px 0px;
}
.brand-gallery .bx-wrapper .bx-next {
  right: 10px;
  background-position: -1330px 0px;
}
.brand-gallery .bx-wrapper .bx-prev:hover {
  background-position: -1260px -66px;
}
.brand-gallery .bx-wrapper .bx-next:hover {
  background-position: -1330px -66px;
}
.brand-gallery .bx-wrapper .bx-controls-direction a {
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-repeat: no-repeat;
  background-size: auto 186px;
  display: inline-block;
  height: 45px;
  line-height: 58px;
  margin-top: -23px;
  outline: 0 none;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 22%;
  width: 30px;
  z-index: 9999;
}
.brand-gallery .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.brandslider-element {
  position: relative;
}
.brand-element {
  min-height: 180px;
  position: relative;
  background-position: center center;
  background-size: 100% auto ;
  max-height: 188px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(38, 55, 61, 0.52);
}
.brand-element .brand-description {
  width: 23.99%;
  padding: 25px 0px 25px  0px;
  position: relative;
  z-index: 60;
}
.brand-element h6 a,
.brand-element p a {
  text-decoration: none;
}
.brand-element p {
  margin: 0px;
}
.brand-element .brand-image {
  bottom: 0;
  left: 20%;
  position: absolute;
  top: 0;
  width: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.brand-element .brand-image img {
  display: block;
}
.brand-element .brand-logo {
  width: 22.99%;
  text-align: center;
  padding: 40px 0px  20px 0px;
  margin-right: 9.33333%;
  position: absolute;
  right: 0;
  top: 0;
}
.brand-element .brand-description h6 a,
.brand-element .brand-description p a {
  color: #ffffff;
}
.brand41 .brand-description h6 a,
.brand41 .brand-description p a {
  color: #000000;
}
/* Werum */
.brand-element .brand-description.hide {
  display: none;
}
.brandslider-element .frame-entry {
  min-height: 200px;
}
/* =============================================================================
     START: COLLECTION SLIDER + TIMELINE SLIDER
     ========================================================================== */
/* --> NEW LAYOUT
     .stage .timeline-gallery .bx-controls { margin:0 0; top: 50%; position: absolute; width: 100%; }
     .collection-slider { box-sizing: border-box; }
     .collection-gallery  {  margin:0px 1%; }
     .collection-gallery .bx-pager {  }
     .collection-gallery .bx-wrapper { margin: 0 auto; }
     .collection-gallery .bx-wrapper .bx-prev { left: -35px; background-position: -1399px 0;}
     .collection-gallery .bx-wrapper .bx-next { right: -35px; background-position: -1469px 0;}
     .collection-gallery .bx-wrapper .bx-prev:hover,
     .timeline-gallery .bx-wrapper .bx-prev:hover {background-position: -1399px -66px;}
     .collection-gallery .bx-wrapper .bx-next:hover,
     .timeline-gallery .bx-wrapper .bx-next:hover {background-position: -1469px -66px;}
     .collection-gallery .bx-wrapper .bx-controls-direction a,
     .timeline-gallery .bx-wrapper .bx-controls-direction a { background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png"); background-repeat: no-repeat; background-size: auto 186px; display: inline-block; height:60px; line-height: 58px; margin-top: -23px; outline: 0 none; position: absolute; text-decoration: none; text-indent: -9999px; top: 22%; width: 60px; z-index: 9999; }
     .collection-gallery .bx-wrapper .bx-controls-direction a.disabled {display: none;}
     .collection-gallery .frame-entry { min-height:410px;  }
     .pagination.timeline { width:100%; overflow-y: hidden; }
    */
.stage .timeline-gallery .bx-controls {
  margin: 0;
  top: 50%;
  position: absolute;
  width: 100%;
}
.collection-gallery {
  margin: 0 1%;
}
.collection-gallery .bx-wrapper {
  margin: 0 auto;
}
.collection-gallery.close-dots .bx-pager {
  margin-top: 0;
}
.collection-gallery .bx-pager {
  display: block;
}
.collection-gallery .bx-wrapper .bx-prev {
  left: -35px;
  background-position: -1399px 0;
}
.collection-gallery .bx-wrapper .bx-next {
  right: -35px;
  background-position: -1469px 0;
}
.collection-gallery .bx-wrapper .bx-prev:hover,
.timeline-gallery .bx-wrapper .bx-prev:hover {
  background-position: -1399px -66px;
}
.collection-gallery .bx-wrapper .bx-next:hover,
.timeline-gallery .bx-wrapper .bx-next:hover {
  background-position: -1469px -66px;
}
.collection-gallery .bx-wrapper .bx-controls-direction a,
.timeline-gallery .bx-wrapper .bx-controls-direction a {
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-repeat: no-repeat;
  background-size: auto 186px;
  display: inline-block;
  height: 60px;
  line-height: 58px;
  margin-top: -23px;
  outline: 0 none;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 22%;
  width: 60px;
  z-index: 20;
}
.collection-gallery .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.collection-gallery .frame-entry {
  min-height: 200px;
  margin: 0;
}
.pagination.timeline {
  width: 100%;
  overflow-y: hidden;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 1.7em;
  font-family: Arial;
  font-weight: bold;
  color: #b5bcc0;
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #b5bcc0;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 10px;
  border: 2px solid #fff;
  behavior: url(/b2c/resources/_web_css_6165_/PIE.htc);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #30464e;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* =============================================================================
     STAGE SLIDER
     ========================================================================== */
.stage {
  position: relative;
}
.stage-image,
.stage-slider > div {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/b2c/resources/_web_images_/content/header/home/header-man.jpg);
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/content/header/home/header-man.jpg', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/content/header/home/header-man.jpg', sizingMethod='scale')";
  -ms-behavior: url(/b2c/resources/_web_css_6165_/backgroundsize.min.htc);
}
.stage-image-trylive {
  background-image: url(/b2c/resources/_web_images_/basis/background-greywhite-gradient.jpg);
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-greywhite-gradient.jpg', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-greywhite-gradient.jpg', sizingMethod='scale')";
}
/* full window height */
.stage-image .stage-image-dummy-image,
.stage-image .stage-slider-dummy-image,
.stage-slider > div .stage-slider-dummy-image {
  margin-top: 55%;
}
/* index height */
.stage-index .stage-slider,
.stage-index {
  min-height: 520px;
}
.stage-image .stage-slider-dummy-image,
.stage-index .stage-slider > div .stage-slider-dummy-image {
  margin-top: 27.4%;
}
.stage-image .stage-image-content,
.stage-image .stage-slider-content,
.stage-slider > div .stage-slider-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stage-brand-logo {
  position: absolute;
  bottom: 150px;
  left: 0;
}
.stage-brand-logo.stage-brand-logo-right {
  left: auto;
  right: 0;
}
/* Scroll down arrow */
.arrow-down {
  bottom: 2px;
  display: block;
  left: 45%;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 100;
}
/* small height */
.stage-image.stage-small,
.stage-slider.stage-small > div {
  height: 400px;
}
/* stage headline */
.stage-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* controls */
.stage .bx-controls {
  margin: -50px auto 0;
  /* max-width: 1200px;*/
  position: relative;
  text-align: right;
  z-index: 90;
}
.stage .bx-pager {
  display: inline;
  margin-right: 25px;
}
.stage .bx-pager-item {
  display: inline;
}
.stage .bx-pager-item a {
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-size: auto 186px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 25px;
  background-position: -2627px 0;
  text-indent: -9999px;
}
.stage .bx-pager-item a:hover,
.stage .bx-pager-item a.active {
  background-position: -2627px -66px;
}
/* Teaser */
.teaser-circle {
  text-align: center;
  display: block;
  height: 200px;
  width: 291px;
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 53px 15px 68px 15px;
  background: url(/b2c/resources/_web_images_/basis/background-teaser-circle-grey.png) no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-grey.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-grey.png', sizingMethod='scale')";
}
.teaser-circle a {
  color: #ffffff;
  font-family: "TradeGothic";
}
.teaser-circle h1,
.teaser-circle h2,
.teaser-circle h3,
.teaser-circle h4,
.teaser-circle h5,
.teaser-circle h6 {
  text-align: center;
  color: #ffffff;
  font-family: "TradeGothic";
}
/* color variations */
.teaser-circle.teaser-circle-red {
  background-image: url(/b2c/resources/_web_images_/basis/background-teaser-circle-red.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-red.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-red.png', sizingMethod='scale')";
}
.teaser-circle.teaser-circle-blue {
  background-image: url(/b2c/resources/_web_images_/basis/background-teaser-circle-blue.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-blue.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-blue.png', sizingMethod='scale')";
}
.teaser-circle.teaser-circle-green {
  background-image: url(/b2c/resources/_web_images_/basis/background-teaser-circle-green.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-green.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-green.png', sizingMethod='scale')";
}
.teaser-circle.teaser-circle-purple {
  background-image: url(/b2c/resources/_web_images_/basis/background-teaser-circle-purple.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-purple.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/b2c/resources/_web_images_/basis/background-teaser-circle-purple.png', sizingMethod='scale')";
}
/*  Teaser rectangle */
.teaser-rectangle-container {
  min-height: 500px;
  display: block;
}
.teaser-rectangle {
  margin-bottom: 60px;
  margin-top: 65px;
  display: block;
  position: relative;
  background: #c9d3d7 url(/b2c/resources/_web_images_/basis/background-teaser-rectangle.png) no-repeat bottom center;
}
.teaser-rectangle .teaser-rectangle-inner {
  margin: 0px 3px 0px 3px;
  padding-top: 3px;
  padding-bottom: 1px;
}
.teaser-rectangle h5 {
  position: absolute;
  top: 20px;
  left: 15px;
}
.teaser-rectangle .move-up-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 38%;
  background-color: #30464e;
  width: 30px;
  padding: 0px 30px;
}
.teaser-rectangle-inner-step2 {
  display: none;
}
.teaser-rectangle-hover:hover {
  background: #30464e;
  margin-top: 30px;
  margin-bottom: 0px;
}
.teaser-rectangle-hover:hover .teaser-rectangle-inner-step1 {
  display: none;
}
.teaser-rectangle-hover:hover .teaser-rectangle-inner-step2 {
  display: block;
}
.teaser-rectangle-hover:hover .teaser-rectangle-inner-step2 .teaser-rectangle-inner {
  margin: 20px;
}
.teaser-rectangle-hover:hover .teaser-rectangle-inner-step2 h5 {
  position: static;
}
.teaser-rectangle-hover:hover .teaser-rectangle-inner-step2 h5,
.teaser-rectangle-hover:hover .teaser-rectangle-inner-step2 p a,
.teaser-rectangle-hover:hover .teaser-rectangle-inner-step2 p {
  color: #ffffff;
}
.teaser-rectangle .teaser-rectangle-button {
  display: none;
}
/* small stage -> small circle */
.stage-small .teaser-circle {
  height: 189px;
  padding: 30px 15px;
  width: 220px;
}
.stage-small .teaser-circle h6 {
  font-size: 1.8em;
  margin-bottom: 0;
}
.stage-small .teaser-circle h3 {
  font-size: 2.5em;
  margin-bottom: 0;
}
/* =============================================================================
    START: LOGO Gallery
    ========================================================================== */
.logo-gallery {
  margin: 0px 1%;
}
.logo-gallery .logo-gallery-part-1 {
  background-color: #b5bcc0;
  margin: 0px;
}
.logo-gallery-image {
  margin: 15px 0px;
  display: inline-block;
  width: 65px;
  height: 42px;
  background-size: 100% auto;
  background-position: 0px 0px ;
  background-repeat: no-repeat;
}
.logo-gallery-image.active,
.logo-gallery-image:hover {
  background-position: 0px -243px;
}
.logo-gallery-image.logo-gallery-grey {
  background-position: 0 -113px;
  margin-top: 0;
  position: static;
}
.logo-gallery-rodenstock {
  background-image: url(/b2c/resources/_web_images_/basis/brands/rodenstock_x2.png);
}
.logo-gallery-claudia-schiffer {
  background-image: url(/b2c/resources/_web_images_/basis/brands/claudia-schiffer_x2.png);
  width: 67px;
}
.logo-gallery-rocco {
  background-image: url(/b2c/resources/_web_images_/basis/brands/rocco_x2.png);
  width: 68px;
}
.logo-gallery-porsche-design {
  background-image: url(/b2c/resources/_web_images_/basis/brands/porsche-design_x2.png);
  float: left;
  margin-right: 130px;
  width: 160px;
}
.logo-gallery-mercedes-benz-style {
  background-image: url(/b2c/resources/_web_images_/basis/brands/mercedes-benz-style_x2.png);
  margin-right: 0px;
  width: 110px;
}
.logo-gallery-dunhill {
  background-image: url(/b2c/resources/_web_images_/basis/brands/dunhill_x2.png);
  float: left;
  margin-right: 130px;
  width: 42px;
}
.logo-gallery-baldessarini {
  background-image: url(/b2c/resources/_web_images_/basis/brands/baldessarini_x2.png);
  float: left;
  width: 125px;
}
.logo-gallery-sander {
  background-image: url(/b2c/resources/_web_images_/basis/brands/jil-sander_x2.png);
  float: left;
  margin-right: 130px;
  width: 56px;
}
.logo-gallery-bogner {
  background-image: url(/b2c/resources/_web_images_/basis/brands/bogner_x2.png);
  float: left;
  margin-right: 130px;
  width: 26px;
}
.logo-gallery-wimpledon {
  background-image: url(/b2c/resources/_web_images_/basis/brands/wimbledon_x2.png);
  float: left;
  width: 26px;
}
/* START: LOGO Gallery with FRAMES */
.logo-gallery-with-frames .logo-gallery-container {
  display: block;
  background: #f1f1f3;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: color 0.3s, background-color 0.3s;
}
.logo-gallery-with-frames .logo-gallery-container-active {
  background: #30464e;
}
.logo-gallery-with-frames .logo-gallery-container {
  float: left;
  margin: 0 1%;
  width: 18%;
}
.logo-gallery-with-frames .logo-gallery-container-fourth {
  width: 23%;
}
.logo-gallery-with-frames .logo-gallery-image {
  width: 130px;
  max-width: 100%;
  height: 80px;
  float: none;
  margin: auto;
}
.logo-gallery-with-frames .logo-gallery-rodenstock {
  background-position: center 0px;
  background-position: center -486px;
}
.logo-gallery-with-frames .logo-gallery-porsche-design {
  width: 180px;
  background-position: center -275px;
}
.logo-gallery-with-frames .logo-gallery-mercedes-benz-style {
  width: 170px;
  background-position: center -392px;
}
.logo-gallery-with-frames .logo-gallery-sander {
  width: 112px;
  background-position: center -513px;
}
.logo-gallery-with-frames .logo-gallery-bogner {
  width: 52px;
  background-position: center -494px;
}
.logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-rodenstock {
  background-position: center 0px;
}
.logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-porsche-design {
  background-position: center -1px;
}
.logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-mercedes-benz-style {
  background-position: center -15px;
}
.logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-sander {
  background-position: center -27px;
}
.logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-bogner {
  background-position: center -11px;
}
@media only screen and (max-width: 767px) {
  .logo-gallery-with-frames .logo-gallery-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .logo-gallery-with-frames .logo-gallery-image {
    height: 30px;
  }
  .logo-gallery-with-frames .logo-gallery-container-rodenstock {
    width: 98%;
  }
  .logo-gallery-with-frames .logo-gallery-container-sander,
  .logo-gallery-with-frames .logo-gallery-container-porsche-design,
  .logo-gallery-with-frames .logo-gallery-container-mercedes-benz-style,
  .logo-gallery-with-frames .logo-gallery-container-bogner,
  .logo-gallery-with-frames .logo-gallery-container-fourth,
  .logo-gallery-with-frames .logo-gallery-container-rodenstock.logo-gallery-container-fourth {
    width: 48%;
  }
}
@media only screen and (max-width: 1100px) {
  .logo-gallery-with-frames .logo-gallery-container {
    padding-bottom: 10px;
  }
  .logo-gallery-with-frames .logo-gallery-rodenstock {
    background-position: center -183px;
    width: 49px;
  }
  .logo-gallery-with-frames .logo-gallery-sander {
    background-position: center -295px;
    width: 63px;
  }
  .logo-gallery-with-frames .logo-gallery-porsche-design {
    background-position: center -196px;
    width: 122px;
  }
  .logo-gallery-with-frames .logo-gallery-mercedes-benz-style {
    background-position: center -235px;
    width: 99px;
  }
  .logo-gallery-with-frames .logo-gallery-bogner {
    background-position: 0 -208px;
    width: 22px;
  }
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-rodenstock,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-rodenstock,
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-rodenstock:hover,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-rodenstock:hover {
    background-position: center 0px;
  }
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-sander,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-sander,
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-sander:hover,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-sander:hover {
    background-position: center -22px;
  }
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-porsche-design,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-porsche-design,
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-porsche-design:hover,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-porsche-design:hover {
    background-position: center -11px;
  }
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-mercedes-benz-style,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-mercedes-benz-style,
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-mercedes-benz-style:hover,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-mercedes-benz-style:hover {
    background-position: 0 -16px;
  }
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-bogner,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-bogner,
  .logo-gallery-with-frames .logo-gallery-container.logo-gallery-container-active .logo-gallery-bogner:hover,
  .logo-gallery-with-frames .logo-gallery-container:hover .logo-gallery-bogner:hover {
    background-position: 0 -4px;
  }
}
/* =============================================================================
    SCROLLER
    ========================================================================== */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  width: 14px;
  right: -6px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 14px;
  bottom: -6px;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #b5bcc0;
  position: relative;
}
.jspDrag {
  background: #30464e;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  display: none;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
  display: none;
}
/*  image gallery in content */
.image-gallery .scroll-pane {
  overflow: visible!important;
  width: 188px;
  display: block;
}
.image-gallery .jspContainer {
  max-height: 488px;
  width: 188px;
}
.image-gallery .jspPane a {
  display: block;
  position: relative;
}
.image-gallery .jspPane a img.active-image {
  display: none;
}
.image-gallery .jspPane a.active img.active-image {
  display: block;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
}
/* =============================================================================
    PAGINATION
    ========================================================================== */
.pagination {
  position: relative;
  height: 80px;
  width: 300px;
  margin: 0px  auto;
}
.pagination-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ececec;
  border-radius: 2px;
  width: 100%;
  padding: 25px 0px;
}
.pagination-scroll-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pagination-inner {
  width: auto;
  padding: 13px 5px 30px 5px;
}
.pagination p {
  margin: 0;
  padding: 0px;
}
.pagination a {
  margin: 0 10px;
  color: #b5bcc0;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "TradeGothic-Bold";
  font-weight: normal;
  text-decoration: none;
}
.pagination a.active,
.pagination a:hover {
  color: #30464e;
}
/* =============================================================================
    PRODUCT PAGE
    ========================================================================== */
.product-detail {
  padding-top: 170px;
}
.product-detail h3.frameid {
  display: inline-block;
  width: auto;
}
.product-detail p.frametype {
  font-size: 2.5em;
  width: auto;
}
.product-detail p.userhint {
  font-size: 1.6em;
}
.bt-find-optician {
  position: relative;
}
.bt-find-optician .tooltip-optician-holder {
  position: absolute;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 315px;
  z-index: 10000;
  left: -315px;
  display: none;
  background: transparent url(/b2c/resources/_web_images_/basis/tooltip-optician-search.png) no-repeat 0 0;
  background-size: cover;
}
.bt-find-optician .tooltip-optician-holder .tooltip-optician {
  padding: 30px 20px 20px 30px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
.bt-find-optician .tooltip-optician-holder .tooltip-optician p {
  margin: 0 0;
  box-sizing: border-box;
}
.bt-find-optician .tooltip-optician-holder .tooltip-optician p span {
  font-family: "TradeGothic-Bold";
}
.bt-find-optician .tooltip-optician-holder.tooltip-optician-holder-right {
  left: auto;
  right: -315px;
  top: -6px;
  background-image: url("/b2c/resources/_web_images_/basis/tooltip-optician-search-right.png");
}
.bt-find-optician .tooltip-optician-holder.tooltip-optician-holder-right .tooltip-optician {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 30px 20px 20px 50px;
}
.bt-find-optician a.bt-find-optician-default {
  font-size: 2em;
  color: #ffffff;
  background-color: #30464e;
  border: 2px solid #30464e;
  width: 100%;
  padding: 15px;
  display: block;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: color 0.3s, background-color 0.3s;
}
.bt-find-optician a.bt-find-optician-default:hover,
.bt-find-optician a.bt-find-optician-default:focus {
  color: #30464e;
  background-color: #ffffff;
}
.bt-find-optician label.optician-search-holder {
  display: none;
  box-sizing: border-box;
  border: 2px solid #30464e;
  width: 100%;
  background-color: #ffffff;
  font-size: 1em;
  padding: 15px;
  margin-top: 0;
}
.bt-find-optician label.optician-search-holder i {
  font-size: 2.6em;
  vertical-align: middle;
  line-height: 0.75em;
  cursor: pointer;
}
.bt-find-optician label.optician-search-holder input.search-input,
.bt-find-optician label.optician-search-holder input.bt-find-optician-input {
  font-family: "TradeGothic";
  color: #30464e;
  width: 80%;
  border-radius: 0;
  display: inline;
  box-sizing: border-box;
  margin: 0 0;
}
.bt-find-optician ul.optician-search-result {
  display: none;
  position: absolute;
  z-index: 30;
  background-color: #ffffff;
  top: 55px;
  border: 2px solid #b5bcc0;
  list-style: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 15px;
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.bt-find-optician ul.optician-search-result li {
  padding: 8px 0px 8px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 2px;
  margin: 2px 0;
  transition: color 0.3s, background-color 0.3s;
}
.bt-find-optician ul.optician-search-result li a,
.bt-find-optician ul.optician-search-result li a:hover,
.bt-find-optician ul.optician-search-result li a:focus {
  font-family: "TradeGothic";
  color: #d3d7d9;
  text-decoration: none;
}
.bt-find-optician ul.optician-search-result li a .highlight {
  color: #30464e;
  background-color: #ffffff;
  font-size: inherit;
}
.bt-find-optician ul.optician-search-result li:hover,
.bt-find-optician ul.optician-search-result li:focus,
.bt-find-optician ul.optician-search-result li.selected {
  background-color: #ececec;
}
a.bt-save-article {
  font-size: 2em;
  border: 2px solid #b5bcc0;
  color: #b5bcc0;
  padding: 15px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: color 0.3s, border-color 0.3s;
}
a.bt-save-article:hover,
a.bt-save-article-checked {
  color: #30464e;
  border: 2px solid #30464e;
}
a.bt-save-article-unchecked {
  color: #b5bcc0;
  border: 2px solid #b5bcc0;
}
.find-optician-contentbanner {
  background-image: url("/b2c/resources/_web_images_/basis/background-teaser-circle-purple.png");
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}
.find-optician-contentbanner-inner {
  width: 300px;
  padding-top: 45px;
}
.find-optician-contentbanner .slogan-big {
  font-size: 50px;
  font-family: 'TradeGothic-Bold';
}
.find-optician-contentbanner .slogan-medium {
  font-size: 35px;
  font-family: 'TradeGothic-Bold';
}
/* =============================================================================
    FITTING GLASSES PAGE
    ========================================================================== */
.fitting-container {
  position: relative;
}
.fitting-container-nav {
  display: block;
  bottom: 0;
  cursor: pointer;
}
.fitting-container-nav div {
  border: 1px solid transparent;
}
.fitting-container-nav div.active,
.fitting-container-nav div:hover {
  border: 1px solid #ffffff;
  background-color: #dcf3fb;
}
/* =============================================================================
    FAQ Accordion
    ========================================================================== */
.faq-accordion-module-item-header {
  text-align: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #30464e;
  outline: none;
  margin: 0;
  cursor: pointer;
}
.faq-accordion-module-item-header > span {
  position: absolute;
  top: 0px;
  left: 0px;
}
.faq-accordion-module-item-header h5 {
  display: inline-block;
  margin: 4px 0 11px 6px;
  padding-left: 40px;
  width: auto;
}
.faq-accordion-module-item-content {
  display: none;
  background-color: #ffffff;
  width: 92%;
  text-align: left;
  margin: 10px 0 0 47px;
}
.faq-accordion-module-item-content.active {
  display: block;
}
.faq-accordion-module-item-subheader {
  position: relative;
}
.faq-accordion-module-item-subheader > span {
  position: absolute;
  top: 0px;
  left: 0px;
}
.faq-accordion-module-item-subheader > a {
  display: block;
  padding-left: 30px;
}
.faq-accordion-module-item-subheader a strong {
  font-size: 1.7em;
  display: block;
}
.faq-accordion-module-item-subcontent {
  display: none;
  margin-left: 30px;
}
.faq-accordion-module-item-subcontent.active {
  display: block;
}
/* =============================================================================
    CONTENT ACCORDION
    ========================================================================== */
.content-accordion .content-accordion-headline {
  margin: 0;
  background: #30464e;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 8px 0 6px;
  box-shadow: inset 0 4px 4px #24343a;
}
.content-accordion .content-accordion-headline h6 {
  cursor: pointer;
}
.content-accordion .content-accordion-content {
  display: block;
}
.content-accordion .content-accordion-content-closed {
  display: none;
}
.content-accordion table {
  table-layout: fixed;
}
.content-accordion table th {
  vertical-align: middle;
}
.content-accordion table th,
.content-accordion table td {
  border-right: 2px solid #fff;
  vertical-align: middle;
}
.content-accordion table th,
.content-accordion table td {
  border-top: 0;
}
.content-accordion table th:last-child,
.content-accordion table td:last-child {
  border: none;
}
.content-accordion .accordion-module-item-open .content-accordion-headline {
  cursor: default;
  box-shadow: inset 0 -7px 9px #24343a;
}
.content-accordion .accordion-module-item-open .content-accordion-content {
  display: block;
}
/* =============================================================================
    TEASER
    ========================================================================== */
.content-teaser {
  margin-bottom: 25px;
}
/* news */
.news-teaser {
  display: block;
}
.news-teaser-inner {
  padding: 20px;
}
.news-teaser-inner p {
  margin-bottom: 0.75em;
}
.news-teaser p.category {
  margin-bottom: 0em;
}
/* download */
.download-teaser {
  height: 150px;
  overflow: hidden;
  background-color: #ececec;
  width: 100%;
}
.download-teaser-image {
  display: block;
  height: 150px;
  background-color: #ececec;
  text-align: center;
  vertical-align: middle;
}
.download-teaser-image img {
  max-width: 100%;
  max-height: 100%;
}
/* =============================================================================
    TIMELINE
    ========================================================================== */
.timeline-entry {
  position: relative;
}
.timeline-entry .text-entry {
  position: absolute;
  bottom: 2px;
  left: 0px;
  right: 0px;
}
.timeline-entry .text-entry .text-entry-inner {
  padding: 10px 15px 10px 15px;
  min-height: 187px;
}
.timeline-gallery .bx-wrapper .bx-prev {
  left: 12px;
  background-position: -1399px 0px;
}
.timeline-gallery .bx-wrapper .bx-next {
  right: 12px;
  background-position: -1469px 0px;
}
/* =============================================================================
   START: TRYLIVE PAGE
   ========================================================================== */
.trylive-overlay {
  display: block;
}
.trylive-overlay div.col-6 {
  position: absolute;
  bottom: -2px;
}
.trylive-overlay div .terms-scroll-pane {
  display: block;
  width: 100%;
  height: 228px;
}
.trylive-app {
  display: none;
}
.tl-acceptpicture {
  display: none;
}
.trylive-terms-noflash {
  display: none;
  height: 380px;
}
.trylive-terms {
  display: block;
}
.trylive-app-width {
  width: 640px;
  display: block;
  position: relative;
}
.trylive-app-left {
  position: relative;
  height: 480px;
}
.tl-splitview {
  position: absolute;
  bottom: -10px;
  right: 0;
}
.trylive-app-right {
  position: relative;
  height: 480px;
}
.tl-chooseshare {
  position: absolute;
  bottom: -6px;
}
a.submitbutton.trylive-product-link {
  margin-top: 8px;
  margin-right: 9px;
}
.trylive {
  margin: 0 0;
}
.trylive-fb-share-modal {
  display: none;
  width: 600px;
  background-color: #f1f1f3;
  padding: 20px;
}
.trylive-info-toggler {
  display: block;
}
.trylive-info-toggler a {
  display: block;
  width: 640px;
  border-bottom: 1px solid #d3d7d9;
  font-size: 1.7em;
  padding-bottom: 7px;
  position: relative;
}
.trylive-info-toggler a span {
  position: absolute;
  bottom: 1px;
}
.trylive-info-toggler p {
  display: none;
  width: 640px;
  padding-top: 15px;
}
.trylive-info-toggler p.show {
  display: block;
}
.preloader-acceptpicture {
  display: none;
  margin-top: 10px;
}
.preloader-fb-share {
  display: none;
  float: right;
  margin-right: 10px;
}
/* Photo/Videolayer + Content */
.trylive-photo-modal,
.trylive-video-modal {
  display: none;
  width: 640px;
  height: 480px;
  background-color: #ffffff;
  padding: 0 0;
  border: 1px solid #f1f1f3;
}
.trylive-video-modal-select,
.trylive-photo-modal-select {
  width: 100%;
  position: relative;
  height: 360px;
}
.trylive-video-modal-select-left {
  width: 40%;
  margin: 0 2%;
  position: absolute;
  bottom: 70px;
  left: 15px;
}
.trylive-video-modal-select-right {
  width: 40%;
  margin: 0 2%;
  position: absolute;
  bottom: 70px;
  right: 15px;
}
.trylive-video-modal-select-left img,
.trylive-video-modal-select-right img {
  border: 2px solid #f1f1f3;
  cursor: pointer;
}
.trylive-video-modal-select-left img:hover,
.trylive-video-modal-select-right img:hover {
  border-color: #d3d7d9;
}
.trylive-photo-modal-select-left {
  width: 40%;
  position: absolute;
  top: 0;
  left: 15px;
  text-align: center;
}
.trylive-photo-modal-select-right {
  width: 40%;
  position: absolute;
  top: 0;
  right: 15px;
}
.trylive-photo-modal-select-left p,
.trylive-photo-modal-select-right p {
  text-align: center;
}
/*
    .trylive-photo-modal-select-left .pic-upload,
    .trylive-photo-modal-select-left .webcam-upload { cursor: pointer;  }
    */
a.submitbutton.pic-upload,
a.submitbutton.webcam-upload {
  margin-bottom: 10px;
}
a.submitbutton.pic-upload.icon-pic-upload {
  background: #b5bcc0 url(/b2c/resources/_web_images_/basis/trylive/icon-toolbar-pic-upload.png) no-repeat right -1px;
}
a.submitbutton.pic-upload:hover.icon-pic-upload {
  background-position: right -44px;
}
a.submitbutton.webcam-upload.icon-webcam-upload {
  background: #b5bcc0 url(/b2c/resources/_web_images_/basis/trylive/icon-toolbar-webcam-upload.png) no-repeat right -1px;
}
a.submitbutton.webcam-upload:hover.icon-webcam-upload {
  background-position: right -44px;
}
.trylive-photo-modal-select-right img {
  float: left;
  margin: 0 9px 9px 0;
  cursor: pointer;
  border: 1px solid #f1f1f3;
}
.trylive-photo-modal-select-right img:hover {
  border-color: #d3d7d9;
}
/* =============================================================================
   START: TRYLIVE PRODUCT SITE
   ========================================================================== */
.trylive-frame-terms-layer,
.trylive-frame-app-layer {
  display: none;
  border: 15px solid #d3d7d9;
  z-index: 50;
  top: 0;
  box-sizing: border-box;
  min-height: 480px;
  top: 170px;
  min-width: 1020px;
  position: absolute;
}
.trylive-frame-app-layer {
  background-color: #ffffff;
  text-align: center;
}
.trylive-frame-app-layer .icon-close-45,
.trylive-frame-terms-layer .icon-close-45 {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.trylive-frame-app-layer .icon-close-45:hover,
.trylive-frame-terms-layer .icon-close-45:hover {
  background-position: -2555px 0px;
}
.trylive-frame-terms-layer img {
  position: absolute;
  width: 430px;
  bottom: 0;
}
.trylive-frame-terms-layer div .terms-scroll-pane {
  display: block;
  width: 100%;
  height: 228px;
}
/* =============================================================================
    START: TOGGLE MORE CONTENT
    ========================================================================== */
table .toggle-trigger-content {
  text-align: center;
  width: 100%;
  position: relative;
  background-color: #b5bcc0;
  height: 30px;
}
table .toggle-trigger-content p {
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: white;
  padding-top: 4px;
}
table .toggle-trigger-content .move-down-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #30464e;
  width: 30px;
  padding: 0px 30px;
}
/* =============================================================================
    START: TABS CONTENT
    ========================================================================== */
.tab-trigger {
  white-space: nowrap;
  cursor: pointer;
  background-color: #b5bcc0;
  display: inline;
  font-family: TradeGothic;
  padding: 3px 10px;
  line-height: 1.7em;
}
.tab-trigger-active {
  cursor: default;
  background-color: #30464e;
  color: #ffffff;
}
/* =============================================================================
    START: JOURNAL
    ========================================================================== */
.box-teaser {
  padding: 0 3px;
}
.box-teaser .box-table-cell {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .box-teaser {
    margin: 0 1%;
    display: table;
    table-layout: fixed;
  }
  .box-teaser .box-table-row {
    display: table-row;
  }
  .box-teaser .box-table-cell {
    display: table-cell;
    float: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 3%;
  }
  .box-teaser .col-1 {
    width: 8.33%;
  }
  .box-teaser .col-2 {
    width: 16.66%;
  }
  .box-teaser .col-3 {
    width: 24.99%;
  }
  .box-teaser .col-4 {
    width: 33.32%;
  }
  .box-teaser .col-5 {
    width: 41.65%;
  }
  .box-teaser .col-6 {
    width: 49.98%;
  }
  .box-teaser .col-7 {
    width: 58.31%;
  }
  .box-teaser .col-8 {
    width: 66.64%;
  }
  .box-teaser .col-9 {
    width: 74.97%;
  }
  .box-teaser .col-10 {
    width: 83.3%;
  }
  .box-teaser .col-11 {
    width: 91.63%;
  }
  .box-teaser .col-12 {
    width: 99.96%;
  }
  .bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.inline-search-container {
  width: 100%;
  position: relative;
}
.inline-search-container .inline-search-container-buttton,
.inline-search-container .inline-search-container-buttton:hover,
.inline-search-container .inline-search-container-buttton:active {
  white-space: nowrap;
  display: inline-block;
  font-size: 2em;
  line-height: 1.3em;
  background-color: transparent;
  color: #30464e;
  cursor: pointer;
  padding: 9px 0px;
  text-transform: uppercase;
  text-align: left;
}
.inline-search-container .inline-search-container-buttton:hover,
.inline-search-container .inline-search-container-buttton:active {
  text-decoration: underline;
}
.inline-search-container label.inline-search-holder {
  margin: 0;
  background-color: #ffffff;
  border: 2px solid #30464e;
  box-sizing: border-box;
  display: none;
  font-size: 1em;
  width: 100%;
  position: relative;
  padding: 10px 15px 9px 15px;
}
.inline-search-container label.inline-search-holder input.search-input {
  border-radius: 0;
  box-sizing: border-box;
  color: #30464e;
  display: inline;
  font-family: "TradeGothic";
  margin: 0;
  width: 80%;
}
.inline-search-container label.inline-search-holder .search-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #ececec;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 2.5em;
  line-height: 0.9em;
  margin-right: 0;
  padding: 7px;
  position: absolute;
  right: 0;
  top: 2px;
}
.inline-search-container label.inline-search-holder .search-submit:hover {
  color: #30464e;
}
.inline-search-container.inline-search-container-active .inline-search-container-buttton,
.inline-search-container.inline-search-container-active .inline-search-container-buttton:hover,
.inline-search-container.inline-search-container-active .inline-search-container-buttton:active {
  display: none;
}
.inline-search-container.inline-search-container-active label.inline-search-holder {
  display: block;
}
.inline-search-loading {
  min-height: 20px;
}
.search-result-text {
  font-family: "TradeGothic";
}
.inline-search-container.float-right {
  width: 50%;
}
/* MOBILE - 767 */
.journal-filtersearch-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-search-container-buttton {
    text-align: center;
    width: 100%;
  }
  .product-detail .inline-search-container .inline-search-container-buttton,
  .product-detail .inline-search-container .inline-search-container-buttton:hover,
  .product-detail .inline-search-container .inline-search-container-buttton:active {
    text-align: right;
  }
  .product-detail .inline-search-container {
    width: 50%;
  }
  .journal-filtersearch-menu,
  .journal-textsearch {
    display: block;
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .journal-filtersearch-menu {
    float: right;
    background-color: transparent;
    color: #30464e;
    cursor: pointer;
    display: inline-block;
    text-align: right;
    font-size: 2em;
    line-height: 1.3em;
    padding: 7px 0 9px 0;
    text-transform: uppercase;
  }
  .journal-filtersearch-menu:hover {
    text-decoration: underline;
  }
  .journal-filtersearch .no-prev-label {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }
  .journal-filtersearch-content {
    display: none;
  }
  .journal-filtersearch-menu-icon {
    background-position: -2970px -56px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
  .journal-filtersearch-active .journal-filtersearch-menu-icon {
    background-position: -2904px -56px;
  }
  .journal-filtersearch-active .journal-filtersearch-content {
    background: white;
    display: block;
    clear: both;
  }
  .journal-filtersearch.journal-filtersearch-active {
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 99;
    width: 100%;
  }
  .journal-search {
    position: relative;
  }
}
/* =============================================================================
    START: JOBS
    ========================================================================== */
.jobs-list {
  /*table td {padding-top: 15px; }*/
  /*table tr td.jobs-desc {width:40%;}*/
  /* tablesorter */
}
.jobs-list .tab-trigger {
  display: block;
  float: left;
  margin: 0 0.4% 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 33.05%;
}
.jobs-list .tab-trigger.remove-gutter-right {
  margin: 0 !important;
}
.jobs-list .tab-trigger span {
  font-family: "TradeGothic-Bold";
  padding: 7px 10px 6px 15px;
  color: inherit;
  display: block;
}
.jobs-list table {
  border: 3px solid #30464e;
}
.jobs-list table th,
.jobs-list table td {
  padding: 10px 10px 10px 0px;
}
.jobs-list table td {
  border: none;
  border-bottom: 1px solid #efefef;
}
.jobs-list table tr:last-child td {
  border-right: none;
}
.jobs-list table th p {
  white-space: nowrap;
  margin-left: 5px;
  font-family: "TradeGothic-Bold";
  text-transform: uppercase;
  margin-right: 5px;
}
.jobs-list table th p span {
  color: #ffffff;
  font-family: "TradeGothic-Bold";
  text-transform: uppercase;
}
.jobs-list table h6 {
  /*margin-top: 0.2em;*/
}
.jobs-list table .col-jobs-refnr > h6 {
  font-size: 1.8em;
  margin-top: 0.2em;
}
.jobs-list table td h5 {
  margin-top: 0;
}
.jobs-list table td h5 a,
.jobs-list table td h6 a,
.jobs-list table td p a {
  text-decoration: none;
}
.jobs-list table th > *:last-child,
.jobs-list table td > *:last-child {
  margin-bottom: 0;
}
.jobs-list table td h5 a:hover,
.jobs-list table td h6 a:hover {
  text-decoration: underline;
}
.jobs-list .col-jobs-refnr {
  width: 80px;
}
.jobs-list .tablesorter-b2c .header, 
.jobs-list .tablesorter-b2c .tablesorter-header {
  vertical-align: top !important;
}
.jobs-list .tablesorter-b2c .header,
.jobs-list .tablesorter-b2c .tablesorter-header,
.jobs-list .tablesorter-b2c .headerSortDown,
.jobs-list .tablesorter-b2c .tablesorter-headerSortDown,
.jobs-list .tablesorter-b2c .tablesorter-headerDesc,
.jobs-list .tablesorter-b2c .headerSortUp,
.jobs-list .tablesorter-b2c .tablesorter-headerSortUp,
.jobs-list .tablesorter-b2c .tablesorter-headerAsc {
  background-image: none;
  padding-left: 5px;
}
.jobs-list table th p {
  background: url("/b2c/resources/_web_images_/tablesorter/unsorted.gif") no-repeat right 5px;
  display: inline-block;
  padding-right: 15px;
}
.jobs-list .tablesorter-b2c .headerSortDown p,
.jobs-list .tablesorter-b2c .tablesorter-headerSortDown p,
.jobs-list .tablesorter-b2c .tablesorter-headerDesc p {
  background-image: url("/b2c/resources/_web_images_/tablesorter/desc.gif");
}
.jobs-list .tablesorter-b2c .headerSortUp p,
.jobs-list .tablesorter-b2c .tablesorter-headerSortUp p,
.jobs-list .tablesorter-b2c .tablesorter-headerAsc p {
  background-image: url("/b2c/resources/_web_images_/tablesorter/asc.gif");
}
/* MOBILE */
@media only screen and (min-width: 767px) and (max-width: 830px) {
  .jobs-list table th .only-mobile.sep-3 {
    display: block !important;
  }
  .jobs-list table .col-jobs-refnr > h6 {
    font-size: 1.6em;
  }
  .jobs-list table td p {
    font-size: 1.6em;
  }
  .jobs-list table td h5 {
    font-size: 1.8em;
  }
  .jobs-list table td h6 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 830px) {
  .jobs-list table td h6 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .jobs-list .tab-trigger span {
    font-size: 13px;
    padding-left: 10px;
  }
  .jobs-list .tab-trigger {
    padding-left: 0;
    padding-right: 0;
  }
  .jobs-list table th {
    padding-left: 5px;
    padding-right: 5px;
  }
  .jobs-list .table-head {
    width: 30%;
  }
  .jobs-list .table-head.jobs-desc {
    width: 70%;
  }
  .jobs-list table th p {
    margin-left: 5px;
    font-size: 13px;
    background-position: right 4px;
  }
  .jobs-list table td {
    padding-left: 0px;
    padding-right: 5px;
  }
  .jobs-list table td h5 {
    font-size: 1.8em;
  }
  .jobs-list table td p {
    margin-bottom: 5px;
  }
  .jobs-list .mobile-1-3 {
    width: 33%;
  }
  .jobs-list .mobile-2-3 {
    width: 67%;
  }
  .jobs-list table td h6.jobs-refnr {
    line-height: 20px;
    font-size: 16px;
    color: #7c7c7c;
  }
}
/* MOBILE */
@media only screen and (max-width: 1100px) {
  /* Scroll down arrow */
  .arrow-down {
    bottom: 15px;
  }
  .brand-element {
    height: 130px;
  }
  .brand-element .brand-description {
    padding: 40px 0;
  }
  .brand-element .brand-description p {
    display: none;
  }
  .brand-element .brand-image {
    background-position: right center;
    width: 60%;
  }
  .brand-element .brand-logo {
    padding: 40px 0;
    width: 20%;
  }
  .brand-gallery .bx-wrapper .bx-controls-direction a {
    top: 18%;
  }
  .tooltip {
    bottom: 40%;
  }
  .tooltip.social {
    width: 295px;
  }
}
@media only screen and (max-width: 830px) {
  .brand-element .brand-logo {
    margin-right: 8.333%;
  }
  .collection-gallery .bx-wrapper .bx-prev {
    left: 15px;
    background-position: -1399px 0;
  }
  .collection-gallery .bx-wrapper .bx-next {
    right: 15px;
    background-position: -1469px 0;
  }
}
@media only screen and (max-height: 700px) {
  .stage-video {
    width: 320px;
    margin: 0px auto;
  }
  .stage-index .stage-slider,
  .stage-image,
  .stage-slider,
  .stage-index {
    min-height: 420px;
  }
}  
@media only screen and (max-width: 767px) {
  .product-detail {
    padding-top: 0;
  }
  .image-gallery .scroll-pane {
    display: none;
  }
  .stage-index .stage-slider,
  .stage-image,
  .stage-slider,
  .stage-index {
    min-height: 300px;
  }
  .stage-home .bx-controls {
    bottom: 10px;
    margin: 0 auto;
    max-width: auto;
    position: absolute;
    right: 0px;
    z-index: 100;
  }
  .stage-brand-logo {
    bottom: 70px;
    width: 50%;
    left: 10px;
  }
  .stage-brand-logo.stage-brand-logo-right {
    right: 10px;
  }
  .stage-video {
    width: 320px;
    margin: 0px auto;
  }
  .stage-image.stage-small,
  .stage-slider.stage-small > div {
    height: 200px;
  }
  .brand-element {
    background-size: auto;
  }
  .brand-element .brand-image {
    left: 0px;
    background-position: right center;
    width: 75%;
  }
  .brand-element .brand-logo {
    width: 40.8%;
  }
  .brand-gallery .bx-wrapper .bx-controls-direction a {
    top: 90px;
  }
  .tooltip {
    bottom: 25%;
  }
  .logo-gallery .logo-gallery-part-1 {
    background-color: #b5bcc0;
    margin: 0px;
    width: 100%;
  }
  .logo-gallery a.logo-gallery-porsche-design,
  .logo-gallery a.logo-gallery-mercedes-benz-style,
  .logo-gallery a.logo-gallery-dunhill,
  .logo-gallery a.logo-gallery-baldessarini {
    position: static;
    left: auto;
    right: auto;
    margin: 15px 5%;
  }
  .fitting-container-nav {
    display: block;
    text-align: center;
  }
  .fitting-container-nav div {
    width: 15%;
    display: inline-block;
  }
  .download-teaser.download-teaser-overview {
    height: auto;
  }
  .download-teaser.download-teaser-overview .download-teaser-image {
    display: block;
    height: auto;
  }
  .download-teaser.download-teaser-overview .download-teaser-image img {
    width: 100%;
    max-height: auto;
  }
  /*  Teaser rectangle */
  .stage-image .teaser-rectangle {
    background-size: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .stage-image .teaser-rectangle .move-up-arrow {
    display: none;
  }
  .stage-image .teaser-rectangle:hover {
    margin-top: 0px;
    margin-bottom: 20px;
    background: #c9d3d7 url(/b2c/resources/_web_images_/basis/background-teaser-rectangle.png) no-repeat bottom center;
    background-size: 100%;
  }
  .stage-image .teaser-rectangle:hover .teaser-rectangle-inner-step1 {
    display: block;
  }
  .stage-image .teaser-rectangle:hover .teaser-rectangle-inner-step2 {
    display: none;
  }
  /*  Teaser rectangle */
  .stage-slider-content .teaser-rectangle,
  .stage-slider-content .teaser-rectangle:hover {
    background: none;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .stage-slider-content .teaser-rectangle .teaser-rectangle-inner-step1,
  .stage-slider-content .teaser-rectangle .teaser-rectangle-inner-step2,
  .stage-slider-content .teaser-rectangle:hover .teaser-rectangle-inner-step1,
  .stage-slider-content .teaser-rectangle:hover .teaser-rectangle-inner-step2 {
    display: none;
  }
  .stage-slider-content .teaser-rectangle .teaser-rectangle-button {
    display: inline-block;
  }
  /* timeline */
  .timeline-entry .text-entry {
    position: static;
  }
  .stage .timeline-gallery .bx-controls {
    display: none;
  }
  /* trylive */
  .trylive-overlay div.col-6 {
    position: relative;
    margin-bottom: 20px;
  }
  /* TOGGLE MORE CONTENT */
  table .toggle-trigger-content p {
    padding-left: 10px;
    text-align: left;
  }
  .show-more-line {
    background-color: #b5bcc0;
    height: 30px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .show-more-line p {
    color: white;
    cursor: pointer;
    margin: 0;
    padding-top: 4px;
    text-align: center;
  }
  .show-more-line .move-down-arrow {
    background-color: #30464e;
    bottom: 0;
    cursor: pointer;
    padding: 0 30px;
    position: absolute;
    right: 0;
    width: 30px;
  }
  /* Glas Index Arrow if Mobile */
  .arrow-right {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
  }
  /* OPTICIAN SEARCH TOOLTIP */
  .bt-find-optician .tooltip-optician-holder,
  .bt-find-optician .tooltip-optician-holder.tooltip-optician-holder-right {
    position: absolute;
    left: 0;
    width: 300px;
    top: -120px;
    height: auto;
    background: transparent url(/b2c/resources/_web_images_/basis/tooltip-optician-search-mobile.png) no-repeat bottom right;
    background-size: cover;
  }
  .bt-find-optician .tooltip-optician-holder .tooltip-optician {
    margin: 0 0 30px 0;
  }
  .bt-find-optician .tooltip-optician-holder.tooltip-optician-holder-right .tooltip-optician {
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 15px 20px 37px 50px;
  }
  .bt-find-optician .tooltip-optician-holder.tooltip-optician-holder-right {
    top: -94px;
  }
  a.icon-pinterest-frameDetail-30 .pin-tooltip {
    top: 29px;
    right: -36px;
    background: url("/b2c/resources/_web_images_/basis/pin-tooltip-top-mobile.png") no-repeat right bottom;
    background-size: 100% auto;
    width: 285px;
    height: 215px;
  }
  .collection-gallery.close-dots .bx-viewport {
    min-height: 265px!important;
  }
  .bx-controls-direction {
    display: none;
  }
  #favblock {
    text-align: center;
    padding-bottom: 50px;
  }
  /* CONTENT ACCORDION */
  .content-accordion table,
  .content-accordion tbody,
  .content-accordion table tr,
  .content-accordion table tbody,
  .content-accordion table tr th,
  .content-accordion table tr td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .content-accordion table tr.content-accordion-tableheader {
    margin: 20px 0;
  }
  .content-accordion table tr.content-accordion-tableheader td {
    display: block;
    float: left;
    width: 32.7%;
    cursor: pointer;
  }
  .content-accordion table tr.content-accordion-tablecontent td {
    display: none;
  }
  .content-accordion table tr.content-accordion-tablecontent td:first-child {
    display: block;
  }
  .content-accordion table tr.content-accordion-tablecontent {
    clear: both;
    padding-top: 20px;
  }
  .content-accordion .content-accordion-tableheader td img {
    opacity: 0.6;
  }
  .content-accordion .content-accordion-tableheader td.highlight {
    position: relative;
    opacity: 1;
    cursor: default;
  }
  .content-accordion .content-accordion-tableheader td.highlight img {
    opacity: 1;
  }
  .content-accordion .content-accordion-tableheader td.highlight:before {
    border-bottom: 1px solid #30464e;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 35%;
    position: absolute;
    width: 30%;
  }
}
/*
* "Haus des besseren Sehens"
*/
/*
* Index
*/
/*  Teaser rectangle  small */
.teaser-rectangle-small-container {
  min-height: 350px;
  display: block;
}
.teaser-rectangle-small {
  margin-top: 15px;
  display: block;
  position: relative;
  background: #f1f1f3;
  min-height: 250px;
}
.teaser-rectangle-small .snippet-image {
  height: 125px;
}
.teaser-rectangle-small h5 {
  padding: 25px 0px;
  text-align: center;
}
.teaser-rectangle-small:hover {
  background: #30464e;
  margin-top: 0px;
  margin-bottom: 15px;
  min-height: 280px;
}
.teaser-rectangle-small:hover h5,
.teaser-rectangle-small:hover h5 a {
  color: #ffffff;
}
.teaser-rectangle-small:hover .snippet-image {
  height: 140px;
}
/* Icon navigation */
.icon-navi a {
  text-decoration: none;
}
.icon-navi .icon-navi-image {
  display: block;
  padding: 10px 0 5px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.icon-navi.active .icon-navi-image,
.icon-navi:hover .icon-navi-image {
  background-color: #ececec;
}
/* Toggle state element */
.state-slider {
  position: relative;
  background-color: #b5bcc0;
  height: 44px;
  border: 4px solid #d3d7d9;
  border-radius: 25px;
}
.state-slider .state-slider-state {
  position: absolute;
  left: 0px;
  background: #30464e;
  border: 2px solid #30464e;
  height: 40px;
  width: 40px;
  border-radius: 25px;
}
.state-slider .state-slider-button-left.active,
.state-slider .state-slider-button-right.active {
  cursor: default;
}
.state-slider .state-slider-button-left,
.state-slider .state-slider-button-right {
  position: absolute;
  height: 44px;
  width: 44px;
  border-radius: 25px;
}
.state-slider .state-slider-button-left {
  left: 0px;
  background: url(/b2c/resources/_web_images_/basis/hdbs/icon-cloudy.png) no-repeat center center;
}
.state-slider .state-slider-button-right {
  right: 0px;
  background: url(/b2c/resources/_web_images_/basis/hdbs/icon-sunny.png) no-repeat center center;
}
.state-slider-button-label {
  color: #d3d7d9;
  cursor: pointer;
}
.state-slider-button-label.active {
  color: #30464e;
  cursor: default;
}
/* colomatic iq sun */
.longevity-icon-wrapper {
  float: left;
  width: 110px;
  height: 110px;
  margin: 1%;
  text-align: center;
}
.longevity-icon-wrapper p {
  color: #ffffff;
}
.longevity-icon-wrapper:hover p {
  color: #30464e;
}
.longevity-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  background: url(../templates/hdbs/colormatic-iq-sun/img_/icons/icon-longevity_x2.jpg) no-repeat 0 -112px;
  background-size: 843%;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.longevity-icon:hover {
  border: 2px solid #ffd32c;
}
.longevity-icon.glass {
  background-position: 0px -112px;
}
.longevity-icon.glass:hover {
  background-position: 0px -6px;
}
.longevity-icon.uva {
  background-position: -97px -112px;
}
.longevity-icon.uva:hover {
  background-position: -97px -6px;
}
.longevity-icon.mixed {
  background-position: -191px -112px;
}
.longevity-icon.mixed:hover {
  background-position: -191px -6px;
}
.longevity-icon.lightning {
  background-position: -288px -112px;
}
.longevity-icon.lightning:hover {
  background-position: -288px -6px;
}
.longevity-icon.star {
  background-position: -387px -112px;
}
.longevity-icon.star:hover {
  background-position: -387px -6px;
}
.longevity-icon.magnet {
  background-position: -477px -112px;
}
.longevity-icon.magnet:hover {
  background-position: -477px -6px;
}
.longevity-icon.fingerprint {
  background-position: -571px -112px;
}
.longevity-icon.fingerprint:hover {
  background-position: -571px -6px;
}
.longevity-icon.bubbles {
  background-position: -666px -112px;
}
.longevity-icon.bubbles:hover {
  background-position: -666px -6px;
}
/* tint-list-element */
.tint-list-element {
  float: left;
  width: 14.66%;
  margin: 0px 1%;
}
/* function-of-progressive-glasses */
.function-of-progressive-glasses .snippet {
  min-height: 242px;
}
.function-of-progressive-glasses .snippet-v3 .snippet-image {
  height: 242px;
}
.function-of-progressive-glasses .snippet-v3 .snippet-text {
  min-height: 0px;
}
.function-of-progressive-glasses .snippet-v3 .snippet-text a {
  font-family: TradeGothic-Bold;
  text-decoration: none;
}
.function-of-progressive-glasses .state-slider .state-slider-button-left {
  left: 0px;
  background: url(/b2c/resources/_web_images_/basis/hdbs/icon-no.png) no-repeat center center;
}
.function-of-progressive-glasses .state-slider .state-slider-button-right {
  right: 0px;
  background: url(/b2c/resources/_web_images_/basis/hdbs/icon-check.png) no-repeat center center;
}
.function-of-progressive-glasses-view {
  position: absolute;
  top: 0px;
  left: 0px;
}
.function-of-progressive-glasses-close {
  position: absolute;
  top: 15px;
  right: 10px;
}
/* good-glasses-features */
.hotspot {
  background: url(/b2c/resources/_web_images_/basis/hdbs/hotspot-inactive_2x.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  top: 0%;
  left: 0%;
}
.hotspot:hover {
  background-image: url(/b2c/resources/_web_images_/basis/hdbs/hotspot-hover_2x.png);
}
.hotspot.active,
.hotspot.active:hover {
  background-image: url(/b2c/resources/_web_images_/basis/hdbs/hotspot-active_2x.png);
}
.hotspot-1 {
  left: 30%;
  top: 11.5%;
}
.hotspot-2 {
  left: 52%;
  top: 60%;
}
.hotspot-3 {
  left: 62%;
  top: 45%;
}
.hotspot-4 {
  left: 47%;
  top: 77%;
}
.hotspot-5 {
  left: 29%;
  top: 52%;
}
.hotspot-6 {
  left: 35%;
  top: 39%;
}
.hotspot-7 {
  left: 22.5%;
  top: 35%;
}
.hotspot-8 {
  left: 47%;
  top: 39%;
}
.hotspot .tooltip {
  left: -260px;
  bottom: 75%;
  width: 299px;
  z-index: 99;
}
.number-link {
  text-align: center;
  display: inline-block;
  margin: 1%;
}
.number-link a {
  text-align: center;
  font-size: 1.7em;
  color: #b5bcc0;
}
.number-link a.number-link-number {
  margin-bottom: 10px;
  background-color: #b5bcc0;
  color: #ffffff;
  font-size: 3.0em;
  border-radius: 3em;
  padding: 0px 0.35em;
}
.number-link:hover a,
.number-link.active a {
  color: #30464e;
}
.number-link:hover a.number-link-number,
.number-link.active a.number-link-number {
  background-color: #30464e;
  color: #ffffff;
}
.number-with-background .number-with-background-number {
  float: left;
  display: block;
  margin: -7px 10px 0 0;
  background-color: #30464e;
  color: #ffffff;
  font-size: 3.0em;
  padding: 0px;
  width: 35px;
  text-align: center;
}
.number-with-background .number-with-background-text {
  display: block;
  width: 80%;
  float: left;
}
.col-half-result {
  float: left;
  margin: 0 1%;
  width: 47%;
}
.headline-with-icon {
  background: #63902b;
  display: block;
  margin-bottom: 10px;
}
.headline-with-icon .headline-with-icon-check {
  width: 9.5%;
  padding: 8px 0px;
  display: block;
  float: left;
  background: url(/b2c/resources/_web_images_/basis/hdbs/icon-check-headline.png) center no-repeat;
  background-size: auto 100% ;
}
.headline-with-icon .headline-with-icon-text {
  margin-bottom: -1px;
  border-left: 2px solid #f1f1f3;
  width: 89%;
  background-color: #30464e;
  display: block;
  float: right;
  padding: 8px 0px;
}
.headline-with-icon .headline-with-icon-text span {
  color: #ffffff;
  font-size: 1.7em;
  line-height: 1.1em;
  margin-left: 15px;
}
.headline-with-icon.headline-with-icon-cross {
  background: #e61e2a;
}
.headline-with-icon .headline-with-icon-cross {
  background-image: url(/b2c/resources/_web_images_/basis/hdbs/icon-cross-headline.png);
}
/* eyesight-test-index-gallery */
.eyesight-test-index-gallery.carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: none;
  overflow: hidden;
}
/* SLIDES */
/* slide container */
.eyesight-test-index-gallery.carousel .slides {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  position: relative;
  overflow: visible;
}
/* slide item */
.eyesight-test-index-gallery.carousel .slides .slideItem {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
}
.eyesight-test-index-gallery.carousel .slides .slideItem a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  position: relative;
}
.eyesight-test-index-gallery.carousel .slides .slideItem a span {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  font-size: 1.7em;
  font-family: "TradeGothic-Bold";
  padding: 20px;
}
.eyesight-test-index-gallery.carousel .slides .slideItem img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
}
/* DIRECTION BUTTON */
.eyesight-test-index-gallery.carousel .nextButton,
.eyesight-test-index-gallery.carousel .prevButton {
  right: 0px;
  top: 23%;
  cursor: pointer;
  background-image: url("/b2c/resources/_web_images_/basis/icon-sprite_x2.png");
  background-repeat: no-repeat;
  background-size: auto 186px;
  display: inline-block;
  height: 60px;
  line-height: 58px;
  outline: 0 none;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 60px;
  z-index: 9999;
}
.eyesight-test-index-gallery.carousel .nextButton {
  right: 0px;
  background-position: -1469px 0px;
}
.eyesight-test-index-gallery.carousel .prevButton {
  left: 0px;
  background-position: -1399px 0px;
}
.eyesight-test-index-gallery.carousel .nextButton:hover {
  background-position: -1469px -66px;
}
.eyesight-test-index-gallery.carousel .prevButton:hover {
  background-position: -1399px -66px;
}
/* Breakpoint small desktop */
@media only screen and (max-width: 1100px) {
  /*
  * Index
  */
  /*  Teaser rectangle  small */
  .teaser-rectangle-small h5 {
    font-size: 2em;
  }
  .hotspot .tooltip {
    left: -160px;
    bottom: 75%;
    width: 199px;
    z-index: 99;
  }
}
/* Breakpoint small desktop */
@media only screen and (max-width: 830px) {
  /*
  * Index
  */
  /*  Teaser rectangle  small */
  .teaser-rectangle-small h5 {
    font-size: 1.7em;
    font-family: "TradeGothic";
  }
  .hotspot .tooltip {
    left: -160px;
    bottom: 75%;
    width: 199px;
    z-index: 99;
  }
}
/* Breakpoint mobile */
@media only screen and (max-width: 767px) {
  /*
  * Index
  */
  /*  Teaser rectangle  small */
  .teaser-rectangle-small h5 {
    font-family: "TradeGothic-Bold";
  }
  .teaser-rectangle-small:hover {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .teaser-rectangle-small .snippet-image,
  .teaser-rectangle-small:hover .snippet-image {
    height: auto;
  }
  .teaser-rectangle-small .snippet-image .snippet-dummy-image {
    margin-top: 71%;
  }
  .col-half-result {
    float: none;
    margin: 0 1%;
    width: 98%;
  }
  /* colomatic iq sun */
  .tint-list-element {
    width: 31.32%;
  }
  .longevity-icon-wrapper p {
    color: #30464e;
  }
  /* function-of-progressive-glasses */
  .function-of-progressive-glasses .snippet-v3 {
    height: auto;
    min-height: 0px;
  }
  .function-of-progressive-glasses .snippet-v3 .snippet-text {
    position: static;
  }
  .function-of-progressive-glasses .snippet-v3 .snippet-image {
    height: auto;
  }
  .function-of-progressive-glasses .snippet-v3 .snippet-dummy-image {
    margin-top: 47%;
  }
  .function-of-progressive-glasses-content {
    padding-top: 40px;
  }
  .function-of-progressive-glasses-close {
    background: #f1f1f3;
    height: 40px;
    padding: 5px 0;
    right: 0;
    text-align: right;
    top: -50px;
    width: 100%;
  }
  /* good-glasses-features */
  .hotspot-1 {
    left: 27%;
    top: 8.5%;
  }
  .hotspot-2 {
    left: 51%;
    top: 60%;
  }
  .hotspot-3 {
    left: 62%;
    top: 36%;
  }
  .hotspot-4 {
    left: 41%;
    top: 40%;
  }
  .hotspot-5 {
    left: 27%;
    top: 52%;
  }
  .hotspot-6 {
    left: 32%;
    top: 29%;
  }
  .hotspot-7 {
    left: 21.5%;
    top: 35%;
  }
  .hotspot-8 {
    left: 47%;
    top: 35%;
  }
  .number-link {
    margin: 1% 4% 5% 0;
  }
}
/* =============================================================================
    FORMS
   ========================================================================== */
/* input fields*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
textarea {
  border: 2px solid #b5bcc0;
  padding: 7px 2%;
  outline: none;
  margin: 0;
  width: 94%;
  font-family: "TradeGothic";
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 2px solid #30464e;
}
textarea {
  height: 5.93em;
  resize: none;
}
select {
  width: 94%;
}
/* label */
label {
  display: block;
  margin-bottom: 0em;
  margin-top: 1em;
}
label a {
  text-decoration: underline;
}
.label-checkbox {
  float: left;
  margin-left: 0px;
  margin-top: 1em;
  margin-right: 1em;
}
.no-prev-label {
  white-space: normal;
  display: inline-block;
  width: auto;
}
.no-prev-label .label-checkbox {
  margin-top: 12px;
}
.label-checkbox-full {
  width: 85%;
  margin-right: 0px;
  float: left;
}
.label-radio {
  float: left;
  line-height: 36px;
  margin-top: 0.77em;
  margin-right: 10px;
}
/* error */
.error p {
  color: #e30613;
}
.error label {
  color: #e30613;
}
.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error textarea {
  border-color: #e30613;
}
/* Search Field */
.search-field {
  display: block;
  overflow: hidden;
  position: relative;
}
.search-field form {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1em;
  position: relative;
}
.search-field input {
  display: inline-block;
  width: 75%;
  padding: 16px 4%;
  margin-bottom: 0;
  font-size: 1.7em;
  color: #ccc;
  font-family: "TradeGothic";
}
.search-field a.icon-menu-search-48 {
  background-position: -484px 5px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.search-field a.icon-menu-search-48:hover {
  background-position: -484px -61px;
}
/* button */
.submitbutton,
input[type="submit"],
span.submitbutton-noarrow,
a.submitbutton-noarrow {
  background: #30464e url(/b2c/resources/_web_images_/basis/background-arrow-button.png) no-repeat right 7px;
  text-align: center;
  /*white-space: nowrap;*/
  font-size: 2em;
  width: auto;
  color: #ffffff;
  background-color: #30464e;
  border: 2px solid #30464e;
  padding: 7px 45px 7px 16px;
  display: block;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: color 0.3s, background-color 0.3s;
}
span.submitbutton,
a.submitbutton,
span.submitbutton-noarrow,
a.submitbutton-noarrow {
  display: inline-block;
  line-height: 1.3em;
  color: #ffffff;
  font-size: 2em;
}
.submitbutton:active,
a.submitbutton:active,
input[type="submit"]:active,
.submitbutton:hover,
a.submitbutton:hover,
input[type="submit"]:hover {
  color: #30464e;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #30464e;
  background-position: right -41px;
}
/* Button with arrow left */
span.submitbutton.submitbutton-arrow-left,
a.submitbutton.submitbutton-arrow-left {
  padding: 7px 16px 7px 45px;
  background: #30464e url(/b2c/resources/_web_images_/basis/background-arrow-left-button.png) no-repeat left 7px;
}
span.submitbutton.submitbutton-arrow-left:hover,
a.submitbutton.submitbutton-arrow-left:hover {
  background-position: left -41px;
  border-color: #30464e;
  color: #30464e;
  background-color: transparent;
}
/* button without any Arrow */
span.submitbutton-noarrow,
a.submitbutton-noarrow,
a.submitbutton-noarrow:hover {
  /*border-color: @grey-dark;
      color: @petrol;
      background-color: transparent;
      cursor: pointer;
      */
  background-image: none;
  padding: 7px 16px;
}
span.submitbutton-noarrow:hover,
a.submitbutton-noarrow:hover,
span.submitbutton-noarrow:active,
a.submitbutton-noarrow:active {
  background-image: none;
  border-color: #30464e;
  color: #30464e;
  background-color: transparent;
}
/* Light Button */
input[type="submit"].submitbutton-light,
.submitbutton-light,
a.submitbutton-light,
span.submitbutton-light {
  border-color: #b5bcc0;
  color: #30464e;
  background-color: transparent;
  background-position: right -41px;
}
input[type="submit"].submitbutton-light:hover,
.submitbutton-light:hover,
a.submitbutton-light:hover,
span.submitbutton-light:hover input[type="submit"].submitbutton-light:active,
.submitbutton-light:active,
a.submitbutton-light:active,
span.submitbutton-light:active {
  border-color: #30464e;
}
span.submitbutton-arrow-left.submitbutton-light,
a.submitbutton-arrow-left.submitbutton-light {
  background-color: transparent;
  border-color: #b5bcc0;
  color: #30464e;
  background-position: left -41px;
}
/* Button with full width */
.submitbutton.full-width {
  width: 100%;
}
/* Uniform Theme: Uniform Default Version: 1.8 */
/* General settings */
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url("/b2c/resources/_web_images_/basis/uniforms/sprite.png");
  background-repeat: no-repeat;
}
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  margin: 0;
  padding: 0;
}
.highContrastDetect {
  background: url("/b2c/resources/_web_images_/basis/uniforms/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}
/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 2px;
  background: url("/b2c/resources/_web_images_/basis/uniforms/bg-input.png") repeat-x 0 0;
  outline: 0;
}
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("/b2c/resources/_web_images_/bg-input-focus.png") repeat-x 0 0;
}
/* Remove default webkit and possible mozilla .search styles.
     * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* Select */
div.selector {
  background-position: 0 -130px;
  font-size: 1.7em;
  line-height: 1.7em;
  border: 2px solid #b5bcc0;
  overflow: hidden;
  padding: 0.25em;
  position: relative;
  width: 95%;
}
.error div.selector {
  border-color: #e30613;
}
div.selector span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  cursor: pointer;
  width: 100%;
  display: block;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  background: none;
  position: absolute;
  height: 36px;
  top: 2px;
  left: 0px;
  width: 100%;
}
div.selector.active span {
  background-position: 0 -156px;
}
div.selector.hover span {
  background-position: right -49px;
}
div.selector.active {
  border-color: #30464e;
}
/* Checkbox */
div.checker {
  position: relative;
  float: left;
  line-height: 26px;
  margin-right: 5px;
  margin-top: 1.25em;
}
div.checker,
div.checker span,
div.checker input {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: -103px -490px;
}
div.checker span.checked {
  background-position: -34px -490px;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
div.checker span.checked,
.error div.checker span.checked {
  background-position: -34px -490px;
}
.error div.checker span {
  background-position: 0px -490px;
}
.no-prev-label div.checker {
  margin-top: 6px;
}
/* Radio */
div.radio {
  position: relative;
  float: left;
  line-height: 26px;
  margin-right: 3px;
  margin-top: 1.25em;
}
div.radio,
div.radio span,
div.radio input {
  width: 34px;
  height: 34px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: -103px -524px;
}
div.radio span.checked {
  background-position: -34px -524px;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
div.radio span.checked,
.error div.radio span.checked {
  background-position: -34px -524px;
}
.error div.radio span {
  background-position: 0px -524px;
}
.ui-multiselect-container {
  display: block;
  position: relative;
  width: 98%;
  z-index: 5;
}
.ui-multiselect-container.ui-multiselect-container-active {
  z-index: 99;
}
.ui-multiselect {
  background: url("/b2c/resources/_web_images_/basis/uniforms/sprite.png") no-repeat right 4px;
  padding: 2px 0 2px 4px;
  text-align: left;
  position: relative;
  width: 99.9%;
  border: 2px solid #b5bcc0;
  padding: 8px 0px;
  outline: none;
  margin: 0;
  font-family: "TradeGothic";
}
.error .ui-multiselect.ui-state-active,
.error .ui-multiselect {
  border-color: #e30613;
}
.ui-multiselect.ui-state-active {
  border-color: #30464e;
  background-position: right -95px;
}
.ui-multiselect span {
  display: block;
  font-size: 1.7em;
  overflow: hidden;
  padding-left: 8px;
  white-space: nowrap;
  width: 93%;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
  text-align: center;
}
.ui-multiselect-header a {
  text-decoration: none;
  font-size: 1.7em;
  text-decoration: underline;
  margin: 0px 5px;
}
.ui-multiselect-menu {
  z-index: 5;
  background-color: #ffffff;
  display: none;
  padding: 3px 0px;
  width: 99.9%;
  position: absolute;
  text-align: left;
  border: 2px solid #b5bcc0;
  border-top: none;
}
.ui-multiselect-menu .submitbutton-noarrow {
  margin: 8px 10px;
  display: block;
  text-align: center;
}
.ui-multiselect-container.ui-multiselect-container-active .ui-multiselect-menu {
  z-index: 99;
}
.ui-multiselect-checkboxes {
  list-style-type: none;
  position: relative /* fixes bug in IE6/7 */;
  margin: 7px 10px 10px 10px;
  overflow-y: auto !important;
}
.ui-multiselect-checkboxes label {
  color: inherit;
  cursor: pointer;
  display: block;
  margin: 0px;
  padding: 3px 3px 3px 30px;
  border-radius: 2px;
}
.ui-multiselect-checkboxes label.selected {
  background: #ececec url("/b2c/resources/_web_images_/basis/icon-sprite.png") no-repeat scroll -1672px -60px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
  display: none;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding: 0px;
  margin: 1px 0px;
  width: 100%;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
  margin: 0px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
  margin: 0px;
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none;
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  div.selector {
    width: 96.5%;
  }
}
/* =============================================================================
   Maps
   ========================================================================== */
.mapsearch-stage {
  position: absolute;
  top: 165px;
  width: 100%;
  z-index: 80;
}
.mapsearch .mapsearch-form {
  background-color: #ffffff;
  position: absolute;
}
.mapsearch .mapsearch-form .mapsearch-form-inner {
  margin: 0px 15px;
}
.mapsearch .mapsearch-form label {
  margin-top: 0.25em;
}
.mapsearch img {
  max-width: none;
  display: block;
}
.mapsearch .map-overlay {
  width: 330px;
  font-size: 16px;
  height: auto;
}
.mapsearch .map-overlay h4 {
  font-size: 25px;
  margin-top: 9px;
  margin-left: 7%;
  width: 93%;
}
.mapsearch .map-overlay ul {
  margin-left: 1em;
  margin-bottom: 10px;
}
.mapsearch .map-overlay span,
.mapsearch .map-overlay p,
.mapsearch .map-overlay li {
  font-size: 16px;
}
.mapsearch .map-overlay .toggle-holder {
  background-color: #30464e;
  height: 40px;
  position: relative;
}
.mapsearch .map-overlay .toggle-holder span:first-child {
  margin-left: 10px;
}
.mapsearch .map-overlay .toggle-holder .toggle-trigger {
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 0px;
  position: relative;
  top: 10px;
  height: 30px;
}
.mapsearch .map-overlay .toggle-holder .toggle-trigger-active {
  background-color: #ffffff;
  color: #30464e;
}
/*.mapsearch .map-overlay .toggle-element { height: 150px; max-width:320px; overflow-y:scroll; margin-bottom: 10px;}*/
.mapsearch .map-overlay .map-overlay-inner {
  max-width: 3150px;
  height: auto;
}
.mapsearch .map-overlay .map-overlay-inner .toggle-element {
  padding-left: 7%;
}
.google-maps {
  position: relative;
}
a.star-bt {
  display: inline-block;
  padding: 7px 16px;
  width: 37%;
  text-transform: uppercase;
  min-height: 19px;
  transition: color 0.3s, border-color 0.3s;
  border: 2px solid #b5bcc0;
  color: #30464e;
}
a.star-bt:hover,
a.star-bt:focus,
a.star-bt-checked {
  border: 2px solid #30464e;
}
a.star-bt-nochecked {
  border: 2px solid #b5bcc0;
}
a.star-bt i {
  font-size: 1.2em;
}
a.dark-bt {
  display: inline-block;
  padding: 7px 16px;
  border: 2px solid #30464e;
  color: #ffffff;
  background-color: #30464e;
  width: 37%;
  text-transform: uppercase;
  min-height: 19px;
  transition: color 0.3s, background-color 0.3s;
}
a.dark-bt:hover,
a.dark-bt:focus {
  color: #30464e;
  background-color: #ffffff;
}
.map-overlay-hover {
  height: auto;
  width: 230px;
}
.map-overlay-hover h4 {
  font-size: 20px;
  font-weight: normal;
}
.map-overlay-hover p {
  font-size: 12px;
}
a.bt-find-optician-map {
  font-size: 2em;
  color: #ffffff;
  background-color: #30464e;
  border: 2px solid #30464e;
  width: 100%;
  padding: 6px 15px;
  display: block;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: color 0.3s, background-color 0.3s;
}
a.bt-find-optician-map:hover,
a.bt-find-optician-map:focus {
  color: #30464e;
  background-color: #ffffff;
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .mapsearch .mapsearch-form,
  .mapsearch-stage {
    position: static;
  }
  .mapsearch .map-overlay {
    width: 260px;
  }
  a.star-bt,
  a.dark-bt {
    width: 34%;
  }
}
/* =============================================================================
    HELPER
   ========================================================================== */
.debug {
  background: none !important;
  color: #f8b800 !important;
  width: auto !important;
  font-size: 16px !important;
}
.debug {
  /*display: inline-block !important;*/
  display: none !important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.clear {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  display: block;
}
.only-mobile {
  display: none !important;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.scale-with-grid {
  width: 100%;
}
.scale-with-grid-iframe {
  display: inline-block;
  position: relative;
  width: 100%;
}
.scale-with-grid-iframe-dummy-16-9 {
  margin-top: 56.25%;
}
/* 16:9 aspect ratio */
.scale-with-grid-iframe-dummy-4-3 {
  margin-top: 75%;
}
/* 4:3 aspect ratio */
.scale-with-grid-iframe-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sep-3 {
  display: block;
  height: 3px;
  line-height: 3px;
  font-size: 3px;
}
.sep-5 {
  display: block;
  height: 5px;
  line-height: 5px;
  font-size: 5px;
}
.sep-10 {
  display: block;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}
.sep-15 {
  display: block;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
}
.sep-20 {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.sep-25 {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
}
.sep-30 {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}
.sep-45 {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 45px;
}
.sep-55 {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 55px;
}
.sep-60 {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
}
.sep-75 {
  display: block;
  height: 75px;
  line-height: 75px;
  font-size: 75px;
}
.header-top-offset {
  display: block;
  height: 215px;
  line-height: 215px;
  font-size: 215px;
}
.margin-top-0 {
  margin-top: 0;
}
.info_text_no_link {
  text-decoration: none;
}
.min-height-auto {
  min-height: 1px;
}
.set-text-center {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .header-top-offset {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
  }
  .remove-mobile {
    display: none;
  }
  .only-mobile {
    display: block !important;
  }
}
