@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*  Divs */
.one-col, .two-col-left, .two-col-right, .three-col,
.inner-one-col, .inner-two-col, .inner-three-col, .inner-four-col, .inner-five-col {
  clear: both; }

.inner-two-col, .inner-three-col, .inner-four-col, .inner-five-col {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  clear: both;
  /* 	margin-bottom: 10px;  */ }

.one-col {
  width: 950px;
  margin: 0 auto; }

.two-col-left .c-0 {
  float: left;
  width: 180px; }

.two-col-left .c-1 {
  float: right;
  width: 1000px; }

.two-col-right .c-0 {
  float: left;
  width: 780px; }

.two-col-right .c-1 {
  float: right;
  width: 400px; }

.three-col .c-0 {
  float: left;
  width: 180px;
  margin-right: 20px; }

.three-col .c-1 {
  float: left;
  width: 800px; }

.three-col .c-2 {
  float: right;
  width: 180px; }

.c-2-0-inner, .c-2-1-inner, .c-3-0-inner, .c-3-1-inner, .c-3-2-inner, .c-4-0-inner, .c-4-1-inner, .c-4-2-inner, .c-4-3-inner, .c-5-0-inner, .c-5-1-inner, .c-5-2-inner, .c-5-3-inner, .c-5-4-inner {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  text-align: left; }

.c-2-0-inner, .c-2-1-inner {
  width: 49%; }

.c-3-0-inner, .c-3-1-inner, .c-3-2-inner {
  width: 32%; }

.c-4-0-inner, .c-4-1-inner, .c-4-2-inner, .c-4-3-inner {
  width: 23%; }

.c-5-0-inner, .c-5-1-inner, .c-5-2-inner, .c-5-3-inner, .c-5-4-inner {
  width: 18%; }

@media only screen and (max-width: 768px) {
  .c-2-1-inner, .c-3-2-inner, .c-4-3-inner, .c-5-4-inner, .c-2-0-inner, .c-3-0-inner, .c-3-1-inner, .c-4-0-inner, .c-4-1-inner, .c-4-2-inner, .c-5-0-inner, .c-5-1-inner, .c-5-2-inner, .c-5-3-inner {
    float: none !important;
    width: auto !important;
    width: 100% !important;
    display: block; } }

body {
  color: #606060;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  line-height: 120%;
  font-weight: normal; }

a {
  text-decoration: none;
  color: #D50032; }
  a:hover {
    text-decoration: underline;
    cursor: pointer; }
    a:hover span.icon {
      color: #a00126;
      text-decoration: none; }

p {
  margin: 0 0 15px; }

p.lead {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 40px; }

.sub-headline {
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  color: #3B3B3B;
  margin-bottom: 0; }

h1, .h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #3B3B3B;
  margin: 20px 0;
  line-height: 1; }

h2, .h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3B3B3B;
  margin: 20px 0;
  line-height: 1; }

h3, .h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #3B3B3B;
  margin: 15px 0;
  line-height: 1; }

h4, .h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3B3B3B;
  margin: 15px 0;
  line-height: 1; }

h5, .h5 {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3B3B3B;
  margin: 15px 0;
  line-height: 1; }

.selection-container {
  max-width: 910px;
  margin: 0 auto; }
  .selection-container .selection-logo {
    margin-bottom: 35px; }
  .selection-container .drawag-box-selection .selection-logo {
    padding-top: 18px;
    margin-left: 35px; }
  .selection-container .drawag-box-selection .products-list {
    float: right; }
    .selection-container .drawag-box-selection .products-list:after {
      content: '';
      display: table;
      clear: both; }

.products-list .single-product {
  margin-bottom: 20px; }
  .products-list .single-product:last-child {
    margin-bottom: 0; }
  .products-list .single-product .single-product-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    padding: 5px;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    width: 118px;
    height: 118px;
    text-align: center; }
    .products-list .single-product .single-product-image img {
      vertical-align: middle; }
  .products-list .single-product.active .single-product-image {
    border-color: #D50032; }
  .products-list .single-product .product-name {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px; }
  .products-list .single-product .single-product-data {
    display: inline-block;
    vertical-align: top;
    min-width: 205px; }
    .products-list .single-product .single-product-data .product-types li.product-types-item {
      list-style: none;
      margin: 0 0 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #D8D8D8; }
      .products-list .single-product .single-product-data .product-types li.product-types-item:last-child {
        border: none; }
      .products-list .single-product .single-product-data .product-types li.product-types-item label {
        font-family: "Rajdhani", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #3B3B3B;
        margin: 15px 0;
        line-height: 1;
        margin: 0;
        color: #9B9B9B; }
        .products-list .single-product .single-product-data .product-types li.product-types-item label:hover {
          color: #D50032;
          cursor: pointer; }
        .products-list .single-product .single-product-data .product-types li.product-types-item label.checked {
          color: #D50032; }
    .products-list .single-product .single-product-data .product-types .product-type-details {
      float: right; }
      .products-list .single-product .single-product-data .product-types .product-type-details:after:after {
        content: '';
        display: table;
        clear: both; }
    .products-list .single-product .single-product-data .popup-trigger {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      margin-right: 2px; }
      .products-list .single-product .single-product-data .popup-trigger .icon {
        font-size: 15px;
        color: #9B9B9B; }
      .products-list .single-product .single-product-data .popup-trigger.active .icon, .products-list .single-product .single-product-data .popup-trigger:hover .icon {
        color: #D50032; }
    .products-list .single-product .single-product-data .price-popup-content {
      min-width: 140px;
      padding: 10px;
      font-family: "Rajdhani", sans-serif;
      font-weight: 700;
      color: #3B3B3B;
      margin-bottom: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      position: absolute;
      left: 50%;
      bottom: 30px; }
      .products-list .single-product .single-product-data .price-popup-content span.red-text {
        font-weight: 600;
        font-size: 18px; }
      .products-list .single-product .single-product-data .price-popup-content .price-box {
        margin: 0 auto;
        display: table; }
      .products-list .single-product .single-product-data .price-popup-content:after {
        content: '';
        position: absolute;
        margin: auto;
        bottom: -9px;
        left: 0;
        right: 0;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        border-right: 1px solid #D50032;
        border-bottom: 1px solid #D50032;
        background: #fff; }
    .products-list .single-product .single-product-data .image-popup-wrapper {
      position: static; }
    .products-list .single-product .single-product-data .image-popup-content {
      padding-top: 10px;
      width: 750px;
      min-height: 470px;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%; }
      .products-list .single-product .single-product-data .image-popup-content img {
        margin: 0 auto;
        height: 360px; }
      .products-list .single-product .single-product-data .image-popup-content .description {
        margin-bottom: 40px; }
      .products-list .single-product .single-product-data .image-popup-content .popup-images-slider {
        display: none; }
        .products-list .single-product .single-product-data .image-popup-content .popup-images-slider.slick-initialized {
          display: block; }
    .products-list .single-product .single-product-data .desc-popup-content {
      width: 235px;
      padding-right: 0;
      padding-bottom: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 35px; }
      .products-list .single-product .single-product-data .desc-popup-content:before {
        content: '';
        position: absolute;
        margin: auto;
        top: 0;
        left: -9px;
        bottom: 0;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        border-right: 1px solid #D50032;
        border-bottom: 1px solid #D50032;
        background: #fff; }
      .products-list .single-product .single-product-data .desc-popup-content h4 {
        margin-top: 0;
        color: #D50032; }
      .products-list .single-product .single-product-data .desc-popup-content .product-description {
        padding-right: 15px;
        padding-bottom: 15px;
        max-height: 175px;
        overflow: auto;
        white-space: pre-wrap; }

.ic-fi {
  font-size: 7px; }

.sonnerien-list .sonnerien-typ {
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid transparent; }
  .sonnerien-list .sonnerien-typ:hover {
    border: 1px solid #D50032; }

.sonnerien-list .sonnerien-side {
  width: 35px;
  height: 206px;
  background: url(../images/bckg/sonnerien/bell-1@2x.png) center no-repeat;
  background-size: 35px 206px; }

.sonnerien-list .sonnerien-box {
  width: 78px;
  background-size: 78px auto; }
  .sonnerien-list .sonnerien-box.sonnerien-typ-s {
    height: 91px; }
  .sonnerien-list .sonnerien-box.sonnerien-typ-b {
    height: 59px; }

.sonnerien-list .sonnerien-typ3 {
  width: 78px;
  height: 78px;
  background: url(../images/bckg/sonnerien/square-1@2x.png) center no-repeat;
  background-size: 78px; }

.sonnerien-list .sonnerien-typ4 {
  width: 78px;
  height: 78px;
  background: url(../images/bckg/sonnerien/square-3@2x.png) center no-repeat;
  background-size: 78px; }

.bordered-input-boxes .input-box {
  padding: 12px 2px 12px 12px !important;
  border-top: 1px solid #ECECEC; }

.facher-typ {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  font-size: 11px;
  text-align: center;
  line-height: 59px;
  border: 1px solid #9B9B9B;
  color: #4A4A4A;
  font-weight: 600;
  margin-bottom: 20px; }
  .facher-typ:hover {
    border: 1px solid #D50032;
    color: #D50032;
    cursor: pointer; }

.configurator-canvas,
.configurator-pdf {
  display: table;
  margin: 50px auto 0;
  background: url(../images/bckg/grid-board-1@2x.png) center no-repeat;
  background-size: 611px 368px;
  position: relative; }
  .configurator-canvas .configurator-canvas-text,
  .configurator-pdf .configurator-canvas-text {
    margin: 0;
    text-align: center;
    position: absolute;
    height: 38px;
    display: none; }
    .configurator-canvas .configurator-canvas-text h3,
    .configurator-pdf .configurator-canvas-text h3 {
      margin: 0;
      text-transform: uppercase;
      line-height: 36px;
      height: 36px;
      border: 1px solid #9B9B9B; }

.configurator-canvas-montage {
  position: absolute;
  width: 15px;
  height: 428px;
  border: 1px solid #D50032;
  top: 35px; }
  .configurator-canvas-montage.montage-left {
    left: -20px; }
  .configurator-canvas-montage.montage-right {
    right: -17px; }
  .configurator-canvas-montage.montage-center {
    left: 50%;
    margin-left: -8.5px;
    z-index: -1; }

.popup-wrapper.toc-popup-wrapper {
  position: static; }

.popup-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 50;
  left: 0;
  top: 0;
  opacity: 0.6; }

.blured {
  -webkit-filter: blur(5px);
          filter: blur(5px); }

.toc-popup-content {
  display: none;
  border: 1px solid #D50032;
  padding: 15px;
  background: #FFFFFF;
  z-index: 100;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 20px 40px 40px;
  width: 890px; }
  .toc-popup-content .description {
    max-height: 500px;
    overflow-y: auto; }
  .toc-popup-content h3 {
    margin-top: 0; }
  .toc-popup-content .btn-next {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -23px;
    margin-bottom: 0;
    background: #9B9B9B;
    width: 100px; }

body.background-blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); }
  body.background-blur .popup-content.toc-popup-content {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0); }

.input-box-img {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border: 1px solid #9B9B9B;
  background: #D8D8D8;
  margin-left: 7px;
  margin-right: 10px; }

.img-input-boxes .icr-text {
  max-width: 65px !important; }

.dropdown-wrapper .dropdown-content.colors-dropdown-content {
  padding: 12px 0;
  overflow: visible;
  max-height: none; }

.filter-colors-list {
  padding: 0 0 10px 12px; }
  .filter-colors-list:after {
    content: '';
    display: table;
    clear: both; }
  .filter-colors-list .color-single {
    float: left;
    width: 48px;
    height: 38px;
    border: 1px solid #9B9B9B;
    margin-right: 2px;
    margin-bottom: 2px;
    position: relative;
    cursor: pointer; }
    .filter-colors-list .color-single.active {
      border: 3px solid #D50032;
      margin-left: -2px;
      margin-top: -2px;
      margin-right: 0;
      margin-bottom: 0; }
    .filter-colors-list .color-single:nth-child(3n+1) {
      margin-right: 0; }
    .filter-colors-list .color-single .color-label {
      display: none;
      position: absolute;
      border: 1px solid #D50032;
      padding: 10px 2px;
      min-width: 78px;
      background: #FFFFFF;
      z-index: 1;
      text-align: center;
      color: #D50032;
      font-family: "Rajdhani", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      position: absolute;
      left: 50%;
      bottom: 30px; }
      .filter-colors-list .color-single .color-label:after {
        content: '';
        position: absolute;
        margin: auto;
        bottom: -9px;
        left: 0;
        right: 0;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        border-right: 1px solid #D50032;
        border-bottom: 1px solid #D50032;
        background: #fff; }

.grid-list {
  padding-left: 55px;
  padding-top: 10px;
  min-height: 504px; }
  .grid-list:after {
    content: '';
    display: table;
    clear: both; }
  .grid-list .grid-list-item {
    float: left;
    margin-right: 29px;
    margin-bottom: 29px;
    border: 3px solid transparent; }
    .grid-list .grid-list-item:nth-child(6n) {
      margin-right: 0; }
      .grid-list .grid-list-item:nth-child(6n):after {
        content: '';
        display: block;
        clear: both; }
    .grid-list .grid-list-item.enabled:hover, .grid-list .grid-list-item.enabled.active {
      border-color: #D50032;
      border-radius: 3px;
      cursor: pointer; }

body.configurator.summary .all-wrapp {
  height: auto; }

body.configurator.summary footer {
  position: static;
  margin-top: 50px; }

.cart-summary {
  width: 350px;
  float: right;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  padding: 13px 0;
  margin-bottom: 40px;
  margin-top: 20px; }
  .cart-summary:after {
    content: '';
    display: table;
    clear: both; }

.cart-summary-buttons {
  text-align: right; }
  .cart-summary-buttons .button {
    padding: 13px;
    text-align: center;
    text-transform: none;
    width: 300px;
    margin-bottom: 5px; }
    .cart-summary-buttons .button:after {
      display: none; }

.cart-final-canvas {
  min-height: 500px; }

.cart-summary-wrapper {
  width: 400px; }

@font-face {
  font-family: 'Drawag';
  src: url("fonts/Drawag.eot?sdeoqo");
  src: url("fonts/Drawag.eot?sdeoqo#iefix") format("embedded-opentype"), url("fonts/Drawag.woff2?sdeoqo") format("woff2"), url("fonts/Drawag.ttf?sdeoqo") format("truetype"), url("fonts/Drawag.woff?sdeoqo") format("woff"), url("fonts/Drawag.svg?sdeoqo#Drawag") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Drawag' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ic-auswahl:before {
  content: ""; }

.ic-struktur:before {
  content: ""; }

.ic-abschluss:before {
  content: ""; }

.ic-zubehor:before {
  content: ""; }

.ic-beleuchtung:before {
  content: ""; }

.ic-farben:before {
  content: ""; }

.ic-montage:before {
  content: ""; }

.ic-sonnerie:before {
  content: ""; }

.ic-check-box-active:before {
  content: ""; }

.ic-radio-inactive:before {
  content: ""; }

.ic-radio-active:before {
  content: ""; }

.ic-drag:before {
  content: ""; }

.ic-select:before {
  content: ""; }

.ic-check-box:before {
  content: ""; }

.ic-fi:before {
  content: ""; }

.ic-minus:before {
  content: ""; }

.ic-plus:before {
  content: ""; }

.ic-close:before {
  content: ""; }

.ic-info:before {
  content: ""; }

.ic-dolar:before {
  content: ""; }

.ic-image:before {
  content: ""; }

.ic-dimensions:before {
  content: ""; }

.ic-log-in:before {
  content: ""; }

.ic-price:before {
  content: ""; }

.ic-eye:before {
  content: ""; }

.ic-trash:before {
  content: ""; }

.ic-pencil:before {
  content: ""; }

.ic-continue:before {
  content: ""; }

.ic-reorder:before {
  content: ""; }

input, input[type="text"], textarea, select {
  border: 1px solid #9B9B9B;
  padding: 5px;
  font-size: 14px; }
  input:focus, input[type="text"]:focus, textarea:focus, select:focus {
    outline: none; }
  input.error, input[type="text"].error, textarea.error, select.error {
    border-color: #AB1037;
    color: #AB1037; }

input[type="file"] {
  border: none;
  padding: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  cursor: pointer;
  height: 20px;
  padding: 0 2px;
  width: 100px;
  background: url(../images/icons/ico-select@2x.png) right center no-repeat;
  background-size: 20px 19px; }

.select-box {
  margin-bottom: 10px; }
  .select-box label {
    width: 50px;
    display: inline-block;
    line-height: 20px; }

button.button {
  padding: 11px 50px 9px 26px; }

form {
  font-family: "Rajdhani", sans-serif; }
  form .input-box {
    margin-bottom: 35px; }
    form .input-box:last-child {
      margin-bottom: 0; }
  form label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(213, 0, 50, 0.5);
    text-transform: uppercase;
    margin-bottom: 3px; }
  form input, form input[type="text"] {
    border: none;
    width: 285px;
    border-bottom: 1px solid #3B3B3B;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000; }
  form .form-legend {
    margin-bottom: 30px; }

.error, .help-block-error {
  color: #AB1037;
  margin: 2px 0;
  font-weight: 500; }

.upload-box {
  max-width: 100%;
  margin-top: 20px; }
  .upload-box label {
    color: #3B3B3B;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block; }

.dz-message {
  max-width: 100%;
  padding: 20px;
  background-color: #ECECEC;
  border: 1px dotted #9B9B9B;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px; }

.dz-preview {
  border-bottom: 1px solid #ECECEC;
  padding: 2px 0;
  font-size: 10px;
  font-weight: 500;
  position: relative; }
  .dz-preview:last-child {
    border-bottom: 0px; }
  .dz-preview .dz-image,
  .dz-preview .dz-success-mark,
  .dz-preview .dz-error-mark {
    display: none; }
  .dz-preview .dz-details {
    display: inline-block; }
    .dz-preview .dz-details .dz-size, .dz-preview .dz-details .dz-filename {
      display: inline-block; }
  .dz-preview .dz-remove {
    position: absolute;
    right: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    font-size: 0; }
    .dz-preview .dz-remove:after {
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: 'drawag' !important;
      content: "";
      font-size: 7px; }
  .dz-preview .dz-error-message {
    clear: both;
    color: #AB1037; }
  .dz-preview .dz-progress {
    clear: both; }

.alert-box {
  padding: 7px;
  display: block;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 600; }
  .alert-box.alert-danger {
    background: url(../images/bckg/pattern-orange@2x.png) center repeat-y;
    background-size: 990px 28px;
    color: #FFFFFF; }
  .alert-box.alert-success {
    background: url(../images/bckg/pattern-green@2x.png) center repeat-y;
    background-size: 990px 28px;
    color: #3B3B3B; }

table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  color: #000000; }
  table td {
    border-bottom: 1px solid #3B3B3B;
    vertical-align: middle;
    padding: 10px 0; }
    table td.no-border {
      border: none; }
  table th {
    text-align: left;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600; }
  table.table-striped thead tr {
    background: #ECECEC; }
  table.table-striped tbody tr:nth-of-type(even) {
    background: #ECECEC; }
  table.table-striped td {
    padding: 15px; }
  table.table-striped th {
    padding: 7px 15px 5px;
    color: #D50032; }
  table.table-striped td, table.table-striped th {
    border: 1px solid #D8D8D8; }
  table.orders-table {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 18px; }
    table.orders-table thead td, table.orders-table th {
      font-size: 12px;
      color: rgba(213, 0, 50, 0.5);
      text-transform: uppercase;
      margin-bottom: 3px; }
    table.orders-table td {
      padding: 20px 0 10px;
      vertical-align: bottom; }
    table.orders-table tbody td {
      padding-top: 40px; }
  table.summary-table {
    font-family: "Rajdhani", sans-serif;
    font-size: 14px; }
    table.summary-table td {
      font-weight: 600;
      min-width: 160px; }
    table.summary-table th, table.summary-table td {
      text-align: right;
      border: none;
      padding: 5px 0; }
    table.summary-table .totals th {
      font-weight: 400; }
    table.summary-table .final-totals th, table.summary-table .final-totals td {
      color: #D50032;
      font-size: 18px;
      line-height: 1; }
      table.summary-table .final-totals th .final-totals-small, table.summary-table .final-totals td .final-totals-small {
        font-size: 60%; }
  table.cart-order-table td.product-image {
    width: 90px; }
    table.cart-order-table td.product-image img {
      height: auto; }
  table.cart-order-table h4 {
    margin-top: 0;
    color: #D50032; }
  table.cart-order-table td.product-subtotal {
    white-space: nowrap; }
  table.cart-order-table tr td:first-of-type, table.cart-order-table tr th:first-of-type {
    padding: 15px 10px;
    font-size: 14px; }

body.structure .dropdown-wrapper {
  display: none; }

body.structure .grid-list-item {
  opacity: 0.3; }
  body.structure .grid-list-item.enabled {
    opacity: 1; }
  body.structure .grid-list-item img {
    vertical-align: bottom; }

.show-for-swiss,
.show-for-drawag,
.configurator-canvas-montage,
.grid-list,
.configurator-alert,
.configurator-subalert,
.configurator-thirdalert {
  display: none; }

.hidden {
  display: none; }

.dropdown-wrapper .facher-typ p {
  line-height: 1.3;
  width: 58px;
  height: 58px;
  vertical-align: middle;
  display: table-cell;
  font-size: 8px; }

.dropdown-wrapper .dropdown-content h4 {
  margin-top: 0; }

.dropdown-wrapper .dropdown-content .input-box {
  margin-bottom: 0; }

.dropdown-wrapper .dropdown-content.img-input-boxes .icr-label,
.dropdown-wrapper .dropdown-content.img-input-boxes .popup-wrapper {
  position: static; }

.sonnerie-canvas {
  background: none;
  background-position: -1px -1px;
  height: auto; }

.sonnerie-canvas-inner {
  width: 120px;
  height: 120px;
  float: left;
  background: #d50032;
  border: 1px solid transparent; }
  .sonnerie-canvas-inner p {
    margin: 0;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Rajdhani", sans-serif; }

.configurator-canvas .sonnerie-canvas-inner-side {
  width: 60px;
  border: 1px solid white;
  position: absolute;
  top: 0;
  bottom: 0; }

.configurator-canvas.sonnerie-canvas .sonnerie-canvas-inner-side {
  border: 1px dashed #b3b3b3; }

.lightText {
  text-transform: uppercase; }

.sonnerien-typ {
  display: none; }
  .sonnerien-typ.disabled {
    opacity: 0.5; }
    .sonnerien-typ.disabled:hover {
      border: 1px solid transparent; }
  .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1100 {
    background-image: url("../images/bckg/sonnerien/box-s-1.png");
    background-repeat: no-repeat; }
    .boxDrawag .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1100 {
      background-image: url("../images/bckg/sonnerien/box-ds-1.png") !important; }
  .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1200 {
    background-image: url("../images/bckg/sonnerien/box-s-2.png");
    background-repeat: no-repeat; }
    .boxDrawag .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1200 {
      background-image: url("../images/bckg/sonnerien/box-ds-2.png") !important; }
  .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1300 {
    background-image: url("../images/bckg/sonnerien/box-s-3.png");
    background-repeat: no-repeat; }
    .boxDrawag .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1300 {
      background-image: url("../images/bckg/sonnerien/box-ds-3.png") !important; }
  .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1400 {
    background-image: url("../images/bckg/sonnerien/box-s-4.png");
    background-repeat: no-repeat; }
    .boxDrawag .sonnerien-typ.sonnerien-typ-s.sonnerien-box-1400 {
      background-image: url("../images/bckg/sonnerien/box-ds-4.png") !important; }
  .sonnerien-typ.sonnerien-typ-b.sonnerien-box-1100 {
    background-image: url("../images/bckg/sonnerien/box-b-1.png");
    background-repeat: no-repeat; }
  .sonnerien-typ.sonnerien-typ-b.sonnerien-box-1200 {
    background-image: url("../images/bckg/sonnerien/box-b-2.png");
    background-repeat: no-repeat; }
  .sonnerien-typ.sonnerien-typ-b.sonnerien-box-1300 {
    background-image: url("../images/bckg/sonnerien/box-b-3.png");
    background-repeat: no-repeat; }
  .sonnerien-typ.sonnerien-typ-b.sonnerien-box-1400 {
    background-image: url("../images/bckg/sonnerien/box-b-4.png");
    background-repeat: no-repeat; }

.sonnerien-side {
  z-index: 1;
  background-size: 100% 100% !important; }
  .sonnerien-side.sideBox-ss1 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ss1.png"); }
  .sonnerien-side.sideBox-sb1 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-sb1.png"); }
  .sonnerien-side.sideBox-ds1 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ds1.png"); }
  .sonnerien-side.sideBox-db1 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-db1.png"); }
  .sonnerien-side.sideBox-ss2 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ss2.png"); }
  .sonnerien-side.sideBox-sb2 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-sb2.png"); }
  .sonnerien-side.sideBox-ds2 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ds2.png"); }
  .sonnerien-side.sideBox-db2 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-db2.png"); }
  .sonnerien-side.sideBox-ss3 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ss3.png"); }
  .sonnerien-side.sideBox-sb3 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-sb3.png"); }
  .sonnerien-side.sideBox-ds3 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ds3.png"); }
  .sonnerien-side.sideBox-db3 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-db3.png"); }
  .sonnerien-side.sideBox-ss4 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ss4.png"); }
  .sonnerien-side.sideBox-sb4 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-sb4.png"); }
  .sonnerien-side.sideBox-ds4 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-ds4.png"); }
  .sonnerien-side.sideBox-db4 {
    width: 40px;
    background-image: url("../images/bckg/sonnerien/sideBox-db4.png"); }
  .sonnerien-side.ui-draggable-dragging {
    z-index: 1;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #fff; }

.sonnerien-box,
.facher-typ {
  z-index: 1;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .sonnerien-box.ui-draggable-dragging,
  .facher-typ.ui-draggable-dragging {
    z-index: 5;
    background-size: 100% 100% !important;
    background-color: #eee;
    border: 1px solid #fff;
    margin: 0 !important;
    line-height: 120px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Rajdhani", sans-serif; }
    .sonnerien-box.ui-draggable-dragging.facher-typ1:after,
    .facher-typ.ui-draggable-dragging.facher-typ1:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url("../images/bckg/box/blind_b.png");
      background-size: 34px;
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 0.5; }
    .sonnerien-box.ui-draggable-dragging.facher-typ1 p,
    .facher-typ.ui-draggable-dragging.facher-typ1 p {
      display: none !important; }
    .sonnerien-box.ui-draggable-dragging.facher-typ2,
    .facher-typ.ui-draggable-dragging.facher-typ2 {
      background-image: url(../images/bckg/box/leerfach-b.png);
      background-color: #fff !important; }

.facher-typ.ui-draggable-dragging {
  display: table;
  font-size: 12px;
  font-weight: 400;
  font-family: "Rajdhani", sans-serif; }
  .facher-typ.ui-draggable-dragging p {
    line-height: 1.3;
    font-size: 12px !important;
    display: table-cell;
    vertical-align: middle; }

.configurator-canvas,
.configurator-pdf {
  background: none !important; }
  .configurator-canvas .removeBell,
  .configurator-pdf .removeBell {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -8px;
    right: -8px;
    border-radius: 8px;
    background: url("../images/icons/ic-close.png") no-repeat center center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .configurator-canvas .facher-typ,
  .configurator-pdf .facher-typ {
    display: table; }
  .configurator-canvas .sonnerien-box,
  .configurator-canvas .facher-typ,
  .configurator-pdf .sonnerien-box,
  .configurator-pdf .facher-typ {
    position: absolute;
    z-index: 1;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    line-height: 120px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Rajdhani", sans-serif; }
    .configurator-canvas .sonnerien-box.facher-typ2,
    .configurator-canvas .facher-typ.facher-typ2,
    .configurator-pdf .sonnerien-box.facher-typ2,
    .configurator-pdf .facher-typ.facher-typ2 {
      background-color: #fff !important; }
    .configurator-canvas .sonnerien-box p,
    .configurator-canvas .facher-typ p,
    .configurator-pdf .sonnerien-box p,
    .configurator-pdf .facher-typ p {
      line-height: 1.3;
      display: table-cell;
      vertical-align: middle; }
  .configurator-canvas .sonnerien-box-pdf,
  .configurator-pdf .sonnerien-box-pdf {
    background-color: #fff;
    background-size: 100% 100%; }
  .configurator-canvas .sonnerien-typ-s.sonnerien-box-1100,
  .configurator-pdf .sonnerien-typ-s.sonnerien-box-1100 {
    background-image: url("../images/bckg/sonnerien/box-s-1.png") !important;
    background-repeat: no-repeat; }
    .boxDrawag .configurator-canvas .sonnerien-typ-s.sonnerien-box-1100, .boxDrawag
    .configurator-pdf .sonnerien-typ-s.sonnerien-box-1100 {
      background-image: url("../images/bckg/sonnerien/box-ds-1.png") !important; }
  .configurator-canvas .sonnerien-typ-s.sonnerien-box-1200,
  .configurator-pdf .sonnerien-typ-s.sonnerien-box-1200 {
    background-image: url("../images/bckg/sonnerien/box-s-2.png") !important;
    background-repeat: no-repeat; }
    .boxDrawag .configurator-canvas .sonnerien-typ-s.sonnerien-box-1200, .boxDrawag
    .configurator-pdf .sonnerien-typ-s.sonnerien-box-1200 {
      background-image: url("../images/bckg/sonnerien/box-ds-2.png") !important; }
  .configurator-canvas .sonnerien-typ-s.sonnerien-box-1300,
  .configurator-pdf .sonnerien-typ-s.sonnerien-box-1300 {
    background-image: url("../images/bckg/sonnerien/box-s-3.png") !important;
    background-repeat: no-repeat; }
    .boxDrawag .configurator-canvas .sonnerien-typ-s.sonnerien-box-1300, .boxDrawag
    .configurator-pdf .sonnerien-typ-s.sonnerien-box-1300 {
      background-image: url("../images/bckg/sonnerien/box-ds-3.png") !important; }
  .configurator-canvas .sonnerien-typ-s.sonnerien-box-1400,
  .configurator-pdf .sonnerien-typ-s.sonnerien-box-1400 {
    background-image: url("../images/bckg/sonnerien/box-s-4.png") !important;
    background-repeat: no-repeat; }
    .boxDrawag .configurator-canvas .sonnerien-typ-s.sonnerien-box-1400, .boxDrawag
    .configurator-pdf .sonnerien-typ-s.sonnerien-box-1400 {
      background-image: url("../images/bckg/sonnerien/box-ds-4.png") !important; }
  .configurator-canvas .sonnerien-typ-b.sonnerien-box-1100,
  .configurator-pdf .sonnerien-typ-b.sonnerien-box-1100 {
    background-image: url("../images/bckg/sonnerien/box-b-1.png") !important;
    background-repeat: no-repeat; }
  .configurator-canvas .sonnerien-typ-b.sonnerien-box-1200,
  .configurator-pdf .sonnerien-typ-b.sonnerien-box-1200 {
    background-image: url("../images/bckg/sonnerien/box-b-2.png") !important;
    background-repeat: no-repeat; }
  .configurator-canvas .sonnerien-typ-b.sonnerien-box-1300,
  .configurator-pdf .sonnerien-typ-b.sonnerien-box-1300 {
    background-image: url("../images/bckg/sonnerien/box-b-3.png") !important;
    background-repeat: no-repeat; }
  .configurator-canvas .sonnerien-typ-b.sonnerien-box-1400,
  .configurator-pdf .sonnerien-typ-b.sonnerien-box-1400 {
    background-image: url("../images/bckg/sonnerien/box-b-4.png") !important;
    background-repeat: no-repeat; }
  .configurator-canvas .facher-typ1,
  .configurator-pdf .facher-typ1 {
    background: none;
    border-color: #9b9b9b; }
    .configurator-canvas .facher-typ1:after,
    .configurator-pdf .facher-typ1:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url("../images/bckg/box/blind_b.png");
      background-size: 34px auto;
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 0.5; }
    .configurator-canvas .facher-typ1 p,
    .configurator-pdf .facher-typ1 p {
      display: none !important; }
  .configurator-canvas .facher-typ2,
  .configurator-pdf .facher-typ2 {
    background-image: url(../images/bckg/box/leerfach-b.png);
    background-color: #fff; }
  .configurator-canvas .sonnerien-side,
  .configurator-pdf .sonnerien-side {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-color: #eeeeee;
    bottom: 0;
    border: 1px solid #9b9b9b; }
    .configurator-canvas .sonnerien-side.ui-draggable-dragging,
    .configurator-pdf .sonnerien-side.ui-draggable-dragging {
      z-index: 100; }
  .configurator-canvas .sonnerie-canvas-inner,
  .configurator-pdf .sonnerie-canvas-inner {
    background-color: #eeeeee;
    background-size: 100% 100%; }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190110101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190110101 {
      background-image: url("../images/bckg/box/190110101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190110101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190110101r {
      background-image: url("../images/bckg/box/190110101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190110101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190110101b {
      background-image: url("../images/summary/190110101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190110101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190110101rb {
      background-image: url("../images/summary/190110101rb.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190120101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190120101 {
      background-image: url("../images/bckg/box/190120101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190120101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190120101r {
      background-image: url("../images/bckg/box/190120101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190120101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190120101b {
      background-image: url("../images/summary/190120101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190120101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190120101rb {
      background-image: url("../images/summary/190120101rb.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190210101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190210101 {
      background-image: url("../images/bckg/box/190210101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190210101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190210101r {
      background-image: url("../images/bckg/box/190210101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190210101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190210101b {
      background-image: url("../images/summary/190210101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190210101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190210101rb {
      background-image: url("../images/summary/190210101rb.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190220101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190220101 {
      background-image: url("../images/bckg/box/190220101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190220101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190220101r {
      background-image: url("../images/bckg/box/190220101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190220101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190220101b {
      background-image: url("../images/summary/190220101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190220101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190220101rb {
      background-image: url("../images/summary/190220101rb.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190310101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190310101 {
      background-image: url("../images/bckg/box/190310101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190310101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190310101r {
      background-image: url("../images/bckg/box/190310101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190310101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190310101b {
      background-image: url("../images/summary/190310101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190310101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190310101rb {
      background-image: url("../images/summary/190310101rb.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190320101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190320101 {
      background-image: url("../images/bckg/box/190320101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190320101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190320101r {
      background-image: url("../images/bckg/box/190320101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190320101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190320101b {
      background-image: url("../images/summary/190320101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-190320101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-190320101rb {
      background-image: url("../images/summary/190320101rb.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180010101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180010101 {
      background-image: url("../images/bckg/box/180010101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180010101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180010101r {
      background-image: url("../images/bckg/box/180010101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180010101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180010101b {
      background-image: url("../images/summary/180010101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180010101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180010101rb {
      background-image: url("../images/summary/180010101rb.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180020101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180020101 {
      background-image: url("../images/bckg/box/180020101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180020101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180020101r {
      background-image: url("../images/bckg/box/180020101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180020101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180020101b {
      background-image: url("../images/summary/180020101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-180020101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-180020101rb {
      background-image: url("../images/summary/180020101rb.png"); }

    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198000101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198000101 {
      background-image: url("../images/bckg/box/198000101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198000101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198000101r {
      background-image: url("../images/bckg/box/198000101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198000101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198000101b {
      background-image: url("../images/summary/198000101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198000101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198000101rb {
      background-image: url("../images/summary/198000101rb.png"); }

    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198001101,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198001101 {
      background-image: url("../images/bckg/box/198001101.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198001101r,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198001101r {
      background-image: url("../images/bckg/box/198001101r.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198001101b,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198001101b {
      background-image: url("../images/summary/198001101b.png"); }
    .configurator-canvas .sonnerie-canvas-inner.sonnerie-canvas-198001101rb,
    .configurator-pdf .sonnerie-canvas-inner.sonnerie-canvas-198001101rb {
      background-image: url("../images/summary/198001101rb.png"); }


.configurator-canvas {
  display: block !important; }
  .configurator-canvas:after {
    content: '';
    display: block;
    clear: both; }
  .configurator-canvas .configurator-canvas-text {
    height: 28px; }
    .configurator-canvas .configurator-canvas-text h3 {
      height: 26px;
      line-height: 28px;
      font-size: 17px; }
    .configurator-canvas .configurator-canvas-text.canvas-text-top, .configurator-canvas .configurator-canvas-text.canvas-text-bottom {
      left: 0;
      right: 0; }
    .configurator-canvas .configurator-canvas-text.canvas-text-left, .configurator-canvas .configurator-canvas-text.canvas-text-right {
      top: 0;
      bottom: 0;
      -webkit-transform: rotate(-270deg);
              transform: rotate(-270deg); }
    .configurator-canvas .configurator-canvas-text.canvas-text-top {
      top: -29px; }
    .configurator-canvas .configurator-canvas-text.canvas-text-bottom {
      bottom: -31px; }

.two-col .c-0,
.two-col .c-1 {
  width: 70%;
  float: left; }

.two-col .c-1 {
  width: 30%;
  margin-top: -40px; }

.two-col:after {
  content: '';
  clear: both;
  display: block; }

.cart-final-canvas {
  background-color: #fff; }

.configurator-table {
  display: table;
  margin: 0 auto 50px;
  background-color: #fff; }
  .configurator-table .montage-top-left,
  .configurator-table .montage-top-right,
  .configurator-table td.montage-side-r,
  .configurator-table td.montage-side-l {
    position: relative;
    border-color: transparent; }
  .configurator-table > table {
    width: auto; }
  .configurator-table .configurator-pdf {
    margin-top: 0; }
  .configurator-table td {
    border: none;
    padding: 0; }
  .configurator-table .montageTopLeft {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; }
  .configurator-table .montageTopRight {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; }
  .configurator-table .montageTop {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center; }
  .configurator-table .box-canvas,
  .configurator-table .montageLeftBottom {
    height: 400px; }
  .configurator-table .montageLeftGround {
    height: 75px; }
  .configurator-table.mount-3200 .montage-side,
  .configurator-table.mount-3200 .montage-top, .configurator-table.mount-3300 .montage-side,
  .configurator-table.mount-3300 .montage-top {
    background-color: #fff; }
  .configurator-table.mount-3200 .montage-top, .configurator-table.mount-3300 .montage-top {
    height: 26px; }
  .configurator-table.mount-3200 .montage-top-left, .configurator-table.mount-3300 .montage-top-left {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/seiten/mount-r.png"); }
  .configurator-table.mount-3200 .montage-top-right, .configurator-table.mount-3300 .montage-top-right {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/seiten/mount-l.png"); }
  .configurator-table.mount-3200 .montage-top-center, .configurator-table.mount-3300 .montage-top-center {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
    background-image: url("../images/montage/seiten/mount-h.png"); }
  .configurator-table.mount-3200 .montage-side, .configurator-table.mount-3300 .montage-side {
    width: 26px;
    background-size: 100% auto; }
  .configurator-table.mount-3200 .montage-side-r, .configurator-table.mount-3300 .montage-side-r {
    background-image: url("../images/montage/seiten/mount-vr.png"); }
  .configurator-table.mount-3200 .montage-side-l, .configurator-table.mount-3300 .montage-side-l {
    background-image: url("../images/montage/seiten/mount-vl.png"); }
  .configurator-table.mount-3200 .montage-side, .configurator-table.mount-3300 .montage-side {
    background-size: 100% auto; }
    .configurator-table.mount-3200 .montage-side.montage-side-r, .configurator-table.mount-3300 .montage-side.montage-side-r {
      background-image: url("../images/montage/seiten/mount-vnr.png"); }
    .configurator-table.mount-3200 .montage-side.montage-side-l, .configurator-table.mount-3300 .montage-side.montage-side-l {
      background-image: url("../images/montage/seiten/mount-vnl.png"); }
  .configurator-table.mount-3200 .configurator-center .montage-side.montage-side-r div, .configurator-table.mount-3300 .configurator-center .montage-side.montage-side-r div {
    background-image: url("../images/montage/seiten/mount-vnt-r.png"); }
  .configurator-table.mount-3200 .configurator-center .montage-side.montage-side-l div, .configurator-table.mount-3300 .configurator-center .montage-side.montage-side-l div {
    background-image: url("../images/montage/seiten/mount-vnt-l.png"); }
  .configurator-table.mount-3200 .configurator-center .montage-side div, .configurator-table.mount-3300 .configurator-center .montage-side div {
    height: 1px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto; }
  .configurator-table.mount-3200 .configurator-bottom .montage-side, .configurator-table.mount-3300 .configurator-bottom .montage-side {
    background-position: center -101px; }
  .configurator-table.mount-3200 .configurator-ground .montage-side, .configurator-table.mount-3300 .configurator-ground .montage-side {
    background-repeat: repeat; }
  .configurator-table.mount-3200.boxSwiss .configurator-center .montage-side, .configurator-table.mount-3300.boxSwiss .configurator-center .montage-side {
    vertical-align: top;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y; }
    .configurator-table.mount-3200.boxSwiss .configurator-center .montage-side.montage-side-r, .configurator-table.mount-3300.boxSwiss .configurator-center .montage-side.montage-side-r {
      background-position: right top; }
    .configurator-table.mount-3200.boxSwiss .configurator-center .montage-side.montage-side-l, .configurator-table.mount-3300.boxSwiss .configurator-center .montage-side.montage-side-l {
      background-position: left top; }
    .configurator-table.mount-3200.boxSwiss .configurator-center .montage-side > div, .configurator-table.mount-3300.boxSwiss .configurator-center .montage-side > div {
      height: 12.5px; }
  .configurator-table.mount-3200 .montage-center .montage-side, .configurator-table.mount-3300 .montage-center .montage-side {
    display: table;
    margin: 0 auto;
    float: none;
    height: 100%; }
  .configurator-table.mount-3200 .configurator-bottom .montage-center .montage-side, .configurator-table.mount-3300 .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/seiten/mount-v.png"); }
  .configurator-table .configurator-top:after,
  .configurator-table .configurator-center:after,
  .configurator-table .configurator-bottom:after,
  .configurator-table .configurator-ground:after {
    content: '';
    display: block;
    clear: both; }
  .configurator-table tr.configurator-ground:after {
    display: none !important; }
  .configurator-table.mount-3200 .montage-side-ground {
    height: 5px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px 5px !important;
    background-image: url("../images/montage/seiten/mount-plate.png") !important; }
  .configurator-table.mount-3200 .configurator-ground .montage-side-ground {
    width: 42px;
    background-size: 42px 5px !important; }
  .configurator-table.mount-3200 .montage-ground-center {
    width: calc(100% - 84px); }
  .configurator-table.mount-3300 .montage-side-ground {
    background-size: 100% auto; }
    .configurator-table.mount-3300 .montage-side-ground.montage-side-r {
      background-image: url("../images/montage/seiten/mount-vr-ground.png"); }
    .configurator-table.mount-3300 .montage-side-ground.montage-side-l {
      background-image: url("../images/montage/seiten/mount-vl-ground.png"); }
  .configurator-table.mount-3300 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/seiten/ground.png"); }
    .configurator-table.mount-3300 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/seiten/mount-b.png"); }
  .configurator-table.mount-3000 .montage-side, .configurator-table.mount-3100 .montage-side {
    display: none; }
  .configurator-table.mount-3000 .montage-center, .configurator-table.mount-3100 .montage-center {
    width: 100%; }
    .configurator-table.mount-3000 .montage-center .montage-side, .configurator-table.mount-3100 .montage-center .montage-side {
      display: table;
      width: 26px;
      margin: 0 auto;
      float: none;
      height: 100%;
      background-color: #fff; }
  .configurator-table.mount-3000 .configurator-bottom .montage-center .montage-side, .configurator-table.mount-3100 .configurator-bottom .montage-center .montage-side {
    width: 26px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center -101px;
    background-image: url("../images/montage/seiten/mount-v.png"); }
    .cart-final-canvas .configurator-table.mount-3000 .configurator-bottom .montage-center .montage-side, .cart-final-canvas .configurator-table.mount-3100 .configurator-bottom .montage-center .montage-side {
      width: 26px !important; }
  .configurator-table.mount-3000 .montage-ground-center, .configurator-table.mount-3100 .montage-ground-center {
    width: 100%; }
  .configurator-table.mount-3000 .montage-side-ground {
    width: 42px;
    height: 5px !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 42px 5px !important;
    background-image: url("../images/montage/seiten/mount-plate.png");
    float: none; }
  .configurator-table.mount-3100 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/seiten/ground.png"); }
    .configurator-table.mount-3100 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/seiten/mount-b.png");
      background-position: center top;
      background-size: 26px auto; }
  .configurator-table.mount-3400 .montage-side,
  .configurator-table.mount-3400 .montage-top, .configurator-table.mount-4000 .montage-side,
  .configurator-table.mount-4000 .montage-top {
    background-color: #fff; }
  .configurator-table.mount-3400 .montage-top, .configurator-table.mount-4000 .montage-top {
    height: 26px; }
  .configurator-table.mount-3400 .montage-top-left, .configurator-table.mount-4000 .montage-top-left {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/joch/mount-r.png"); }
  .configurator-table.mount-3400 .montage-top-right, .configurator-table.mount-4000 .montage-top-right {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/joch/mount-l.png"); }
  .configurator-table.mount-3400 .montage-top-center, .configurator-table.mount-4000 .montage-top-center {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
    background-image: url("../images/montage/joch/mount-h.png"); }
  .configurator-table.mount-3400 .montage-side, .configurator-table.mount-4000 .montage-side {
    width: 26px;
    background-size: 100% auto; }
  .configurator-table.mount-3400 .montage-side-r, .configurator-table.mount-4000 .montage-side-r {
    background-image: url("../images/montage/joch/mount-vr.png"); }
  .configurator-table.mount-3400 .montage-side-l, .configurator-table.mount-4000 .montage-side-l {
    background-image: url("../images/montage/joch/mount-vl.png"); }
  .configurator-table.mount-3400 .montage-center .montage-side, .configurator-table.mount-4000 .montage-center .montage-side {
    display: table;
    margin: 0 auto;
    float: none;
    height: 100%; }
  .configurator-table.mount-3400 .configurator-bottom .montage-center .montage-side, .configurator-table.mount-4000 .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/joch/mount-v.png"); }
  .configurator-table .configurator-top:after,
  .configurator-table .configurator-center:after,
  .configurator-table .configurator-bottom:after,
  .configurator-table .configurator-ground:after {
    content: '';
    display: block;
    clear: both; }
  .configurator-table tr.configurator-ground:after {
    display: none !important; }
  .configurator-table.mount-3400 .montage-side-ground {
    height: 5px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px 5px !important;
    background-image: url("../images/montage/joch/mount-plate.png") !important; }
  .configurator-table.mount-3400 .montage-side-ground {
    width: 26px; }
  .configurator-table.mount-3400 .montage-ground-center {
    width: calc(100% - 52px); }
  .configurator-table.mount-4000 .montage-side-ground {
    background-size: 100% auto; }
    .configurator-table.mount-4000 .montage-side-ground.montage-side-r {
      background-image: url("../images/montage/joch/mount-vr-ground.png"); }
    .configurator-table.mount-4000 .montage-side-ground.montage-side-l {
      background-image: url("../images/montage/joch/mount-vl-ground.png"); }
  .configurator-table.mount-4000 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/joch/ground.png"); }
    .configurator-table.mount-4000 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/joch/mount-b.png"); }
  .configurator-table.mount-4600 .montage-side,
  .configurator-table.mount-4600 .montage-top, .configurator-table.mount-5200 .montage-side,
  .configurator-table.mount-5200 .montage-top {
    background-color: #fff; }
  .configurator-table.mount-4600 .montage-top, .configurator-table.mount-5200 .montage-top {
    height: 26px; }
  .configurator-table.mount-4600 .montage-top-left, .configurator-table.mount-5200 .montage-top-left {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/massiv/mount-r.png"); }
  .configurator-table.mount-4600 .montage-top-right, .configurator-table.mount-5200 .montage-top-right {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/massiv/mount-l.png"); }
  .configurator-table.mount-4600 .montage-top-center, .configurator-table.mount-5200 .montage-top-center {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
    background-image: url("../images/montage/massiv/mount-h.png"); }
  .configurator-table.mount-4600 .montage-side, .configurator-table.mount-5200 .montage-side {
    width: 26px;
    background-size: 100% auto; }
  .configurator-table.mount-4600 .montage-side-r, .configurator-table.mount-5200 .montage-side-r {
    background-image: url("../images/montage/massiv/mount-vr.png"); }
  .configurator-table.mount-4600 .montage-side-l, .configurator-table.mount-5200 .montage-side-l {
    background-image: url("../images/montage/massiv/mount-vl.png"); }
  .configurator-table.mount-4600 .montage-center .montage-side, .configurator-table.mount-5200 .montage-center .montage-side {
    display: table;
    margin: 0 auto;
    float: none;
    height: 100%; }
  .configurator-table.mount-4600 .configurator-bottom .montage-center .montage-side, .configurator-table.mount-5200 .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/massiv/mount-v.png"); }
  .configurator-table.mount-4600.colored .montage-top-left, .configurator-table.mount-5200.colored .montage-top-left {
    background-image: url("../images/montage/massiv/mount-tr.png"); }
  .configurator-table.mount-4600.colored .montage-top-right, .configurator-table.mount-5200.colored .montage-top-right {
    background-image: url("../images/montage/massiv/mount-tl.png"); }
  .configurator-table.mount-4600.colored .montage-top-center, .configurator-table.mount-5200.colored .montage-top-center {
    background-image: url("../images/montage/massiv/mount-th.png"); }
  .configurator-table.mount-4600.colored .montage-side-r, .configurator-table.mount-5200.colored .montage-side-r {
    background-image: url("../images/montage/massiv/mount-vtr.png"); }
  .configurator-table.mount-4600.colored .montage-side-l, .configurator-table.mount-5200.colored .montage-side-l {
    background-image: url("../images/montage/massiv/mount-vtl.png"); }
  .configurator-table.mount-4600.colored .configurator-bottom .montage-center .montage-side, .configurator-table.mount-5200.colored .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/massiv/mount-vt.png"); }
  .configurator-table .configurator-top:after,
  .configurator-table .configurator-center:after,
  .configurator-table .configurator-bottom:after,
  .configurator-table .configurator-ground:after {
    content: '';
    display: block;
    clear: both; }
  .configurator-table tr.configurator-ground:after {
    display: none !important; }
  .configurator-table.mount-4600 .montage-side-ground {
    height: 5px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px 5px !important;
    background-image: url("../images/montage/massiv/mount-plate.png") !important; }
  .configurator-table.mount-4600 .montage-side-ground {
    width: 47px;
    background-size: 47px 5px !important; }
  .configurator-table.mount-4600 .montage-ground-center {
    width: calc(100% - 94px); }
  .configurator-table.mount-5200 .montage-side-ground {
    background-size: 100% auto; }
    .configurator-table.mount-5200 .montage-side-ground.montage-side-r {
      background-image: url("../images/montage/massiv/mount-vr-ground.png"); }
    .configurator-table.mount-5200 .montage-side-ground.montage-side-l {
      background-image: url("../images/montage/massiv/mount-vl-ground.png"); }
  .configurator-table.mount-5200 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/massiv/ground.png"); }
    .configurator-table.mount-5200 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/massiv/mount-b.png"); }
  .configurator-table.mount-5200.colored .montage-side-ground.montage-side-r {
    background-image: url("../images/montage/massiv/mount-vtr-ground.png"); }
  .configurator-table.mount-5200.colored .montage-side-ground.montage-side-l {
    background-image: url("../images/montage/massiv/mount-vtl-ground.png"); }
  .configurator-table.mount-5200.colored .configurator-ground .montage-center .montage-side {
    background-image: url("../images/montage/massiv/mount-tb.png"); }
  .configurator-table .sonnerie-canvas-inner {
    background-color: #fff;
    background-size: 100% 100%; }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190110101 {
      background-image: url("../images/bckg/box/190110101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190110101r {
      background-image: url("../images/bckg/box/190110101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190110101b {
      background-image: url("../images/summary/190110101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190110101rb {
      background-image: url("../images/summary/190110101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190120101 {
      background-image: url("../images/bckg/box/190120101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190120101r {
      background-image: url("../images/bckg/box/190120101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190120101b {
      background-image: url("../images/summary/190120101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190120101rb {
      background-image: url("../images/summary/190120101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190210101 {
      background-image: url("../images/bckg/box/190210101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190210101r {
      background-image: url("../images/bckg/box/190210101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190210101b {
      background-image: url("../images/summary/190210101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190210101rb {
      background-image: url("../images/summary/190210101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190220101 {
      background-image: url("../images/bckg/box/190220101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190220101r {
      background-image: url("../images/bckg/box/190220101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190220101b {
      background-image: url("../images/summary/190220101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190220101rb {
      background-image: url("../images/summary/190220101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190310101 {
      background-image: url("../images/bckg/box/190310101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190310101r {
      background-image: url("../images/bckg/box/190310101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190310101b {
      background-image: url("../images/summary/190310101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190310101rb {
      background-image: url("../images/summary/190310101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190320101 {
      background-image: url("../images/bckg/box/190320101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190320101r {
      background-image: url("../images/bckg/box/190320101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190320101b {
      background-image: url("../images/summary/190320101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-190320101rb {
      background-image: url("../images/summary/190320101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180010101 {
      background-image: url("../images/bckg/box/180010101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180010101r {
      background-image: url("../images/bckg/box/180010101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180010101b {
      background-image: url("../images/summary/180010101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180010101rb {
      background-image: url("../images/summary/180010101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180020101 {
      background-image: url("../images/bckg/box/180020101.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180020101r {
      background-image: url("../images/bckg/box/180020101r.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180020101b {
      background-image: url("../images/summary/180020101b.png"); }
    .configurator-table .sonnerie-canvas-inner.sonnerie-canvas-180020101rb {
      background-image: url("../images/summary/180020101rb.png"); }
    .configurator-table .sonnerie-canvas-inner.box-empty {
      background-color: #fff !important;
      background-image: url("../images/bckg/box/leerfach-b.png"); }
    .configurator-table .sonnerie-canvas-inner.box-mask {
      position: relative; }
      .configurator-table .sonnerie-canvas-inner.box-mask:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url("../images/bckg/box/blind_b.png");
        background-size: 34px auto;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.5; }
      .configurator-table .sonnerie-canvas-inner.box-mask p {
        display: none !important; }
  .configurator-table .configurator-text {
    display: none;
    text-align: center; }
    .configurator-table .configurator-text h3 {
      height: 30px;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 30px;
      font-family: "Rajdhani", sans-serif;
      border: 1px solid #9B9B9B; }
  .configurator-table.light-O .configurator-text-top {
    display: table-row; }
    .configurator-table.light-O .configurator-text-top h3 {
      margin: 0 1px 1px; }
  .configurator-table.light-R .configurator-text-right {
    vertical-align: top; }
    .configurator-table.light-R .configurator-text-right div {
      display: block;
      width: 32px; }
      .configurator-table.light-R .configurator-text-right div h3 {
        margin: 0 0 0 32px;
        position: relative;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: left top;
                transform-origin: left top; }
  .configurator-table.light-U .configurator-text-bottom {
    display: table-row; }
    .configurator-table.light-U .configurator-text-bottom h3 {
      margin: 0 1px 1px; }
  .configurator-table.light-L .configurator-text-left {
    vertical-align: top; }
    .configurator-table.light-L .configurator-text-left div {
      display: block;
      width: 30px; }
      .configurator-table.light-L .configurator-text-left div h3 {
        margin: 0px 0px 1px 30px;
        position: relative;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: left top;
                transform-origin: left top; }

.configurator-wrapp {
  display: table;
  margin: 50px auto 0; }
  .configurator-wrapp .configurator-center {
    margin-bottom: -3px; }
    .configurator-wrapp .configurator-center .configurator-canvas,
    .configurator-wrapp .configurator-center .montage-side {
      display: block;
      margin-top: 0;
      float: left; }
    .configurator-wrapp .configurator-center .configurator-canvas {
      margin-left: 1px; }
    .configurator-wrapp .configurator-center .montage-right {
      float: right; }
    .configurator-wrapp .configurator-center:after {
      content: '';
      display: block;
      clear: both; }
  .configurator-wrapp .configurator-bottom {
    clear: both; }
  .configurator-wrapp .montage-side {
    float: left;
    height: 75px;
    width: 1px; }
  .configurator-wrapp .montage-center {
    width: calc(100% - 52px);
    float: left;
    height: 75px; }
  .configurator-wrapp .montage-top {
    height: 26px;
    float: left; }
    .configurator-wrapp .montage-top.montage-top-left, .configurator-wrapp .montage-top.montage-top-right {
      width: 26px; }
    .configurator-wrapp .montage-top.montage-top-center {
      width: calc(100% - 52px); }
  .configurator-wrapp.mount-3200 .montage-side,
  .configurator-wrapp.mount-3200 .montage-top, .configurator-wrapp.mount-3300 .montage-side,
  .configurator-wrapp.mount-3300 .montage-top {
    background-color: #fff; }
  .configurator-wrapp.mount-3200 .montage-top, .configurator-wrapp.mount-3300 .montage-top {
    height: 26px; }
  .configurator-wrapp.mount-3200 .montage-top-left, .configurator-wrapp.mount-3300 .montage-top-left {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/seiten/mount-r.png"); }
  .configurator-wrapp.mount-3200 .montage-top-right, .configurator-wrapp.mount-3300 .montage-top-right {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/seiten/mount-l.png"); }
  .configurator-wrapp.mount-3200 .montage-top-center, .configurator-wrapp.mount-3300 .montage-top-center {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
    background-image: url("../images/montage/seiten/mount-h.png"); }
  .configurator-wrapp.mount-3200 .montage-side, .configurator-wrapp.mount-3300 .montage-side {
    width: 26px;
    background-size: 100% auto; }
  .configurator-wrapp.mount-3200 .montage-side-r, .configurator-wrapp.mount-3300 .montage-side-r {
    background-image: url("../images/montage/seiten/mount-vr.png"); }
  .configurator-wrapp.mount-3200 .montage-side-l, .configurator-wrapp.mount-3300 .montage-side-l {
    background-image: url("../images/montage/seiten/mount-vl.png"); }
  .configurator-wrapp.mount-3200 .montage-side, .configurator-wrapp.mount-3300 .montage-side {
    background-size: 100% auto; }
    .configurator-wrapp.mount-3200 .montage-side.montage-side-r, .configurator-wrapp.mount-3300 .montage-side.montage-side-r {
      background-image: url("../images/montage/seiten/mount-vnr.png"); }
    .configurator-wrapp.mount-3200 .montage-side.montage-side-l, .configurator-wrapp.mount-3300 .montage-side.montage-side-l {
      background-image: url("../images/montage/seiten/mount-vnl.png"); }
  .configurator-wrapp.mount-3200 .configurator-center .montage-side.montage-side-r div, .configurator-wrapp.mount-3300 .configurator-center .montage-side.montage-side-r div {
    background-image: url("../images/montage/seiten/mount-vnt-r.png"); }
  .configurator-wrapp.mount-3200 .configurator-center .montage-side.montage-side-l div, .configurator-wrapp.mount-3300 .configurator-center .montage-side.montage-side-l div {
    background-image: url("../images/montage/seiten/mount-vnt-l.png"); }
  .configurator-wrapp.mount-3200 .configurator-center .montage-side div, .configurator-wrapp.mount-3300 .configurator-center .montage-side div {
    height: 1px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto; }
  .configurator-wrapp.mount-3200 .configurator-bottom .montage-side, .configurator-wrapp.mount-3300 .configurator-bottom .montage-side {
    background-position: center -101px; }
  .configurator-wrapp.mount-3200 .configurator-ground .montage-side, .configurator-wrapp.mount-3300 .configurator-ground .montage-side {
    background-repeat: repeat; }
  .configurator-wrapp.mount-3200.boxSwiss .configurator-center .montage-side, .configurator-wrapp.mount-3300.boxSwiss .configurator-center .montage-side {
    vertical-align: top;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y; }
    .configurator-wrapp.mount-3200.boxSwiss .configurator-center .montage-side.montage-side-r, .configurator-wrapp.mount-3300.boxSwiss .configurator-center .montage-side.montage-side-r {
      background-position: right top; }
    .configurator-wrapp.mount-3200.boxSwiss .configurator-center .montage-side.montage-side-l, .configurator-wrapp.mount-3300.boxSwiss .configurator-center .montage-side.montage-side-l {
      background-position: left top; }
    .configurator-wrapp.mount-3200.boxSwiss .configurator-center .montage-side > div, .configurator-wrapp.mount-3300.boxSwiss .configurator-center .montage-side > div {
      height: 12.5px; }
  .configurator-wrapp.mount-3200 .montage-center .montage-side, .configurator-wrapp.mount-3300 .montage-center .montage-side {
    display: table;
    margin: 0 auto;
    float: none;
    height: 100%; }
  .configurator-wrapp.mount-3200 .configurator-bottom .montage-center .montage-side, .configurator-wrapp.mount-3300 .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/seiten/mount-v.png"); }
  .configurator-wrapp .configurator-top:after,
  .configurator-wrapp .configurator-center:after,
  .configurator-wrapp .configurator-bottom:after,
  .configurator-wrapp .configurator-ground:after {
    content: '';
    display: block;
    clear: both; }
  .configurator-wrapp tr.configurator-ground:after {
    display: none !important; }
  .configurator-wrapp.mount-3200 .montage-side-ground {
    height: 5px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px 5px !important;
    background-image: url("../images/montage/seiten/mount-plate.png") !important; }
  .configurator-wrapp.mount-3200 .configurator-ground .montage-side-ground {
    width: 42px;
    background-size: 42px 5px !important; }
  .configurator-wrapp.mount-3200 .montage-ground-center {
    width: calc(100% - 84px); }
  .configurator-wrapp.mount-3300 .montage-side-ground {
    background-size: 100% auto; }
    .configurator-wrapp.mount-3300 .montage-side-ground.montage-side-r {
      background-image: url("../images/montage/seiten/mount-vr-ground.png"); }
    .configurator-wrapp.mount-3300 .montage-side-ground.montage-side-l {
      background-image: url("../images/montage/seiten/mount-vl-ground.png"); }
  .configurator-wrapp.mount-3300 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/seiten/ground.png"); }
    .configurator-wrapp.mount-3300 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/seiten/mount-b.png"); }
  .configurator-wrapp.mount-3000 .montage-side, .configurator-wrapp.mount-3100 .montage-side {
    display: none; }
  .configurator-wrapp.mount-3000 .montage-center, .configurator-wrapp.mount-3100 .montage-center {
    width: 100%; }
    .configurator-wrapp.mount-3000 .montage-center .montage-side, .configurator-wrapp.mount-3100 .montage-center .montage-side {
      display: table;
      width: 26px;
      margin: 0 auto;
      float: none;
      height: 100%;
      background-color: #fff; }
  .configurator-wrapp.mount-3000 .configurator-bottom .montage-center .montage-side, .configurator-wrapp.mount-3100 .configurator-bottom .montage-center .montage-side {
    width: 26px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center -101px;
    background-image: url("../images/montage/seiten/mount-v.png"); }
    .cart-final-canvas .configurator-wrapp.mount-3000 .configurator-bottom .montage-center .montage-side, .cart-final-canvas .configurator-wrapp.mount-3100 .configurator-bottom .montage-center .montage-side {
      width: 26px !important; }
  .configurator-wrapp.mount-3000 .montage-ground-center, .configurator-wrapp.mount-3100 .montage-ground-center {
    width: 100%; }
  .configurator-wrapp.mount-3000 .montage-side-ground {
    width: 42px;
    height: 5px !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 42px 5px !important;
    background-image: url("../images/montage/seiten/mount-plate.png");
    float: none; }
  .configurator-wrapp.mount-3100 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/seiten/ground.png"); }
    .configurator-wrapp.mount-3100 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/seiten/mount-b.png");
      background-position: center top;
      background-size: 26px auto; }
  .configurator-wrapp.mount-3400 .montage-side,
  .configurator-wrapp.mount-3400 .montage-top, .configurator-wrapp.mount-4000 .montage-side,
  .configurator-wrapp.mount-4000 .montage-top {
    background-color: #fff; }
  .configurator-wrapp.mount-3400 .montage-top, .configurator-wrapp.mount-4000 .montage-top {
    height: 26px; }
  .configurator-wrapp.mount-3400 .montage-top-left, .configurator-wrapp.mount-4000 .montage-top-left {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/joch/mount-r.png"); }
  .configurator-wrapp.mount-3400 .montage-top-right, .configurator-wrapp.mount-4000 .montage-top-right {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/joch/mount-l.png"); }
  .configurator-wrapp.mount-3400 .montage-top-center, .configurator-wrapp.mount-4000 .montage-top-center {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
    background-image: url("../images/montage/joch/mount-h.png"); }
  .configurator-wrapp.mount-3400 .montage-side, .configurator-wrapp.mount-4000 .montage-side {
    width: 26px;
    background-size: 100% auto; }
  .configurator-wrapp.mount-3400 .montage-side-r, .configurator-wrapp.mount-4000 .montage-side-r {
    background-image: url("../images/montage/joch/mount-vr.png"); }
  .configurator-wrapp.mount-3400 .montage-side-l, .configurator-wrapp.mount-4000 .montage-side-l {
    background-image: url("../images/montage/joch/mount-vl.png"); }
  .configurator-wrapp.mount-3400 .montage-center .montage-side, .configurator-wrapp.mount-4000 .montage-center .montage-side {
    display: table;
    margin: 0 auto;
    float: none;
    height: 100%; }
  .configurator-wrapp.mount-3400 .configurator-bottom .montage-center .montage-side, .configurator-wrapp.mount-4000 .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/joch/mount-v.png"); }
  .configurator-wrapp .configurator-top:after,
  .configurator-wrapp .configurator-center:after,
  .configurator-wrapp .configurator-bottom:after,
  .configurator-wrapp .configurator-ground:after {
    content: '';
    display: block;
    clear: both; }
  .configurator-wrapp tr.configurator-ground:after {
    display: none !important; }
  .configurator-wrapp.mount-3400 .montage-side-ground {
    height: 5px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px 5px !important;
    background-image: url("../images/montage/joch/mount-plate.png") !important; }
  .configurator-wrapp.mount-3400 .montage-side-ground {
    width: 26px; }
  .configurator-wrapp.mount-3400 .montage-ground-center {
    width: calc(100% - 52px); }
  .configurator-wrapp.mount-4000 .montage-side-ground {
    background-size: 100% auto; }
    .configurator-wrapp.mount-4000 .montage-side-ground.montage-side-r {
      background-image: url("../images/montage/joch/mount-vr-ground.png"); }
    .configurator-wrapp.mount-4000 .montage-side-ground.montage-side-l {
      background-image: url("../images/montage/joch/mount-vl-ground.png"); }
  .configurator-wrapp.mount-4000 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/joch/ground.png"); }
    .configurator-wrapp.mount-4000 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/joch/mount-b.png"); }
  .configurator-wrapp.mount-4600 .montage-side,
  .configurator-wrapp.mount-4600 .montage-top, .configurator-wrapp.mount-5200 .montage-side,
  .configurator-wrapp.mount-5200 .montage-top {
    background-color: #fff; }
  .configurator-wrapp.mount-4600 .montage-top, .configurator-wrapp.mount-5200 .montage-top {
    height: 26px; }
  .configurator-wrapp.mount-4600 .montage-top-left, .configurator-wrapp.mount-5200 .montage-top-left {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/massiv/mount-r.png"); }
  .configurator-wrapp.mount-4600 .montage-top-right, .configurator-wrapp.mount-5200 .montage-top-right {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-image: url("../images/montage/massiv/mount-l.png"); }
  .configurator-wrapp.mount-4600 .montage-top-center, .configurator-wrapp.mount-5200 .montage-top-center {
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
    background-image: url("../images/montage/massiv/mount-h.png"); }
  .configurator-wrapp.mount-4600 .montage-side, .configurator-wrapp.mount-5200 .montage-side {
    width: 26px;
    background-size: 100% auto; }
  .configurator-wrapp.mount-4600 .montage-side-r, .configurator-wrapp.mount-5200 .montage-side-r {
    background-image: url("../images/montage/massiv/mount-vr.png"); }
  .configurator-wrapp.mount-4600 .montage-side-l, .configurator-wrapp.mount-5200 .montage-side-l {
    background-image: url("../images/montage/massiv/mount-vl.png"); }
  .configurator-wrapp.mount-4600 .montage-center .montage-side, .configurator-wrapp.mount-5200 .montage-center .montage-side {
    display: table;
    margin: 0 auto;
    float: none;
    height: 100%; }
  .configurator-wrapp.mount-4600 .configurator-bottom .montage-center .montage-side, .configurator-wrapp.mount-5200 .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/massiv/mount-v.png"); }
  .configurator-wrapp.mount-4600.colored .montage-top-left, .configurator-wrapp.mount-5200.colored .montage-top-left {
    background-image: url("../images/montage/massiv/mount-tr.png"); }
  .configurator-wrapp.mount-4600.colored .montage-top-right, .configurator-wrapp.mount-5200.colored .montage-top-right {
    background-image: url("../images/montage/massiv/mount-tl.png"); }
  .configurator-wrapp.mount-4600.colored .montage-top-center, .configurator-wrapp.mount-5200.colored .montage-top-center {
    background-image: url("../images/montage/massiv/mount-th.png"); }
  .configurator-wrapp.mount-4600.colored .montage-side-r, .configurator-wrapp.mount-5200.colored .montage-side-r {
    background-image: url("../images/montage/massiv/mount-vtr.png"); }
  .configurator-wrapp.mount-4600.colored .montage-side-l, .configurator-wrapp.mount-5200.colored .montage-side-l {
    background-image: url("../images/montage/massiv/mount-vtl.png"); }
  .configurator-wrapp.mount-4600.colored .configurator-bottom .montage-center .montage-side, .configurator-wrapp.mount-5200.colored .configurator-bottom .montage-center .montage-side {
    background-image: url("../images/montage/massiv/mount-vt.png"); }
  .configurator-wrapp .configurator-top:after,
  .configurator-wrapp .configurator-center:after,
  .configurator-wrapp .configurator-bottom:after,
  .configurator-wrapp .configurator-ground:after {
    content: '';
    display: block;
    clear: both; }
  .configurator-wrapp tr.configurator-ground:after {
    display: none !important; }
  .configurator-wrapp.mount-4600 .montage-side-ground {
    height: 5px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px 5px !important;
    background-image: url("../images/montage/massiv/mount-plate.png") !important; }
  .configurator-wrapp.mount-4600 .montage-side-ground {
    width: 47px;
    background-size: 47px 5px !important; }
  .configurator-wrapp.mount-4600 .montage-ground-center {
    width: calc(100% - 94px); }
  .configurator-wrapp.mount-5200 .montage-side-ground {
    background-size: 100% auto; }
    .configurator-wrapp.mount-5200 .montage-side-ground.montage-side-r {
      background-image: url("../images/montage/massiv/mount-vr-ground.png"); }
    .configurator-wrapp.mount-5200 .montage-side-ground.montage-side-l {
      background-image: url("../images/montage/massiv/mount-vl-ground.png"); }
  .configurator-wrapp.mount-5200 .configurator-ground {
    border-top: 1px dashed #d3d3d3;
    background-image: url("../images/montage/massiv/ground.png"); }
    .configurator-wrapp.mount-5200 .configurator-ground .montage-center .montage-side {
      background-image: url("../images/montage/massiv/mount-b.png"); }
  .configurator-wrapp.mount-5200.colored .montage-side-ground.montage-side-r {
    background-image: url("../images/montage/massiv/mount-vtr-ground.png"); }
  .configurator-wrapp.mount-5200.colored .montage-side-ground.montage-side-l {
    background-image: url("../images/montage/massiv/mount-vtl-ground.png"); }
  .configurator-wrapp.mount-5200.colored .configurator-ground .montage-center .montage-side {
    background-image: url("../images/montage/massiv/mount-tb.png"); }

.front-input-boxes {
  display: none;
  padding: 10px 10px 0 12px;
  border-top: 1px solid #ECECEC; }
  .front-input-boxes .input-box {
    padding: 3px 0 12px 0 !important;
    border: none; }

.box-ri0 .input-box-img {
  background-image: url("../images/bckg/structure/ri0.png");
  background-size: 100% 100%; }

.box-ri240 .input-box-img {
  background-image: url("../images/bckg/structure/ri240.png");
  background-size: 100% 100%; }

.box-ri241 .input-box-img {
  background-image: url("../images/bckg/structure/ri241.png");
  background-size: 100% 100%; }

.box-ri245 .input-box-img {
  background-image: url("../images/bckg/structure/ri245.png");
  background-size: 100% 100%; }

.box-ri0 .large-text {
  font-size: 16px; }

.roof-flat .input-box-img {
  background-image: url("../images/bckg/roof/flat.png");
  background-size: 100% 100%; }

.roof-wand .input-box-img {
  background-image: url("../images/bckg/roof/wand.png");
  background-size: 100% 100%; }

.roof-freistehend .input-box-img {
  background-image: url("../images/bckg/roof/freistehend.png");
  background-size: 100% 100%; }

.roof-none .input-box-img {
  background-image: url("../images/bckg/roof/none.png");
  background-size: 100% 100%; }

.lock-standard .input-box-img {
  background-image: url("../images/bckg/lock/standard.png");
  background-size: 100% 100%; }

.lock-kaba .input-box-img {
  background-image: url("../images/bckg/lock/kaba.png");
  background-size: 100% 100%; }

.bell-buttons input {
  margin-left: 18px; }

.main-content-container .popup-content.image-popup-content .popup-close {
  width: 13px;
  height: 13px;
  font-size: 13px;
  right: 5px;
  top: 5px; }

.configurator-note {
  text-align: center; }

.cart-summary .chosen-container {
  margin-bottom: 5px;
  height: 20px; }
  .cart-summary .chosen-container .chosen-single {
    width: 100%; }
  .cart-summary .chosen-container .chosen-drop {
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
  .cart-summary .chosen-container .chosen-search input[type="text"] {
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.cart-summary .dropdown-wrapper .dropdown-trigger {
  border-radius: 20px;
  width: 200px;
  -webkit-transition: width 0.5s, border-radius 0.5s;
  transition: width 0.5s, border-radius 0.5s;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cart-summary .dropdown-wrapper .dropdown-trigger h4 {
    font-size: 12px; }
  .cart-summary .dropdown-wrapper .dropdown-trigger .icon {
    width: 12px;
    height: 12px; }
    .cart-summary .dropdown-wrapper .dropdown-trigger .icon:before {
      font-size: 12px !important; }
  .cart-summary .dropdown-wrapper .dropdown-trigger.active {
    border-radius: 0;
    width: 100%; }

.cart-summary .dropdown-wrapper .dropdown-content {
  clear: both; }
  .cart-summary .dropdown-wrapper .dropdown-content .input-box * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cart-summary .dropdown-wrapper .dropdown-content .input-box label {
    width: 100px;
    float: left;
    margin: 6px 0 0;
    text-align: right; }
  .cart-summary .dropdown-wrapper .dropdown-content .input-box input {
    width: 220px;
    float: right;
    padding: 0;
    height: 18px; }
  .cart-summary .dropdown-wrapper .dropdown-content .input-box:after {
    content: '';
    display: block;
    clear: both; }

.cart-summary .dropdown-wrapper:after {
  content: '';
  display: block;
  clear: both; }

.roof-element {
  display: none;
  height: 3px;
  border: 1px solid #9b9b9b;
  margin-bottom: 2px; }

.configurator-canvas .roof-element {
  position: absolute;
  top: -8px;
  left: 1px;
  right: 1px;
  margin-bottom: 0; }

.bell-popup-content {
  width: 450px; }
  .bell-popup-content table {
    margin-bottom: 10px; }
    .bell-popup-content table td {
      border: 1px solid #9b9b9b;
      padding: 10px; }

.checkbox-agb {
  margin-bottom: 15px !important;
  text-align: right; }
  .checkbox-agb label {
    font-size: 16px;
    color: #9b9b9b; }

.agb-alert {
  width: 334px;
  float: right; }

.address-form .form-group {
  margin-bottom: 15px; }
  .address-form .form-group * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .address-form .form-group label {
    width: 250px;
    font-size: 16px;
    line-height: 16px;
    float: left;
    margin: 6px 0 0;
    text-align: right;
    margin-right: 10px; }
  .address-form .form-group input {
    width: 350px;
    float: left;
    padding: 0;
    height: 18px; }
  .address-form .form-group button {
    margin-left: 260px;
    width: 120px;
    border-radius: 20px;
    background: #D50032;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase; }
  .address-form .form-group:after {
    content: '';
    display: block;
    clear: both; }

.summary-address.summary-address-shipping {
  display: none; }

.summary-address .select-box {
  margin: 0; }
  .summary-address .select-box label {
    width: 100%; }

.dropdown-wrapper .input-box {
  position: relative; }
  .dropdown-wrapper .input-box .error-msg {
    display: none;
    width: 220px;
    float: right;
    color: #D50032;
    position: absolute;
    right: 8px;
    top: 22px; }

.cart-order-table {
  margin-bottom: 20px; }

.cart-size-table {
  margin-bottom: 20px; }
  .cart-size-table h4 {
    margin: 0;
    color: #D50032; }

.site-contact .c-0 {
  width: 40%; }
  .site-contact .c-0 h3 {
    margin-top: 0; }

.site-contact .c-1 {
  width: 59%; }

.site-contact textarea {
  width: 285px;
  border-color: #000; }

.site-contact .form-group {
  margin-bottom: 30px; }

.sidebar-left .input-box.checkbox-box.cameraValue-input input.fieldValue {
  margin: 5px 0 0 17px;
  width: 118px; }

.dtop,
.dbottom {
  display: none; }

.mount-3400 .configurator-center .montage-side,
.mount-4000 .configurator-center .montage-side {
  position: relative; }
  .mount-3400 .configurator-center .montage-side .dtop,
  .mount-3400 .configurator-center .montage-side .dbottom,
  .mount-4000 .configurator-center .montage-side .dtop,
  .mount-4000 .configurator-center .montage-side .dbottom {
    display: block;
    position: absolute;
    right: -1px;
    width: 7px;
    height: 16px;
    border: 1px solid #eee;
    background-color: #eee; }
  .mount-3400 .configurator-center .montage-side .dtop,
  .mount-4000 .configurator-center .montage-side .dtop {
    top: 20px; }
  .mount-3400 .configurator-center .montage-side .dbottom,
  .mount-4000 .configurator-center .montage-side .dbottom {
    bottom: 20px; }

.mount-3400 .configurator-center .montage-left .dtop,
.mount-3400 .configurator-center .montage-left .dbottom,
.mount-4000 .configurator-center .montage-left .dtop,
.mount-4000 .configurator-center .montage-left .dbottom {
  right: -1px; }

.mount-3400 .configurator-center .montage-right .dtop,
.mount-3400 .configurator-center .montage-right .dbottom,
.mount-4000 .configurator-center .montage-right .dtop,
.mount-4000 .configurator-center .montage-right .dbottom {
  left: -2px; }

.table-mask {
  background-image: url("../images/bckg/box/blind_bt.png");
  background-size: 34px auto;
  background-repeat: no-repeat;
  background-position: center center; }

.summary-table-discount {
  width: 40px !important;
  position: relative;
  right: -10px;
  text-align: right;
  padding-right: 10px; }

.summary-table-discount-perc {
  position: relative; }

.id-h,
.id-v {
  display: none !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #D50032;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  cursor: pointer;
  height: 20px;
  padding: 0 2px;
  width: 100px;
  background: url(../images/icons/ico-select@2x.png) right center no-repeat;
  background-size: 20px 19px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #9B9B9B;
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  padding: 2px 20px 2px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 4px;
  max-height: 150px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li:before {
  content: '';
  width: 20px;
  height: 15px;
  display: inline-block;
  background: gray;
  vertical-align: middle;
  margin-right: 5px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #D50032;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #D50032;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  display: none;
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #D50032;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
html {
  min-height: 100%; }

body {
  background: #FFFFFF;
  margin: 0 0 30px;
  /* bottom = footer height */ }

.all-wrapp {
  position: relative;
  width: 1200px;
  height: 900px;
  margin: 0 auto; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%; }

.main-content-container {
  padding: 20px 10px 30px; }

img {
  max-width: 100%; }

.red-text {
  color: #D50032; }

.cl:after {
  content: '';
  display: table;
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.large-text {
  font-size: 18px; }

.small-text {
  font-size: 10px; }

/*
.icon {
	display: inline;
	vertical-align: middle;
}
*/
ul {
  padding-left: 0;
  margin: 10px 0; }

.button {
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  background: #D50032;
  border: 4px solid #ededed;
  border-radius: 76px;
  padding: 13px 50px 11px 26px;
  position: relative;
  display: inline-block; }
  .button:after {
    content: '';
    background: url(../images/icons/button-arrow@2x.png) 13px center no-repeat;
    background-size: 16px 38px;
    text-transform: uppercase;
    line-height: 100%;
    border: none;
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
  .button:hover {
    text-decoration: none;
    background: #AB1037; }

a.disabled {
  pointer-events: none;
  cursor: default; }

.btn-next {
  float: right;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  bottom: 20px; }

.toc-descripton {
  max-width: 160px;
  position: absolute;
  right: 0;
  bottom: 40px; }
  .toc-descripton > p {
    padding-left: 8px; }
  .toc-descripton .btn-read {
    padding: 13px 40px 11px 20px; }

a.remove {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 auto; }
  a.remove:before {
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'drawag' !important;
    content: "";
    font-size: 13px; }
  a.remove:hover {
    text-decoration: none; }

.footer-container {
  background: #D8D8D8;
  color: #000000;
  padding: 8px 10px;
  font-family: "Rajdhani", sans-serif; }
  .footer-container .footer-links {
    text-align: right;
    margin: 0; }
    .footer-container .footer-links li {
      display: inline-block;
      margin-right: 5px;
      padding-right: 10px;
      border-right: 1px solid #000000;
      line-height: 80%; }
      .footer-container .footer-links li:last-of-type {
        border-right: 0px;
        margin-right: 0;
        padding-right: 0; }
  .footer-container a {
    color: #000000; }

.header-container {
  padding: 10px; }
  .header-container:after {
    content: '';
    display: table;
    clear: both; }

.header-logo-wrapper {
  float: left;
  vertical-align: top;
  margin-right: 20px; }
  .header-logo-wrapper .logo {
    max-width: 170px;
    display: block; }

.projekt-title {
  position: absolute;
  left: 10px;
  top: 42px; }
  .projekt-title h3 {
    margin: 0;
    width: 185px; }

.config-steps {
  float: left;
  vertical-align: top; }
  .config-steps:after {
    content: '';
    display: table;
    clear: both; }
  .config-steps .config-step {
    float: left;
    margin-right: 9px;
    vertical-align: top; }
    .config-steps .config-step .config-step-link {
      display: block;
      width: 78px;
      height: 78px;
      background: #ECECEC;
      border: 1px solid #D50032;
      border-radius: 3px;
      text-align: center;
      color: #9B9B9B;
      font-size: 10px; }
      .config-steps .config-step .config-step-link .icon {
        padding-top: 12px;
        display: block;
        font-size: 40px;
        margin-bottom: 7px; }
        .config-steps .config-step .config-step-link .icon.ic-auswahl, .config-steps .config-step .config-step-link .icon.ic-zubehor, .config-steps .config-step .config-step-link .icon.ic-abschluss {
          font-size: 45px;
          margin-bottom: 2px; }
        .config-steps .config-step .config-step-link .icon.ic-beleuchtung {
          font-size: 36px;
          margin-top: 4px; }
      .config-steps .config-step .config-step-link.active, .config-steps .config-step .config-step-link:hover {
        text-decoration: none;
        border-width: 5px;
        width: 70px;
        height: 70px;
        color: #D50032;
        background: #fff; }
        .config-steps .config-step .config-step-link.active .icon, .config-steps .config-step .config-step-link:hover .icon {
          padding-top: 8px; }
    .config-steps .config-step.config-step-8 {
      margin-right: 0; }

.header-cart-summary {
  float: left;
  vertical-align: top;
  width: 186px;
  padding-top: 5px;
  padding-left: 20px;
  background: url(../images/bckg/pattern@2x.png) center no-repeat;
  background-size: 206px 80px; }
  .header-cart-summary p {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #3B3B3B;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle; }
    .header-cart-summary p span.red-text {
      font-weight: 600;
      font-size: 14px; }
      .header-cart-summary p span.red-text.price-data {
        font-size: 18px; }
  .header-cart-summary .icon {
    margin-right: 8px;
    color: #3B3B3B; }
    .header-cart-summary .icon.ic-dimensions {
      font-size: 21px; }
    .header-cart-summary .icon.ic-price {
      font-size: 24px; }

.header-login {
  width: 80px;
  height: 60px;
  background: #D50032;
  float: right;
  text-align: center;
  padding: 10px 0;
  font-family: "Rajdhani", sans-serif; }
  .header-login a {
    color: #FFFFFF;
    display: block;
    text-transform: uppercase; }
    .header-login a.active {
      text-decoration: underline; }
  .header-login .icon {
    font-size: 20px;
    color: #FFFFFF;
    margin: 5px auto 8px;
    display: block; }

.sidebar-left {
  font-family: "Rajdhani", sans-serif; }
  .sidebar-left h2 {
    border-bottom: 3px solid #D50032;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0; }
  .sidebar-left .input-box {
    padding: 3px 0 12px 0; }
    .sidebar-left .input-box textarea {
      width: 140px;
      max-width: 140px;
      height: 70px;
      font-weight: 600; }
    .sidebar-left .input-box label {
      font-size: 12px;
      color: #9B9B9B;
      font-family: "Rajdhani", sans-serif;
      font-weight: 600; }
      .sidebar-left .input-box label .icr-text {
        display: inline-block;
        line-height: 1;
        max-width: 120px; }
    .sidebar-left .input-box.checkbox-box input[type=text] {
      width: 19px;
      height: 13px;
      display: inline-block;
      vertical-align: middle;
      padding: 2px; }
      .sidebar-left .input-box.checkbox-box input[type=text]:focus {
        outline: none;
        border-color: #D50032; }
    .sidebar-left .input-box.checkbox-box label {
      color: #4A4A4A; }
    .sidebar-left .input-box.checkbox-box-with-input .icr-text {
      max-width: 95px; }
  .sidebar-left .select-input-boxes {
    padding: 10px 10px 0 12px;
    border-top: 1px solid #ECECEC; }
  .sidebar-left input:focus, .sidebar-left input[type="text"]:focus, .sidebar-left textarea:focus, .sidebar-left select:focus {
    border-color: #D50032; }

.dropdown-wrapper {
  margin-bottom: 10px; }
  .dropdown-wrapper .dropdown-content {
    display: none;
    padding: 12px;
    border: 1px solid #ECECEC;
    overflow: auto;
    max-height: 350px; }
    .dropdown-wrapper .dropdown-content:after {
      content: '';
      display: table;
      clear: both; }
    .dropdown-wrapper .dropdown-content .dropdown-content-left,
    .dropdown-wrapper .dropdown-content .dropdown-content-right {
      float: left;
      width: 50%; }
    .dropdown-wrapper .dropdown-content.active {
      display: block; }
    .dropdown-wrapper .dropdown-content.dropdown-input-boxes {
      padding: 0; }
    .dropdown-wrapper .dropdown-content.info-input-boxes {
      padding: 12px 0 0;
      max-height: none;
      overflow: visible; }
      .dropdown-wrapper .dropdown-content.info-input-boxes .input-box {
        padding: 3px 8px 12px 10px !important; }
        .dropdown-wrapper .dropdown-content.info-input-boxes .input-box:after {
          content: '';
          display: table;
          clear: both; }
        .dropdown-wrapper .dropdown-content.info-input-boxes .input-box .icon {
          float: right;
          font-size: 15px;
          color: #D50032; }
        .dropdown-wrapper .dropdown-content.info-input-boxes .input-box label .icr-text {
          max-width: 120px !important; }
      .dropdown-wrapper .dropdown-content.info-input-boxes .popup-wrapper {
        float: right; }
      .dropdown-wrapper .dropdown-content.info-input-boxes .popup-content {
        min-width: 180px;
        padding: 10px;
        margin-bottom: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 30px; }
        .dropdown-wrapper .dropdown-content.info-input-boxes .popup-content:before {
          content: '';
          position: absolute;
          margin: auto;
          top: 0;
          left: -9px;
          bottom: 0;
          width: 15px;
          height: 15px;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          border-right: 1px solid #D50032;
          border-bottom: 1px solid #D50032;
          background: #fff; }
        .dropdown-wrapper .dropdown-content.info-input-boxes .popup-content h4 {
          margin-top: 0;
          color: #D50032; }
        .dropdown-wrapper .dropdown-content.info-input-boxes .popup-content p {
          margin-bottom: 0; }
  .dropdown-wrapper .dropdown-trigger {
    background: #D50032;
    padding: 6px 8px 6px 12px;
    position: relative;
    cursor: pointer; }
    .dropdown-wrapper .dropdown-trigger h4 {
      color: #FFFFFF;
      font-weight: 400;
      margin: 0;
      display: inline;
      vertical-align: middle; }
    .dropdown-wrapper .dropdown-trigger .icon {
      color: #FFFFFF;
      position: absolute;
      top: 6px;
      right: 8px;
      width: 17px;
      height: 17px;
      text-align: center; }
      .dropdown-wrapper .dropdown-trigger .icon:before {
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'drawag' !important;
        content: "";
        font-size: 17px;
        line-height: 17px; }
    .dropdown-wrapper .dropdown-trigger.active .icon:before {
      content: ""; }

.popup-wrapper {
  display: inline;
  position: relative; }
  .popup-wrapper .popup-trigger:hover {
    cursor: pointer; }
  .popup-wrapper .popup-content {
    display: none;
    position: absolute;
    border: 1px solid #D50032;
    padding: 15px;
    background: #FFFFFF;
    z-index: 10; }
  .popup-wrapper .popup-close {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #D50032;
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 1;
    text-align: right;
    z-index: 99999; }
    .popup-wrapper .popup-close:hover {
      text-decoration: none; }

.images-slider .description {
  font-family: "Rajdhani", sans-serif;
  color: #4A4A4A; }

.slick-dots {
  margin: 40px auto 0;
  display: table; }
  .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      content: '';
      width: 15px;
      height: 15px;
      background: #D8D8D8;
      font-size: 0;
      border-radius: 100%;
      border: none; }
      .slick-dots li button:hover {
        background: #D50032; }
      .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #D50032; }

.icr-label {
  position: relative;
  display: inline-block; }

.icr-hidden {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

.icr-input {
  position: absolute;
  display: block;
  top: -20px;
  left: -20px; }

.icr-text {
  display: inline;
  vertical-align: middle; }

.icr-item {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

/* Sprite positions */
.icr-label .icr-item {
  margin-right: 2px; }

.icr-label .type_checkbox:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'drawag' !important;
  content: "";
  font-size: 13px;
  color: #D8D8D8; }

.icr-label .type_radio:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'drawag' !important;
  content: "";
  font-size: 13px; }

.icr-label:hover .type_checkbox:before, .icr-label.checked .type_checkbox:before {
  color: #D50032; }

.icr-label:hover .type_radio:before, .icr-label.checked .type_radio:before {
  color: #D50032; }

.icr-label:hover .icr-text, .icr-label.checked .icr-text {
  color: #D50032;
  cursor: pointer; }

.icr-label.checked .type_checkbox:before {
  content: "";
  color: #D50032; }

.icr-label.checked .type_radio:before {
  content: "";
  color: #D50032; }

.icr-label.disabled {
  opacity: 0.5; }
  .icr-label.disabled.checked {
    color: inherit !important; }

.lt-ie9 .icr-label.disabled {
  filter: alpha(opacity=50); }

.login .all-wrapp {
  height: auto; }

.login .alert-box {
  max-width: 800px; }

.all-wrapp.height-auto {
  height: auto; }
  .all-wrapp.height-auto footer {
    position: static;
    margin-top: 50px; }

.my-account-wrapper {
  padding-top: 20px;
  margin-bottom: 80px; }
  .my-account-wrapper h1 {
    margin-top: 0; }

.my-account-form {
  margin-top: 40px; }

.my-account-form-wrapper {
  border-right: 1px solid #ECECEC;
  width: 440px; }

.login-wrapper {
  padding-top: 20px;
  margin: 0 auto 80px;
  width: 800px; }
  .login-wrapper h2.form-legend {
    margin-top: 0;
    font-size: 30px; }

.login-form-wrapper {
  width: 400px; }

.register-form-wrapper {
  border-left: 1px solid #ECECEC;
  width: auto;
  padding-left: 80px; }

.account-address-list {
  padding-top: 70px;
  padding-left: 70px;
  width: auto; }
  .account-address-list .address-list .address-single {
    width: 435px;
    border-bottom: 1px solid #3B3B3B;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 40px; }
    .account-address-list .address-list .address-single:after {
      content: '';
      display: table;
      clear: both; }
    .account-address-list .address-list .address-single .edit {
      font-size: 12px;
      font-weight: 600;
      color: rgba(213, 0, 50, 0.5);
      text-transform: uppercase;
      float: right; }

.orders-table {
  margin-bottom: 50px; }
  .orders-table td {
    padding-right: 70px; }
    .orders-table td.no-border {
      padding: 0;
      text-align: right; }

.colorRAL .chosen-container .chosen-drop {
  width: 110px; }

.colorNCS .chosen-container .chosen-drop {
  width: 160px; }

.chosen-container .chosen-drop .chosen-results {
  margin-bottom: 0; }
  .chosen-container .chosen-drop .chosen-results li:before {
    display: none; }
  .chosen-container .chosen-drop .chosen-results li span {
    width: 20px;
    height: 15px;
    margin: 0 10px 2px 0;
    border: 1px solid #4A4A4A; }
  .colorRAL .chosen-container .chosen-drop .chosen-results li span {
    display: block;
    float: left; }
  .colorNCS .chosen-container .chosen-drop .chosen-results li span {
    float: left;
    display: inline-block; }

ul.pagination {
  list-style: none; }
  ul.pagination li {
    margin: 0 10px 0 0;
    float: left; }
    ul.pagination li a {
      color: #9b9b9b; }
      ul.pagination li a:hover {
        color: #D50032; }
    ul.pagination li.active a {
      font-weight: bold;
      color: #D50032; }
  ul.pagination:after {
    content: '';
    display: block;
    clear: both; }
/*# sourceMappingURL=main.css.map */