.klarna_promotion_logo img{
    margin: 10px auto;
    display: block;
}
/* Reset rules */

/* General resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture { display: block; }
body { line-height: 1; margin: 0; padding: 0;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before,
blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

img, video, picture { max-width: 100%; }
/*
 * Main stylesheet
 *
 * Included everywhere on the website.
 * Contains mostly layouting (depending on breakpoint) and generic classes
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
@-ms-viewport {
  width: device-width !important; }
.f-left {
  float: left; }

.f-right {
  float: right; }

.clear-fix:before, .clear-fix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }
.clear-fix:after {
  clear: both; }

.f-both {
  clear: both; }

.row:before, .row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }
.row:after {
  clear: both; }

.col_2 {
  width: 50%;
  float: left; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.v-middle {
  vertical-align: middle; }

.no-display {
  display: none; }

.nobr {
  display: block; }

.no-scroll {
  overflow: hidden !important; }

.-data-sensitive {
  visibility: hidden; }
  .-data-sensitive.product-racechip_app, .-data-sensitive.gallery, .-data-sensitive[data-detail], .-data-sensitive.modal-overlay {
    visibility: visible; }

.emph-orange {
  color: #d0511e; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 16px; }

html, body {
  min-height: 100%; }

body {
  color: #3c3c3c;
  background-color: #fff;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2; }

a, a:visited {
  color: #c85a1e;
  text-decoration: none; }
  a:hover, a:active, a:visited:hover, a:visited:active {
    color: #3c3c3c; }
  a.video-link, a:visited.video-link {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-video.png) no-repeat left center;
    padding-left: 25px; }
    a.video-link:hover, a:visited.video-link:hover {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-video-hover.png); }
  a.advantages-link, a:visited.advantages-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-advantages.png); }
  a.compare-link, a.compare-link-icon, a.picker-link, a.more-link, a.info-link, a.gauge-link, a.video2-link, a.video3-link, a.tech-link, a.pdf-link, a.cell-link, a.advantages-link, a:visited.compare-link, a:visited.compare-link-icon, a:visited.picker-link, a:visited.more-link, a:visited.info-link, a:visited.gauge-link, a:visited.video2-link, a:visited.video3-link, a:visited.tech-link, a:visited.pdf-link, a:visited.cell-link, a:visited.advantages-link {
    text-transform: uppercase;
    padding-left: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center; }
  a.compare-link, a.compare-link-icon, a:visited.compare-link, a:visited.compare-link-icon {
    display: inline-block;
    background: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-compare.png) no-repeat left center;
    line-height: 24px;
    background-size: 23px auto; }
    a.compare-link:hover, a.compare-link-icon:hover, a:visited.compare-link:hover, a:visited.compare-link-icon:hover {
      background: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-compare-hover.png) no-repeat left center;
      background-size: 23px auto; }
  a.picker-link, a:visited.picker-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-car.png);
    padding-left: 40px;
    background-size: 36px auto; }
    a.picker-link:hover, a:visited.picker-link:hover {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-car-hover.png); }
  a.more-link, a:visited.more-link {
    display: inline-block;
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-info.png);
    line-height: 24px; }
  a.info-link, a:visited.info-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-info-grey.png); }
  a.gauge-link, a:visited.gauge-link {
    display: inline-block;
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-gauge.png);
    line-height: 26px; }
  a.video2-link, a:visited.video2-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-video2.png);
    line-height: 24px; }
  a.video3-link, a:visited.video3-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-video3.png); }
  a.pdf-link, a:visited.pdf-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-pdf.png);
    line-height: 24px; }
  a.tech-link, a:visited.tech-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-tech.png); }
  a.edit-link, a:visited.edit-link {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-edit.png); }
  a.cell-link, a:visited.cell-link {
    display: inline-block;
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-cell.png);
    line-height: 30px; }

a.tel, span.tel {
  display: inline-block;
  background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-support-small.png) no-repeat left center;
  padding-left: 30px;
  line-height: 30px; }

h1.product-name {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 2rem; }
  h1.product-name strong {
    font-weight: 500; }
  h1.product-name .car-selected {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem; }

.ie9 .gradient {
  filter: none !important; }

figure {
  margin-bottom: -4px; }

sup {
  vertical-align: super;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.5rem; }

.no-mobile.desktop .only-mobile {
  display: none !important; }

.mobile.no-desktop .only-desktop {
  display: none !important; }

.expand {
  display: none;
  vertical-align: bottom;
  margin-left: 10px;
  margin-bottom: 3px;
  color: #c85a1e;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.14286rem;
  cursor: pointer; }
  .expand .shown {
    display: inline-block; }

.accordion .accordion-item .accordion-trigger {
  padding: 11px 40px 11px 20px;
  overflow: hidden;
  cursor: pointer;
  background: #ededed url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange_full.png) no-repeat right 20px center;
  text-transform: none;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.92857rem; }
  .accordion .accordion-item .accordion-trigger:hover {
    background: #f2f2f2 url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_black_full.png) no-repeat right 20px center; }
.accordion .accordion-item .accordion-content {
  display: none;
  padding: 2.08333%; }
  .accordion .accordion-item .accordion-content p {
    margin-bottom: 10px; }
    .accordion .accordion-item .accordion-content p:last-child, .accordion .accordion-item .accordion-content p.last {
      margin-bottom: 0; }
.accordion .accordion-item.open .accordion-trigger {
  background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_up_orange_full.png); }
.accordion .accordion-item.open .accordion-content {
  display: block; }

.mounting-gallery .content-area {
  padding: 60px 0 50px 0; }
.mounting-gallery .explanations-text {
  width: 82.29167%;
  margin: 0 auto 40px auto; }
  .mounting-gallery .explanations-text .title, .mounting-gallery .explanations-text .sub-title {
    text-align: center;
    margin-top: 0; }
  .mounting-gallery .explanations-text .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .mounting-gallery .explanations-text .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px; }
  .mounting-gallery .explanations-text p {
    margin-top: 30px; }
.mounting-gallery .gallery-container {
  width: 100%;
  padding-bottom: 40px;
  position: relative; }
  .mounting-gallery .gallery-container .gallery-area {
    width: 100%;
    min-height: 580px;
    z-index: 1;
    position: relative; }
    .mounting-gallery .gallery-container .gallery-area .tabs {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 2; }
      .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle {
        display: inline-block;
        padding: 0 3.125%;
        line-height: 40px;
        margin-right: 1px;
        width: 14.58333%;
        background-color: #000; }
        .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle a {
          color: #fff;
          text-transform: uppercase;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.92857rem; }
          .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle a:hover {
            color: #c85a1e; }
        .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle.active {
          background-color: #a5a5a5; }
          .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle.active a {
            color: #3c3c3c; }
    .mounting-gallery .gallery-container .gallery-area .tab {
      display: none;
      position: relative;
      top: 0;
      left: 0; }
      .mounting-gallery .gallery-container .gallery-area .tab:before, .mounting-gallery .gallery-container .gallery-area .tab:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .mounting-gallery .gallery-container .gallery-area .tab:after {
        clear: both; }
      .mounting-gallery .gallery-container .gallery-area .tab.active {
        display: block; }
      .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
        height: 70%;
        max-height: 580px;
        top: 0;
        bottom: 0;
        display: none; }
        .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-tall.png);
          background-position: 10% 50%;
          background-size: 28px auto; }
        .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-tall.png);
          background-position: 90% 50%;
          background-size: 28px auto; }
        .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow:hover.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-tall-hover.png); }
        .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow:hover.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-tall-hover.png); }
      .mounting-gallery .gallery-container .gallery-area .tab:hover .unslider-arrow {
        display: block; }
      .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider {
        position: relative;
        overflow: auto;
        width: 100% !important; }
        .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li {
          float: left;
          line-height: normal; }
          .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li figure {
            margin: 0; }
          .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info {
            padding-top: 30px; }
            .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info:before, .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info:after {
              content: "\0020";
              display: block;
              height: 0;
              overflow: hidden; }
            .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info:after {
              clear: both; }
            .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations {
              width: 67.70833%;
              float: left;
              line-height: 24px; }
              .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations .emph-sub-title {
                margin: 0 0 15px 0; }
            .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links {
              width: 27.08333%;
              float: right; }
              .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links a, .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links span {
                display: block;
                margin-bottom: 10px; }
        .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
          width: 100%;
          text-align: center;
          bottom: auto;
          top: 75.86207%; }
.mounting-gallery .links a {
  margin-left: 10px; }
@media screen and (max-width: 960px) {
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 66.66667%; } }
@media screen and (max-width: 820px) {
  .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 500px; } }
@media screen and (max-width: 768px) {
  .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle {
    width: 18.22917%; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 66.66667%; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations {
    width: 58.59375%; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links {
    padding-right: 0;
    padding-left: 2.60417%;
    width: 39.0625%; } }
@media screen and (max-width: 640px) {
  .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 400px; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 60%; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations {
    width: 52.08333%; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links {
    width: 44.27083%; } }
@media screen and (max-width: 560px) {
  .mounting-gallery .content-area {
    padding: 40px 0; }
  .mounting-gallery .gallery-container {
    margin-top: 80px;
    padding-bottom: 20px; }
    .mounting-gallery .gallery-container .gallery-area {
      min-height: 340px; }
      .mounting-gallery .gallery-container .gallery-area .tabs {
        top: -40px; }
        .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle {
          width: 33.1%;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0% 0% transparent; }
          .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle.last, .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle:last-child {
            margin-right: 0; }
          .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle.active {
            background: none;
            background-color: #dadada; }
      .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
        top: 52.94118%; }
      .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info {
        padding-top: 10px; }
        .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations, .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links {
          width: 100%;
          float: none; }
        .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links {
          padding: 16px 0; }
          .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links:before, .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links:after {
            clear: both; }
          .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link, .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .video2-link {
            margin: 0; }
          .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link {
            float: left; }
          .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link {
            float: right; }
      .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
        max-height: 340px; } }
@media screen and (max-width: 480px) {
  .mounting-gallery .content-area {
    padding: 40px 0 20px 0; }
  .mounting-gallery .explanations-text {
    width: 100%; }
    .mounting-gallery .explanations-text .title, .mounting-gallery .explanations-text .sub-title {
      text-align: left; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info {
    padding-left: 0;
    padding-right: 0; }
    .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links {
      display: block;
      margin-top: 20px; }
      .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link, .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .video2-link {
        float: none;
        display: block;
        width: 100%; }
      .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #AFAFAF; }
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 46.66667%;
    display: none; }
  .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 300px; }
  .mounting-gallery .links {
    display: none; } }
@media screen and (max-width: 450px) {
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 42.30769%; }
  .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 260px; } }
@media screen and (max-width: 400px) {
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 36.36364%; }
  .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 220px; } }
@media screen and (max-width: 320px) {
  .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 31.57895%; }
  .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 190px; } }

.tabbed-block .tabs {
  width: 100%;
  margin-bottom: 20px; }
  .tabbed-block .tabs .tab-handle {
    width: 33.2%;
    display: inline-block;
    text-align: center;
    padding: 0 3.125%;
    line-height: 40px;
    margin-right: 1px;
    background-color: #414141;
    cursor: pointer; }
    .tabbed-block .tabs .tab-handle a {
      color: #fff;
      text-transform: uppercase;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.92857rem; }
      .tabbed-block .tabs .tab-handle a:hover {
        color: #c85a1e; }
    .tabbed-block .tabs .tab-handle.active {
      background-color: #a5a5a5; }
      .tabbed-block .tabs .tab-handle.active a {
        color: #3c3c3c; }
  @media screen and (max-width: 820px) {
    .tabbed-block .tabs .tab-handle {
      width: 33.1%; } }
  @media screen and (max-width: 560px) {
    .tabbed-block .tabs .tab-handle {
      padding: 0 1.04167%; }
      .tabbed-block .tabs .tab-handle a {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.78571rem; } }
  @media screen and (max-width: 480px) {
    .tabbed-block .tabs .tab-handle {
      display: block;
      width: 100%;
      text-align: left;
      margin-bottom: 1px;
      padding-left: 4.16667%; }
      .tabbed-block .tabs .tab-handle a {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; } }
.tabbed-block .tab {
  display: none;
  position: relative;
  min-height: 300px; }
  .tabbed-block .tab:before, .tabbed-block .tab:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .tabbed-block .tab:after {
    clear: both; }
  .tabbed-block .tab.active {
    display: block; }

.news-container {
  padding-bottom: 40px; }
  .news-container .head-line {
    margin: 4.03226% 0 2.01613% 0;
    position: relative; }
    .news-container .head-line h1 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.57143rem; }
    .news-container .head-line a {
      line-height: 2.2;
      vertical-align: middle;
      text-transform: uppercase;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem;
      position: absolute;
      right: 0;
      bottom: 0; }
  .news-container .news {
    overflow: hidden; }
    .news-container .news .item {
      float: left;
      width: 23%;
      vertical-align: top;
      margin-right: 2.66667%; }
      .news-container .news .item:last-child, .news-container .news .item.last {
        margin-right: 0; }
      .news-container .news .item a {
        color: #3c3c3c; }
        .news-container .news .item a:hover {
          color: #c85a1e; }
      .news-container .news .item img {
        max-height: 125px; }
      .news-container .news .item h2 {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.14286rem;
        margin: 4.03226% 0; }
      .news-container .news .item p {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem;
        line-height: 1.8;
        max-height: 124px;
        overflow: hidden; }
  @media screen and (max-width: 960px) {
    .news-container {
      padding: 1.6129%; } }
  @media screen and (max-width: 768px) {
    .news-container {
      padding: 0 3.90625% 5.20833%; }
      .news-container .head-line {
        margin: 5.20833% 0 2.60417% 0; }
        .news-container .head-line h2 {
          margin-right: 90px; }
      .news-container .news .item {
        width: 32%;
        margin-right: 2%; }
        .news-container .news .item.third, .news-container .news .item:nth-child(3) {
          margin-right: 0; }
        .news-container .news .item:last-child, .news-container .news .item.last {
          display: none; }
        .news-container .news .item p {
          max-height: 97px;
          overflow: hidden; } }
  @media screen and (max-width: 610px) {
    .news-container {
      padding: 0 4.16667% 4.16667% 8.33333%; }
      .news-container .head-line {
        margin: 6.25% 0 4.16667% 0; }
      .news-container .news .item {
        display: block;
        width: 100%;
        margin: 0 0 4.16667%; }
        .news-container .news .item:before, .news-container .news .item:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .news-container .news .item:after {
          clear: both; }
        .news-container .news .item:last-child, .news-container .news .item.last {
          display: block;
          margin-bottom: 0; }
        .news-container .news .item .news-image-container {
          width: 40%;
          float: left;
          padding-right: 4.16667%; }
        .news-container .news .item .news-text-container {
          width: 60%;
          float: right; }
          .news-container .news .item .news-text-container h2 {
            margin-top: 0;
            margin-bottom: 2.08333%; }
          .news-container .news .item .news-text-container p {
            max-height: 50px;
            overflow: hidden;
            line-height: 1.7; } }
  @media screen and (max-width: 480px) {
    .news-container .view-all-link-placeholder {
      text-align: center;
      padding: 6.25% 0; }
      .news-container .view-all-link-placeholder a.btn.simple {
        float: none; } }
  @media screen and (max-width: 450px) {
    .news-container {
      padding: 0 8.33333%; }
      .news-container .news .item {
        margin: 0 0 4.16667%; }
        .news-container .news .item .news-image-container {
          width: 100%;
          padding-right: 0; }
          .news-container .news .item .news-image-container img {
            max-height: none; }
        .news-container .news .item .news-text-container {
          width: 100%; } }

.video-wrapper {
  position: relative;
  padding-top: 25px; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cookie-warning {
  min-height: 40px;
  background-color: #2F3131;
  border-bottom: 1px solid #595b5d;
  color: #c2c6cc;
  padding: 0 2.01613%;
  position: relative;
  z-index: 9999;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.85714rem; }
  .cookie-warning .content-area {
    min-height: 40px; }
  .cookie-warning .cookie-message, .cookie-warning .cookie-button {
    width: 95%;
    text-align: center;
    display: block; }
  .cookie-warning .cookie-message {
    padding: 10px 20px 10px 0; }
    .cookie-warning .cookie-message a:hover {
      color: #fff; }
    .cookie-warning .cookie-message .msg-cookies-disabled {
      display: none; }
  .cookie-warning .cookie-button {
    margin: 6px 0 12px; }
    .cookie-warning .cookie-button .call-to-action {
      height: 26px;
      line-height: 24px;
      min-width: 80px;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; }
  .cookie-warning .close {
    position: absolute;
    right: 13px;
    top: 0%;
    width: 17px;
    cursor: pointer;
    height: 100%;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/close-white.png) no-repeat center; }
  @media screen and (max-width: 900px) {
    .cookie-warning .cookie-message, .cookie-warning .cookie-button {
      float: none;
      display: block;
      text-align: center; }
    .cookie-warning .cookie-button {
      margin-bottom: 10px; } }

.messages span {
  margin: 20px;
  border: 1px solid #c8c8c8;
  background: #fff;
  padding: 20px;
  text-align: center;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.71429rem;
  display: block; }
.messages .success-msg {
  color: #388513; }
.messages .error-msg {
  color: #d12929; }
.messages .notice-msg {
  color: #ff9600; }

.content-area {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

#trusted-shop-reviews-sticky-wrapper {
  float: right;
  position: absolute;
  right: 0;
  z-index: 5;
  width: 65px; }

#trusted-shop-reviews {
  display: none;
  position: absolute;
  height: 450px;
  right: 0;
  z-index: 5; }
  #trusted-shop-reviews .item {
    width: 60px;
    padding-top: 15px;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    text-align: center; }
    #trusted-shop-reviews .item a {
      display: block;
      width: 100%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.71429rem;
      color: #3c3c3c;
      text-transform: uppercase; }
      #trusted-shop-reviews .item a:hover {
        color: #c85a1e; }
    #trusted-shop-reviews .item.contact {
      height: 111px;
      padding-top: 0;
      box-shadow: 1px 3px 2px 0px #000;
      -webkit-box-shadow: 1px 3px 2px 0px #000;
      -moz-box-shadow: 1px 3px 2px 0px #000;
      background-color: #fff;
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    #trusted-shop-reviews .item.return-policy {
      padding-bottom: 15px;
      border-top: 1px solid #dadada;
      border-bottom: 1px solid #dadada; }
      #trusted-shop-reviews .item.return-policy a {
        cursor: default; }
      #trusted-shop-reviews .item.return-policy img {
        width: 48px; }
    #trusted-shop-reviews .item.trusted-rating div {
      margin: 0 auto; }
    #trusted-shop-reviews .item.trusted-rating-continuation {
      padding-top: 3px;
      padding-bottom: 13px;
      border-bottom: 1px solid #dadada; }
      #trusted-shop-reviews .item.trusted-rating-continuation img {
        width: 86.5%; }
    #trusted-shop-reviews .item.test-winner {
      padding-bottom: 15px; }
      #trusted-shop-reviews .item.test-winner img {
        display: block;
        margin: 0 auto;
        width: 86.5%; }
        #trusted-shop-reviews .item.test-winner img.eurotuner {
          margin-top: 10px; }

.compatible-mobiles-block.modal-window {
  max-width: 400px;
  min-width: 400px; }
  .compatible-mobiles-block.modal-window .modal-content .selector.fixedWidth {
    margin: 0 auto; }
  .compatible-mobiles-block.modal-window .modal-content .mobiles {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 20px; }
    .compatible-mobiles-block.modal-window .modal-content .mobiles li div {
      background-color: #dcdcdc;
      text-align: left;
      padding-left: 15%;
      line-height: 26px;
      font-weight: 500; }
    .compatible-mobiles-block.modal-window .modal-content .mobiles li ul li {
      text-align: left;
      padding-left: 15%;
      line-height: 26px; }

.connect-container .uniform-checker:before, .connect-container .uniform-checker:after, .warranty-container .uniform-checker:before, .warranty-container .uniform-checker:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }
.connect-container .uniform-checker:after, .warranty-container .uniform-checker:after {
  clear: both; }
.connect-container .uniform-checker div.checker, .warranty-container .uniform-checker div.checker {
  float: left; }
.connect-container .uniform-checker label, .warranty-container .uniform-checker label {
  float: right;
  line-height: 36px;
  margin-left: 5px; }

.warranty-container .uniform-checker label {
  width: 68%;
  line-height: normal; }

.modal-window.info-modal {
  max-width: 600px;
  min-width: 300px; }
  .modal-window.info-modal p {
    text-align: justify;
    text-indent: 15px; }
  .modal-window.info-modal p:not(.last) {
    margin-bottom: 10px; }

.wrapper {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative; }
  .wrapper:before, .wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper:after {
    clear: both; }
  .wrapper .page {
    position: relative;
    background-color: #e6e6e6;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #c8c8c8 0%, #d6d6d6 10%, #e6e6e6 51%, #d6d6d6 90%, #c8c8c8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c8c8c8), color-stop(10%, #d6d6d6), color-stop(51%, #e6e6e6), color-stop(90%, #d6d6d6), color-stop(100%, #c8c8c8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #c8c8c8 0%, #d6d6d6 10%, #e6e6e6 51%, #d6d6d6 90%, #c8c8c8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #c8c8c8 0%, #d6d6d6 10%, #e6e6e6 51%, #d6d6d6 90%, #c8c8c8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #c8c8c8 0%, #d6d6d6 10%, #e6e6e6 51%, #d6d6d6 90%, #c8c8c8 100%);
    /* IE10+ */
    background: linear-gradient(to right, #c8c8c8 0%, #d6d6d6 10%, #e6e6e6 51%, #d6d6d6 90%, #c8c8c8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#c8c8c8',GradientType=1 );
    /* IE6-8 */ }
    .wrapper .page .content-container .main {
      top: -100px; }
      @media screen and (max-width: 768px) {
        .wrapper .page .content-container .main {
          top: 0; } }
    .wrapper .page .footer-container {
      margin-top: -100px; }
      @media screen and (max-width: 768px) {
        .wrapper .page .footer-container {
          margin-top: 0; } }
    .wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
      top: 100px; }
    .wrapper .page .stage.small-stage {
      height: 223px;
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/generic_stage_image.jpg) no-repeat center;
      background-size: cover;
      -moz-background-size: cover;
      /* Firefox 3.6 */
      background-position: center;
      /* Internet Explorer 7/8 */ }
      .wrapper .page .stage.small-stage figure, .wrapper .page .stage.small-stage img {
        display: none; }
      .wrapper .page .stage.small-stage .teaser-text-block {
        display: none; }
    .wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
      position: absolute;
      left: -10%;
      width: 10%;
      height: 171px; }
    .wrapper .page .content-area .shadow-left {
      background: radial-gradient(ellipse at 100% 0, rgba(65, 65, 65, 0.35) 2%, rgba(59, 59, 59, 0.15) 23%, rgba(79, 79, 79, 0) 70%, rgba(255, 255, 255, 0) 100%) no-repeat scroll 0 0 transparent; }
    .wrapper .page .content-area .shadow-right {
      background: radial-gradient(ellipse at 0 0, rgba(65, 65, 65, 0.35) 2%, rgba(59, 59, 59, 0.15) 23%, rgba(79, 79, 79, 0) 70%, rgba(255, 255, 255, 0) 100%) no-repeat scroll 0 0 transparent;
      left: auto;
      right: -10%; }
    .wrapper .page .content-container {
      position: relative;
      z-index: 2; }
      .wrapper .page .content-container .main {
        position: relative; }
        .wrapper .page .content-container .main .mobile-stage-teaser-container {
          background-color: #e6e6e6; }
    .wrapper .page .footer-container {
      width: 100%;
      min-height: 500px;
      padding: 60px 0 40px; }
      .wrapper .page .footer-container .footer {
        max-width: 992px;
        margin: 0 auto; }
      .wrapper .page .footer-container .separator {
        height: 1px;
        margin: 50px 4.03226% 30px; }
        .wrapper .page .footer-container .separator:last-child, .wrapper .page .footer-container .separator.last {
          margin-top: 30px; }
  .wrapper .globals .globals-close {
    padding-bottom: 10px;
    text-align: center; }

@media screen and (max-width: 1215px) {
  .wrapper .page .content-area .shadow-right, .wrapper .page .content-area .shadow-left {
    width: 4.6875%; }
  .wrapper .page .content-area .shadow-right {
    right: -4.6875%; }
  .wrapper .page .content-area .shadow-left {
    left: -4.6875%; } }
@media screen and (max-width: 1080px) {
  .wrapper .page .content-area .shadow-right, .wrapper .page .content-area .shadow-left {
    width: 1.17188%; }
  .wrapper .page .content-area .shadow-right {
    right: -1.17188%; }
  .wrapper .page .content-area .shadow-left {
    left: -1.17188%; } }
@media screen and (max-width: 992px) {
  .wrapper {
    max-width: 992px; }
    .wrapper .page .footer-container .separator {
      height: 1px;
      margin: 5.04032% 1.6129% 3.02419%; } }
@media screen and (max-width: 991px) {
  .wrapper .page .content-area .shadow-right, .wrapper .page .shadow-left {
    display: none; } }
@media screen and (max-width: 960px) {
  .wrapper .page .content-container .main {
    top: auto; }
  .wrapper .page .footer-container {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  body {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.07143rem; }

  #trusted-shop-reviews-sticky-wrapper {
    display: none; }

  #trusted-shop-reviews {
    display: none; }

  .compatible-mobiles-block.modal-window .modal-content .mobiles {
    max-height: 400px; }

  .wrapper .page .stage.small-stage {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/generic_stage_image_768.jpg) no-repeat center; }
  .wrapper .page .content-area {
    max-width: 768px; }
    .wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
      display: none; }
  .wrapper .page .main {
    padding: 0; }
  .wrapper .page .footer-container .separator {
    margin: 3.90625% 0; }
    .wrapper .page .footer-container .separator:last-child, .wrapper .page .footer-container .separator.last {
      margin-top: 3.90625%; } }
@media screen and (max-width: 480px) {
  body {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.14286rem;
    overflow-x: hidden; }

  .compatible-mobiles-block.modal-window {
    max-width: none;
    min-width: 0; }
    .compatible-mobiles-block.modal-window .modal-content .mobiles {
      max-height: 300px; }

  .wrapper .page .stage.small-stage {
    height: 220px;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/generic_stage_image_480.jpg) no-repeat center; }
  .wrapper .page .content-area {
    max-width: 480px; }
  .wrapper .page .footer-container .separator {
    margin: 6.25% 0; }
    .wrapper .page .footer-container .separator:last-child, .wrapper .page .footer-container .separator.last {
      margin-top: 6.25%; }

  .messages span {
    margin: 10px;
    padding: 10px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.28571rem; }

  .mounting-gallery .gallery-container .gallery-area .tabs .tab-handle {
    padding: 0 1px; } }
@media screen and (max-width: 320px) {
  .hide-lt320 {
    display: none; }

  body {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92857rem;
    overflow-x: hidden; }

  .compatible-mobiles-block.modal-window .modal-content .mobiles {
    max-height: 300px; }

  .wrapper .page .content-area {
    max-width: 320px; }
  .wrapper .page .footer-container .separator {
    margin: 9.375% 0; }
    .wrapper .page .footer-container .separator:last-child, .wrapper .page .footer-container .separator.last {
      margin-top: 9.375%; } }

/*# sourceMappingURL=RC_Common.css.map */

/*
 * Header - meta head bar, containing the search, login etc functionality
 *
 * Included everywhere on the website.
 * Addresses the meta header bar for all breakpoints.
 * Main layouting is in RC_Common.
 *
 * @author Jarlssen GmbH
 * @see RC_Common.scss
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
#trusted-shop-reviews-sticky-wrapper {
  top: 82px; }

button.btn.show-lt-480 {
  display: none; }

.header-container .header-panel .header-panel-items .nav-items {
  width: 100%;
  max-width: 960px; }
.header-container .header-panel .header-panel-items div.item.car-selector {
  width: 53.125%; }
.header-container .header-panel .header-panel-items div.item.contact {
  width: 20.3125%; }
.header-container .header-panel .header-panel-items div.item.customer-links {
  width: 10.9375%; }
.header-container .header-panel .header-panel-items div.item.switches {
  width: 15.625%; }
.header-container .header-panel .header-panel-items.products-in-cart div.item.car-selector {
  width: 46.35417%; }
.header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart {
  width: 6.77083%; }
body:not(.store-de) .header-container .header-panel .header-panel-items div.item.car-selector {
  width: 48.33333%; }
body:not(.store-de) .header-container .header-panel .header-panel-items div.item.contact {
  width: 25%; }
body:not(.store-de) .header-container .header-panel .header-panel-items.products-in-cart div.item.car-selector {
  width: 41.66667%; }

@media screen and (max-width: 960px) {
  .header-container .header-panel .header-panel-items div.item.car-selector {
    width: auto;
    max-width: 40%; }
  .header-container .header-panel .header-panel-items div.item.contact {
    min-width: 195px; }
  .header-container .header-panel .header-panel-items div.item.customer-links {
    min-width: 105px; }
  .header-container .header-panel .header-panel-items div.item.switches {
    min-width: 150px; }
  .header-container .header-panel .header-panel-items.products-in-cart div.item.car-selector {
    width: auto;
    max-width: 40%; }
  .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart {
    min-width: 65px; }
  body:not(.store-de) .header-container .header-panel .header-panel-items div.item.car-selector {
    width: auto; }
  body:not(.store-de) .header-container .header-panel .header-panel-items div.item.contact {
    width: auto;
    min-width: 215px; }
  body:not(.store-de) .header-container .header-panel .header-panel-items.products-in-cart div.item.car-selector {
    width: auto; } }
@media screen and (max-width: 870px) {
  .header-container .header-panel .header-panel-items div.item.car-selector {
    max-width: 40%; }
  .header-container .header-panel .header-panel-items.products-in-cart div.item.car-selector {
    max-width: 30%; } }
@media screen and (max-width: 768px) {
  .header-container .header-panel .header-panel-items .nav-items {
    max-width: 78.125%; }
  .header-container .header-panel .header-panel-items div.item.mobile-logo {
    width: 120px; }
  .header-container .header-panel .header-panel-items div.item.car-selector {
    width: auto;
    max-width: 50%; }
  .header-container .header-panel .header-panel-items div.item.contact {
    width: auto;
    min-width: 21.48438%; }
  .header-container .header-panel .header-panel-items div.item.mini-cart {
    width: 60px; }
  .header-container .header-panel .header-panel-items div.item.mobile-navi {
    width: 60px; }
  body:not(.store-de) .header-container .header-panel .header-panel-items div.item.contact {
    min-width: 21.48438%; } }
@media screen and (max-width: 620px) {
  .header-container .header-panel .header-panel-items div.item.car-selector {
    max-width: 40%; } }
@media screen and (max-width: 550px) {
  .header-container .header-panel .header-panel-items .nav-items {
    max-width: 68.75%; }
  .header-container .header-panel .header-panel-items div.item.car-selector {
    max-width: 50%; }
  .header-container .header-panel .header-panel-items div.item.contact {
    width: 60px; } }
@media screen and (max-width: 480px) {
  .header-container .header-panel .header-panel-items div.item.mini-cart, .header-container .header-panel .header-panel-items div.item.car-selector {
    width: 60px; } }
@media screen and (max-width: 400px) {
  .header-container .header-panel .header-panel-items .nav-items {
    max-width: 63.54167%; }
  .header-container .header-panel .header-panel-items div.item.mobile-logo, .header-container .header-panel .header-panel-items.products-in-cart div.item.mobile-logo {
    width: 110px; }
  .header-container .header-panel .header-panel-items div.item.contact, .header-container .header-panel .header-panel-items div.item.mini-cart, .header-container .header-panel .header-panel-items div.item.mobile-navi, .header-container .header-panel .header-panel-items.products-in-cart div.item.contact, .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart, .header-container .header-panel .header-panel-items.products-in-cart div.item.mobile-navi {
    width: 50px;
    min-width: 50px; } }
@media screen and (min-width: 768px) {
  html.mobile .header-container .header-panel .header-panel-items .nav-items-right {
    width: auto; }
  html.mobile .header-container .header-panel .header-panel-items .nav-items {
    width: 70%; }
  html.mobile .header-container .header-panel .header-panel-items div.item.car-selector {
    min-width: 45%; }
  html.mobile .header-container .header-panel .header-panel-items div.item.contact {
    width: auto;
    min-width: 0; }
  html.mobile .header-container .header-panel .header-panel-items div.item.mobile-navi, html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart {
    width: 60px; } }
.header-container .header-panel {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 42px;
  color: #b4b4b4;
  background-color: #282828;
  background-color: rgba(40, 40, 40, 0.8);
  border-bottom: 1px solid #1a1a1a; }
  .header-container .header-panel .glare {
    position: absolute;
    width: 32.8125%;
    height: 73px;
    margin-top: 2px;
    margin-left: 5.07813%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center; }
    .w-480.lt-768.lt-992 .header-container .header-panel .glare, .lt-480.lt-768.lt-992 .header-container .header-panel .glare {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/header_meta_gloss_768.png);
      background-position: auto; }
    .gt-480.lt-768.lt-992 .header-container .header-panel .glare, .gt-480.w-768.lt-992 .header-container .header-panel .glare {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/header_meta_gloss_768.png);
      background-position: left; }
    .gt-480.gt-768.w-992 .header-container .header-panel .glare, .gt-768.gt-480.gt-992 .header-container .header-panel .glare, .gt-480.gt-768.lt-992 .header-container .header-panel .glare {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/header_meta_gloss_992.png); }
  .header-container .header-panel .header-panel-items {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative; }
    .header-container .header-panel .header-panel-items.open {
      -webkit-transition: max-width 0.25s ease-in;
      -moz-transition: max-width 0.25s ease-in;
      -o-transition: max-width 0.25s ease-in;
      transition: max-width 0.25s ease-in;
      max-width: 100%; }
    .header-container .header-panel .header-panel-items:before, .header-container .header-panel .header-panel-items:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .header-container .header-panel .header-panel-items:after {
      clear: both; }
    .header-container .header-panel .header-panel-items .header-dropdown-trigger {
      width: 100%;
      cursor: pointer; }
    .header-container .header-panel .header-panel-items .header-dropdown {
      line-height: 42px;
      height: 42px;
      display: none;
      position: absolute;
      margin-top: -42px;
      z-index: 4;
      left: 0;
      width: 100%;
      background-color: #282828;
      border-bottom: 1px solid #1a1a1a; }
      .header-container .header-panel .header-panel-items .header-dropdown input[type="text"], .header-container .header-panel .header-panel-items .header-dropdown input[type="password"] {
        background-color: transparent;
        height: 42px;
        line-height: 42px;
        padding: 5px;
        width: 240px;
        border: none;
        color: #787878; }
        .header-container .header-panel .header-panel-items .header-dropdown input[type="text"]:focus, .header-container .header-panel .header-panel-items .header-dropdown input[type="text"]:active, .header-container .header-panel .header-panel-items .header-dropdown input[type="password"]:focus, .header-container .header-panel .header-panel-items .header-dropdown input[type="password"]:active {
          color: #fff; }
        .header-container .header-panel .header-panel-items .header-dropdown input[type="text"], .header-container .header-panel .header-panel-items .header-dropdown input[type="text"]:focus, .header-container .header-panel .header-panel-items .header-dropdown input[type="text"].validation-failed, .header-container .header-panel .header-panel-items .header-dropdown input[type="password"], .header-container .header-panel .header-panel-items .header-dropdown input[type="password"]:focus, .header-container .header-panel .header-panel-items .header-dropdown input[type="password"].validation-failed {
          box-shadow: none !important; }
        .header-container .header-panel .header-panel-items .header-dropdown input[type="text"].validation-failed, .header-container .header-panel .header-panel-items .header-dropdown input[type="password"].validation-failed {
          color: #d12929; }
      .header-container .header-panel .header-panel-items .header-dropdown input, .header-container .header-panel .header-panel-items .header-dropdown button {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.21429rem; }
      .header-container .header-panel .header-panel-items .header-dropdown input#email, .header-container .header-panel .header-panel-items .header-dropdown input#pass {
        padding: 5px 1.5625%;
        border-left: 1px solid #4a4a4a; }
        .header-container .header-panel .header-panel-items .header-dropdown input#email:last-child, .header-container .header-panel .header-panel-items .header-dropdown input#email.last, .header-container .header-panel .header-panel-items .header-dropdown input#pass:last-child, .header-container .header-panel .header-panel-items .header-dropdown input#pass.last {
          margin-right: 3.125%;
          border-right: 1px solid #4a4a4a; }
        .header-container .header-panel .header-panel-items .header-dropdown input#email:focus, .header-container .header-panel .header-panel-items .header-dropdown input#email:active, .header-container .header-panel .header-panel-items .header-dropdown input#pass:focus, .header-container .header-panel .header-panel-items .header-dropdown input#pass:active {
          background: #141516;
          /* Old browsers */
          /* IE9 SVG, needs conditional override of 'filter' to 'none' */
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MTUxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTQwNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, #141516 0%, #3e4042 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141516), color-stop(100%, #3e4042));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #141516 0%, #3e4042 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #141516 0%, #3e4042 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #141516 0%, #3e4042 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #141516 0%, #3e4042 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141516', endColorstr='#3e4042',GradientType=0 );
          /* IE6-8 */ }
      .header-container .header-panel .header-panel-items .header-dropdown .close {
        position: absolute;
        right: 13px;
        top: 13px;
        width: 17px;
        height: 16px;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/close-white.png) no-repeat center;
        cursor: pointer; }
        .header-container .header-panel .header-panel-items .header-dropdown .close:hover {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/close-orange.png); }
      .header-container .header-panel .header-panel-items .header-dropdown .validation-advice {
        background-color: #282828;
        position: absolute;
        width: 100%;
        color: #d12929;
        top: 42px;
        text-transform: none; }
      .header-container .header-panel .header-panel-items .header-dropdown.login-dropdown {
        height: 72px; }
        .header-container .header-panel .header-panel-items .header-dropdown.login-dropdown .validation-advice {
          top: 70px; }
      .header-container .header-panel .header-panel-items .header-dropdown .account-links {
        line-height: 30px;
        text-align: center;
        vertical-align: top;
        margin-top: -3px; }
        .header-container .header-panel .header-panel-items .header-dropdown .account-links a {
          color: #c85a1e; }
    .header-container .header-panel .header-panel-items div.item {
      float: left;
      border-right: 1px solid #4a4a4a;
      text-transform: uppercase;
      text-align: center;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.78571rem;
      line-height: 42px;
      padding-left: 2.08333%;
      padding-right: 2.08333%; }
      .header-container .header-panel .header-panel-items div.item a {
        color: #b4b4b4;
        text-decoration: none; }
      .header-container .header-panel .header-panel-items div.item.active .dropdown-trigger {
        color: #c85a1e; }
      .header-container .header-panel .header-panel-items div.item:hover a, .header-container .header-panel .header-panel-items div.item:hover span, .header-container .header-panel .header-panel-items div.item:hover .phone {
        color: #c85a1e; }
        .header-container .header-panel .header-panel-items div.item:hover a .noemph, .header-container .header-panel .header-panel-items div.item:hover span .noemph, .header-container .header-panel .header-panel-items div.item:hover .phone .noemph {
          color: #b4b4b4; }
      .header-container .header-panel .header-panel-items div.item .dropdown-small {
        position: relative; }
        .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container {
          position: absolute;
          left: 0;
          width: 100%;
          max-width: 240px;
          background: #2F3131 url(https://www.racechip.de/skin/frontend/racechip/default/images/search-bar-bg.png) no-repeat;
          background-size: cover;
          -moz-background-size: cover;
          /* Firefox 3.6 */
          background-position: center;
          /* Internet Explorer 7/8 */ }
          .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li {
            text-align: left;
            line-height: 23px;
            padding: 0 1px; }
            .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li a, .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li span {
              text-transform: none;
              display: block;
              padding-left: 20px;
              color: #fff; }
            .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li a:hover {
              background-color: #c85a1e;
              color: #fff; }
            .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li span {
              color: #b4b4b4; }
            .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li:first-child, .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li.first {
              margin-top: 6px; }
            .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li:last-child, .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options li.last {
              padding-bottom: 1px;
              margin-bottom: 6px; }
          .header-container .header-panel .header-panel-items div.item .dropdown-small .dropdown-container .dropdown-options.languages-dropdown {
            max-height: 167px;
            overflow-y: auto;
            overflow-x: hidden; }
      .header-container .header-panel .header-panel-items div.item.mobile-logo {
        display: none; }
      .header-container .header-panel .header-panel-items div.item.car-selector, .header-container .header-panel .header-panel-items div.item.contact {
        position: relative;
        z-index: 3; }
      .header-container .header-panel .header-panel-items div.item.car-selector {
        height: 42px;
        z-index: 4;
        text-align: left;
        border-left: 1px solid #4a4a4a; }
        .header-container .header-panel .header-panel-items div.item.car-selector span {
          color: #3c3c3c; }
          .header-container .header-panel .header-panel-items div.item.car-selector span.error-msg {
            color: #d12929; }
        .header-container .header-panel .header-panel-items div.item.car-selector .picker-container.disabled span.-label {
          color: #8b8b8b; }
        .header-container .header-panel .header-panel-items div.item.car-selector a {
          color: #c85a1e; }
          .header-container .header-panel .header-panel-items div.item.car-selector a:hover {
            color: #3c3c3c; }
          .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector {
            color: #b4b4b4;
            display: inline-block;
            text-align: left;
            height: 42px;
            background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png) no-repeat left center;
            padding-left: 42px;
            background-size: 23px 14px;
            background-position: 7px 13px;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector.full-selection {
              background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon-selected.png);
              background-size: 31px 23px;
              background-position: 0 4px;
              padding-left: 42px; }
            .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector:hover {
              color: #c85a1e; }
        .header-container .header-panel .header-panel-items div.item.car-selector p, .header-container .header-panel .header-panel-items div.item.car-selector .modal-title {
          color: #3c3c3c; }
        .header-container .header-panel .header-panel-items div.item.car-selector .picker-container .option a {
          color: #3c3c3c;
          text-decoration: none; }
        .header-container .header-panel .header-panel-items div.item.car-selector .picker-container .option.selected a, .header-container .header-panel .header-panel-items div.item.car-selector .picker-container .option.first a {
          color: #888;
          text-decoration: none; }
        .header-container .header-panel .header-panel-items div.item.car-selector .picker-container .option:hover a {
          color: #fff; }
        .header-container .header-panel .header-panel-items div.item.car-selector .picker-container .option:hover.selected a, .header-container .header-panel .header-panel-items div.item.car-selector .picker-container .option:hover.first a {
          color: #888;
          text-decoration: none; }
        html.mobile .header-container .header-panel .header-panel-items div.item.car-selector {
          border-left: none; }
      .header-container .header-panel .header-panel-items div.item.contact {
        position: relative; }
        .header-container .header-panel .header-panel-items div.item.contact .trigger-phone {
          display: none;
          width: 18px;
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/contact_white.png) no-repeat center center;
          cursor: pointer;
          background-size: 16px; }
        .header-container .header-panel .header-panel-items div.item.contact .phone-no, .header-container .header-panel .header-panel-items div.item.contact .phone-no a {
          color: #b84a1e; }
      .header-container .header-panel .header-panel-items div.item.search-form {
        display: none;
        width: 6.04839%; }
        .header-container .header-panel .header-panel-items div.item.search-form .form-trigger {
          display: inline-block;
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/magnifier_orange.png) no-repeat center center;
          background-size: 13px; }
        .header-container .header-panel .header-panel-items div.item.search-form .header-dropdown {
          height: auto; }
          .header-container .header-panel .header-panel-items div.item.search-form .header-dropdown.open:hover li a {
            color: #b4b4b4; }
        .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown input#search {
          text-align: center;
          padding-left: 30px;
          background: url(https://www.racechip.de/skin/frontend/racechip/default/images/magnifier_grey.png) no-repeat left center; }
        .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown button[type="submit"] {
          display: none; }
        .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown #search_mini_form {
          line-height: 1; }
        .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete {
          position: relative;
          display: block; }
          .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul {
            width: 40.625%;
            margin: 0 auto; }
            .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul li {
              text-transform: none;
              text-align: left;
              line-height: 40px;
              border-bottom: 1px solid #454545;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.92857rem;
              cursor: pointer; }
              .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul li:after {
                content: ' ...';
                color: #c85a1e; }
              .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul li a:hover {
                color: #c85a1e; }
        .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .show-all {
          width: 40.625%;
          line-height: 40px;
          margin: 0 auto;
          text-align: left; }
          .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .show-all a {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.92857rem;
            color: #c85a1e; }
        .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-field-container {
          background: #2F3131 url(https://www.racechip.de/skin/frontend/racechip/default/images/search-bar-bg-repeat.png) repeat-x; }
      .header-container .header-panel .header-panel-items div.item.customer-links {
        padding: 0; }
        .header-container .header-panel .header-panel-items div.item.customer-links .dropdown-trigger {
          background: transparent url("https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png") no-repeat scroll left center/13px auto;
          padding-left: 20px; }
        .header-container .header-panel .header-panel-items div.item.customer-links .dropdown-container .dropdown-options a.logged-links {
          padding-left: 10px; }
      .header-container .header-panel .header-panel-items div.item.switches {
        padding: 0; }
        .header-container .header-panel .header-panel-items div.item.switches .switch {
          padding-left: 20px;
          padding-right: 20px; }
        .header-container .header-panel .header-panel-items div.item.switches span.current a {
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png) no-repeat left center;
          padding-left: 20px;
          background-size: 13px; }
      .header-container .header-panel .header-panel-items div.item.mini-cart {
        padding-left: 1.77083%;
        position: relative;
        border: none;
        display: none;
        height: 42px;
        overflow: hidden; }
        .header-container .header-panel .header-panel-items div.item.mini-cart .top-cart, .header-container .header-panel .header-panel-items div.item.mini-cart .block-title {
          height: 42px; }
        .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link {
          display: inline-block;
          width: 100%;
          height: 42px;
          line-height: 42px; }
          .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link span#cartHeader {
            background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/shopping_cart_white.png) no-repeat left center;
            margin: 0 auto;
            padding-left: 20px;
            height: 42px;
            line-height: 42px;
            cursor: pointer;
            position: relative;
            display: inline-block;
            background-size: 17px 18px; }
            .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link span#cartHeader .cart-qty {
              background-color: #fff;
              color: #c85a1e;
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              border-radius: 8px;
              -webkit-background-clip: padding-box;
              -moz-background-clip: padding;
              background-clip: padding-box;
              position: absolute;
              left: 10px;
              top: 5px;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: bold;
              font-style: normal;
              font-size: 0.71429rem;
              line-height: 15px;
              min-width: 15px; }
        .header-container .header-panel .header-panel-items div.item.mini-cart #topCartContent {
          position: absolute;
          width: 100%; }
      .header-container .header-panel .header-panel-items div.item.mobile-navi {
        display: none;
        position: relative;
        border: none; }
        .header-container .header-panel .header-panel-items div.item.mobile-navi .trigger-navi {
          display: inline-block;
          margin: 0 auto;
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/navi-trigger-white.png) no-repeat center center;
          width: 16px;
          height: 10px;
          cursor: pointer;
          background-size: 16px; }
    .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart {
      display: block;
      border-right: 1px solid #4a4a4a; }
  .header-container .header-panel .mobile-navi-container {
    display: none; }
    .header-container .header-panel .mobile-navi-container.open {
      display: block; }

@media screen and (max-width: 992px) {
  .header-container .header-panel .header-panel-items > div.item.car-selector {
    padding-left: 3.02419%; } }
@media screen and (max-width: 960px) {
  .header-container .header-panel .header-panel-items .nav-items-right {
    float: right;
    border-left: 1px solid #4a4a4a; }
  .header-container .header-panel .header-panel-items div.item.car-selector {
    margin-left: 0;
    border: none; }
  .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart {
    border-right: none; }
  .header-container .header-panel .header-panel-items.no-products-in-cart div.item.switches {
    border-right: none; } }
@media screen and (max-width: 768px) {
  .header-container {
    padding-top: 61px; }
    .header-container .header-panel {
      height: 60px;
      background-color: #2F3131;
      border-bottom: none;
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
      .header-container .header-panel .glare {
        z-index: 2;
        margin-top: 20px;
        margin-left: 0; }
      .header-container .header-panel .header-panel-items {
        z-index: 1;
        margin-top: 1px;
        border-bottom: 1px solid #444;
        max-width: 100%; }
        .header-container .header-panel .header-panel-items .header-dropdown input[type="text"], .header-container .header-panel .header-panel-items .header-dropdown input[type="password"] {
          width: 31.25%; }
        .header-container .header-panel .header-panel-items .header-dropdown .close {
          top: 26px; }
        .header-container .header-panel .header-panel-items div.item {
          line-height: 59px; }
          .header-container .header-panel .header-panel-items div.item .header-dropdown {
            margin-top: 0; }
          .header-container .header-panel .header-panel-items div.item.mobile-logo {
            position: relative;
            z-index: 3;
            display: block;
            height: 58px;
            text-align: left;
            border: none; }
            .header-container .header-panel .header-panel-items div.item.mobile-logo img {
              width: 80px;
              margin: 13px 0; }
          .header-container .header-panel .header-panel-items div.item.car-selector {
            padding: 0;
            margin-left: 0;
            margin-right: 19px;
            height: 58px;
            z-index: 3;
            text-align: right;
            float: right; }
            .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector {
              height: 58px;
              background-position: 7px 21px; }
              .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector.full-selection {
                background-position: 0 12px; }
          .header-container .header-panel .header-panel-items div.item.contact {
            padding-left: 19px;
            padding-right: 19px; }
            .header-container .header-panel .header-panel-items div.item.contact .trigger-phone {
              display: inline-block; }
            .header-container .header-panel .header-panel-items div.item.contact .phone {
              display: inline-block; }
              .header-container .header-panel .header-panel-items div.item.contact .phone .noemph {
                display: none; }
          .header-container .header-panel .header-panel-items div.item.search-form {
            width: 7.16146%; }
            .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-suggestions-container {
              border-top: 1px solid #595b5d;
              background-color: #2F3131; }
            .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul, .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .show-all {
              width: 100%; }
            .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul li, .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .show-all {
              padding-left: 3.90625%;
              padding-right: 3.90625%; }
            .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-field-container {
              background: #2F3131 url(https://www.racechip.de/skin/frontend/racechip/default/images/search-bar-bg-repeat-768.png) repeat-x; }
              .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-field-container input[type="text"] {
                height: 60px;
                line-height: 60px; }
            .header-container .header-panel .header-panel-items div.item.search-form .header-dropdown {
              position: absolute;
              top: 0; }
          .header-container .header-panel .header-panel-items div.item.customer-links, .header-container .header-panel .header-panel-items div.item.switches {
            display: none; }
          .header-container .header-panel .header-panel-items div.item.mini-cart {
            border-right: 1px solid #595b5d;
            height: 59px; }
            .header-container .header-panel .header-panel-items div.item.mini-cart #cartHeader .text {
              display: none; }
            .header-container .header-panel .header-panel-items div.item.mini-cart .top-cart, .header-container .header-panel .header-panel-items div.item.mini-cart .block-title, .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link {
              height: 58px; }
            .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link span#cartHeader {
              height: 58px; }
              .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link span#cartHeader .cart-qty {
                top: 12px; }
          .header-container .header-panel .header-panel-items div.item.mobile-navi {
            display: block;
            cursor: pointer;
            padding: 0; }
        .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart {
          border-right: 1px solid #4a4a4a; }
      .header-container .header-panel .mobile-navi-container {
        width: 100%;
        z-index: 1; }
        .header-container .header-panel .mobile-navi-container.open {
          z-index: 4; }
        .header-container .header-panel .mobile-navi-container .navigation {
          position: absolute;
          z-index: 4;
          top: 60px;
          left: 0;
          width: 100%;
          background-color: #2F3131;
          text-transform: uppercase; }
          .header-container .header-panel .mobile-navi-container .navigation a {
            color: #b4b4b4; }
            .header-container .header-panel .mobile-navi-container .navigation a:hover {
              color: #c85a1e; }
          .header-container .header-panel .mobile-navi-container .navigation ul.level0, .header-container .header-panel .mobile-navi-container .navigation ul.level1 {
            display: none; }
          .header-container .header-panel .mobile-navi-container .navigation ul li a {
            display: block;
            width: 100%;
            padding-left: 8.33333%;
            border-bottom: 1px solid #454545;
            line-height: 40px; }
          .header-container .header-panel .mobile-navi-container .navigation ul li.parent > a {
            background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_right_orange.png) no-repeat 5.72917% center/10px; }
          .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open > a {
            background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png) no-repeat 5.20833% center/13px; }
          .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open ul {
            display: block; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open ul li a {
              background: none; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open ul.level0 {
              border-bottom: 1px solid #454545; }
          .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li {
            background-color: #2F3131; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li.level1, .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li.level2, .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li:not(.level0) {
              background-color: #262727; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li a {
              border: none; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li.last.level0 a {
              border-bottom: 1px solid #454545; }
          .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links {
            display: block;
            height: 40px;
            padding: 0 8.33333%;
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.1)));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#1a000000', GradientType=0);
            /* IE6-8 */ }
            .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links a, .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links span {
              padding: 0;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.85714rem;
              border-bottom: none; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links.open {
              height: 0; }
              .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links.open .mobile-language-placeholder, .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links.open .login-trigger {
                display: none; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .header-dropdown .validation-advice {
              top: 70px;
              left: 0;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.85714rem;
              text-align: center;
              line-height: 30px; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder {
              margin-right: 9.11458%; }
              .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown {
                background-color: #262727;
                display: block;
                height: 71px;
                margin-top: 0;
                left: 0;
                line-height: 71px;
                position: absolute;
                top: -71px;
                width: 100%; }
                .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form input#email, .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form input#pass {
                  height: 60px;
                  line-height: 60px; }
                .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form input#email {
                  margin-left: 3.90625%; }
                .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form .account-links {
                  background-color: #262727; }
                  .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form .account-links a {
                    display: inline; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder span.current a {
              padding-left: 20px;
              background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png) no-repeat left center;
              background-size: 14px; }
            .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              overflow: hidden;
              overflow-y: auto;
              background: #262727;
              /* Old browsers */
              /* IE9 SVG, needs conditional override of 'filter' to 'none' */
              background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjMjYyNzI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
              background: -moz-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
              /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #161616), color-stop(7%, #262727), color-stop(100%, #262727));
              /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
              /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
              /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
              /* IE10+ */
              background: linear-gradient(to bottom, #161616 0%, #262727 7%, #262727 100%);
              /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='$naviChildBgColorMobile', GradientType=0);
              /* IE6-8 */ }
              .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li {
                padding-left: 3.90625%;
                line-height: 1.6; }
                .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li:first-child {
                  margin-top: 10px; }
                .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li a, .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li span {
                  text-transform: none;
                  font-family: Roboto, Arial, Verdana, sans-serif;
                  font-weight: 400;
                  font-style: normal;
                  font-size: 1rem; }
          .header-container .header-panel .mobile-navi-container .navigation ul li .mobile-login-placeholder a.dropdown-trigger {
            padding-left: 20px;
            background: transparent url("https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png") no-repeat scroll left center/14px auto; }
          .header-container .header-panel .mobile-navi-container .navigation .cms-menu-before, .header-container .header-panel .mobile-navi-container .navigation .cms-menu-after {
            display: none; }
    .header-container .navigation-area {
      top: 60px; } }
html.mobile .header-container {
  padding-top: 61px; }
  html.mobile .header-container .header-panel {
    height: 60px;
    background-color: #2F3131;
    border-bottom: none;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
    html.mobile .header-container .header-panel .glare {
      z-index: 2;
      margin-top: 20px;
      margin-left: 0; }
    html.mobile .header-container .header-panel .header-panel-items {
      z-index: 1;
      margin-top: 1px;
      border-bottom: 1px solid #444;
      max-width: 100%; }
      html.mobile .header-container .header-panel .header-panel-items .header-dropdown input[type="text"], html.mobile .header-container .header-panel .header-panel-items .header-dropdown input[type="password"] {
        width: 31.25%; }
      html.mobile .header-container .header-panel .header-panel-items .header-dropdown .close {
        top: 26px; }
      html.mobile .header-container .header-panel .header-panel-items div.item {
        line-height: 59px; }
        html.mobile .header-container .header-panel .header-panel-items div.item .header-dropdown {
          margin-top: 0; }
        html.mobile .header-container .header-panel .header-panel-items div.item.mobile-logo {
          position: relative;
          z-index: 3;
          display: block;
          height: 58px;
          text-align: left;
          border: none; }
          html.mobile .header-container .header-panel .header-panel-items div.item.mobile-logo img {
            width: 80px;
            margin: 13px 0; }
        html.mobile .header-container .header-panel .header-panel-items div.item.car-selector {
          padding: 0;
          margin-left: 0;
          margin-right: 19px;
          height: 58px;
          z-index: 3;
          text-align: right;
          float: right; }
          html.mobile .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector {
            height: 58px;
            background-position: 7px 21px; }
            html.mobile .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector.full-selection {
              background-position: 0 12px; }
        html.mobile .header-container .header-panel .header-panel-items div.item.contact {
          padding-left: 19px;
          padding-right: 19px; }
          html.mobile .header-container .header-panel .header-panel-items div.item.contact .trigger-phone {
            display: inline-block; }
          html.mobile .header-container .header-panel .header-panel-items div.item.contact .phone {
            display: inline-block; }
            html.mobile .header-container .header-panel .header-panel-items div.item.contact .phone .noemph {
              display: none; }
        html.mobile .header-container .header-panel .header-panel-items div.item.search-form {
          width: 7.16146%; }
          html.mobile .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-suggestions-container {
            border-top: 1px solid #595b5d;
            background-color: #2F3131; }
          html.mobile .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul, html.mobile .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .show-all {
            width: 100%; }
          html.mobile .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul li, html.mobile .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .show-all {
            padding-left: 3.90625%;
            padding-right: 3.90625%; }
          html.mobile .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-field-container {
            background: #2F3131 url(https://www.racechip.de/skin/frontend/racechip/default/images/search-bar-bg-repeat-768.png) repeat-x; }
            html.mobile .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-field-container input[type="text"] {
              height: 60px;
              line-height: 60px; }
          html.mobile .header-container .header-panel .header-panel-items div.item.search-form .header-dropdown {
            position: absolute;
            top: 0; }
        html.mobile .header-container .header-panel .header-panel-items div.item.customer-links, html.mobile .header-container .header-panel .header-panel-items div.item.switches {
          display: none; }
        html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart {
          border-right: 1px solid #595b5d;
          height: 59px; }
          html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart #cartHeader .text {
            display: none; }
          html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart .top-cart, html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart .block-title, html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link {
            height: 58px; }
          html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link span#cartHeader {
            height: 58px; }
            html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart .cart-link span#cartHeader .cart-qty {
              top: 12px; }
        html.mobile .header-container .header-panel .header-panel-items div.item.mobile-navi {
          display: block;
          cursor: pointer;
          padding: 0; }
      html.mobile .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart {
        border-right: 1px solid #4a4a4a; }
    html.mobile .header-container .header-panel .mobile-navi-container {
      width: 100%;
      z-index: 1; }
      html.mobile .header-container .header-panel .mobile-navi-container.open {
        z-index: 4; }
      html.mobile .header-container .header-panel .mobile-navi-container .navigation {
        position: absolute;
        z-index: 4;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #2F3131;
        text-transform: uppercase; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation a {
          color: #b4b4b4; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation a:hover {
            color: #c85a1e; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul.level0, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul.level1 {
          display: none; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li a {
          display: block;
          width: 100%;
          padding-left: 8.33333%;
          border-bottom: 1px solid #454545;
          line-height: 40px; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent > a {
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_right_orange.png) no-repeat 5.72917% center/10px; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open > a {
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png) no-repeat 5.20833% center/13px; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open ul {
          display: block; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open ul li a {
            background: none; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open ul.level0 {
            border-bottom: 1px solid #454545; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li {
          background-color: #2F3131; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li.level1, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li.level2, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li:not(.level0) {
            background-color: #262727; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li a {
            border: none; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent ul li.last.level0 a {
            border-bottom: 1px solid #454545; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links {
          display: block;
          height: 40px;
          padding: 0 8.33333%;
          /* IE9 SVG, needs conditional override of 'filter' to 'none' */
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.1)));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#1a000000', GradientType=0);
          /* IE6-8 */ }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links a, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links span {
            padding: 0;
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.85714rem;
            border-bottom: none; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links.open {
            height: 0; }
            html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links.open .mobile-language-placeholder, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links.open .login-trigger {
              display: none; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .header-dropdown .validation-advice {
            top: 70px;
            left: 0;
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.85714rem;
            text-align: center;
            line-height: 30px; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder {
            margin-right: 9.11458%; }
            html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown {
              background-color: #262727;
              display: block;
              height: 71px;
              margin-top: 0;
              left: 0;
              line-height: 71px;
              position: absolute;
              top: -71px;
              width: 100%; }
              html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form input#email, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form input#pass {
                height: 60px;
                line-height: 60px; }
              html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form input#email {
                margin-left: 3.90625%; }
              html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form .account-links {
                background-color: #262727; }
                html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-login-placeholder .header-dropdown form .account-links a {
                  display: inline; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder span.current a {
            padding-left: 20px;
            background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png) no-repeat left center;
            background-size: 14px; }
          html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            overflow-y: auto;
            background: #262727;
            /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjMjYyNzI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #161616), color-stop(7%, #262727), color-stop(100%, #262727));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #161616 0%, #262727 7%, #262727 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, #161616 0%, #262727 7%, #262727 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='$naviChildBgColorMobile', GradientType=0);
            /* IE6-8 */ }
            html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li {
              padding-left: 3.90625%;
              line-height: 1.6; }
              html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li:first-child {
                margin-top: 10px; }
              html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li a, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.mobile-navi-dropdown-links .mobile-language-placeholder .dropdown-container ul li span {
                text-transform: none;
                font-family: Roboto, Arial, Verdana, sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 1rem; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li .mobile-login-placeholder a.dropdown-trigger {
          padding-left: 20px;
          background: transparent url("https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png") no-repeat scroll left center/14px auto; }
        html.mobile .header-container .header-panel .mobile-navi-container .navigation .cms-menu-before, html.mobile .header-container .header-panel .mobile-navi-container .navigation .cms-menu-after {
          display: none; }
  html.mobile .header-container .navigation-area {
    top: 60px; }

@media screen and (min-width: 768px) {
  html.mobile .header-container .header-panel .header-panel-items .nav-items-right {
    float: right; }
  html.mobile .header-container .header-panel .header-panel-items div.item {
    padding: 0 20px; }
    html.mobile .header-container .header-panel .header-panel-items div.item.car-selector {
      padding-right: 20px;
      margin-right: 0; } }
@media screen and (max-width: 550px) {
  .header-container .header-panel .header-panel-items div.item.contact .phone, html.mobile .header-container .header-panel .header-panel-items div.item.contact .phone {
    display: none; } }
@media screen and (max-width: 480px) {
  .header-container .header-panel .glare {
    margin-left: 0; }
  .header-container .header-panel .header-panel-items .header-dropdown input[type="text"] {
    width: 41.66667%; }
  .header-container .header-panel .header-panel-items .header-dropdown input[type="password"] {
    width: 31.25%; }
  .header-container .header-panel .header-panel-items .header-dropdown .close {
    top: 26px; }
  .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector {
    text-indent: -9999px;
    background-position: 0 23px; }
    .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector.full-selection {
      padding-left: 56px;
      background-position: 0 15px; }
  .header-container .header-panel .header-panel-items div.item.car-selector, html.mobile .header-container .header-panel .header-panel-items div.item.car-selector {
    margin: 0; }
  .header-container .header-panel .header-panel-items div.item.contact .phone, html.mobile .header-container .header-panel .header-panel-items div.item.contact .phone {
    display: none; }
  .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .search-autocomplete ul, .header-container .header-panel .header-panel-items div.item.search-form .form-dropdown .show-all {
    width: 83.33333%; }
  .header-container .header-panel .mobile-navi-container .navigation ul li a {
    padding-left: 8.33333%; }

  button.btn.show-gt-480 {
    display: none; }
  button.btn.show-lt-480 {
    display: inline; } }
@media screen and (max-width: 420px) {
  html .header-container .header-panel .header-panel-items div.item.mobile-logo, html .header-container .header-panel .header-panel-items.products-in-cart div.item.mobile-logo, html.mobile .header-container .header-panel .header-panel-items div.item.mobile-logo, html.mobile .header-container .header-panel .header-panel-items.products-in-cart div.item.mobile-logo {
    padding-right: 0; }
  html .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector, html .header-container .header-panel .header-panel-items.products-in-cart div.item.car-selector a.header-car-selector, html.mobile .header-container .header-panel .header-panel-items div.item.car-selector a.header-car-selector, html.mobile .header-container .header-panel .header-panel-items.products-in-cart div.item.car-selector a.header-car-selector {
    padding-left: 50px; }
  html .header-container .header-panel .header-panel-items div.item.contact, html .header-container .header-panel .header-panel-items div.item.mini-cart, html .header-container .header-panel .header-panel-items div.item.mobile-navi, html .header-container .header-panel .header-panel-items.products-in-cart div.item.contact, html .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart, html .header-container .header-panel .header-panel-items.products-in-cart div.item.mobile-navi, html.mobile .header-container .header-panel .header-panel-items div.item.contact, html.mobile .header-container .header-panel .header-panel-items div.item.mini-cart, html.mobile .header-container .header-panel .header-panel-items div.item.mobile-navi, html.mobile .header-container .header-panel .header-panel-items.products-in-cart div.item.contact, html.mobile .header-container .header-panel .header-panel-items.products-in-cart div.item.mini-cart, html.mobile .header-container .header-panel .header-panel-items.products-in-cart div.item.mobile-navi {
    padding: 0 15px; }
  html .header-container .header-panel .mobile-navi-container .navigation ul li.parent > a, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent > a {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_right_orange.png) no-repeat 4.79167% center/10px; }
  html .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open > a, html.mobile .header-container .header-panel .mobile-navi-container .navigation ul li.parent.open > a {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange.png) no-repeat 3.75% center/13px; } }
@media screen and (max-width: 320px) {
  .header-container .header-panel .header-panel-items > div.item.search-form .form-dropdown .search-autocomplete ul, .header-container .header-panel .header-panel-items > div.item.search-form .form-dropdown .show-all {
    width: 93.75%; }
  .header-container .header-panel .header-panel-items > div.item.search-form .form-dropdown .search-autocomplete ul li, .header-container .header-panel .header-panel-items > div.item.search-form .form-dropdown .show-all a {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem; }
  .header-container .header-panel .mobile-navi-container .navigation ul li a {
    padding-left: 12.5%; } }

/*# sourceMappingURL=RC_MetaHeader.css.map */

/*
 * Header - navigation and logo stylesheet
 *
 * Included everywhere on the website.
 * Addresses the navigation and logo areas for the entire website.
 * Main layouting is in RC_Common.
 *
 * @author Jarlssen GmbH
 * @see RC_Common.scss
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.header-container {
  position: relative;
  z-index: 3; }
  .header-container .navigation-area {
    min-width: 100%;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 2; }
    .header-container .navigation-area .header {
      max-width: 880px;
      margin: 30px auto; }
      .header-container .navigation-area .header:before, .header-container .navigation-area .header:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .header-container .navigation-area .header:after {
        clear: both; }
      .header-container .navigation-area .header a.logo img {
        width: 115px;
        height: 42px; }
      .header-container .navigation-area .header .navigation {
        position: relative; }
        .header-container .navigation-area .header .navigation li.level0 {
          position: relative; }
        .header-container .navigation-area .header .navigation .navigation-container.level0 {
          display: none;
          position: absolute; }
          .header-container .navigation-area .header .navigation .navigation-container.level0.shown-sub {
            display: block !important; }
          .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-container .cms-block-container {
            display: none; }
            .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-container .cms-block-container .pro2, .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-container .cms-block-container .one {
              max-height: 270px;
              overflow: hidden; }
          .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-container .middle {
            margin-top: 60px; }
          .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container {
            padding: 15px 10px;
            text-align: center; }
            .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container .column-left {
              float: left;
              width: 55%;
              padding-right: 15px; }
            .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container .column-right {
              float: right;
              width: 40%;
              text-align: left; }
            .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container .title {
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 600px;
              font-style: italic;
              font-size: 1.25rem;
              display: block;
              color: #c2c6cc; }
            .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container .subtitle {
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 200;
              font-style: italic;
              font-size: 1.25rem;
              display: block;
              color: #c2c6cc; }
            .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container ul.checker {
              list-style-image: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/menu-checkmark.png");
              list-style-position: inside; }
              .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container ul.checker li {
                display: list-item;
                font-family: Roboto, Arial, Verdana, sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 0.875rem;
                color: #c2c6cc; }
            .header-container .navigation-area .header .navigation .navigation-container.level0 .cms-block-container .menu-footer {
              position: absolute;
              bottom: 10px;
              left: 325px; }
          .header-container .navigation-area .header .navigation .navigation-container.level0.menu_1 {
            width: 670px;
            left: -90px; }
            .header-container .navigation-area .header .navigation .navigation-container.level0.menu_1 ul.level0 {
              float: left;
              width: 30%;
              padding-left: 10px; }
            .header-container .navigation-area .header .navigation .navigation-container.level0.menu_1 .cms-container {
              float: right;
              width: 70%; }
          .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 {
            width: 250px;
            padding: 5px 10px; }
            .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-before {
              text-align: center;
              border-bottom: 1px solid #595b5d; }
              .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-before div {
                margin-bottom: -6px; }
              .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-before .title {
                font-family: Roboto, Arial, Verdana, sans-serif;
                font-weight: 600px;
                font-style: italic;
                font-size: 1.25rem;
                display: block;
                color: #c2c6cc;
                text-align: left; }
              .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-before .subtitle {
                font-family: Roboto, Arial, Verdana, sans-serif;
                font-weight: 200;
                font-style: italic;
                font-size: 1.25rem;
                display: block;
                color: #c2c6cc;
                text-align: left; }
              .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-before img {
                max-height: 160px; }
            .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-after {
              border-top: 1px solid #595b5d; }
              .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-after ul.checker {
                list-style-image: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/menu-checkmark.png");
                list-style-position: inside;
                margin-bottom: 5px; }
                .header-container .navigation-area .header .navigation .navigation-container.level0.menu_2 .cms-menu-after ul.checker li {
                  display: list-item;
                  font-family: Roboto, Arial, Verdana, sans-serif;
                  font-weight: 400;
                  font-style: normal;
                  font-size: 0.875rem;
                  color: #c2c6cc; }
          .header-container .navigation-area .header .navigation .navigation-container.level0.menu_3 {
            width: 215px; }
            .header-container .navigation-area .header .navigation .navigation-container.level0.menu_3 .short-text {
              display: block;
              line-height: 16px;
              padding: 15px;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: italic;
              font-size: 0.8125rem;
              color: #c2c6cc;
              text-align: center; }
          .header-container .navigation-area .header .navigation .navigation-container.level0.menu_4 {
            width: 180px; }
          .header-container .navigation-area .header .navigation .navigation-container.level0.menu_5 {
            width: 230px;
            left: -135px; }
        .header-container .navigation-area .header .navigation .nav-container {
          width: 100%; }
          .header-container .navigation-area .header .navigation .nav-container:before, .header-container .navigation-area .header .navigation .nav-container:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .header-container .navigation-area .header .navigation .nav-container:after {
            clear: both; }
          .header-container .navigation-area .header .navigation .nav-container ul li {
            display: inline-block;
            padding: 0 4px; }
            .header-container .navigation-area .header .navigation .nav-container ul li a {
              display: block;
              padding: 7px 5px 8px;
              text-transform: uppercase;
              color: #fff;
              text-decoration: none;
              font-family: "Roboto Condensed", Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 1.14286rem; }
              html.chrome .header-container .navigation-area .header .navigation .nav-container ul li a {
                -webkit-font-smoothing: antialiased; }
            .header-container .navigation-area .header .navigation .nav-container ul li.level0.over {
              background-color: rgba(47, 49, 49, 0.98); }
            .header-container .navigation-area .header .navigation .nav-container ul li.level0.active {
              background-color: #e58a2e;
              background: -webkit-gradient(linear, left top, left bottom, from(#e58a2e), to(#d0511e));
              background: -moz-linear-gradient(top, #e58a2e, #d0511e);
              background: -ms-linear-gradient(top, #e58a2e, #d0511e);
              background: linear-gradient(top, #e58a2e, #d0511e);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58a2e', endColorstr='#d0511e'); }
              .ie9 .header-container .navigation-area .header .navigation .nav-container ul li.level0.active, .ie8 .header-container .navigation-area .header .navigation .nav-container ul li.level0.active {
                background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/navi-background-ie.png) repeat-x left center; }
            .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container {
              left: 0;
              width: 100%;
              padding-left: 3.125%;
              padding-top: 1.17188%;
              background-color: rgba(47, 49, 49, 0.98); }
              .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container .navigation-container {
                background-color: transparent; }
              .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container.shown-sub2 {
                display: block !important;
                background-color: #2F3131; }
              .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0.shown-sub2 {
                display: block !important;
                background-color: #2F3131; }
              .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0 li {
                display: block; }
                .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0 li a {
                  color: #c2c6cc;
                  font-family: Roboto, Arial, Verdana, sans-serif;
                  font-weight: 400;
                  font-style: normal;
                  font-size: 0.85714rem;
                  border-bottom: 1px solid #595b5d; }
                  .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0 li a:hover, .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0 li a:active {
                    color: #fff; }
                .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0 li.level1:last-child a, .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0 li.level1.last a {
                  border-bottom: none; }
                .header-container .navigation-area .header .navigation .nav-container ul li .navigation-container ul.level0 li.level2 {
                  margin-left: 15px; }
            .header-container .navigation-area .header .navigation .nav-container ul li.mobile-navi-dropdown-links {
              display: none; }

@media screen and (max-width: 1170px) {
  .header-container .navigation-area .header {
    margin: 30px 9.84375% 0 9.84375%; } }
@media screen and (max-width: 992px) {
  .header-container .navigation-area .header {
    margin: 30px 5.64516% 0 5.64516%; } }
@media screen and (max-width: 900px) {
  .header-container .navigation-area .header {
    margin: 30px 2.82258% 0 2.82258%; }
    .header-container .navigation-area .header .navigation .nav-container ul li a {
      padding: 10px 4px; } }
@media screen and (max-width: 768px) {
  .header-container {
    padding-top: 60px; }
    .header-container .navigation-area .header {
      top: 60px;
      margin-top: 40px; }
      .header-container .navigation-area .header .navigation {
        display: none; } }
@media screen and (max-width: 480px) {
  .header-container .header {
    width: 95.83333%; } }

/*# sourceMappingURL=RC_Header.css.map */

/*
 * Modal windows
 *
 * Included everywhere on the website.
 * Addresses ONLY the modal windows
 *
 * @author Jarlssen GmbH
 * @see RC_Common.scss
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
body.modalOpened {
  overflow: hidden; }

[data-modal-trigger] {
  cursor: pointer; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  overflow-y: auto;
  text-transform: none; }

.modal-window {
  min-width: 62.5%;
  max-width: 71.875%;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(112, 112, 112, 0.9);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(112, 112, 112, 0.9);
  -moz-box-shadow: 0px 0px 4px 0px rgba(112, 112, 112, 0.9); }
  .modal-window.modal-alert {
    min-width: 300px;
    max-width: 600px; }
  .modal-window .modal-content {
    text-align: center;
    padding: 60px 3.125%;
    overflow: hidden;
    overflow-y: auto; }
    .modal-window .modal-content .modal-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem;
      margin-bottom: 40px; }
    .modal-window .modal-content .modal-content-container {
      position: relative; }
      .modal-window .modal-content .modal-content-container .titles {
        display: none; }
        .modal-window .modal-content .modal-content-container .titles .title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2.14286rem;
          margin-bottom: 10px; }
        .modal-window .modal-content .modal-content-container .titles .sub-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.57143rem;
          margin-top: 20px;
          margin-bottom: 10px; }
      .modal-window .modal-content .modal-content-container .video-container img {
        width: 100%;
        height: auto; }
      .modal-window .modal-content .modal-content-container .video-container iframe {
        position: absolute;
        left: 0;
        top: 0; }
    .modal-window .modal-content .modal-ok-button {
      margin-top: 40px; }
      .modal-window .modal-content .modal-ok-button button {
        min-width: 120px; }
    @media screen and (max-width: 480px) {
      .modal-window .modal-content {
        padding: 40px 8.33333%; } }
  .modal-window .modal-close {
    position: absolute;
    right: -40px;
    top: 30px;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #c85a1e url(https://www.racechip.de/skin/frontend/racechip/default/images/close-white.png) no-repeat center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    @media screen and (max-width: 700px) {
      .modal-window .modal-close {
        top: 0;
        right: 0;
        border-radius: 0;
        border-bottom-left-radius: 3px; } }
  .modal-window .modal-edit {
    display: inline-block;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-edit.png) no-repeat center;
    width: 18px;
    height: 18px; }
  @media screen and (max-width: 992px) {
    .modal-window {
      min-width: 80.64516%;
      max-width: 92.74194%;
      margin: 8.06452% auto 0 auto; } }
  @media screen and (max-width: 960px) {
    .modal-window {
      min-width: 83.33333%;
      max-width: 89.58333%;
      margin: 6.25% auto 0 auto; } }
  @media screen and (max-width: 768px) {
    .modal-window {
      max-width: 608px; } }
  @media screen and (max-width: 480px) {
    .modal-window {
      max-width: 480px; } }
  @media screen and (max-width: 320px) {
    .modal-window {
      max-width: 320px; } }

/*# sourceMappingURL=RC_ModalWindow.css.map */

/*
 * Car selector / picker
 *
 * Included everywhere on the website.
 * Addresses ONLY the car selector / pickers
 *
 * @author Jarlssen GmbH
 * @see RC_Common.scss
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.picker-container {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow-y: hidden;
  width: 29.16667%; }
  html.desktop .picker-container {
    min-width: 200px;
    max-width: 280px; }
    html.desktop .picker-container.car_manufacturer_picker-container {
      min-width: 24%; }
    html.desktop .picker-container.car_model_picker-container {
      min-width: 32%; }
    html.desktop .picker-container.car_engine_picker-container {
      min-width: 28%; }
  .picker-container .picker-selected {
    height: 65px;
    padding: 0 40px 0 20px;
    line-height: 62px;
    border: none;
    position: relative;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.35714rem;
    color: #3c3c3c;
    background-color: #dadada; }
    .picker-container .picker-selected .gradient {
      background: #dadada url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_picker_orange.png) no-repeat 95% center;
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(left, rgba(218, 218, 218, 0) 55%, #dadada 80%, #dadada 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(218, 218, 218, 0)), color-stop(80%, #dadada), color-stop(100%, #dadada));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(218, 218, 218, 0) 55%, #dadada 80%, #dadada 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(218, 218, 218, 0) 55%, #dadada 80%, #dadada 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(218, 218, 218, 0) 55%, #dadada 80%, #dadada 100%);
      /* IE10+ */
      background: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_picker_orange.png) no-repeat 95% center, linear-gradient(to right, rgba(218, 218, 218, 0) 55%, #dadada 80%, #dadada 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dadada', endColorstr='#dadada',GradientType=1 );
      /* IE6-8 */
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
    .picker-container .picker-selected.open .-label {
      display: none; }
    html.mobile .picker-container .picker-selected {
      display: none; }
  .picker-container .picker-filter {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 65px;
    border: none;
    line-height: 1.2;
    padding: 0 20px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.35714rem;
    color: #3c3c3c; }
  .picker-container.disabled .picker-selected {
    background-image: none;
    cursor: default;
    color: #8b8b8b; }
    .picker-container.disabled .picker-selected span.-label {
      color: #8b8b8b; }
  .picker-container ul.picker {
    display: none;
    width: 100%;
    max-height: 220px;
    overflow-y: auto; }
    .picker-container ul.picker li.option {
      text-align: left;
      line-height: 1.8;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      background-color: #fff;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 0.92857rem; }
      .picker-container ul.picker li.option a {
        display: block;
        padding-left: 20px;
        padding-right: 5px;
        color: #3c3c3c; }
        .picker-container ul.picker li.option a:hover, .picker-container ul.picker li.option a.-hovered {
          background-color: #c85a1e;
          color: #fff; }
      .picker-container ul.picker li.option.first {
        background: url(https://www.racechip.de/skin/frontend/racechip/default/images/picker-list-background.png) no-repeat top center;
        padding-top: 10px; }
        .picker-container ul.picker li.option.first a {
          color: #8b8b8b; }
          .picker-container ul.picker li.option.first a:hover, .picker-container ul.picker li.option.first a.-hovered {
            background-color: transparent;
            color: #8b8b8b;
            cursor: default; }
      .picker-container ul.picker li.option.last {
        border-bottom: 1px solid #fff; }
      .picker-container ul.picker li.option.selected a {
        color: #8b8b8b;
        cursor: default; }
        .picker-container ul.picker li.option.selected a:hover, .picker-container ul.picker li.option.selected a.-hovered {
          background-color: transparent;
          color: #8b8b8b; }
  .picker-container.open {
    -webkit-box-shadow: 0px 2px 5px 1px rgba(160, 160, 160, 0.73);
    -moz-box-shadow: 0px 2px 5px 1px rgba(160, 160, 160, 0.73);
    box-shadow: 0px 2px 5px 1px rgba(160, 160, 160, 0.73); }

form.car-selector-form .form-container {
  position: relative;
  height: 240px; }
form.car-selector-form.hsn {
  height: auto; }
  form.car-selector-form.hsn .form-container {
    height: auto; }
form.car-selector-form .selectors {
  width: 100%;
  position: absolute; }
  html.mobile form.car-selector-form .selectors {
    text-align: left;
    position: static; }
    html.mobile form.car-selector-form .selectors .picker-container {
      width: 80%;
      margin: 0 auto;
      display: block;
      margin-bottom: 12px;
      text-align: center;
      line-height: normal; }
    html.mobile form.car-selector-form .selectors select {
      width: 100%; }
    html.mobile form.car-selector-form .selectors.embedded {
      position: relative; }
      html.mobile form.car-selector-form .selectors.embedded .modal-trigger {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        height: 100%;
        z-index: 2; }
form.car-selector-form .form-buttons {
  width: 100%;
  position: absolute;
  bottom: 0; }
  form.car-selector-form .form-buttons button {
    width: 28.125%; }
    form.car-selector-form .form-buttons button.submit {
      margin-right: 10px; }
    @media screen and (max-width: 840px) {
      form.car-selector-form .form-buttons button {
        width: 44.27083%; }
        form.car-selector-form .form-buttons button.submit {
          margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      form.car-selector-form .form-buttons button {
        width: 70.83333%; }
        form.car-selector-form .form-buttons button.submit {
          margin-right: 0; } }
    @media screen and (max-width: 320px) {
      form.car-selector-form .form-buttons button {
        width: 87.5%; } }
  form.car-selector-form .form-buttons .select-by, form.car-selector-form .form-buttons .cr-pd-toggle {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.85714rem; }
  form.car-selector-form .form-buttons .cr-pd-toggle {
    margin-left: 10px; }
  form.car-selector-form .form-buttons.hsn {
    position: relative;
    margin-top: 40px; }
    form.car-selector-form .form-buttons.hsn .select-by, form.car-selector-form .form-buttons.hsn .cr-pd-toggle {
      width: auto; }
  html.mobile form.car-selector-form .form-buttons {
    position: static; }
form.car-selector-form .by-hsn-tsn {
  display: none;
  width: 80%;
  margin: 0 auto; }
  form.car-selector-form .by-hsn-tsn .selectors {
    position: relative; }
    form.car-selector-form .by-hsn-tsn .selectors .picker-container input[type="text"] {
      border: 1px solid #c8c8c8;
      -webkit-box-shadow: inset -1px 2px 2px 1px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset -1px 2px 2px 1px rgba(0, 0, 0, 0.15);
      box-shadow: inset -1px 2px 2px 1px rgba(0, 0, 0, 0.15);
      height: 60px;
      padding: 0 20px;
      width: 100%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem;
      color: #8b8b8b;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
      form.car-selector-form .by-hsn-tsn .selectors .picker-container input[type="text"].validation-failed {
        border: 1px solid #d12929;
        -webkit-box-shadow: inset -1px 2px 2px 1px rgba(224, 173, 173, 0.3);
        -moz-box-shadow: inset -1px 2px 2px 1px rgba(224, 173, 173, 0.3);
        box-shadow: inset -1px 2px 2px 1px rgba(224, 173, 173, 0.3); }
    form.car-selector-form .by-hsn-tsn .selectors .picker-container.hsn {
      width: 40%;
      margin-right: 5%; }
    form.car-selector-form .by-hsn-tsn .selectors .picker-container.tsn {
      width: 50%; }
    form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
      display: none; }
      form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button .info-link {
        display: none; }
    html.mobile form.car-selector-form .by-hsn-tsn .selectors .picker-container {
      display: block;
      width: 100%;
      margin-right: 0; }
      html.mobile form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
        display: none; }
    @media screen and (max-width: 480px) {
      form.car-selector-form .by-hsn-tsn .selectors .picker-container input[type="text"] {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 1.14286rem; } }
    @media screen and (max-width: 320px) {
      form.car-selector-form .by-hsn-tsn .selectors .picker-container input[type="text"] {
        height: 40px;
        padding: 0 10px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1rem; } }
    @media screen and (max-width: 768px) {
      form.car-selector-form .by-hsn-tsn .selectors .picker-container.hsn, form.car-selector-form .by-hsn-tsn .selectors .picker-container.tsn {
        display: block;
        margin: 0 auto 20px auto;
        width: 100%; } }
  form.car-selector-form .by-hsn-tsn.explanations {
    margin: 40px auto 0 auto;
    width: 80%; }
    form.car-selector-form .by-hsn-tsn.explanations img {
      float: left; }
    form.car-selector-form .by-hsn-tsn.explanations p {
      float: right;
      max-width: 62%;
      text-align: left;
      margin-left: 3%;
      margin-bottom: 20px;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.92857rem;
      line-height: 1.8; }
      @media screen and (max-width: 1115px) {
        form.car-selector-form .by-hsn-tsn.explanations p {
          max-width: 55%; } }
    @media screen and (max-width: 768px) {
      form.car-selector-form .by-hsn-tsn.explanations {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      form.car-selector-form .by-hsn-tsn.explanations p, form.car-selector-form .by-hsn-tsn.explanations img {
        float: none; }
      form.car-selector-form .by-hsn-tsn.explanations p {
        text-align: center;
        max-width: 100%;
        margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      form.car-selector-form .by-hsn-tsn.explanations p {
        text-align: left; } }
form.car-selector-form .cr-pd-explanations {
  display: none;
  color: #3c3c3c; }
form.car-selector-form .car-selector-error {
  margin: 0;
  padding-left: 10px;
  position: absolute;
  top: 80px;
  width: 100%; }
  form.car-selector-form .car-selector-error.hsn {
    position: static;
    margin-bottom: 0; }
  form.car-selector-form .car-selector-error span.content {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.28571rem;
    text-align: center; }

.modal-window.car-selector-modal .modal-content .cr-pd-container {
  margin-top: 40px; }
  .modal-window.car-selector-modal .modal-content .cr-pd-container .explanations {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92857rem; }
    .modal-window.car-selector-modal .modal-content .cr-pd-container .explanations p {
      line-height: 1.5;
      margin-bottom: 10px; }
.cr-pd-container .modal-title, .modal-window .modal-content .cr-pd-container .modal-title {
  margin-bottom: 20px;
  text-align: left;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem; }
.cr-pd-container .modal-sub-title, .modal-window .modal-content .cr-pd-container .modal-sub-title {
  margin-bottom: 30px;
  text-align: left; }
.cr-pd-container .explanations, .modal-window .modal-content .cr-pd-container .explanations {
  margin-bottom: 40px; }
  .cr-pd-container .explanations p, .modal-window .modal-content .cr-pd-container .explanations p {
    padding: 0; }
  .cr-pd-container .explanations h4, .cr-pd-container .explanations h5, .modal-window .modal-content .cr-pd-container .explanations h4, .modal-window .modal-content .cr-pd-container .explanations h5 {
    text-align: left;
    padding: 0; }
  .cr-pd-container .explanations h4, .modal-window .modal-content .cr-pd-container .explanations h4 {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.07143rem;
    margin-bottom: 10px; }
  .cr-pd-container .explanations h5, .modal-window .modal-content .cr-pd-container .explanations h5 {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92857rem; }
  .cr-pd-container .explanations .link, .modal-window .modal-content .cr-pd-container .explanations .link {
    text-transform: uppercase; }
  .cr-pd-container .explanations .explanation, .modal-window .modal-content .cr-pd-container .explanations .explanation {
    padding: 0; }
    .cr-pd-container .explanations .explanation.cr, .cr-pd-container .explanations .explanation.pd, .modal-window .modal-content .cr-pd-container .explanations .explanation.cr, .modal-window .modal-content .cr-pd-container .explanations .explanation.pd {
      float: left;
      width: 50%; }
  .cr-pd-container .explanations.cr-pd-titles:before, .cr-pd-container .explanations.cr-pd-titles:after, .cr-pd-container .explanations.cr-pd-images:before, .cr-pd-container .explanations.cr-pd-images:after, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-titles:before, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-titles:after, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images:before, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .cr-pd-container .explanations.cr-pd-titles:after, .cr-pd-container .explanations.cr-pd-images:after, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-titles:after, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images:after {
    clear: both; }
  .cr-pd-container .explanations.cr-pd-titles, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-titles {
    margin-bottom: 10px; }
    .cr-pd-container .explanations.cr-pd-titles h4, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-titles h4 {
      margin-bottom: 20px; }
    .cr-pd-container .explanations.cr-pd-titles .cr, .cr-pd-container .explanations.cr-pd-titles .pd, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-titles .cr, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-titles .pd {
      padding-left: 10px; }
  .cr-pd-container .explanations.cr-pd-images, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images {
    border: 1px solid #c8c8c8;
    background-color: #f9f9f9; }
    .cr-pd-container .explanations.cr-pd-images .cell, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cell {
      padding: 20px 8.06452% 0; }
    .cr-pd-container .explanations.cr-pd-images .cr, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cr {
      border-right: 1px solid #c8c8c8; }
    .cr-pd-container .explanations.cr-pd-images .cr .legend, .cr-pd-container .explanations.cr-pd-images .pd .legend, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cr .legend, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .pd .legend {
      text-align: left;
      margin-bottom: 20px;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; }
    .cr-pd-container .explanations.cr-pd-images .cr .image, .cr-pd-container .explanations.cr-pd-images .pd .image, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cr .image, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .pd .image {
      margin-bottom: 20px;
      width: 100%; }
      .cr-pd-container .explanations.cr-pd-images .cr .image img, .cr-pd-container .explanations.cr-pd-images .pd .image img, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cr .image img, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .pd .image img {
        width: 100%; }
.cr-pd-container table.cr-pd-table, .modal-window .modal-content .cr-pd-container table.cr-pd-table {
  width: 100%;
  margin: 0 0 20px; }
  .cr-pd-container table.cr-pd-table td, .cr-pd-container table.cr-pd-table th, .modal-window .modal-content .cr-pd-container table.cr-pd-table td, .modal-window .modal-content .cr-pd-container table.cr-pd-table th {
    padding: 5px 10px;
    border: 1px solid #c8c8c8; }
  .cr-pd-container table.cr-pd-table thead th, .modal-window .modal-content .cr-pd-container table.cr-pd-table thead th {
    text-align: left;
    font-weight: 400;
    border: none; }
  .cr-pd-container table.cr-pd-table tbody td, .modal-window .modal-content .cr-pd-container table.cr-pd-table tbody td {
    text-align: left;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92857rem;
    background-color: #f9f9f9; }

.wrapper .page .block-item.embedded-car-selector .content-area,
.wrapper .page .block-item.embedded-functional-car-selector .content-area {
  padding: 90px 0 0; }
.wrapper .page .block-item.embedded-car-selector .title, .wrapper .page .block-item.embedded-car-selector .sub-title,
.wrapper .page .block-item.embedded-functional-car-selector .title,
.wrapper .page .block-item.embedded-functional-car-selector .sub-title {
  text-align: center;
  margin: 0 auto; }
.wrapper .page .block-item.embedded-car-selector .sub-title,
.wrapper .page .block-item.embedded-functional-car-selector .sub-title {
  margin-top: 0; }
.wrapper .page .block-item.embedded-car-selector form.car-selector-form,
.wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form {
  width: 93.75%;
  margin: 50px auto 0 auto;
  text-align: center;
  height: auto; }
  .wrapper .page .block-item.embedded-car-selector form.car-selector-form .form-container,
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .form-container {
    height: auto; }
  .wrapper .page .block-item.embedded-car-selector form.car-selector-form .selectors,
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .selectors {
    position: static; }
  .wrapper .page .block-item.embedded-car-selector form.car-selector-form .form-buttons,
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .form-buttons {
    display: none; }
  .wrapper .page .block-item.embedded-car-selector form.car-selector-form .by-hsn-tsn.explanations,
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn.explanations {
    margin-bottom: 40px; }
.wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form {
  width: auto; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form:before, .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form:after {
    clear: both; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .car-selector-error {
    position: static; }
    .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .car-selector-error span.content {
      text-align: left; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car {
    width: 100%;
    height: 70px;
    position: relative; }
    .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car .selectors {
      position: absolute; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.hsn {
    display: inline-block;
    width: 25%;
    margin-right: 2.08333%; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.tsn {
    display: inline-block;
    width: 35.41667%;
    margin-right: 5px; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
    display: inline-block;
    line-height: 60px;
    width: auto; }
    .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button:before, .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button:after {
      clear: both; }
    html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
      display: inline-block; }
    .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button .info-link {
      display: inline-block;
      float: left;
      line-height: 24px;
      margin-top: 16px;
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-info.png); }
    .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button .btn {
      line-height: 60px;
      float: right; }
html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form {
  height: auto; }
  html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .car-selector-error {
    width: 80%;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
    html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .car-selector-error span.content {
      text-align: center; }
  html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car, html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn {
    width: 75%;
    margin: 0 auto;
    height: auto; }
    html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car .selectors, html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors {
      position: static; }
      html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car .selectors .picker-container, html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto; }
        html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car .selectors .picker-container.submit-button, html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
          display: block; }
  html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn.explanations {
    margin: 0 auto; }

@media screen and (max-width: 768px) {
  .cr-pd-container h2, .cr-pd-container h3, .cr-pd-container h4, .cr-pd-container h5, .cr-pd-container h6, .cr-pd-container p, .cr-pd-container .explanation, .modal-window .modal-content .cr-pd-container h2, .modal-window .modal-content .cr-pd-container h3, .modal-window .modal-content .cr-pd-container h4, .modal-window .modal-content .cr-pd-container h5, .modal-window .modal-content .cr-pd-container h6, .modal-window .modal-content .cr-pd-container p, .modal-window .modal-content .cr-pd-container .explanation {
    padding: 0 2.5%; }
  .cr-pd-container table, .cr-pd-container .explanations, .modal-window .modal-content .cr-pd-container table, .modal-window .modal-content .cr-pd-container .explanations {
    margin: 0 2.5%; }
  .cr-pd-container .modal-sub-title, .modal-window .modal-content .cr-pd-container .modal-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.35714rem; }
  .cr-pd-container .explanations, .modal-window .modal-content .cr-pd-container .explanations {
    margin-bottom: 40px; }
    .cr-pd-container .explanations.cr-pd-images .cell, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cell {
      padding: 20px 5.20833% 0; }

  html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector, html.desktop
  .wrapper .page .block-item.embedded-functional-car-selector .car-selector {
    min-height: 230px; }
    html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-car .picker-container, html.desktop
    .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-car .picker-container {
      position: absolute;
      left: 0;
      right: 0; }
      html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-car .picker-container.car_manufacturer_picker-container, html.desktop
      .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-car .picker-container.car_manufacturer_picker-container {
        top: 0;
        z-index: 4; }
      html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-car .picker-container.car_model_picker-container, html.desktop
      .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-car .picker-container.car_model_picker-container {
        top: 70px;
        z-index: 3; }
      html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-car .picker-container.car_engine_picker-container, html.desktop
      .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-car .picker-container.car_engine_picker-container {
        top: 140px;
        z-index: 2; }
    html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors, html.desktop
    .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors {
      width: 75%;
      margin: 0 auto; }
      html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container, html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.hsn, html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.tsn, html.desktop
      .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container, html.desktop
      .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.hsn, html.desktop
      .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.tsn {
        width: 100%; }
      html.desktop .wrapper .page .block-item.embedded-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button, html.desktop
      .wrapper .page .block-item.embedded-functional-car-selector .car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
        text-align: center; }
  .wrapper .page .block-item.embedded-car-selector .title, .wrapper .page .block-item.embedded-car-selector .sub-title,
  .wrapper .page .block-item.embedded-functional-car-selector .title,
  .wrapper .page .block-item.embedded-functional-car-selector .sub-title {
    padding: 0 11.71875%;
    text-align: left; }
  .wrapper .page .block-item.embedded-car-selector .title,
  .wrapper .page .block-item.embedded-functional-car-selector .title {
    margin-bottom: 10px; }
  .wrapper .page .block-item.embedded-car-selector .picker-container,
  .wrapper .page .block-item.embedded-functional-car-selector .picker-container {
    display: block;
    width: 57.29167%;
    margin: 0 auto 10px auto; }
    .wrapper .page .block-item.embedded-car-selector .picker-container .picker-selected,
    .wrapper .page .block-item.embedded-functional-car-selector .picker-container .picker-selected {
      text-align: left; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.hsn, .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.tsn, .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
    display: block;
    margin: 0 auto 10px auto;
    width: 52.08333%; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button .info-link {
    display: inline-block;
    line-height: 24px; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button .btn {
    float: none; } }
@media screen and (max-width: 580px) {
  .wrapper .page .block-item.embedded-car-selector .content-area,
  .wrapper .page .block-item.embedded-functional-car-selector .content-area {
    padding-top: 60px; }
  .wrapper .page .block-item.embedded-car-selector .title, .wrapper .page .block-item.embedded-car-selector .sub-title,
  .wrapper .page .block-item.embedded-functional-car-selector .title,
  .wrapper .page .block-item.embedded-functional-car-selector .sub-title {
    padding: 0 18.75%;
    text-align: center; }
  .wrapper .page .block-item.embedded-car-selector .picker-container,
  .wrapper .page .block-item.embedded-functional-car-selector .picker-container {
    width: 91.66667%; }
  .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.hsn, .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.tsn, .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container.submit-button {
    width: 83.33333%; }
  html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form {
    line-height: normal; }
    html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car, html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn {
      width: 95%; }
      html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car .selectors .picker-container, html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-hsn-tsn .selectors .picker-container {
        width: 98%; } }
@media screen and (max-width: 480px) {
  .modal-window.car-selector-modal .modal-content {
    padding: 40px 4.16667%; }
    .modal-window.car-selector-modal .modal-content .selectors {
      position: static; }
      .modal-window.car-selector-modal .modal-content .selectors .picker-container {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
        max-width: 400px; }
    .modal-window.car-selector-modal .modal-content .form-buttons {
      position: static;
      line-height: 20px; }
      .modal-window.car-selector-modal .modal-content .form-buttons a.select-by, .modal-window.car-selector-modal .modal-content .form-buttons a.cr-pd-toggle {
        line-height: 20px; }
    .modal-window.car-selector-modal .modal-content .form-container {
      height: auto; }

  .cr-pd-container .explanations .explanation, .modal-window .modal-content .cr-pd-container .explanations .explanation {
    padding: 0; }
    .cr-pd-container .explanations .explanation.cr, .cr-pd-container .explanations .explanation.pd, .modal-window .modal-content .cr-pd-container .explanations .explanation.cr, .modal-window .modal-content .cr-pd-container .explanations .explanation.pd {
      float: none;
      width: 100%;
      border: none; }
  .cr-pd-container .explanations.cr-pd-images, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images {
    border: none;
    background-color: transparent; }
    .cr-pd-container .explanations.cr-pd-images .cell, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cell {
      border: 1px solid #c8c8c8;
      background-color: #f9f9f9;
      padding-left: 8.33333%;
      padding-right: 8.33333%; }
    .cr-pd-container .explanations.cr-pd-images .cr h5, .cr-pd-container .explanations.cr-pd-images .pd h5, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .cr h5, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .pd h5 {
      padding-left: 2.08333%;
      margin-bottom: 10px;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.14286rem; }
    .cr-pd-container .explanations.cr-pd-images .pd, .modal-window .modal-content .cr-pd-container .explanations.cr-pd-images .pd {
      margin-top: 30px; }
  .cr-pd-container table.cr-pd-table td.no-480, .cr-pd-container table.cr-pd-table th.no-480, .modal-window .modal-content .cr-pd-container table.cr-pd-table td.no-480, .modal-window .modal-content .cr-pd-container table.cr-pd-table th.no-480 {
    display: none; }

  html.mobile .modal-window .modal-content .modal-title {
    margin-bottom: 20px;
    line-height: normal; }
  html.mobile form.car-selector-form .by-hsn-tsn.explanations {
    margin: 20px auto 0; }
  html.mobile form.car-selector-form .by-hsn-tsn .selectors .picker-container input[type="text"] {
    height: auto; }
  html.mobile form.car-selector-form .form-buttons.hsn {
    margin-top: 0; } }
@media screen and (max-width: 400px) {
  .wrapper .page .block-item.embedded-car-selector .content-area,
  .wrapper .page .block-item.embedded-functional-car-selector .content-area {
    padding-top: 40px; }
  .wrapper .page .block-item.embedded-car-selector .title, .wrapper .page .block-item.embedded-car-selector .sub-title,
  .wrapper .page .block-item.embedded-functional-car-selector .title,
  .wrapper .page .block-item.embedded-functional-car-selector .sub-title {
    padding: 0 6.25%; } }
@media screen and (max-width: 380px) {
  html.mobile .wrapper .page .block-item.embedded-functional-car-selector form.car-selector-form .by-car .selectors .picker-container {
    width: 90%; } }

/*# sourceMappingURL=RC_CarSelector.css.map */

/*
 * Footer stylesheet
 *
 * Included everywhere on the website.
 * Addresses the footer area, for all breakpoints.
 * Main layouting is in RC_Common.
 *
 * @author Jarlssen GmbH
 * @see RC_Common.scss
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.wrapper .page .footer-container {
  position: relative;
  z-index: 3;
  background-color: #3e3e3e; }
  .wrapper .page .footer-container .headline {
    color: #f2f2f2; }
  .wrapper .page .footer-container .main-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.14286rem;
    text-align: center; }
  .wrapper .page .footer-container .separator {
    border-top: 1px solid #313131; }
  .wrapper .page .footer-container .footer.footer-blocks {
    padding: 0 1.5625%;
    width: 100%;
    text-align: center; }
    .wrapper .page .footer-container .footer.footer-blocks:before, .wrapper .page .footer-container .footer.footer-blocks:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .footer-container .footer.footer-blocks:after {
      clear: both; }
    .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector {
      float: left;
      width: 50.40323%; }
      .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector .headline {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.14286rem;
        text-align: center;
        margin-bottom: 45px; }
      .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector img {
        margin-bottom: 16px; }
      .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector button.select-car {
        margin-bottom: 16px; }
  .wrapper .page .footer-container .footer.footer-reasons {
    width: 100%;
    text-align: center;
    margin-top: 40px; }
    .wrapper .page .footer-container .footer.footer-reasons .headline {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.14286rem;
      text-align: center;
      margin-bottom: 4.03226%; }
    .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container {
      width: 100%; }
      .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons {
        overflow: hidden; }
        .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons:before, .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons:after {
          clear: both; }
        .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item {
          float: left;
          margin-right: 0.50403%;
          width: 16.12903%;
          vertical-align: top; }
          .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item .icon {
            height: 72px;
            margin-bottom: 10px; }
            .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item .icon picture {
              display: inline;
              max-height: 100%;
              max-width: 100%; }
            .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item .icon img {
              margin: 0 auto;
              max-height: 100%; }
          .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item p {
            max-height: 53px;
            overflow: hidden;
            color: #f2f2f2;
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.78571rem;
            line-height: 1.2; }
            .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item p.long {
              display: block; }
            .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item p.short {
              display: none; }
          body.store-com .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item {
            width: 19.15323%; }
  .wrapper .page .footer-container .footer.footer-links-container {
    width: 100%; }
    .wrapper .page .footer-container .footer.footer-links-container .footer-links {
      padding-left: 17.1371%;
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/footer-logo-R.png) no-repeat 1.6129% 45px; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links:before, .wrapper .page .footer-container .footer.footer-links-container .footer-links:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links:after {
        clear: both; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links h2 {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.42857rem;
        margin-bottom: 1.5121%;
        color: #f2f2f2; }
        .wrapper .page .footer-container .footer.footer-links-container .footer-links h2 a {
          color: #f2f2f2; }
          .wrapper .page .footer-container .footer.footer-links-container .footer-links h2 a.no-link {
            cursor: default; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links .item {
        width: 30.12097%;
        float: left;
        margin-right: 4.03226%; }
        .wrapper .page .footer-container .footer.footer-links-container .footer-links .item:last-child {
          margin-right: 0; }
        .wrapper .page .footer-container .footer.footer-links-container .footer-links .item ul li {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem;
          line-height: 1.6; }
          .wrapper .page .footer-container .footer.footer-links-container .footer-links .item ul li a {
            text-transform: uppercase;
            color: #c0c0c0; }
            .wrapper .page .footer-container .footer.footer-links-container .footer-links .item ul li a:hover {
              color: #c85a1e; }
  .wrapper .page .footer-container .footer.seo-links-container {
    padding: 16px 1.6129% 40px; }
    .wrapper .page .footer-container .footer.seo-links-container .headline {
      text-align: center;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.85714rem;
      margin-bottom: 24px; }
    .wrapper .page .footer-container .footer.seo-links-container .item {
      display: inline-block;
      vertical-align: top;
      width: 16.12903%; }
      .wrapper .page .footer-container .footer.seo-links-container .item a {
        text-transform: uppercase;
        color: #c0c0c0;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
        .wrapper .page .footer-container .footer.seo-links-container .item a:hover, .wrapper .page .footer-container .footer.seo-links-container .item a:active {
          color: #c85a1e; }
  .wrapper .page .footer-container .copyright {
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78571rem;
    color: #f2f2f2; }
.wrapper .page .contact-data {
  display: block;
  line-height: 1.6;
  color: #fff; }
  .wrapper .page .contact-data.cost {
    color: #b0b0b0;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.71429rem;
    margin-top: 5px; }
  .wrapper .page .contact-data.phone-no {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.14286rem; }
.wrapper .page .footer-contact-widgets {
  float: right;
  width: 40.32258%; }
  .wrapper .page .footer-contact-widgets .headline {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.14286rem;
    text-align: center;
    margin-bottom: 16px; }
  .wrapper .page .footer-contact-widgets .bubbles {
    margin-top: 16px; }
    .wrapper .page .footer-contact-widgets .bubbles:before, .wrapper .page .footer-contact-widgets .bubbles:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .footer-contact-widgets .bubbles:after {
      clear: both; }
    .wrapper .page .footer-contact-widgets .bubbles .bubble {
      display: block;
      padding: 16px 0;
      text-align: center;
      color: #c85a1e;
      text-decoration: none;
      text-transform: uppercase;
      margin-bottom: 16px;
      width: 45%;
      height: auto;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem;
      position: relative; }
      .wrapper .page .footer-contact-widgets .bubbles .bubble .-transparency {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #fff;
        filter: alpha(opactiy=75);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        -moz-opacity: 0.75;
        -khtml-opacity: 0.75;
        opacity: 0.75;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box; }
        .wrapper .page .footer-contact-widgets .bubbles .bubble .-transparency .-tail {
          position: absolute;
          bottom: -10px;
          right: 10%;
          width: 0;
          height: 0;
          border: none;
          border-bottom-width: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff; }
          .wrapper .page .footer-contact-widgets .bubbles .bubble .-transparency .-tail.flipped {
            right: auto;
            left: 10%; }
      .wrapper .page .footer-contact-widgets .bubbles .bubble .-content {
        z-index: 2;
        position: relative; }
      .wrapper .page .footer-contact-widgets .bubbles .bubble .icon {
        position: relative;
        z-index: 1;
        display: block;
        margin: 0 auto 6px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        /* Firefox 3.6 */
        background-position: center;
        /* Internet Explorer 7/8 */ }
      .wrapper .page .footer-contact-widgets .bubbles .bubble:hover {
        color: #3c3c3c; }
      .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email {
        float: right; }
        .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email .icon {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-email.png);
          margin-bottom: 14px;
          width: 32px;
          height: 32px; }
        .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email:hover .icon, .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email:active .icon {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-email.png); }
      .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-chat, .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone {
        float: left; }
        .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-chat .icon, .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone .icon {
          margin-bottom: 7px; }
      .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-chat .icon {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-chat.png);
        width: 32px;
        height: 32px; }
      .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-chat:hover .icon, .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-chat:active .icon {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-chat.png); }
      .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone {
        display: none; }
        .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone .icon {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-phone.png);
          width: 31px;
          height: 31px;
          margin-bottom: 7px; }
        .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone:hover .icon, .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone:active .icon {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-phone.png); }
  .wrapper .page .footer-contact-widgets.-is-mobile .bubbles .bubble-chat {
    display: none; }
  .wrapper .page .footer-contact-widgets.-is-mobile .bubbles .bubble-phone {
    display: block; }
  .wrapper .page .footer-contact-widgets.-is-mobile .contact-data {
    display: none; }

@media screen and (max-width: 850px) {
  .wrapper .page .footer-container .footer.footer-links-container .footer-links .item:first-child, .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.first {
    padding-left: 1.6129%; }

  .wrapper .page .footer-container .footer.footer-links-container .footer-links .item:first-child, .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.first {
    padding-left: 1.6129%; }
  .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item p.long {
    display: none; }
  .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item p.short {
    display: block; } }
@media screen and (min-width: 769px) {
  .wrapper.car-selected .page .footer-container .footer.footer-blocks .footer-car-selector {
    display: none; }
  .wrapper.car-selected .page .footer-contact-widgets {
    float: none;
    margin: 0 auto;
    position: relative;
                /*.bubbles {
                    display: block;
                    position: absolute;
                    width: 100%;
                    margin-top: $_margin-top;

                    .bubble {
                        width: percentage(240px/$bkPtDesktop);
                        padding: 25px 0;

                        .-transparency .-tail {
                            @include triangle(right);

                            left: auto;
                            top: auto;
                            bottom: 15%;
                            right: -10px;

                            &.flipped {
                                @include triangle(left);

                                left: -10px;
                                bottom: 15%;
                                right: auto;
                            }
                        }
                    }
                }*/ }
    .wrapper.car-selected .page .footer-contact-widgets img {
      margin-top: 4.03226%; } }
@media screen and (max-width: 768px) {
  .wrapper.car-selected .page .footer-container .footer.footer-blocks .footer-car-selector {
    display: none; }
  .wrapper .page .footer-container {
    padding-top: 40px; }
    .wrapper .page .footer-container .headline, .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector .headline, .wrapper .page .footer-container .footer.footer-reasons .headline {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.85714rem; }
    .wrapper .page .footer-container .footer.footer-blocks {
      margin-bottom: -1px; }
      .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector, .wrapper .page .footer-container .footer.footer-blocks .footer-contact-widgets {
        float: none;
        width: 100%; }
      .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector {
        margin-bottom: 6.51042%; }
        .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector .headline {
          margin-bottom: 30px; }
        .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector .image {
          display: none; }
        .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector button.select-car {
          display: block;
          padding: 0 40px 0 60px;
          margin: 0 auto 2.60417%;
          background-position: 30px; }
      .wrapper .page .footer-container .footer.footer-blocks .footer-contact-widgets {
        width: 48.17708%;
        margin: 0 auto; }
    .wrapper .page .footer-container .footer.footer-reasons {
      padding-bottom: 20px; }
      .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container {
        padding: 0 4.6875%;
        height: 20.83333%; }
        .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons {
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch;
          height: 20.83333%;
          white-space: nowrap;
          padding-bottom: 16px;
          margin-bottom: -16px; }
          .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item {
            float: none;
            display: inline-block;
            white-space: normal;
            width: 10.41667%;
            margin-right: 6.51042%; }
            .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item:last-child {
              margin-right: 0; }
            .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item .icon {
              height: 15.625%; }
    .wrapper .page .footer-container .footer.footer-links-container .footer-links {
      padding: 0 3.90625%;
      background-image: none; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links h2 {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.28571rem;
        margin-bottom: 10px;
        margin-top: 10px; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links .item {
        width: 33.3333%;
        padding-right: 2.60417%;
        margin-right: 0; }
        .wrapper .page .footer-container .footer.footer-links-container .footer-links .item:first-child, .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.first {
          float: left;
          padding-left: 0;
          background: none;
          width: 39%; }
        .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.second {
          padding-right: 2.60417%;
          width: 31%; }
        .wrapper .page .footer-container .footer.footer-links-container .footer-links .item:last-child, .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.last {
          margin-right: 0;
          padding-right: 0;
          width: 28%; }
        .wrapper .page .footer-container .footer.footer-links-container .footer-links .item ul li {
          line-height: 1.7; }
    .wrapper .page .footer-container .footer.seo-links-container {
      padding: 0 3.90625% 5.20833%; }
      .wrapper .page .footer-container .footer.seo-links-container .item {
        width: 33.3333%; }
        .wrapper .page .footer-container .footer.seo-links-container .item li {
          line-height: 1.6; }
      .wrapper .page .footer-container .footer.seo-links-container .-mobile-seo-links {
        width: 90%;
        margin: 0 auto;
        padding-left: 11.71875%; }
    .wrapper .page .footer-container.no-shop .separator.first {
      margin-top: 0;
      margin-bottom: 5px; }
  .wrapper .page .footer-contact-widgets h1 {
    margin-bottom: 3.90625%; }
  .wrapper .page .footer-contact-widgets .bubbles .bubble {
    width: 43.5%;
    padding: 15px 0; }
    .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email .icon {
      width: 30px;
      height: 23px; }
    .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-chat .icon {
      width: 27px;
      height: 30px; }
    .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone .icon {
      width: 34px;
      height: 33px; }
  .wrapper .page .costs-placeholder {
    text-align: center; } }
@media screen and (max-width: 480px) {
  .wrapper .page .footer-container .over-480 {
    display: none; }
  .wrapper .page .footer-container .headline, .wrapper .page .footer-container .footer.footer-blocks .footer-car-selector .headline, .wrapper .page .footer-container .footer.footer-reasons .headline {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem; }
  .wrapper .page .footer-container .separator.first, .wrapper .page .footer-container .separator.second, .wrapper .page .footer-container .costs-placeholder {
    display: none; }
  .wrapper .page .footer-container .footer.footer-blocks {
    width: 87.5%; }
    .wrapper .page .footer-container .footer.footer-blocks .footer-contact-widgets {
      width: 100%; }
  .wrapper .page .footer-container .footer.footer-reasons {
    display: none; }
  .wrapper .page .footer-container .footer.footer-links-container .footer-links {
    padding: 0 4.16667%; }
    .wrapper .page .footer-container .footer.footer-links-container .footer-links .item {
      margin: 0;
      clear: both; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links .item h2 {
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_big.png) no-repeat center left;
        background-size: 17px auto;
        padding-left: 24px;
        margin-bottom: 14px; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links .item ul {
        display: none; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links .item:first-child, .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.first {
        width: 100%;
        float: none;
        background: none;
        padding-left: 0;
        margin-top: 40px; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.second {
        width: 100%;
        float: none;
        padding-right: 0; }
      .wrapper .page .footer-container .footer.footer-links-container .footer-links .item:last-child, .wrapper .page .footer-container .footer.footer-links-container .footer-links .item.last {
        width: 100%;
        float: none; }
  .wrapper .page .footer-container .footer.seo-links-container {
    padding: 0 4.16667% 12.5%; }
    .wrapper .page .footer-container .footer.seo-links-container h1 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; }
    .wrapper .page .footer-container .footer.seo-links-container .item {
      width: 50%; } }
@media screen and (max-width: 320px) {
  .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container {
    height: 50%; }
    .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons {
      height: 50%; }
      .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item {
        width: 25%;
        margin-right: 14.0625%; }
        .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item .icon {
          height: 31.25%; }
        .wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container .reasons-icons .item p {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; } }

/*# sourceMappingURL=RC_Footer.css.map */

/*
 * General forms stylesheet
 *
 * Included everywhere on the website.
 * Addresses all forms with all elements, for all breakpoints.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
button.btn, a.btn, input[type="button"] {
  display: inline-block;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 38px;
  padding: 0 20px;
  color: #fff;
  background-color: #e58a2e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e58a2e), to(#c85a1e));
  background: -moz-linear-gradient(top, #e58a2e, #c85a1e);
  background: -ms-linear-gradient(top, #e58a2e, #c85a1e);
  background: linear-gradient(top, #e58a2e, #c85a1e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58a2e', endColorstr='#c85a1e'); }
  body.ie8 button.btn, body.ie8 a.btn, body.ie8 input[type="button"] {
    filter: none; }
  button.btn:hover, button.btn:active, a.btn:hover, a.btn:active, input[type="button"]:hover, input[type="button"]:active {
    color: #fff;
    background-image: none #c85a1e; }
  button.btn.big-btn, a.btn.big-btn, input[type="button"].big-btn {
    line-height: 50px;
    padding: 0 40px 4px;
    min-width: 300px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.14286rem;
    background-color: #e58a2e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e58a2e), to(#c85a1e));
    background: -moz-linear-gradient(top, #e58a2e, #c85a1e);
    background: -ms-linear-gradient(top, #e58a2e, #c85a1e);
    background: linear-gradient(top, #e58a2e, #c85a1e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58a2e', endColorstr='#c85a1e');
    background: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_white.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#e58a2e), to(#c85a1e));
    background: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_white.png) no-repeat left center, -moz-linear-gradient(top, #e58a2e, #c85a1e);
    background: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_white.png) no-repeat left center, -ms-linear-gradient(top, #e58a2e, #c85a1e);
    background: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_white.png) no-repeat left center, linear-gradient(top, #e58a2e, #c85a1e);
    background-position: 20px center; }
  button.btn.call-to-action, a.btn.call-to-action, input[type="button"].call-to-action {
    background-color: #51ba1b;
    background: -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
    background: -moz-linear-gradient(top, #51ba1b, #388513);
    background: -ms-linear-gradient(top, #51ba1b, #388513);
    background: linear-gradient(top, #51ba1b, #388513);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513'); }
    button.btn.call-to-action:hover, button.btn.call-to-action:active, a.btn.call-to-action:hover, a.btn.call-to-action:active, input[type="button"].call-to-action:hover, input[type="button"].call-to-action:active {
      background: none #388513; }
  button.btn.gray, a.btn.gray, input[type="button"].gray {
    background-color: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d0d0d0));
    background: -moz-linear-gradient(top, #ebebeb, #d0d0d0);
    background: -ms-linear-gradient(top, #ebebeb, #d0d0d0);
    background: linear-gradient(top, #ebebeb, #d0d0d0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d0d0d0');
    color: #3c3c3c; }
    button.btn.gray:hover, button.btn.gray:active, a.btn.gray:hover, a.btn.gray:active, input[type="button"].gray:hover, input[type="button"].gray:active {
      background: none #d0d0d0; }
  button.btn.simple, a.btn.simple, input[type="button"].simple {
    color: #737373;
    border: 1px solid #b4b4b4;
    background: none;
    filter: none;
    padding: 0 12px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.85714rem; }
    button.btn.simple:hover, button.btn.simple:active, a.btn.simple:hover, a.btn.simple:active, input[type="button"].simple:hover, input[type="button"].simple:active {
      color: #c85a1e; }
  button.btn.btn-link, a.btn.btn-link, input[type="button"].btn-link {
    background: none;
    color: #c85a1e;
    text-transform: none;
    width: auto;
    padding: 0; }
  button.btn.select-car, a.btn.select-car, input[type="button"].select-car {
    background-color: #e58a2e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e58a2e), to(#c85a1e));
    background: -moz-linear-gradient(top, #e58a2e, #c85a1e);
    background: -ms-linear-gradient(top, #e58a2e, #c85a1e);
    background: linear-gradient(top, #e58a2e, #c85a1e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58a2e', endColorstr='#c85a1e');
    background-color: #e58a2e;
    background-image: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left;
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -webkit-gradient(linear, left top, left bottom, from(#e58a2e), to(#c85a1e));
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -moz-linear-gradient(top, #e58a2e, #c85a1e);
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -ms-linear-gradient(top, #e58a2e, #c85a1e);
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, linear-gradient(top, #e58a2e, #c85a1e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58a2e', endColorstr='#c85a1e');
    padding: 0 8.06452% 0 13.10484%;
    background-position: 35px;
    background-size: 22px, cover; }
    button.btn.select-car.green, a.btn.select-car.green, input[type="button"].select-car.green {
      background-color: #51ba1b;
      background: -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
      background: -moz-linear-gradient(top, #51ba1b, #388513);
      background: -ms-linear-gradient(top, #51ba1b, #388513);
      background: linear-gradient(top, #51ba1b, #388513);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513');
      background-color: #51ba1b;
      background-image: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left;
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -moz-linear-gradient(top, #51ba1b, #388513);
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -ms-linear-gradient(top, #51ba1b, #388513);
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, linear-gradient(top, #51ba1b, #388513);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513');
      background-position: 35px;
      background-size: 22px, cover; }
      button.btn.select-car.green:hover, button.btn.select-car.green:active, a.btn.select-car.green:hover, a.btn.select-car.green:active, input[type="button"].select-car.green:hover, input[type="button"].select-car.green:active {
        background-color: #388513;
        background: -webkit-gradient(linear, left top, left bottom, from(#388513), to(#51ba1b));
        background: -moz-linear-gradient(top, #388513, #51ba1b);
        background: -ms-linear-gradient(top, #388513, #51ba1b);
        background: linear-gradient(top, #388513, #51ba1b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#388513', endColorstr='#51ba1b');
        background-color: #388513;
        background-image: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left;
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -webkit-gradient(linear, left top, left bottom, from(#388513), to(#51ba1b));
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -moz-linear-gradient(top, #388513, #51ba1b);
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, -ms-linear-gradient(top, #388513, #51ba1b);
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/selector-icon.png") no-repeat center left, linear-gradient(top, #388513, #51ba1b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#388513', endColorstr='#51ba1b');
        background-position: 35px;
        background-size: 22px, cover; }
  button.btn:disabled, button.btn.disabled, a.btn:disabled, a.btn.disabled, input[type="button"]:disabled, input[type="button"].disabled {
    background: none #dadada;
    color: #8b8b8b; }
    button.btn:disabled:hover, button.btn.disabled:hover, a.btn:disabled:hover, a.btn.disabled:hover, input[type="button"]:disabled:hover, input[type="button"].disabled:hover {
      cursor: default; }
  button.btn:focus, a.btn:focus, input[type="button"]:focus {
    outline: 0; }

input[type="text"], input[type="password"], select {
  width: 100%;
  max-width: 418px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  padding: 0 5px;
  font-size: 16px; }

textarea {
  border-radius: 2px; }

input[type="text"], input[type="password"], textarea {
  border: 1px solid #c8c8c8; }
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #d0511e;
    box-shadow: 0px 0px 0px 3px #dcb893;
    -webkit-box-shadow: 0px 0px 0px 3px #dcb893;
    -moz-box-shadow: 0px 0px 0px 3px #dcb893; }
  input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled {
    background-color: #e2e2e2;
    color: #8b8b8b; }
  input[type="text"].validation-failed, input[type="password"].validation-failed, textarea.validation-failed {
    border: 1px solid #d12929;
    box-shadow: 0px 0px 0px 3px #e0adad;
    -webkit-box-shadow: 0px 0px 0px 3px #e0adad;
    -moz-box-shadow: 0px 0px 0px 3px #e0adad; }
  input[type="text"].validation-passed, input[type="password"].validation-passed, textarea.validation-passed {
    border: 1px solid #3a8814;
    box-shadow: 0px 0px 0px 3px #afc6a3;
    -webkit-box-shadow: 0px 0px 0px 3px #afc6a3;
    -moz-box-shadow: 0px 0px 0px 3px #afc6a3; }

.fields {
  padding: 0 3px; }

.customer-dob .dob-day, .customer-dob .dob-month {
  width: 80px;
  display: inline-block;
  margin-right: 5px; }
.customer-dob .dob-year {
  width: 100px;
  display: inline-block; }
.customer-dob.validation-error div.selector.fixedWidth {
  height: 40px; }

/* Select */
.validation-error div.selector.fixedWidth {
  height: 60px; }
  .validation-error div.selector.fixedWidth span {
    border: 1px solid #d12929;
    box-shadow: 0px 0px 0px 3px #e0adad;
    -webkit-box-shadow: 0px 0px 0px 3px #e0adad;
    -moz-box-shadow: 0px 0px 0px 3px #e0adad; }

.validation-passed div.selector.fixedWidth span {
  border: 1px solid #3a8814;
  box-shadow: 0px 0px 0px 3px #afc6a3;
  -webkit-box-shadow: 0px 0px 0px 3px #afc6a3;
  -moz-box-shadow: 0px 0px 0px 3px #afc6a3; }

div.selector {
  overflow: visible;
  position: relative; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    position: absolute;
    top: 2px;
    left: 0; }

div.selector.fixedWidth {
  padding: 0;
  max-width: 418px;
  width: 100%;
  height: 40px;
  background: none;
  text-align: left; }
  div.selector.fixedWidth.focus span {
    border: 1px solid #d0511e;
    box-shadow: 0px 0px 0px 3px #dcb893;
    -webkit-box-shadow: 0px 0px 0px 3px #dcb893;
    -moz-box-shadow: 0px 0px 0px 3px #dcb893; }
  div.selector.fixedWidth span {
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 0 45px 0 5px;
    line-height: 40px;
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/select-arrow.png") no-repeat center right #fff;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    overflow: hidden; }
  div.selector.fixedWidth select {
    height: 40px; }
  div.selector.fixedWidth .validation-advice {
    margin-top: 40px;
    position: absolute; }

div.uniform-selector, div.uniform-checker, div.uniform-button, div.uniform-radio, div.uniform-uploader {
  display: inline-block;
  vertical-align: middle; }

div.uniform-selector {
  width: 100%; }
  div.uniform-selector .selector {
    display: block; }
    div.uniform-selector .selector span.default-option {
      font-style: italic; }

div.radio {
  width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  div.radio span {
    height: 100%;
    width: 100%;
    display: inline-block;
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-unchecked.png") no-repeat center; }
    div.radio span.checked {
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-checked.png") no-repeat center; }
    div.radio span input {
      height: 100%;
      width: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0; }
  div.radio.hover, div.radio.focus {
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-hover.png") no-repeat center; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-checked-hover.png") no-repeat center; }

div.checker {
  width: 36px;
  height: 36px;
  background: none;
  display: inline-block;
  vertical-align: middle; }
  div.checker span {
    height: 100%;
    width: 100%;
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-unchecked.png") no-repeat center;
    display: inline-block; }
    div.checker span.checked {
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-checked.png") no-repeat center; }
    div.checker span input {
      height: 100%;
      width: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      display: inline-block; }
  div.checker.hover, div.checker.focus {
    background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-hover.png") no-repeat center; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-checked-hover.png") no-repeat center; }

.wrapper-call-to-action-checkbox {
  max-width: 138px;
  background-color: #51ba1b;
  background: -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
  background: -moz-linear-gradient(top, #51ba1b, #388513);
  background: -ms-linear-gradient(top, #51ba1b, #388513);
  background: linear-gradient(top, #51ba1b, #388513);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513'); }
  .wrapper-call-to-action-checkbox.wrapper-disabled.hover, .wrapper-call-to-action-checkbox.wrapper-disabled:hover {
    background-color: #51ba1b;
    background: -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
    background: -moz-linear-gradient(top, #51ba1b, #388513);
    background: -ms-linear-gradient(top, #51ba1b, #388513);
    background: linear-gradient(top, #51ba1b, #388513);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513'); }
    .wrapper-call-to-action-checkbox.wrapper-disabled.hover div.checker, .wrapper-call-to-action-checkbox.wrapper-disabled:hover div.checker {
      height: 30px;
      width: 30px;
      border-top: 1px solid #529033;
      border-bottom: 1px solid #46742f;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%);
      margin: 5px;
      position: relative; }
      .wrapper-call-to-action-checkbox.wrapper-disabled.hover div.checker.disabled, .wrapper-call-to-action-checkbox.wrapper-disabled:hover div.checker.disabled {
        border-top: 1px solid #529033;
        border-bottom: 1px solid #46742f;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-position: 0 0, 100% 0;
        background-repeat: no-repeat;
        -webkit-background-size: 1px 100%;
        -moz-background-size: 1px 100%;
        background-size: 1px 100%;
        background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
        background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
        background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
        background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%); }
        .wrapper-call-to-action-checkbox.wrapper-disabled.hover div.checker.disabled span, .wrapper-call-to-action-checkbox.wrapper-disabled:hover div.checker.disabled span {
          border-top: 1px solid #74c838;
          border-bottom: 1px solid #60a72e;
          border-left: none;
          box-sizing: border-box;
          height: 30px;
          width: 28px;
          margin-left: 1px; }
          .wrapper-call-to-action-checkbox.wrapper-disabled.hover div.checker.disabled span.checked, .wrapper-call-to-action-checkbox.wrapper-disabled:hover div.checker.disabled span.checked {
            background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white-disabled.png") no-repeat top left transparent; }
  .wrapper-call-to-action-checkbox label {
    padding: 0 43px 0 10px;
    margin-right: -40px;
    line-height: 40px;
    display: inline-block;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle; }
  .wrapper-call-to-action-checkbox div.checker {
    height: 30px;
    width: 30px;
    border-top: 1px solid #529033;
    border-bottom: 1px solid #46742f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%;
    -moz-background-size: 1px 100%;
    background-size: 1px 100%;
    background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%);
    margin: 5px;
    position: relative; }
    .wrapper-call-to-action-checkbox div.checker.disabled {
      border-top: 1px solid #529033;
      border-bottom: 1px solid #46742f;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%); }
      .wrapper-call-to-action-checkbox div.checker.disabled span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white-disabled.png") no-repeat top left transparent; }
    .wrapper-call-to-action-checkbox div.checker span {
      border-top: 1px solid #74c838;
      border-bottom: 1px solid #60a72e;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      background-size: 1px 100%;
      background-image: linear-gradient(to bottom, #74c838 0%, #60a72e 100%);
      height: 30px;
      width: 28px;
      margin-left: 1px; }
      .wrapper-call-to-action-checkbox div.checker span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white.png") no-repeat top left transparent;
        background-size: 100% 100%; }
      .wrapper-call-to-action-checkbox div.checker span input {
        width: 40px;
        height: 40px;
        top: -5px;
        left: -5px;
        position: absolute; }
  .wrapper-call-to-action-checkbox.hover, .wrapper-call-to-action-checkbox:hover {
    background: #398513; }
    .wrapper-call-to-action-checkbox.hover div.checker, .wrapper-call-to-action-checkbox:hover div.checker {
      border-top: 1px solid #45732e;
      border-bottom: 1px solid #45732e;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #45732e 0%, #45732e 100%), -webkit-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: -moz-linear-gradient(top, #45732e 0%, #45732e 100%), -moz-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: -o-linear-gradient(top, #45732e 0%, #45732e 100%), -o-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: linear-gradient(to bottom, #45732e 0%, #45732e 100%), linear-gradient(to bottom, #45732e 0%, #45732e 100%); }
      .wrapper-call-to-action-checkbox.hover div.checker span, .wrapper-call-to-action-checkbox:hover div.checker span {
        border-top: 1px solid #5fa32c;
        border-left: 1px solid #5fa32c;
        margin-left: 1px;
        background: none; }
        .wrapper-call-to-action-checkbox.hover div.checker span.checked, .wrapper-call-to-action-checkbox:hover div.checker span.checked {
          background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white.png") no-repeat -1px top transparent; }

.wrapper-call-to-action-radio {
  max-width: 138px;
  background-color: #51ba1b;
  background: -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
  background: -moz-linear-gradient(top, #51ba1b, #388513);
  background: -ms-linear-gradient(top, #51ba1b, #388513);
  background: linear-gradient(top, #51ba1b, #388513);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513'); }
  .wrapper-call-to-action-radio label {
    padding: 0 43px 0 10px;
    margin-right: -40px;
    line-height: 40px;
    display: inline-block;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle; }
  .wrapper-call-to-action-radio .radio {
    height: 30px;
    width: 30px;
    border-top: 1px solid #529033;
    border-bottom: 1px solid #46742f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%;
    -moz-background-size: 1px 100%;
    background-size: 1px 100%;
    background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%);
    margin: 5px; }
    .wrapper-call-to-action-radio .radio.disabled {
      border-top: 1px solid #529033;
      border-bottom: 1px solid #46742f;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%); }
      .wrapper-call-to-action-radio .radio.disabled span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white-disabled.png") no-repeat top left transparent;
        background-size: 100% 100%; }
    .wrapper-call-to-action-radio .radio span {
      border-top: 1px solid #74c838;
      border-bottom: 1px solid #60a72e;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      background-size: 1px 100%;
      background-image: linear-gradient(to bottom, #74c838 0%, #60a72e 100%);
      height: 30px;
      width: 28px;
      margin-left: 1px; }
      .wrapper-call-to-action-radio .radio span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white.png") no-repeat top left transparent;
        background-size: 100% 100%; }
      .wrapper-call-to-action-radio .radio span input {
        width: 40px;
        height: 40px;
        top: -5px;
        left: -5px;
        position: absolute; }
  .wrapper-call-to-action-radio.focus, .wrapper-call-to-action-radio.active {
    background-color: #51ba1b;
    background: -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
    background: -moz-linear-gradient(top, #51ba1b, #388513);
    background: -ms-linear-gradient(top, #51ba1b, #388513);
    background: linear-gradient(top, #51ba1b, #388513);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513'); }
    .wrapper-call-to-action-radio.focus .radio, .wrapper-call-to-action-radio.active .radio {
      border-top: 1px solid #529033;
      border-bottom: 1px solid #46742f;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%); }
  .wrapper-call-to-action-radio.hover, .wrapper-call-to-action-radio:hover, .wrapper-call-to-action-radio.focus {
    background: #398513; }
    .wrapper-call-to-action-radio.hover .radio, .wrapper-call-to-action-radio:hover .radio, .wrapper-call-to-action-radio.focus .radio {
      border-top: 1px solid #45732e;
      border-bottom: 1px solid #45732e;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #45732e 0%, #45732e 100%), -webkit-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: -moz-linear-gradient(top, #45732e 0%, #45732e 100%), -moz-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: -o-linear-gradient(top, #45732e 0%, #45732e 100%), -o-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: linear-gradient(to bottom, #45732e 0%, #45732e 100%), linear-gradient(to bottom, #45732e 0%, #45732e 100%); }
      .wrapper-call-to-action-radio.hover .radio span, .wrapper-call-to-action-radio:hover .radio span, .wrapper-call-to-action-radio.focus .radio span {
        border-top: 1px solid #5fa32c;
        border-left: 1px solid #5fa32c;
        background: none; }
        .wrapper-call-to-action-radio.hover .radio span.checked, .wrapper-call-to-action-radio:hover .radio span.checked, .wrapper-call-to-action-radio.focus .radio span.checked {
          background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white.png") no-repeat -1px top transparent;
          background-size: 100% 100%; }

.wrapper-call-to-action-checkbox, .wrapper-call-to-action-radio {
  overflow: hidden;
  position: relative; }
  .wrapper-call-to-action-checkbox .button-shimmer, .wrapper-call-to-action-radio .button-shimmer {
    width: 100px;
    height: 40px;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 4s infinite;
    -webkit-animation: shimmer 4s infinite; }
@keyframes shimmer {
  0% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    left: -100%;
    top: 0px; }
  15% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    left: 100%;
    top: 0px; }
  100% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    left: 100%;
    top: 0px; } }
@-webkit-keyframes shimmer {
  0% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    left: -100%;
    top: 0px; }
  15% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    left: 100%;
    top: 0px; }
  100% {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    left: 100%;
    top: 0px; } }
  .wrapper-call-to-action-checkbox:hover .button-shimmer, .wrapper-call-to-action-checkbox.noShimmer .button-shimmer, .wrapper-call-to-action-checkbox.wrapper-noShimmer .button-shimmer, .wrapper-call-to-action-radio:hover .button-shimmer, .wrapper-call-to-action-radio.noShimmer .button-shimmer, .wrapper-call-to-action-radio.wrapper-noShimmer .button-shimmer {
    animation: none;
    background: transparent; }

@media screen and (max-width: 480px) {
  input[type="text"], input[type="password"] {
    height: 36px;
    font-size: 14px; }

  div.selector.fixedWidth {
    height: 36px; }
    div.selector.fixedWidth span {
      height: 36px;
      line-height: 36px;
      font-size: 14px; }
    div.selector.fixedWidth select {
      height: 36px; }

  div.radio {
    width: 30px;
    height: 35px; }
    div.radio span {
      height: 100%;
      width: 100%;
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-unchecked-small.png") no-repeat center; }
      div.radio span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-checked-small.png") no-repeat center; }
      div.radio span input {
        height: 100%;
        width: 100%; }
    div.radio.hover, div.radio.focus, div.radio.active {
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-hover-small.png") no-repeat center; }
      div.radio.hover span.checked, div.radio.focus span.checked, div.radio.active span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/radio-checked-hover-small.png") no-repeat center; }

  div.checker {
    width: 30px;
    height: 30px;
    background: none; }
    div.checker span {
      height: 100%;
      width: 100%;
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-unchecked-small.png") no-repeat center; }
      div.checker span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-checked-small.png") no-repeat center; }
      div.checker span input {
        height: 100%;
        width: 100%; }
    div.checker.hover, div.checker.focus {
      background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-hover-small.png") no-repeat center; }
      div.checker.hover span.checked, div.checker.focus span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/uniform/checkbox-checked-hover-small.png") no-repeat center; }

  .wrapper-call-to-action-checkbox div.checker {
    height: 30px;
    width: 30px;
    border-top: 1px solid #529033;
    border-bottom: 1px solid #46742f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%;
    -moz-background-size: 1px 100%;
    background-size: 1px 100%;
    background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
    background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%);
    margin: 5px;
    overflow: hidden; }
    .wrapper-call-to-action-checkbox div.checker.disabled {
      border-top: 1px solid #529033;
      border-bottom: 1px solid #46742f;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #529033 0%, #46742f 100%), -webkit-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -moz-linear-gradient(top, #529033 0%, #46742f 100%), -moz-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: -o-linear-gradient(top, #529033 0%, #46742f 100%), -o-linear-gradient(top, #529033 0%, #46742f 100%);
      background-image: linear-gradient(to bottom, #529033 0%, #46742f 100%), linear-gradient(to bottom, #529033 0%, #46742f 100%); }
      .wrapper-call-to-action-checkbox div.checker.disabled span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white-disabled.png") no-repeat top left transparent; }
    .wrapper-call-to-action-checkbox div.checker span {
      border-top: 1px solid #74c838;
      border-bottom: 1px solid #60a72e;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      background-size: 1px 100%;
      background-image: linear-gradient(to bottom, #74c838 0%, #60a72e 100%);
      height: 30px;
      width: 28px;
      margin-left: 1px; }
      .wrapper-call-to-action-checkbox div.checker span.checked {
        background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white.png") no-repeat top left transparent; }
  .wrapper-call-to-action-checkbox.hover {
    background: #398513; }
    .wrapper-call-to-action-checkbox.hover div.checker {
      border-top: 1px solid #45732e;
      border-bottom: 1px solid #45732e;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 1px 100%;
      -moz-background-size: 1px 100%;
      background-size: 1px 100%;
      background-image: -webkit-linear-gradient(top, #45732e 0%, #45732e 100%), -webkit-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: -moz-linear-gradient(top, #45732e 0%, #45732e 100%), -moz-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: -o-linear-gradient(top, #45732e 0%, #45732e 100%), -o-linear-gradient(top, #45732e 0%, #45732e 100%);
      background-image: linear-gradient(to bottom, #45732e 0%, #45732e 100%), linear-gradient(to bottom, #45732e 0%, #45732e 100%); }
      .wrapper-call-to-action-checkbox.hover div.checker span {
        border-top: 1px solid #5fa32c;
        border-left: 1px solid #5fa32c;
        margin-left: 1px;
        background: none; }
        .wrapper-call-to-action-checkbox.hover div.checker span.checked {
          background: url("https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-check-white.png") no-repeat -1px top transparent; } }

/*# sourceMappingURL=RC_Forms.css.map */

/*
 * Addresses the product comparison table
 *
 * Included on the pages that display either a modal window with all product
 * data side by side or on the Shop page(s).
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.-message {
  color: #c85a1e;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.07143rem;
  line-height: 1.2;
  padding-right: 6px; }

.legal-link {
  display: none; }

.shop-page .shop-totals .totals-container .totals .calculation-container .advantages:before, .shop-page .shop-totals .totals-container .totals .calculation-container .advantages:after,
table.chips-comparison .advantages:before,
table.chips-comparison .advantages:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }
.shop-page .shop-totals .totals-container .totals .calculation-container .advantages:after,
table.chips-comparison .advantages:after {
  clear: both; }
.shop-page .shop-totals .totals-container .totals .calculation-container .advantages .advantage,
table.chips-comparison .advantages .advantage {
  color: #3c3c3c;
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  .shop-page .shop-totals .totals-container .totals .calculation-container .advantages .advantage .image,
  table.chips-comparison .advantages .advantage .image {
    float: left; }
  .shop-page .shop-totals .totals-container .totals .calculation-container .advantages .advantage .legend,
  table.chips-comparison .advantages .advantage .legend {
    line-height: 1.6; }
  .shop-page .shop-totals .totals-container .totals .calculation-container .advantages .advantage.picture .legend,
  table.chips-comparison .advantages .advantage.picture .legend {
    padding-top: 0; }
.shop-page .shop-totals .totals-container .totals .calculation-container .advantages .message,
table.chips-comparison .advantages .message {
  display: block;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.85714rem;
  margin-bottom: 10px; }

.wrapper .page .content-container .main table.chips-comparison {
  width: 960px;
  margin: 0 auto;
  border-collapse: separate; }
  .wrapper .page .content-container .main table.chips-comparison .price-box {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.14286rem; }
    .wrapper .page .content-container .main table.chips-comparison .price-box .price-value {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.14286rem; }
  .wrapper .page .content-container .main table.chips-comparison .not-available-message, .wrapper .page .content-container .main table.chips-comparison .-not-available-overlay {
    display: none; }
  .wrapper .page .content-container .main table.chips-comparison .-not-available-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opactiy=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85; }
  .wrapper .page .content-container .main table.chips-comparison thead th {
    height: 357px;
    width: 33.295%;
    position: relative;
    border: 1px solid transparent;
    border-right: none;
    border-top: none; }
    .wrapper .page .content-container .main table.chips-comparison thead th.-not-available {
      border-color: #fff; }
      html.chrome .wrapper .page .content-container .main table.chips-comparison thead th.-not-available {
        height: auto; }
      .wrapper .page .content-container .main table.chips-comparison thead th.-not-available .-not-available-overlay {
        display: block;
        filter: alpha(opactiy=75);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        -moz-opacity: 0.75;
        -khtml-opacity: 0.75;
        opacity: 0.75; }
      .wrapper .page .content-container .main table.chips-comparison thead th.-not-available[class^="product-chip_"] {
        filter: gray;
        filter: grayscale(10000%);
        -webkit-filter: grayscale(1); }
        .wrapper .page .content-container .main table.chips-comparison thead th.-not-available[class^="product-chip_"] .product-image img {
          filter: gray;
          filter: grayscale(10000%);
          -webkit-filter: grayscale(1); }
    .wrapper .page .content-container .main table.chips-comparison thead th .-message {
      position: absolute;
      z-index: 100;
      top: 50%;
      margin: 0 auto;
      padding: 0;
      left: 0;
      right: 0;
      width: 75%;
      text-align: center;
      color: #3c3c3c;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.28571rem; }
    .wrapper .page .content-container .main table.chips-comparison thead th:first-child {
      border-left: none; }
    .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] {
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -moz-background-size: cover;
      /* Firefox 3.6 */
      background-position: center;
      /* Internet Explorer 7/8 */ }
      .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-image, .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-info {
        position: absolute; }
      .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-image {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center; }
        .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-image img {
          margin: 0 auto; }
        .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-image.product-connect-image {
          width: 35%; }
          .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-image.product-connect-image img {
            margin-left: 65%; }
      .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-info {
        bottom: 0;
        height: 48px;
        width: 100%;
        line-height: 48px;
        padding-left: 16px; }
        .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-info:before, .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-info:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-info:after {
          clear: both; }
        .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-info h3 {
          margin-top: 0;
          float: left;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 200;
          font-style: italic;
          font-size: 1.28571rem; }
          .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .product-info h3 strong {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: italic;
            font-size: 1.28571rem; }
      .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"] .price-box {
        float: right;
        width: 108px;
        height: 48px;
        text-align: center;
        color: #fff;
        padding-left: 10px;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/compare-price-bg.png) no-repeat left center; }
      .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"].-not-available .price-box .price-value, .wrapper .page .content-container .main table.chips-comparison thead th[class^="product-chip_"].-not-available .price-box .currency {
        display: none; }
    .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_one {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/bg-one.jpg); }
      .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_one .product-image {
        width: 65%; }
    .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_pro2 {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/bg-pro2.jpg); }
      .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_pro2 .product-image {
        width: 55%; }
    .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_ultimate {
      border-right: none;
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/bg-ultimate.jpg); }
      .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_ultimate .product-image.product-connect-image {
        bottom: 50px; }
      .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_ultimate.-not-available .product-image, .wrapper .page .content-container .main table.chips-comparison thead th.product-chip_ultimate.-not-connect .product-image {
        width: 90%;
        margin-left: auto; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr td {
    vertical-align: top;
    padding-left: 20px;
    border-top: 1px solid transparent;
    border-right: 1px solid #e0e3e6;
    border-bottom: 1px solid #e0e3e6;
    border-left: 1px solid transparent;
    position: relative;
    z-index: 1; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr td:last-child, .wrapper .page .content-container .main table.chips-comparison tbody tr td .last {
      border-right: none; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr td.-not-available .-not-available-overlay {
      display: block; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.last td {
    border-bottom: none; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance .advantages .advantage {
    margin: 15px 0;
    width: 50%;
    float: left; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance .advantages .advantage .figure {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 2.14286rem; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance .advantages .advantage .legend {
      line-height: 1.2; }
    @media screen and (max-width: 880px) {
      .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance .advantages .advantage.text {
        float: none;
        width: 100%; } }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance.-is-long .advantages .advantage.first {
    width: 45%; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance.-is-long .advantages .advantage.last {
    width: 55%; }
  @media screen and (max-width: 880px) {
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance.-is-long .advantages .advantage.text {
      float: none;
      width: 100%; } }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance.-is-long .advantages .advantage .figure {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.85714rem; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance.-is-long .advantages .advantage .legend {
    line-height: 1.05; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance td.-not-available .advantages {
    display: none; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-performance td.-not-available .-message {
    margin: 15px 0;
    display: none; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-features td {
    padding: 10px 20px; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-features td .advantages .advantage.-feature-value_processor_speed .legend {
      width: 70%; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-features td.-not-available .advantages .advantage .image img {
      filter: gray;
      filter: grayscale(10000%);
      -webkit-filter: grayscale(1); }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-test-seals td {
    padding: 10px 20px;
    text-align: center; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-test-seals td .images {
      vertical-align: middle; }
      .wrapper .page .content-container .main table.chips-comparison tbody tr.row-test-seals td .images img {
        width: 75%;
        margin: 0 auto; }
        .wrapper .page .content-container .main table.chips-comparison tbody tr.row-test-seals td .images img:last-child, .wrapper .page .content-container .main table.chips-comparison tbody tr.row-test-seals td .images img .last {
          margin-right: 0; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-test-seals td.-not-available .images img {
      filter: gray;
      filter: grayscale(10000%);
      -webkit-filter: grayscale(1); }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-description td {
    padding: 10px 20px;
    border-bottom: none; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-description td h4 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.14286rem;
      margin-bottom: 20px; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-description td p, .wrapper .page .content-container .main table.chips-comparison tbody tr.row-description td ul {
      margin-bottom: 20px;
      line-height: 1.4; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-description.row-details td {
    padding: 30px 20px 10px; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-description.row-dimensions td {
    border-bottom: 1px solid #e0e3e6; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-more-details td.-not-available {
    filter: gray;
    filter: grayscale(10000%);
    -webkit-filter: grayscale(1); }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-more-details, .wrapper .page .content-container .main table.chips-comparison tbody tr.row-compare-link {
    display: none; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-more-details td, .wrapper .page .content-container .main table.chips-comparison tbody tr.row-compare-link td {
      padding: 10px 20px;
      text-align: center; }
  .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td {
    padding: 20px; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td:before, .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td:after {
      clear: both; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td .price-box {
      float: left;
      width: 60%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 200;
      font-style: normal;
      font-size: 1.35714rem; }
      .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td .price-box span {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.35714rem; }
      .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td .price-box .uniform-checker {
        margin-top: 10px; }
        .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td .price-box .uniform-checker label.option {
          display: block;
          margin-top: 0;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.78571rem;
          line-height: normal; }
          .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td .price-box .uniform-checker label.option span {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.78571rem; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td .c2a-container {
      float: right;
      width: 35%; }
      .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td .c2a-container .btn {
        line-height: 1.2;
        padding: 20px 10px 10px;
        height: 70px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
    .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td.-not-available .price-box, .wrapper .page .content-container .main table.chips-comparison tbody tr.row-price td.-not-available .c2a-container {
      display: none; }

/*# sourceMappingURL=RC_ProductData.css.map */

/*
 * Animations stylesheet
 *
 * Included everywhere on the website.
 * Contains only animations
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
@-webkit-keyframes growIn {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }
@keyframes growIn {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }
.animated {
  clear: both;
  height: 4px;
  background-color: green;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.growIn {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

@-webkit-keyframes racecontrol-animation {
  0% {
    top: 0px; }
  70% {
    top: 20px; }
  100% {
    top: 0px; } }
@keyframes racecontrol-animation {
  0% {
    top: 0px; }
  70% {
    top: 20px; }
  100% {
    top: 0px; } }

/*# sourceMappingURL=RC_Animations.css.map */

/*
 * Main stylesheet for CMS pages
 *
 * Included on all CMS pages.
 * Contains mostly layouting (depending on breakpoint) and generic classes
 *
 * Should include ONLY rules that apply to more than one CMS page!
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.wrapper .advantage, .modal-window .advantage {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.78571rem;
  display: inline-block;
  width: 49%;
  margin-bottom: 30px;
  color: #5c5e60; }
  .wrapper .advantage:before, .wrapper .advantage:after, .modal-window .advantage:before, .modal-window .advantage:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper .advantage:after, .modal-window .advantage:after {
    clear: both; }
  .wrapper .advantage .figure, .modal-window .advantage .figure {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.42857rem;
    float: left; }
    .wrapper .advantage .figure .plus, .modal-window .advantage .figure .plus {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 800;
      font-style: normal;
      font-size: 1.14286rem;
      vertical-align: middle; }
  .wrapper .advantage .legend, .modal-window .advantage .legend {
    float: left;
    width: 50%;
    line-height: 1.4;
    font-weight: 600;
    padding: 6px 0 0 6px; }
  .wrapper .advantage.picture .image, .modal-window .advantage.picture .image {
    width: 46px;
    height: 49px; }

.wrapper .page {
  background: none;
  background-color: #e6e6e6;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.92857rem; }
  .wrapper .page .content-container .main {
    top: -20px; }
    @media screen and (max-width: 768px) {
      .wrapper .page .content-container .main {
        top: 0; } }
  .wrapper .page .footer-container {
    margin-top: -20px; }
    @media screen and (max-width: 768px) {
      .wrapper .page .footer-container {
        margin-top: 0; } }
  .wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
    top: 20px; }
  .wrapper .page .stage {
    height: 223px;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/generic_stage_image.jpg) no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    /* Firefox 3.6 */
    background-position: center;
    /* Internet Explorer 7/8 */ }
    .wrapper .page .stage figure, .wrapper .page .stage img {
      display: none; }
    .wrapper .page .stage .teaser-text-block {
      display: none; }
  .wrapper .page .std.content-area {
    background-color: #e6e6e6;
    padding: 20px 2.08333%; }
  .wrapper .page h1 {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page h2 {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-top: 20px;
    margin-bottom: 10px; }
  .wrapper .page h3 {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.21429rem;
    margin-top: 10px; }
  .wrapper .page p, .wrapper .page li {
    line-height: 1.6; }
  .wrapper .page ol, .wrapper .page ol li {
    list-style-type: decimal;
    list-style-position: inside; }
  @media screen and (max-width: 768px) {
    .wrapper .page .content-container .main {
      top: auto; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .content-container .main h1 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.71429rem; }
    .wrapper .page .content-container .main h2 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; } }
  @media screen and (max-width: 350px) {
    .wrapper .page .content-container .main h1 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.71429rem; }
    .wrapper .page .content-container .main h2 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; } }
.wrapper .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px; }
  .wrapper .dots li {
    display: inline-block;
    margin-right: 16px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    border: 1px solid #fff;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    cursor: pointer; }
    .wrapper .dots li.active {
      background-color: #fff; }
.wrapper .unslider-arrow {
  display: none;
  position: absolute;
  width: 20%;
  height: 50%;
  top: 0;
  z-index: 99; }
  .wrapper .unslider-arrow.prev {
    left: 0;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left.png) no-repeat right center;
    background-size: 14px auto; }
  .wrapper .unslider-arrow.next {
    right: 0;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right.png) no-repeat left center;
    background-size: 14px auto; }

.contacts-index-index .wrapper .page {
  background-color: #d0d0d0; }

.noroute-page-wrapper, .customer-account-logoutsuccess-wrapper, .payone-success-wrapper {
  padding: 30px 3.125%;
  text-align: center; }
  .noroute-page-wrapper h3, .customer-account-logoutsuccess-wrapper h3, .payone-success-wrapper h3 {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.125rem;
    margin-bottom: 20px; }
  .noroute-page-wrapper .page-content, .noroute-page-wrapper .page-link, .customer-account-logoutsuccess-wrapper .page-content, .customer-account-logoutsuccess-wrapper .page-link, .payone-success-wrapper .page-content, .payone-success-wrapper .page-link {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    margin-bottom: 20px;
    line-height: 24px; }
  .noroute-page-wrapper .image404, .customer-account-logoutsuccess-wrapper .image404, .payone-success-wrapper .image404 {
    margin-bottom: 50px;
    padding: 30px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center top, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center top, 0px, center top, 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center top, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center top, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center top, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */ }

.customer-account-logoutsuccess-wrapper p, .payone-success-wrapper p {
  margin-bottom: 40px; }
.customer-account-logoutsuccess-wrapper a, .payone-success-wrapper a {
  text-transform: uppercase; }

body.cms-rechtliche-hinweise .wrapper .page, body.cms-rechtliche-hinweise-html .wrapper .page {
  background-color: #e6e6e6; }
  body.cms-rechtliche-hinweise .wrapper .page .std.content-area, body.cms-rechtliche-hinweise-html .wrapper .page .std.content-area {
    position: static;
    max-width: 100%;
    margin: auto;
    background-color: transparent;
    padding: 0; }

.wrapper .page .legal-notice-page-wrapper .engine-explanations {
  text-align: left;
  padding: 0; }
  .wrapper .page .legal-notice-page-wrapper .engine-explanations:before, .wrapper .page .legal-notice-page-wrapper .engine-explanations:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper .page .legal-notice-page-wrapper .engine-explanations:after {
    clear: both; }
  .wrapper .page .legal-notice-page-wrapper .engine-explanations p {
    width: 47%; }
    .wrapper .page .legal-notice-page-wrapper .engine-explanations p:first-child, .wrapper .page .legal-notice-page-wrapper .engine-explanations p.first {
      float: left; }
    .wrapper .page .legal-notice-page-wrapper .engine-explanations p:last-child, .wrapper .page .legal-notice-page-wrapper .engine-explanations p.last {
      float: right; }
.wrapper .page .legal-notice-page-wrapper .advantages-list-image:before, .wrapper .page .legal-notice-page-wrapper .advantages-list-image:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }
.wrapper .page .legal-notice-page-wrapper .advantages-list-image:after {
  clear: both; }
.wrapper .page .legal-notice-page-wrapper .advantages-list-image .image {
  float: left;
  width: 45%; }
.wrapper .page .legal-notice-page-wrapper .advantages-list-image .advantages {
  float: right;
  width: 55%;
  padding-top: 40px; }
  .wrapper .page .legal-notice-page-wrapper .advantages-list-image .advantages ul li {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-positive.png) no-repeat left top;
    padding-left: 30px;
    min-height: 40px;
    line-height: 1.2; }
.wrapper .page .legal-notice-page-wrapper .sub-title {
  margin-top: 0; }
.wrapper .page .legal-notice-page-wrapper .legal-start-block {
  background-color: #e6e6e6; }
  .wrapper .page .legal-notice-page-wrapper .legal-start-block .content-area {
    padding: 55px 4.16667% 50px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-start-block .title, .wrapper .page .legal-notice-page-wrapper .legal-start-block .sub-title {
    text-align: center; }
  .wrapper .page .legal-notice-page-wrapper .legal-start-block .sub-title {
    margin-top: 0; }
  .wrapper .page .legal-notice-page-wrapper .legal-start-block figure {
    width: 57.8125%;
    margin: 25px auto 0; }
  .wrapper .page .legal-notice-page-wrapper .legal-start-block .engine-explanations {
    margin-top: 40px; }
.wrapper .page .legal-notice-page-wrapper .legal-package-block {
  background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%);
  border-bottom: 1px solid #cfcfcf; }
  .wrapper .page .legal-notice-page-wrapper .legal-package-block .content-area {
    padding: 55px 4.16667% 50px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-package-block .title, .wrapper .page .legal-notice-page-wrapper .legal-package-block .sub-title {
    text-align: center; }
  .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text {
    margin: 0 auto; }
    .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text:before, .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text:after {
      clear: both; }
    .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > * {
      width: 45%;
      padding-top: 40px; }
      .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > * ul li {
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-positive.png) no-repeat left top;
        padding-left: 30px;
        min-height: 40px;
        line-height: 1.2; }
      .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *:first-child, .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *.first {
        margin-left: 40px;
        float: left; }
      .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *:last-child, .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *.last {
        float: right; }
  .wrapper .page .legal-notice-page-wrapper .legal-package-block .explanations {
    margin-top: 30px; }
    .wrapper .page .legal-notice-page-wrapper .legal-package-block .explanations p {
      margin-bottom: 15px; }
      .wrapper .page .legal-notice-page-wrapper .legal-package-block .explanations p.last, .wrapper .page .legal-notice-page-wrapper .legal-package-block .explanations p:last-child {
        margin-bottom: 0; }
.wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block {
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #eee; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .content-area {
    padding: 50px 4.16667% 50px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .engine-explanations {
    margin-top: 20px;
    margin-bottom: 25px; }
    .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .engine-explanations p {
      width: 49%; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .advantages-list-image .image {
    width: 48%; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .advantages-list-image .advantages {
    width: 48%; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .link {
    text-align: center; }
.wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block {
  border-top: 1px solid #eee; }
  .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .content-area {
    padding: 50px 4.16667% 50px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .engine-explanations {
    margin-top: 20px;
    margin-bottom: 25px; }
    .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .engine-explanations p {
      width: 49%; }
  .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .advantages-list-image .image {
    float: right;
    width: 48%; }
  .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .advantages-list-image .advantages {
    float: left;
    width: 48%; }
  .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .link {
    text-align: center; }
.wrapper .page .legal-notice-page-wrapper .legal-gallery-block {
  position: relative;
  margin-top: -50px;
  text-align: center;
  min-height: 719px;
  overflow: hidden;
  color: #fff;
  background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/product-advantages-bg.png) no-repeat right center; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .content-area {
    padding: 60px 0 50px 0;
    max-height: 719px; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .sub-title {
    margin-top: 0; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .emph-sub-title {
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.14286rem; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container {
    width: 100%;
    margin-top: 40px; }
    .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow {
      height: 100%;
      bottom: 0;
      display: none;
      width: 30%; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.prev {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big.png);
        background-position: 100% 45%;
        background-size: 24px auto; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.next {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big.png);
        background-position: 0% 45%;
        background-size: 24px auto; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow:hover.prev {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big-hover.png); }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow:hover.next {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big-hover.png); }
    .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container:hover .unslider-arrow {
      display: block; }
    .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider {
      position: relative;
      overflow: auto;
      margin: 0 auto; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li {
        float: left; }
        .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image:before, .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image:after {
          clear: both; }
        .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image figure {
          width: 20.83333%;
          margin: 0 auto; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider .dots {
        bottom: 0; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .engine-explanations {
    padding: 20px 2.08333%; }
.wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .content-area {
  padding: 30px 4.16667% 50px 4.16667%; }
.wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .title, .wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .sub-title {
  text-align: left; }
.wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .sub-title {
  margin-bottom: 30px; }
.wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .engine-explanations {
  margin-bottom: 35px; }
  .wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .engine-explanations p {
    width: 48%; }
.wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .explanations p:first-child, .wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .explanations p.first {
  margin-bottom: 20px; }

.productwarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .title, .productwarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .sub-title, .productwarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .title, .productwarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .sub-title, .enginewarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .title, .enginewarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .sub-title, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .title, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .sub-title {
  text-align: center; }
.productwarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .title, .productwarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .title, .enginewarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .title, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.92857rem; }
.productwarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .sub-title, .productwarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .sub-title, .enginewarranty-page-wrapper .cms-productwarranty-full-block .first-section-item .sub-title, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .first-section-item .sub-title {
  margin-top: 0;
  margin-bottom: 3.125%; }
.productwarranty-page-wrapper .cms-productwarranty-full-block .section-item, .productwarranty-page-wrapper .cms-enginewarranty-full-block .section-item, .enginewarranty-page-wrapper .cms-productwarranty-full-block .section-item, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .section-item {
  margin-top: 5.20833%; }
  .productwarranty-page-wrapper .cms-productwarranty-full-block .section-item .sub-title, .productwarranty-page-wrapper .cms-enginewarranty-full-block .section-item .sub-title, .enginewarranty-page-wrapper .cms-productwarranty-full-block .section-item .sub-title, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .section-item .sub-title {
    margin-bottom: 3.125%; }
  .productwarranty-page-wrapper .cms-productwarranty-full-block .section-item p, .productwarranty-page-wrapper .cms-enginewarranty-full-block .section-item p, .enginewarranty-page-wrapper .cms-productwarranty-full-block .section-item p, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .section-item p {
    margin-top: 10px; }
  .productwarranty-page-wrapper .cms-productwarranty-full-block .section-item p.emph, .productwarranty-page-wrapper .cms-enginewarranty-full-block .section-item p.emph, .enginewarranty-page-wrapper .cms-productwarranty-full-block .section-item p.emph, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .section-item p.emph {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.92857rem;
    margin-top: 10px; }
  .productwarranty-page-wrapper .cms-productwarranty-full-block .section-item ul li, .productwarranty-page-wrapper .cms-enginewarranty-full-block .section-item ul li, .enginewarranty-page-wrapper .cms-productwarranty-full-block .section-item ul li, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .section-item ul li {
    margin-left: 10px;
    margin-top: 12px; }
    .productwarranty-page-wrapper .cms-productwarranty-full-block .section-item ul li:before, .productwarranty-page-wrapper .cms-enginewarranty-full-block .section-item ul li:before, .enginewarranty-page-wrapper .cms-productwarranty-full-block .section-item ul li:before, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .section-item ul li:before {
      margin-left: -10px;
      content: '\2022\20'; }
.productwarranty-page-wrapper .cms-productwarranty-full-block .links, .productwarranty-page-wrapper .cms-enginewarranty-full-block .links, .enginewarranty-page-wrapper .cms-productwarranty-full-block .links, .enginewarranty-page-wrapper .cms-enginewarranty-full-block .links {
  margin-top: 35px;
  text-align: center;
  text-transform: uppercase;
  clear: both; }

.productwarranty-page-wrapper .cms-productwarranty-full-block .content-area {
  padding: 5.72917% 2.08333%; }
.productwarranty-page-wrapper .cms-productwarranty-full-block .image {
  width: 50%;
  margin: 0 auto; }

.enginewarranty-page-wrapper .cms-enginewarranty-full-block .content-area {
  padding: 5.72917% 2.08333%; }
.enginewarranty-page-wrapper .cms-enginewarranty-full-block .image {
  width: 46.875%;
  margin: 0 auto; }

.impressum-page-wrapper .content-area, .agb-page-wrapper .content-area, .datenschutz-page-wrapper .content-area {
  margin-bottom: 20px; }
.impressum-page-wrapper h4, .agb-page-wrapper h4, .datenschutz-page-wrapper h4 {
  margin-top: 10px; }
.impressum-page-wrapper ul, .agb-page-wrapper ul, .datenschutz-page-wrapper ul {
  list-style: inside disc; }
.impressum-page-wrapper ol, .agb-page-wrapper ol, .datenschutz-page-wrapper ol {
  list-style: inside; }
  .impressum-page-wrapper ol li, .agb-page-wrapper ol li, .datenschutz-page-wrapper ol li {
    margin-top: 5px; }
.impressum-page-wrapper p, .agb-page-wrapper p, .datenschutz-page-wrapper p {
  margin-top: 10px; }

.sitemap-page-wrapper .content-area {
  margin-bottom: 20px; }
.sitemap-page-wrapper ul ul {
  margin-left: 20px; }

.wrapper .page .nachfrage-container {
  padding: 20px 2.08333%; }
  .wrapper .page .nachfrage-container .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.125rem;
    text-align: center;
    padding: 0 0 20px 0; }
  .wrapper .page .nachfrage-container p {
    line-height: 24px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem; }
    .wrapper .page .nachfrage-container p.two-columns-text {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      margin-bottom: 30px; }
    .wrapper .page .nachfrage-container p.foot-note {
      margin-top: 30px; }
  .wrapper .page .nachfrage-container .section-title {
    padding: 20px 0;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.875rem; }
  .wrapper .page .nachfrage-container .pictures {
    background-color: #f9f9f9;
    border: 1px solid #c8c8c8;
    overflow: hidden; }
    .wrapper .page .nachfrage-container .pictures .picture-left, .wrapper .page .nachfrage-container .pictures .picture-right {
      width: 50%;
      float: left;
      padding: 30px 40px; }
    .wrapper .page .nachfrage-container .pictures .picture-left {
      border-right: 1px solid #c8c8c8; }
    .wrapper .page .nachfrage-container .pictures .picture-right {
      border-left: 1px solid #c8c8c8;
      margin-left: -1px; }
    .wrapper .page .nachfrage-container .pictures .image-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 0.875rem;
      padding-top: 15px; }

@media screen and (max-width: 768px) {
  .noroute-page-wrapper .page-content, .noroute-page-wrapper .page-link {
    max-width: 600px;
    margin: 0 auto;
    text-align: left; }
  .noroute-page-wrapper .page-link {
    padding-left: 20px;
    margin-bottom: 40px; }

  .wrapper .page .legal-notice-page-wrapper .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.85714rem; }
  .wrapper .page .legal-notice-page-wrapper .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem; }
  .wrapper .page .legal-notice-page-wrapper .emph-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.14286rem; }
  .wrapper .page .legal-notice-page-wrapper .engine-explanations p {
    margin-bottom: 10px; }
    .wrapper .page .legal-notice-page-wrapper .engine-explanations p:first-child, .wrapper .page .legal-notice-page-wrapper .engine-explanations p.first, .wrapper .page .legal-notice-page-wrapper .engine-explanations p:last-child, .wrapper .page .legal-notice-page-wrapper .engine-explanations p.last {
      float: none;
      width: 100%; }
  .wrapper .page .legal-notice-page-wrapper .legal-start-block figure {
    width: 72.26563%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.prev {
    background-position: 90% 45%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.next {
    background-position: 10% 45%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image figure {
    width: 23.4375%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider .dots {
    display: none; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .engine-explanations {
    padding: 20px 1.95313%; }

  .productwarranty-page-wrapper .cms-productwarranty-full-block .image {
    width: 62.5%; }

  .enginewarranty-page-wrapper .cms-enginewarranty-full-block .image {
    width: 71.61458%; } }
@media screen and (max-width: 640px) {
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .title, .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .sub-title {
    padding: 0 3.90625%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.prev {
    background-position: 90% 50%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.next {
    background-position: 10% 50%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image figure {
    width: 32.55208%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .engine-explanations p.last, .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .engine-explanations p:last-child {
    display: none; } }
@media screen and (max-width: 560px) {
  .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text {
    margin: 0; }
    .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > * {
      width: 100%; }
      .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *:first-child, .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *.first {
        float: none;
        margin: 0;
        padding-top: 20px; }
      .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *:last-child, .wrapper .page .legal-notice-page-wrapper .legal-package-block .advantages-list-text > *.last {
        float: none;
        padding: 0; }
  .wrapper .page .legal-notice-page-wrapper .legal-package-block .explanations {
    margin-top: 10px; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .advantages-list-image .image, .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .advantages-list-image .advantages, .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .advantages-list-image .image, .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .advantages-list-image .advantages {
    float: none;
    width: 100%;
    padding-top: 0; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .advantages-list-image .image, .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .advantages-list-image .image {
    text-align: center; }
  .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .advantages-list-image {
    margin-top: 30px; } }
@media screen and (max-width: 480px) {
  .noroute-page-wrapper .page-content, .noroute-page-wrapper .page-link {
    max-width: 600px;
    margin: 0 auto 10px;
    text-align: left;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem; }
  .noroute-page-wrapper .page-link {
    padding-left: 0;
    margin-bottom: 30px; }

  .wrapper .page .legal-notice-page-wrapper .legal-start-block .content-area {
    padding: 40px 4.16667% 30px; }
  .wrapper .page .legal-notice-page-wrapper .legal-start-block figure {
    width: 100%; }
  .wrapper .page .legal-notice-page-wrapper .legal-package-block .content-area {
    padding: 30px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-motor-warranty-block .content-area {
    padding: 30px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-product-warranty-block .content-area {
    padding: 30px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block {
    min-height: 832px;
    margin-top: -20px;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/product-advantages-bg-tall-480.png) no-repeat right center; }
    .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .content-area {
      padding: 60px 0 0;
      max-height: 832px; }
    .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .title, .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .sub-title {
      padding: 0;
      width: 80%;
      margin: 0 auto; }
    .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .title {
      margin-bottom: 20px; }
    .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container {
      margin-top: 0; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow {
        display: block; }
        .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left.png);
          background-position: 25% 55%;
          background-size: 14px auto; }
        .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right.png);
          background-position: 75% 55%;
          background-size: 14px auto; }
        .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow:hover.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left.png); }
        .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .unslider-arrow:hover.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right.png); }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .emph-sub-title, .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image, .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .engine-explanations {
        padding: 20px 4.16667%; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image figure {
        float: none;
        width: 50%;
        margin: 0 auto; }
      .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider .dots {
        display: none; }
  .wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .content-area {
    padding: 30px 4.16667%; }
  .wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .sub-title {
    margin-bottom: 15px; }
  .wrapper .page .legal-notice-page-wrapper .legal-legal-notice-block .engine-explanations {
    margin-bottom: 20px; }

  .productwarranty-page-wrapper .cms-productwarranty-full-block .image {
    width: 100%; }

  .enginewarranty-page-wrapper .cms-enginewarranty-full-block .image {
    width: 100%; }

  .wrapper .page .nachfrage-container p.two-columns-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .wrapper .page .nachfrage-container .pictures .picture-left, .wrapper .page .nachfrage-container .pictures .picture-right {
    width: 100%;
    float: none;
    border: none;
    margin: 0; }
  .wrapper .page .nachfrage-container .pictures .picture-left {
    border-bottom: 1px solid #c8c8c8; } }
@media screen and (max-width: 400px) {
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .title, .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .sub-title {
    width: 100%;
    padding: 0 6.25%; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 15px; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.28571rem; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .emph-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.07143rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .wrapper .page .legal-notice-page-wrapper .legal-gallery-block .gallery-container .gallery-slider ul li .p-image p {
    padding-top: 20px; } }
@media screen and (max-width: 320px) {
  .wrapper .page .nachfrage-container .pictures .picture-left, .wrapper .page .nachfrage-container .pictures .picture-right {
    padding: 20px; } }

/*# sourceMappingURL=RC_CMS_Common.css.map */

/*
 * Home page styling
 *
 * Included only on home page
 *
 * @TODO: Check if this should be like this or we should have a more general CSS for more CMS pages !!!
 *
 * @author Jarlssen GmbH
 */
/*
 * This file contains all rules for all stage areas all through the website
 *
 * It is included only via the main SCSS files addressing the pages that need a stage area
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.wrapper .page .stage {
  background: none;
  height: auto;
  overflow: hidden; }
  .wrapper .page .stage figure, .wrapper .page .stage img {
    display: block; }
  .wrapper .page .stage .teaser-text-block {
    display: block; }
.wrapper .page .stage {
  width: 100%;
  position: relative; }
  .wrapper .page .stage .content-area {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .wrapper .page .stage .checkered-flag {
    display: none;
    position: absolute;
    max-width: 90px;
    width: 90px;
    left: auto;
    right: 0;
    bottom: 0; }
  .wrapper .page .stage img.product-image {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 25%; }
  .wrapper .page .stage .teaser-text-block {
    position: absolute;
    bottom: 0;
    left: -6.25%;
    width: 100%;
    height: 280px;
    color: #f2f2f2; }
    .wrapper .page .stage .teaser-text-block .teaser-title {
      position: absolute;
      z-index: 3;
      left: 6.25%;
      width: 93.65%;
      bottom: 92.85714%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.14286rem; }
    .wrapper .page .stage .teaser-text-block p {
      position: absolute;
      z-index: 3;
      padding-left: 1.5625%;
      left: 15.625%;
      width: 87.4%;
      bottom: 75%; }
    .wrapper .page .stage .teaser-text-block a.c2a {
      position: absolute;
      z-index: 4;
      bottom: 46.42857%;
      left: 110px;
      background: none;
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage.png) no-repeat center;
      background-size: cover;
      -moz-background-size: cover;
      /* Firefox 3.6 */
      background-position: center;
      /* Internet Explorer 7/8 */
      min-width: 17.03125%;
      padding: 0 45px 4px;
      line-height: 3.3;
      white-space: nowrap;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; }
      .wrapper .page .stage .teaser-text-block a.c2a:hover {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage_hover.png); }
    .wrapper .page .stage .teaser-text-block img.teaser-image {
      position: absolute;
      width: 220px;
      left: -40px;
      bottom: 4px;
      z-index: 5; }
  .wrapper .page .stage.home-stage {
    width: 100%;
    position: relative; }
    .wrapper .page .stage.home-stage .content-area {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      width: 100%;
      z-index: 1; }
    .wrapper .page .stage.home-stage img.product-image {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 25%; }
    .wrapper .page .stage.home-stage .teaser-text-block {
      position: absolute;
      bottom: 0;
      left: -6.25%;
      width: 100%;
      height: 280px;
      color: #f2f2f2; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        text-shadow: -1px -1px 1px black; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
        position: absolute;
        z-index: 3;
        left: 6.25%;
        width: 93.65%;
        bottom: 92.85714%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.21429rem; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        position: absolute;
        z-index: 3;
        padding-left: 1.5625%;
        left: 15.625%;
        width: 87.4%;
        bottom: 75%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.07143rem; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        position: absolute;
        z-index: 4;
        bottom: 46.42857%;
        left: 110px;
        background: none;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage.png) no-repeat center;
        background-size: cover;
        -moz-background-size: cover;
        /* Firefox 3.6 */
        background-position: center;
        /* Internet Explorer 7/8 */
        min-width: 17.03125%;
        padding: 0 45px 4px;
        line-height: 3.3;
        white-space: nowrap;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
        .wrapper .page .stage.home-stage .teaser-text-block a.c2a:hover {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage_hover.png); }
      .wrapper .page .stage.home-stage .teaser-text-block .img-container {
        position: absolute;
        width: 146px;
        left: -10px;
        bottom: 0;
        z-index: 5;
        overflow: hidden;
        height: 260px; }
        .wrapper .page .stage.home-stage .teaser-text-block .img-container img {
          position: static;
          width: 100%; }
      .wrapper .page .stage.home-stage .teaser-text-block .img2 {
        position: absolute;
        width: 220px;
        left: -40px;
        bottom: 4px;
        z-index: 5; }
    @media screen and (max-width: 992px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 16.12903%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        min-width: 21.97581%; } }
    @media screen and (max-width: 1024px) {
      html.desktop .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, html.desktop .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        display: none; } }
    @media screen and (max-width: 960px) {
      .wrapper .page .stage.home-stage .teaser-text-block {
        bottom: -100px; } }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        display: block; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
        padding-left: 2.60417%; } }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 20.83333%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        left: 100px;
        min-width: 28.38542%; }
      .wrapper .page .stage.home-stage .teaser-text-block img.teaser-image {
        left: -10.41667%; } }
    @media screen and (max-width: 620px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 27.08333%; } }
    @media screen and (max-width: 550px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        width: 83.33333%;
        padding-left: 8.33333%;
        bottom: 71.42857%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        left: 100px; } }
    @media screen and (max-width: 480px) {
      .wrapper .page .stage.home-stage {
        z-index: 2;
        padding-bottom: 12px;
        margin-bottom: 25px; }
        .wrapper .page .stage.home-stage .teaser-text-block {
          width: 100%;
          height: 115px;
          left: 0;
          bottom: 0; }
          .wrapper .page .stage.home-stage .teaser-text-block .stage-teaser-container {
            margin-top: 15px; }
          .wrapper .page .stage.home-stage .teaser-text-block .img-container, .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
            display: none; }
          .wrapper .page .stage.home-stage .teaser-text-block .checkered-flag {
            display: block; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
            position: static;
            left: auto;
            bottom: auto;
            width: auto;
            margin: 0;
            padding: 0 4.16667%; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: italic;
            font-size: 1.28571rem;
            margin-bottom: 10px; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.85714rem; } }
    @media screen and (max-width: 390px) {
      .wrapper .page .stage.home-stage .teaser-text-block img {
        display: none; } }
  .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 5.04032%;
    width: 555px;
    height: auto;
    bottom: 110px; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      color: #fff;
      position: static;
      margin: 0;
      padding: 0;
      left: auto;
      width: 100%;
      text-shadow: -1px -1px 1px black; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: italic;
      font-size: 3.42857rem;
      margin-bottom: 20px; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 340px;
        left: 3.90625%;
        bottom: 40px; }
        .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.14286rem; }
        .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.14286rem; }
          .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br {
            display: none; } }
    @media screen and (max-width: 400px) {
      .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 70%; } }
  @media screen and (max-width: 1100px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.42857rem; } }
  @media screen and (max-width: 1000px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
      bottom: 60px; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.14286rem; } }
  @media screen and (max-width: 480px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
      width: 100%;
      top: auto;
      bottom: 12px; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        width: 70%;
        text-align: left; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 80%;
        margin-bottom: 5px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 1.28571rem; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: block;
        width: 97%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
        margin-top: 0; } }
  @media screen and (max-width: 400px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      width: 70%; } }
  body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 0;
    width: 730px;
    bottom: auto;
    top: 27.5%; }
    body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 54.79452%; }
    @media screen and (max-width: 960px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 2.08333%; } }
    @media screen and (max-width: 980px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 60px; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2.42857rem; } }
    @media screen and (max-width: 890px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.28571rem; } }
    @media screen and (max-width: 768px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 60px;
        width: 100%;
        padding-left: 5.20833%; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 15px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.14286rem; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 100%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.14286rem; }
          body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br {
            display: none; } }
    @media screen and (max-width: 560px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2rem; } }
    @media screen and (max-width: 480px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 12px; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin: 0;
          width: 65%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 90%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; } }
  body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    width: 100%;
    left: auto;
    bottom: auto;
    top: 150px;
    padding: 0 2.08333% 0 4.16667%; }
    body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      width: 100%; }
    body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 80%; }
    @media screen and (max-width: 920px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 2.28571rem; } }
    @media screen and (max-width: 820px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 100px; } }
    @media screen and (max-width: 768px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 10px;
        padding: 0 2.60417%; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          text-align: center; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: none; } }
    @media screen and (max-width: 480px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 12px;
        padding: 0 4.16667%; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          text-align: left;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 100%; } }
  body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    width: 570px;
    bottom: auto;
    top: 25%; }
    body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      text-shadow: 1px 1px 1px black; }
    body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      color: #e2e2e2; }
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br {
        display: none; }
    @media screen and (max-width: 960px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 30%; }
        body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.35714rem; } }
    @media screen and (max-width: 850px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 40%; } }
    @media screen and (max-width: 560px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 10%;
        width: 100%;
        padding-right: 4.16667%; } }
    @media screen and (max-width: 480px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 12px; }
        body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          width: 80%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.42857rem;
          color: #f2f2f2; }
          body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br {
            display: block; } }
    @media screen and (max-width: 400px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 100%; } }
  body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    bottom: auto;
    top: 25%; }
    body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
      position: static;
      bottom: auto;
      left: auto;
      background: none;
      min-width: 0;
      z-index: 1;
      padding: 0;
      line-height: normal;
      margin-top: 10px;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 400px;
        top: auto;
        bottom: 10%; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 10px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2rem; } }
    @media screen and (max-width: 620px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: block; }
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: none; } }
    @media screen and (max-width: 480px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 100%;
        top: auto;
        bottom: 20px; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 70%;
          text-align: left; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 5px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 97%;
          font-size: 14px;
          font-weight: 300; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
          margin-top: 0; } }
  @media screen and (max-width: 480px) {
    body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage {
      padding-bottom: 12px;
      background: #e6e6e6;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e6e6), color-stop(33%, #ffffff), color-stop(66%, #ffffff), color-stop(100%, #e6e6e6));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* IE10+ */
      background: linear-gradient(to right, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 );
      /* IE6-8 */ }
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .checkered-flag {
        display: block;
        bottom: 0; } }
  body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    bottom: auto;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 77.08333%; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 100%;
      text-align: center; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      margin-bottom: 10px; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.57143rem; }
    @media screen and (max-width: 768px) {
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 100%; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          padding: 0 5.20833%; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2rem; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.07143rem; } }
    @media screen and (max-width: 480px) {
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 20px; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 70%;
          text-align: left; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 5px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 97%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; } }
  @media screen and (max-width: 480px) {
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage, body.cms-company .wrapper .page .stage.ct-dispatcher-stage, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage, body.cms-company .wrapper .page .stage.quality-and-warranty-stage, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage {
      padding-bottom: 4.16667%;
      background-color: #e6e6e6; }
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .checkered-flag {
        display: block;
        bottom: 0; } }
  .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 0;
    width: 680px;
    bottom: auto;
    top: 25%; }
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      text-shadow: 1px 1px 1px black;
      color: #f2f2f2; }
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      text-shadow: 1px 1px 1px black; }
    @media screen and (max-width: 960px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 2.08333%; } }
    @media screen and (max-width: 920px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 30%; }
        .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.85714rem; } }
    @media screen and (max-width: 850px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 20%; } }
    @media screen and (max-width: 680px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 10%;
        width: 100%; }
        .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 10px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.28571rem; } }
    @media screen and (max-width: 480px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 4.16667%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block {
      width: 100%;
      top: auto;
      bottom: 5%; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text {
        width: 70%;
        text-align: left; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title {
        width: 60%;
        margin-bottom: 5px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 1.28571rem; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text {
        display: block;
        width: 97%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a {
        margin-top: 0; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, .wrapper .page .stage.ct-dispatcher-stage .checkered-flag {
      display: block;
      bottom: -20px; } }
  .wrapper .page .stage.product-page-stage .content-area {
    max-width: 100%; }
  .wrapper .page .stage.product-page-stage .teaser-text-block {
    left: 0;
    height: 100%;
    width: 46.875%;
    margin: 0 auto;
    position: static; }
    .wrapper .page .stage.product-page-stage .teaser-text-block img {
      position: static;
      left: auto;
      bottom: auto;
      width: auto;
      z-index: 1; }
    .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      position: relative; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image {
        position: absolute; }
        .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-lateral {
          bottom: 19%;
          width: 28%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-front {
          right: 12%;
          bottom: 20%;
          width: 60%; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect {
      width: 50.78125%; }
      .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect .stage-teaser-container {
        margin-right: -12.5%; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-lateral {
      display: none; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 10%;
      width: 75%; }
  @media screen and (max-width: 1280px) {
    .wrapper .page .stage.product-page-stage .content-area {
      bottom: -40px; } }
  @media screen and (max-width: 768px) {
    .wrapper .page .stage.product-page-stage {
      height: 400px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 400px; }
      .wrapper .page .stage.product-page-stage .teaser-text-block {
        width: 78.125%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect {
          width: 84.63542%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
          bottom: 5%; } }
  @media screen and (max-width: 560px) {
    .wrapper .page .stage.product-page-stage .teaser-text-block {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.product-page-stage {
      height: 420px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 420px; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-lateral {
        display: none; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-front {
        width: 90%;
        bottom: 5%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
        width: 90%; } }
  @media screen and (max-width: 450px) {
    .wrapper .page .stage.product-page-stage {
      height: 380px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 380px; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.product-page-stage {
      height: 350px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 350px; } }
  @media screen and (max-width: 350px) {
    .wrapper .page .stage.product-page-stage {
      height: 310px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 310px; } }
  @media screen and (max-width: 320px) {
    .wrapper .page .stage.product-page-stage {
      height: 300px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 300px; } }
  .wrapper .page .stage.accessories-stage img.product-image {
    position: static; }
  .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 41.66667%;
    bottom: auto;
    height: auto;
    left: 4.16667%;
    top: 30%;
    z-index: 5; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text, .wrapper .page .stage.accessories-stage .teaser-text-block .c2a {
      position: static; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .c2a {
      display: none; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      color: #fff;
      position: static;
      margin: 0;
      padding: 0;
      left: auto;
      width: 100%;
      text-shadow: 1px 1px 1px black; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: italic;
      font-size: 2.85714rem;
      margin-bottom: 20px; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; }
  .wrapper .page .stage.accessories-stage .chip-image {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 0;
    right: 15%; }
  @media screen and (max-width: 1280px) {
    .wrapper .page .stage.accessories-stage .chip-image {
      width: 50%;
      bottom: -5%;
      right: 25%; } }
  @media screen and (max-width: 1024px) {
    .wrapper .page .stage.accessories-stage .chip-image {
      right: 20%; } }
  @media screen and (max-width: 960px) {
    .wrapper .page .stage.accessories-stage {
      height: 500px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 500px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 2.14286rem;
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .wrapper .page .stage.accessories-stage {
      height: 400px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 400px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block {
        width: 60%; }
      .wrapper .page .stage.accessories-stage .chip-image {
        right: 5%;
        width: 60%; } }
  @media screen and (max-width: 620px) {
    .wrapper .page .stage.accessories-stage .teaser-text-block {
      width: 75%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.accessories-stage {
      height: 420px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 420px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
        display: none; } }
  @media screen and (max-width: 450px) {
    .wrapper .page .stage.accessories-stage {
      height: 380px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 380px; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.accessories-stage {
      height: 350px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 350px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block {
        width: 100%;
        top: 100px;
        padding-right: 6.25%; }
      .wrapper .page .stage.accessories-stage .chip-image {
        width: 100%; } }
  @media screen and (max-width: 350px) {
    .wrapper .page .stage.accessories-stage {
      height: 310px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 310px; } }
  @media screen and (max-width: 320px) {
    .wrapper .page .stage.accessories-stage {
      height: 300px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 300px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2rem; } }
  body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 520px;
    left: 0;
    top: 25%; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
      margin-bottom: 0; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.57143rem; }
  body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
    left: auto;
    right: 2.08333%; }
  @media screen and (min-width: 1831px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 90%;
      bottom: 10%; } }
  @media screen and (max-width: 1830px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 80%;
      bottom: 5%; } }
  @media screen and (max-width: 1520px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%; } }
  @media screen and (max-width: 1200px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 49%; } }
  @media screen and (max-width: 1024px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      top: 30%; } }
  @media screen and (max-width: 960px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      left: 2.08333%; } }
  @media screen and (max-width: 768px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      display: none; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      bottom: 0;
      width: 80%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 100%; } }
  body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 500px;
    right: 0;
    left: auto;
    top: 30%; }
  body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
    width: 60%;
    right: auto;
    bottom: 0;
    left: -10%; }
  @media screen and (min-width: 1831px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%;
      bottom: 15%;
      left: -5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: -10%; } }
  @media screen and (max-width: 1830px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%;
      bottom: 5%;
      left: -5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: -10%; } }
  @media screen and (max-width: 1520px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%; } }
  @media screen and (max-width: 1520px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 49%; } }
  @media screen and (max-width: 1024px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      left: 0;
      width: 40%; } }
  @media screen and (max-width: 960px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: 5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      left: 5%; } }
  @media screen and (max-width: 768px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      width: 310px; } }
  @media screen and (max-width: 560px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      display: none; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 80%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; } }
  @media screen and (max-width: 480px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 100%; } }

@media screen and (max-width: 410px) {
  .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a {
    padding: 30px 6.25% 0 10px; }
    .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a h1 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 1.42857rem;
      margin-bottom: 5px; }
    .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a p {
      line-height: 1.2;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; } }
@media screen and (max-width: 320px) {
  .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage-320.png) no-repeat left center; } }
.retina .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 45%; }
.retina.w-667 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .retina.w-414 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 25%; }
.retina.w-736 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 15%; }
.retina.w-568 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 5%; }
.retina.w-480 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .retina.lt-480 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 12px; }

.no-retina.w-768 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 45%; }

.wrapper .page .content-container .main {
  top: -100px; }
  @media screen and (max-width: 768px) {
    .wrapper .page .content-container .main {
      top: 0; } }
.wrapper .page .footer-container {
  margin-top: -100px; }
  @media screen and (max-width: 768px) {
    .wrapper .page .footer-container {
      margin-top: 0; } }
.wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
  top: 100px; }
.wrapper .page .stage {
  background: none;
  height: auto;
  overflow: hidden; }
  .wrapper .page .stage figure, .wrapper .page .stage img {
    display: block; }
  .wrapper .page .stage .teaser-text-block {
    display: block; }
.wrapper .page .std.content-area {
  position: static;
  max-width: 100%;
  margin: auto;
  background-color: transparent;
  padding: 0; }
.wrapper .page .content-container {
  background: #c8c8c8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #c8c8c8 0%, #d8d8d8 33%, #e7e7e7 50%, #d8d8d8 66%, #c8c8c8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c8c8c8), color-stop(33%, #d8d8d8), color-stop(50%, #e7e7e7), color-stop(66%, #d8d8d8), color-stop(100%, #c8c8c8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c8c8c8 0%, #d8d8d8 33%, #e7e7e7 50%, #d8d8d8 66%, #c8c8c8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c8c8c8 0%, #d8d8d8 33%, #e7e7e7 50%, #d8d8d8 66%, #c8c8c8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c8c8c8 0%, #d8d8d8 33%, #e7e7e7 50%, #d8d8d8 66%, #c8c8c8 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c8c8c8 0%, #d8d8d8 33%, #e7e7e7 50%, #d8d8d8 66%, #c8c8c8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#c8c8c8',GradientType=1 );
  /* IE6-8 */ }
  .ie9 .wrapper .page .content-container {
    filter: none !important; }
  .wrapper .page .content-container .main .home-main-advantages {
    background-color: #e6e6e6; }
    .wrapper .page .content-container .main .home-main-advantages:before, .wrapper .page .content-container .main .home-main-advantages:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .content-container .main .home-main-advantages:after {
      clear: both; }
    .wrapper .page .content-container .main .home-main-advantages .item {
      position: relative;
      float: left;
      width: 33.333%;
      padding: 3.52823% 1.00806% 8.06452% 2.01613%;
      border-right: 1px solid #afafaf;
      border-bottom: 1px solid #afafaf; }
      .wrapper .page .content-container .main .home-main-advantages .item.box {
        height: 430px; }
      .wrapper .page .content-container .main .home-main-advantages .item.ignore-bottom-padding {
        padding-bottom: 4.03226%; }
      .wrapper .page .content-container .main .home-main-advantages .item:hover {
        background-color: #f2f2f2; }
      .wrapper .page .content-container .main .home-main-advantages .item.first figure {
        max-width: 280px;
        margin: 0 auto; }
      .wrapper .page .content-container .main .home-main-advantages .item h1, .wrapper .page .content-container .main .home-main-advantages .item .advantages-head-line {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.42857rem;
        margin-top: 0;
        margin-bottom: 10px; }
        .wrapper .page .content-container .main .home-main-advantages .item h1 .italic, .wrapper .page .content-container .main .home-main-advantages .item .advantages-head-line .italic {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 300;
          font-style: italic;
          font-size: 1.42857rem; }
      .wrapper .page .content-container .main .home-main-advantages .item p, .wrapper .page .content-container .main .home-main-advantages .item ul {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem;
        line-height: 1.5;
        margin-bottom: 20px; }
      .wrapper .page .content-container .main .home-main-advantages .item ul {
        list-style: disc inside; }
      .wrapper .page .content-container .main .home-main-advantages .item span {
        display: inline-block; }
        .wrapper .page .content-container .main .home-main-advantages .item span.advantage {
          width: 53%; }
          .wrapper .page .content-container .main .home-main-advantages .item span.advantage:first-of-type {
            width: 45%; }
          .wrapper .page .content-container .main .home-main-advantages .item span.advantage .legend {
            width: 58.3%;
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 0.78571rem; }
      .wrapper .page .content-container .main .home-main-advantages .item img {
        clear: both; }
      .wrapper .page .content-container .main .home-main-advantages .item a.btn.simple {
        position: absolute;
        bottom: 25px;
        left: 20px; }
        .wrapper .page .content-container .main .home-main-advantages .item a.btn.simple.in-flow {
          position: static; }
      .wrapper .page .content-container .main .home-main-advantages .item .green-leaf-container {
        padding-top: 30px; }
        .wrapper .page .content-container .main .home-main-advantages .item .green-leaf-container:before, .wrapper .page .content-container .main .home-main-advantages .item .green-leaf-container:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .content-container .main .home-main-advantages .item .green-leaf-container:after {
          clear: both; }
        .wrapper .page .content-container .main .home-main-advantages .item .green-leaf-container .advantages .advantage {
          width: 100%; }
      .wrapper .page .content-container .main .home-main-advantages .item .green-leaf {
        width: 35%; }
      .wrapper .page .content-container .main .home-main-advantages .item .advantages {
        width: 55%;
        margin: 0 0 20px 20px; }
        .wrapper .page .content-container .main .home-main-advantages .item .advantages .advantage {
          width: 100%;
          margin-bottom: 10px; }
          .wrapper .page .content-container .main .home-main-advantages .item .advantages .advantage.green {
            font-weight: 600;
            color: #519025; }
      .wrapper .page .content-container .main .home-main-advantages .item .explanations {
        clear: both;
        margin-top: 20px; }
      .wrapper .page .content-container .main .home-main-advantages .item.third {
        overflow-x: hidden; }
        .wrapper .page .content-container .main .home-main-advantages .item.third .to-left {
          position: relative; }
          .wrapper .page .content-container .main .home-main-advantages .item.third .to-left .icon-warranty {
            position: absolute;
            width: 35px;
            height: 50px;
            right: 4%;
            bottom: 0;
            background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-engine-warranty.png) no-repeat center;
            background-size: cover;
            -moz-background-size: cover;
            /* Firefox 3.6 */
            background-position: center;
            /* Internet Explorer 7/8 */ }
          .wrapper .page .content-container .main .home-main-advantages .item.third .to-left img {
            max-width: 120%;
            margin-left: -10%;
            margin-top: -20px; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all {
        clear: both;
        width: 100%;
        min-height: 230px;
        position: relative;
        padding: 25px 2.01613%; }
      .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container {
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/test-block-background.png) no-repeat center left;
        background-size: cover;
        -moz-background-size: cover;
        /* Firefox 3.6 */
        background-position: center;
        /* Internet Explorer 7/8 */
        min-height: 0;
        padding-bottom: 0; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .head-line {
          margin-top: 0;
          margin-bottom: 20px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.42857rem; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container ul {
          margin-bottom: 0; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader {
          display: inline-block;
          vertical-align: top; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges {
          width: 57.29167%; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul {
            list-style-type: none;
            margin-top: 55px; }
            .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li {
              display: inline-block;
              margin-right: 3.125%; }
              .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.eurotuner {
                margin-right: 0; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges img {
            height: 100px; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader {
          width: 41.66667%; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader:before, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader:after {
            clear: both; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader .cup, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader ul {
            float: left; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader .cup img {
            margin-top: 10px;
            width: 85px; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader ul {
            list-style-type: none; }
            .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader ul li {
              background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/checkmark-grey.png) no-repeat left center;
              background-size: 18px;
              background-position: 10px;
              padding-left: 38px;
              line-height: 2.4;
              color: #737373;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: italic;
              font-size: 0.92857rem; }
      .wrapper .page .content-container .main .home-main-advantages .item.last {
        border-right: none; }
    .wrapper .page .content-container .main .home-main-advantages .small-text {
      bottom: 75px;
      color: #737373;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 0.75rem; }
  .wrapper .page .content-container .main .fine-print {
    max-width: 960px;
    margin: 7px auto 0 auto;
    text-align: right;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.71429rem; }
    .wrapper .page .content-container .main .fine-print .small-text {
      color: #737373;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 0.71429rem; }
  .wrapper .page .content-container .main .product-portfolio {
    max-width: 960px;
    margin: 40px auto; }
    .wrapper .page .content-container .main .product-portfolio.mobiles {
      display: none; }
    .wrapper .page .content-container .main .product-portfolio .head-line {
      margin-bottom: 15px; }
    .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents {
      display: table;
      table-layout: fixed;
      position: relative;
      width: 100%;
      max-width: 960px;
      z-index: 1;
      background-color: #e6e6e6; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents:before, .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents:after {
        clear: both; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .img-container {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product {
        display: table-cell;
        width: 33.33%;
        padding: 15px 2.08333% 20px 2.08333%;
        border-right: 1px solid #afafaf; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product.last {
          border: none; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-name h2 {
          line-height: normal;
          margin: 0;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
          .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-name h2 .italic {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 300;
            font-style: italic;
            font-size: 1.28571rem; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-name .price {
          display: block;
          margin-top: 5px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 200;
          font-style: normal;
          font-size: 1.14286rem; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-image {
          width: 100%;
          height: 230px;
          line-height: 230px;
          text-align: center;
          margin-top: 10px;
          display: inline-block; }
          .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-image img {
            width: 70%;
            vertical-align: bottom; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product.product-pro2 .product-image img {
          width: 60%; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product.product-ultimate .product-image img {
          width: 100%;
          margin-left: -20px; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage {
          color: #3c3c3c;
          margin-bottom: 20px; }
          .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage .figure {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 2.14286rem; }
            .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage .figure .percent-sign {
              display: none; }
          .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage .legend {
            padding-top: 3px;
            line-height: 1.2;
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 0.85714rem; }
            .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage .legend sup {
              margin-left: 3px; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .options ul {
          min-height: 80px; }
          .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .options ul li {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 0.85714rem;
            line-height: 1.9;
            background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/checkmark-orange.png) no-repeat left center;
            background-size: 18px;
            padding-left: 24px; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .description {
          margin-top: 20px; }
          .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .description p {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.85714rem; }
    .wrapper .page .content-container .main .product-portfolio .product-portfolio-footnote {
      width: 100%;
      color: #fff;
      background-color: #8b8b8b;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 1.07143rem;
      text-align: center;
      line-height: 40px; }
    .wrapper .page .content-container .main .product-portfolio .footnote {
      margin-top: 10px;
      width: 100%;
      display: inline-block;
      text-align: right;
      color: #737373;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 0.78571rem; }
    .wrapper .page .content-container .main .product-portfolio .portfolio-shop-button {
      width: 100%;
      text-align: center; }
      .wrapper .page .content-container .main .product-portfolio .portfolio-shop-button button {
        max-width: 200px;
        margin: 0 auto;
        padding: 0 40px 0 60px;
        background-position: 30px;
        background-size: 22px, cover; }
  .wrapper .page .content-container .main .home-small-text-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0 50px 100px;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/footer-logo-small.png) no-repeat left 40px; }
    .wrapper .page .content-container .main .home-small-text-container .home-small-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.78571rem; }
      .wrapper .page .content-container .main .home-small-text-container .home-small-text .scroll-box {
        height: 350px;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
      .wrapper .page .content-container .main .home-small-text-container .home-small-text .links {
        margin: 30px 0;
        max-width: 500px; }
        .wrapper .page .content-container .main .home-small-text-container .home-small-text .links ul li {
          width: 33.33333%;
          float: left;
          background: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-small-text-bullet.png) no-repeat left center;
          padding-left: 15px; }
          .wrapper .page .content-container .main .home-small-text-container .home-small-text .links ul li a {
            color: #000; }
            .wrapper .page .content-container .main .home-small-text-container .home-small-text .links ul li a:hover {
              color: #d0511e; }
      .wrapper .page .content-container .main .home-small-text-container .home-small-text .head-line {
        clear: both; }
        .wrapper .page .content-container .main .home-small-text-container .home-small-text .head-line h4 {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 0.875rem;
          margin-bottom: 10px; }
        .wrapper .page .content-container .main .home-small-text-container .home-small-text .head-line h5 {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 0.78571rem;
          margin-bottom: 10px; }
      .wrapper .page .content-container .main .home-small-text-container .home-small-text .columns h5 {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 0.78571rem;
        margin: 20px 0; }
      .wrapper .page .content-container .main .home-small-text-container .home-small-text .columns p {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2; }
  .wrapper .page .content-container .main .home-page-gallery {
    max-width: 100%;
    margin: 20px auto 60px auto; }
    .wrapper .page .content-container .main .home-page-gallery .title {
      margin-bottom: 35px; }
    .wrapper .page .content-container .main .home-page-gallery .gallery-container {
      width: 100%;
      position: relative;
      padding-bottom: 38.36477987%; }
      .wrapper .page .content-container .main .home-page-gallery .gallery-container img {
        width: 100%;
        display: block;
        visibility: hidden; }
      .wrapper .page .content-container .main .home-page-gallery .gallery-container:hover .grid:not(:hover) {
        opacity: 0.5; }
      .wrapper .page .content-container .main .home-page-gallery .gallery-container .group {
        margin: 0;
        height: 100%;
        position: absolute;
        top: 0;
        overflow: hidden; }
        .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.first {
          width: 55%;
          padding-left: 2px; }
        .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.second {
          width: 20%;
          left: 55%; }
        .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.third {
          width: 25%;
          left: 75%;
          padding-right: 2px; }
        .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid {
          float: left;
          position: relative;
          transition: ease 0.5s;
          padding: 2px; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid div {
            height: 100%;
            display: block; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image {
            cursor: pointer;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat; }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-1 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-1.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-2 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-2.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-3 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-3.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-4 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-4.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-5 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-5.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-6 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-6.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-7 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-7.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-8 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-8.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-9 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-9.jpg"); }
            .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid .image.image-10 {
              background-image: url("/media/wysiwyg/home_page_gallery/img-10.jpg"); }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.w20 {
            width: 37%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.w35 {
            width: 63%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.w100 {
            width: 100%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.big, .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.slim {
            height: 66.66%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.small, .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.slimsmall {
            height: 33.33%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.small2 {
            height: 40%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.slimsmall2 {
            height: 20%; }
    .wrapper .page .content-container .main .home-page-gallery .home-page-gallery-overlay {
      display: none; }
    @media screen and (max-width: 768px) {
      .wrapper .page .content-container .main .home-page-gallery {
        max-width: 768px;
        border-top: 1px solid #afafaf;
        padding-top: 20px;
        margin-bottom: 30px;
        position: relative; }
        .wrapper .page .content-container .main .home-page-gallery .gallery-container {
          padding-bottom: 51.365%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.first {
            width: 75%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.second {
            width: 24.70%;
            left: 75%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.third {
            display: none; } }
    @media screen and (max-width: 480px) {
      .wrapper .page .content-container .main .home-page-gallery {
        max-width: 480px;
        margin: 0;
        padding-top: 10px; }
        .wrapper .page .content-container .main .home-page-gallery .gallery-container {
          padding-bottom: 177.66%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container:hover .grid:not(:hover) {
            opacity: 1; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.first {
            width: 100%;
            padding: 0; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.second {
            display: none; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group.third {
            display: none; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.big {
            height: 33.667%;
            width: 100%;
            padding: 0 0 2px; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.slim, .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.small {
            width: 50%;
            height: 32.66%; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.slim {
            padding-left: 0; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.slimsmall {
            padding: 2px 0 0; }
          .wrapper .page .content-container .main .home-page-gallery .gallery-container .group .grid.slimsmall {
            height: 33.75%;
            width: 100%;
            padding-bottom: 0; }
        .wrapper .page .content-container .main .home-page-gallery .home-page-gallery-overlay {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          height: 100%;
          z-index: 999; } }
    .wrapper .page .content-container .main .home-page-gallery [data-modal="modal-image-view"] .explanations:before, .wrapper .page .content-container .main .home-page-gallery [data-modal="modal-image-view"] .explanations:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .content-container .main .home-page-gallery [data-modal="modal-image-view"] .explanations:after {
      clear: both; }
    .wrapper .page .content-container .main .home-page-gallery [data-modal="modal-image-view"] a.arrow {
      position: absolute;
      top: 0;
      left: 0;
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_left_big.png) no-repeat center center;
      width: 60px;
      height: 100%; }
      .wrapper .page .content-container .main .home-page-gallery [data-modal="modal-image-view"] a.arrow.next {
        left: auto;
        right: 0;
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_right_big.png); }

@media screen and (max-width: 960px) {
  .wrapper .page .content-container .main {
    top: auto; }
    .wrapper .page .content-container .main .home-small-text-container {
      padding: 3.02419% 1.6129% 3.02419% 17.74194%;
      background-position: 1.6129% 17.1371%; }
    .wrapper .page .content-container .main .product-portfolio .head-line {
      padding: 1.66667%; }
    .wrapper .page .content-container .main .product-portfolio .footnote {
      padding-right: 2.08333%; }

  .wrapper .page .footer-container {
    margin-top: 0; } }
@media screen and (max-width: 950px) {
  .wrapper .page .content-container .main .home-main-advantages .item.first span.advantage {
    display: block;
    margin-bottom: 10px;
    width: 60%; } }
@media screen and (max-width: 910px) {
  .wrapper .page .content-container .main .home-small-text-container .home-small-text .col ul li {
    display: block;
    width: 99%; } }
@media screen and (max-width: 880px) {
  .wrapper .page .content-container .main .home-main-advantages .item {
    width: 50%;
    padding: 3.52823% 3.90625% 8.06452%; }
    .wrapper .page .content-container .main .home-main-advantages .item.box {
      min-height: 424px; }
      .wrapper .page .content-container .main .home-main-advantages .item.box.third {
        min-height: 320px; }
    .wrapper .page .content-container .main .home-main-advantages .item.first span.advantage {
      display: inline-block;
      margin-bottom: 30px;
      width: 45%; }
      .wrapper .page .content-container .main .home-main-advantages .item.first span.advantage:last-of-type {
        width: 53%; }
    .wrapper .page .content-container .main .home-main-advantages .item.second {
      border-right: none; }
    .wrapper .page .content-container .main .home-main-advantages .item.third .to-left, .wrapper .page .content-container .main .home-main-advantages .item.third .explanations {
      float: left; }
    .wrapper .page .content-container .main .home-main-advantages .item.third .to-left {
      width: 49.47917%; }
      .wrapper .page .content-container .main .home-main-advantages .item.third .to-left .icon-warranty {
        right: 23%; }
    .wrapper .page .content-container .main .home-main-advantages .item.third .explanations {
      clear: none; }
    .wrapper .page .content-container .main .home-main-advantages .item.last {
      clear: both;
      width: 100%; }
      .wrapper .page .content-container .main .home-main-advantages .item.last.third {
        position: relative;
        min-height: 0;
        height: auto;
        padding: 30px 2.01613%; }
        .wrapper .page .content-container .main .home-main-advantages .item.last.third .to-left {
          position: static;
          width: 100%;
          vertical-align: middle;
          display: inline-block;
          float: none; }
          .wrapper .page .content-container .main .home-main-advantages .item.last.third .to-left p {
            width: 56%;
            margin-bottom: 5px; }
            .wrapper .page .content-container .main .home-main-advantages .item.last.third .to-left p br {
              display: none; }
          .wrapper .page .content-container .main .home-main-advantages .item.last.third .to-left img {
            position: absolute;
            margin: 20px 0;
            width: 47%;
            right: 0;
            top: 0; }
        .wrapper .page .content-container .main .home-main-advantages .item.last.third > p {
          vertical-align: middle;
          display: inline-block;
          width: 45%;
          max-width: 300px; }
        .wrapper .page .content-container .main .home-main-advantages .item.last.third a.btn.simple {
          position: static;
          display: block;
          bottom: auto;
          left: auto;
          margin-top: -30px;
          width: 120px; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges {
      width: 45%; }
      .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul {
        margin-top: 10px; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.autobild {
          width: 100%; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.autobild img {
            height: 85px; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.asphalthelden, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.eurotuner {
          width: 30%; }
          .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.asphalthelden img, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.eurotuner img {
            height: 105px; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.asphalthelden {
          text-align: left;
          margin-right: 0;
          padding-right: 1.95313%; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.eurotuner {
          text-align: right; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader {
      width: 50%; }
      .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader h2 {
        margin-bottom: 35px; }
  .wrapper .page .content-container .main .product-portfolio {
    width: 100%; }
    .wrapper .page .content-container .main .product-portfolio .no-mobile {
      display: none; }
    .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product {
      padding: 15px 2.60417% 20px 2.60417%; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-image {
        margin-top: 0; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-image img {
          width: 80%; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product.product-pro2 .product-image img {
        width: 70%; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product.product-ultimate .product-image {
        width: 113%;
        margin-left: -20px; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product.product-ultimate .product-image img {
          width: 100%;
          margin-left: 0; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage .figure .percent-sign {
        display: inline; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage .legend {
        display: block;
        float: none;
        clear: both;
        height: 20px; }
        .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .product-contents .advantages .advantage .legend .percent {
          display: none; }
      .wrapper .page .content-container .main .product-portfolio .product-portfolio-contents .product .description {
        display: none; } }
@media screen and (max-width: 768px) {
  .wrapper .page .content-container .main .home-main-advantages .item.third .to-left p br {
    display: none; }
  .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges {
    width: 45%; }
  .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader {
    width: 54.25%; }
  .wrapper .page .content-container .main .home-small-text-container .home-small-text .columns p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
@media screen and (max-width: 710px) {
  .wrapper .page .content-container .main .home-main-advantages .item:first-child span.advantage, .wrapper .page .content-container .main .home-main-advantages .item.first span.advantage {
    display: block;
    margin-bottom: 10px; }
    .wrapper .page .content-container .main .home-main-advantages .item:first-child span.advantage, .wrapper .page .content-container .main .home-main-advantages .item:first-child span.advantage:first-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first span.advantage, .wrapper .page .content-container .main .home-main-advantages .item.first span.advantage:first-of-type {
      width: 55%; }
    .wrapper .page .content-container .main .home-main-advantages .item:first-child span.advantage:last-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first span.advantage:last-of-type {
      width: 65%; }
  .wrapper .page .content-container .main .home-main-advantages .item.third .to-left .icon-warranty {
    right: 10%; } }
@media screen and (max-width: 660px) {
  .wrapper .page .content-container .main .product-portfolio {
    display: none;
    margin: 40px 0 0 0;
    padding: 0 2.60417%; }
    .wrapper .page .content-container .main .product-portfolio.mobiles {
      display: block;
      text-align: center; }
      .wrapper .page .content-container .main .product-portfolio.mobiles .portfolio-shop-button {
        margin-bottom: 20px; }
        .wrapper .page .content-container .main .product-portfolio.mobiles .portfolio-shop-button button {
          padding: 0 20px;
          background-color: #51ba1b;
          background: -webkit-gradient(linear, left top, left bottom, from(#51ba1b), to(#388513));
          background: -moz-linear-gradient(top, #51ba1b, #388513);
          background: -ms-linear-gradient(top, #51ba1b, #388513);
          background: linear-gradient(top, #51ba1b, #388513);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ba1b', endColorstr='#388513'); }
          .wrapper .page .content-container .main .product-portfolio.mobiles .portfolio-shop-button button:hover, .wrapper .page .content-container .main .product-portfolio.mobiles .portfolio-shop-button button:active {
            background-color: #388513;
            background: -webkit-gradient(linear, left top, left bottom, from(#388513), to(#51ba1b));
            background: -moz-linear-gradient(top, #388513, #51ba1b);
            background: -ms-linear-gradient(top, #388513, #51ba1b);
            background: linear-gradient(top, #388513, #51ba1b);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#388513', endColorstr='#51ba1b'); } }
@media screen and (max-width: 653px) {
  .wrapper .page .content-container .main .home-main-advantages .item.box {
    min-height: 460px; }
  .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges {
    display: block;
    width: 100%;
    text-align: center; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li {
      width: 52.08333%;
      margin: 0 auto; }
      .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.asphalthelden, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.eurotuner {
        width: 33%; }
        .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.asphalthelden img, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.eurotuner img {
          height: 125px; }
      .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.asphalthelden {
        text-align: right;
        padding-right: 5.20833%; }
      .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.eurotuner {
        text-align: left; }
  .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .market-leader {
    display: none; } }
@media screen and (max-width: 600px) {
  .wrapper .page .content-container .main .home-small-text-container {
    background: none;
    padding: 6.25% 1.6129%; }
    .wrapper .page .content-container .main .home-small-text-container .home-small-text .col {
      display: block;
      float: none;
      width: 100%; }
      .wrapper .page .content-container .main .home-small-text-container .home-small-text .col:first-child, .wrapper .page .content-container .main .home-small-text-container .home-small-text .col.first {
        margin-bottom: 2.60417%; } }
@media screen and (max-width: 580px) {
  .wrapper .page .content-container .main {
    top: auto; }
    .wrapper .page .content-container .main .home-main-advantages .item {
      width: 100%;
      clear: both;
      float: none;
      border-right: none;
      text-align: center;
      padding: 20px 4.16667%; }
      .wrapper .page .content-container .main .home-main-advantages .item span {
        text-align: left; }
      .wrapper .page .content-container .main .home-main-advantages .item.ignore-bottom-padding {
        padding: 20px 4.16667%; }
      .wrapper .page .content-container .main .home-main-advantages .item.box {
        min-height: 0;
        height: auto; }
      .wrapper .page .content-container .main .home-main-advantages .item:hover {
        background-color: transparent; }
      .wrapper .page .content-container .main .home-main-advantages .item .explanations {
        display: none; }
      .wrapper .page .content-container .main .home-main-advantages .item .advantage {
        color: #3c3c3c; }
      .wrapper .page .content-container .main .home-main-advantages .item p {
        margin-bottom: 5px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem; }
      .wrapper .page .content-container .main .home-main-advantages .item a.btn.simple, .wrapper .page .content-container .main .home-main-advantages .item.last.span-all a.btn.simple {
        color: #c85a1e;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/link-arrow-right-480.png) no-repeat right center;
        background-size: 8px;
        padding-right: 16px;
        border: none;
        position: static;
        display: inline-block;
        margin: 0 auto; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child figure, .wrapper .page .content-container .main .home-main-advantages .item.first figure {
        max-width: 100%;
        width: 75%;
        margin: 20px auto 0; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder {
        width: 66.66667%;
        margin: 0 auto; }
        .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder:before, .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder:after, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder:before, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder:after, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder:after {
          clear: both; }
        .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage .legend, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage .legend {
          width: auto;
          max-width: 55%; }
        .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:first-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:first-of-type {
          width: 48%;
          float: left; }
        .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:last-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:last-of-type {
          width: 52%;
          float: right; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child a.btn.simple, .wrapper .page .content-container .main .home-main-advantages .item.first a.btn.simple {
        top: 0; }
      .wrapper .page .content-container .main .home-main-advantages .item.second .green-leaf-container {
        width: 79.16667%;
        margin: 0 auto; }
        .wrapper .page .content-container .main .home-main-advantages .item.second .green-leaf-container:before, .wrapper .page .content-container .main .home-main-advantages .item.second .green-leaf-container:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .content-container .main .home-main-advantages .item.second .green-leaf-container:after {
          clear: both; }
      .wrapper .page .content-container .main .home-main-advantages .item.third.last .to-left {
        width: 100%; }
        .wrapper .page .content-container .main .home-main-advantages .item.third.last .to-left p {
          width: 100%; }
        .wrapper .page .content-container .main .home-main-advantages .item.third.last .to-left img {
          position: static;
          width: 80%; }
      .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container {
        padding: 20px 8.33333%; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all {
        min-height: 0; }
    .wrapper .page .content-container .main .home-small-text-container {
      padding: 20px 8.33333%; } }
@media screen and (max-width: 480px) {
  .wrapper .page .content-container .main .home-main-advantages .item:first-child, .wrapper .page .content-container .main .home-main-advantages .item.first {
    padding-top: 0; }
    .wrapper .page .content-container .main .home-main-advantages .item:first-child p, .wrapper .page .content-container .main .home-main-advantages .item.first p {
      display: none; }
    .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder {
      width: 79.16667%;
      padding-left: 4.16667%; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage .figure, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage .figure {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2.14286rem; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage .legend, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage .legend {
        line-height: 1.2;
        padding-top: 4px; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:first-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:first-of-type {
        width: 47%; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:last-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:last-of-type {
        width: 53%; }
        .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:last-of-type .legend, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:last-of-type .legend {
          max-width: 60%; }
  .wrapper .page .content-container .main .home-main-advantages .item.second p {
    display: none; }
  .wrapper .page .content-container .main .home-main-advantages .item.third.last p:first-of-type {
    display: none; }
  .wrapper .page .content-container .main .home-main-advantages .item.third.last .to-left img {
    width: 100%;
    margin-top: 0; }
  .wrapper .page .content-container .main .home-small-text-container {
    display: none; } }
@media screen and (max-width: 450px) {
  .wrapper .page .content-container .main .home-main-advantages .item.first, .wrapper .page .content-container .main .home-main-advantages .item:first-child {
    margin-top: 0; }
  .wrapper .page .content-container .main .home-small-text-container {
    padding: 20px 8.33333%; }
    .wrapper .page .content-container .main .home-small-text-container .home-small-text .links ul li {
      width: 50%; } }
@media screen and (max-width: 430px) {
  .wrapper .page .content-container .main .home-main-advantages .item.second .green-leaf-container {
    width: 95.2381%; } }
@media screen and (max-width: 370px) {
  .wrapper .page .content-container .main .home-main-advantages .item .advantages {
    margin-left: 5px; }
  .wrapper .page .content-container .main .home-main-advantages .item.second .green-leaf-container {
    width: 100%; } }
@media screen and (max-width: 400px) {
  .wrapper .page .content-container .main .home-main-advantages .item:first-child, .wrapper .page .content-container .main .home-main-advantages .item.first {
    padding-left: 0;
    padding-right: 0; }
    .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder {
      width: 100%;
      padding-left: 10.41667%; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage .figure, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage .figure {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 2.14286rem; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage .legend, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage .legend {
        line-height: 1.2;
        padding-top: 4px; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:first-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:first-of-type {
        width: 46.5%; }
      .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:last-of-type, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:last-of-type {
        width: 53.5%; }
        .wrapper .page .content-container .main .home-main-advantages .item:first-child .advantages-placeholder span.advantage:last-of-type .legend, .wrapper .page .content-container .main .home-main-advantages .item.first .advantages-placeholder span.advantage:last-of-type .legend {
          max-width: 60%; } }
@media screen and (max-width: 320px) {
  .wrapper .page .content-container .main .home-main-advantages .item {
    padding: 6.25% 10.625% 3.125% 6.25%; }
    .wrapper .page .content-container .main .home-main-advantages .item.first, .wrapper .page .content-container .main .home-main-advantages .item:first-child {
      margin-top: 0; }
    .wrapper .page .content-container .main .home-main-advantages .item .advantage .legend {
      width: 53%; }
    .wrapper .page .content-container .main .home-main-advantages .item a.btn.simple, .wrapper .page .content-container .main .home-main-advantages .item.last.span-all a.btn.simple {
      right: 10px; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container .badges ul li.asphalthelden {
      width: 36.5%; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container2 .test-winner .tw-item.facebook {
      width: 28.125%; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container2 .test-winner .tw-item.seal {
      width: 18.75%; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container2 .test-winner .tw-item.text {
      width: 25%; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container2 .test-winner .tw-item.made-in {
      width: 25%;
      margin-top: 10px; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container2 .test-winner .tw-item.list {
      width: 93.75%; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container2 .test-winner .tw-item:last-child, .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container2 .test-winner .tw-item.last {
      display: block;
      margin: 6.25% auto 0; } }

/*# sourceMappingURL=RC_Home.css.map */

/*
 * Addresses all chiptuning dispatcher pages
 *
 * This is included (for the moment) separately via layout updates in DB.
 *
 * @author Jarlssen GmbH
 */
/*
 * This file contains all rules for all stage areas all through the website
 *
 * It is included only via the main SCSS files addressing the pages that need a stage area
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.wrapper .page .stage {
  background: none;
  height: auto;
  overflow: hidden; }
  .wrapper .page .stage figure, .wrapper .page .stage img {
    display: block; }
  .wrapper .page .stage .teaser-text-block {
    display: block; }
.wrapper .page .stage {
  width: 100%;
  position: relative; }
  .wrapper .page .stage .content-area {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .wrapper .page .stage .checkered-flag {
    display: none;
    position: absolute;
    max-width: 90px;
    width: 90px;
    left: auto;
    right: 0;
    bottom: 0; }
  .wrapper .page .stage img.product-image {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 25%; }
  .wrapper .page .stage .teaser-text-block {
    position: absolute;
    bottom: 0;
    left: -6.25%;
    width: 100%;
    height: 280px;
    color: #f2f2f2; }
    .wrapper .page .stage .teaser-text-block .teaser-title {
      position: absolute;
      z-index: 3;
      left: 6.25%;
      width: 93.65%;
      bottom: 92.85714%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.14286rem; }
    .wrapper .page .stage .teaser-text-block p {
      position: absolute;
      z-index: 3;
      padding-left: 1.5625%;
      left: 15.625%;
      width: 87.4%;
      bottom: 75%; }
    .wrapper .page .stage .teaser-text-block a.c2a {
      position: absolute;
      z-index: 4;
      bottom: 46.42857%;
      left: 110px;
      background: none;
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage.png) no-repeat center;
      background-size: cover;
      -moz-background-size: cover;
      /* Firefox 3.6 */
      background-position: center;
      /* Internet Explorer 7/8 */
      min-width: 17.03125%;
      padding: 0 45px 4px;
      line-height: 3.3;
      white-space: nowrap;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; }
      .wrapper .page .stage .teaser-text-block a.c2a:hover {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage_hover.png); }
    .wrapper .page .stage .teaser-text-block img.teaser-image {
      position: absolute;
      width: 220px;
      left: -40px;
      bottom: 4px;
      z-index: 5; }
  .wrapper .page .stage.home-stage {
    width: 100%;
    position: relative; }
    .wrapper .page .stage.home-stage .content-area {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      width: 100%;
      z-index: 1; }
    .wrapper .page .stage.home-stage img.product-image {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 25%; }
    .wrapper .page .stage.home-stage .teaser-text-block {
      position: absolute;
      bottom: 0;
      left: -6.25%;
      width: 100%;
      height: 280px;
      color: #f2f2f2; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        text-shadow: -1px -1px 1px black; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
        position: absolute;
        z-index: 3;
        left: 6.25%;
        width: 93.65%;
        bottom: 92.85714%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.21429rem; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        position: absolute;
        z-index: 3;
        padding-left: 1.5625%;
        left: 15.625%;
        width: 87.4%;
        bottom: 75%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.07143rem; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        position: absolute;
        z-index: 4;
        bottom: 46.42857%;
        left: 110px;
        background: none;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage.png) no-repeat center;
        background-size: cover;
        -moz-background-size: cover;
        /* Firefox 3.6 */
        background-position: center;
        /* Internet Explorer 7/8 */
        min-width: 17.03125%;
        padding: 0 45px 4px;
        line-height: 3.3;
        white-space: nowrap;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
        .wrapper .page .stage.home-stage .teaser-text-block a.c2a:hover {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage_hover.png); }
      .wrapper .page .stage.home-stage .teaser-text-block .img-container {
        position: absolute;
        width: 146px;
        left: -10px;
        bottom: 0;
        z-index: 5;
        overflow: hidden;
        height: 260px; }
        .wrapper .page .stage.home-stage .teaser-text-block .img-container img {
          position: static;
          width: 100%; }
      .wrapper .page .stage.home-stage .teaser-text-block .img2 {
        position: absolute;
        width: 220px;
        left: -40px;
        bottom: 4px;
        z-index: 5; }
    @media screen and (max-width: 992px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 16.12903%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        min-width: 21.97581%; } }
    @media screen and (max-width: 1024px) {
      html.desktop .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, html.desktop .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        display: none; } }
    @media screen and (max-width: 960px) {
      .wrapper .page .stage.home-stage .teaser-text-block {
        bottom: -100px; } }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        display: block; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
        padding-left: 2.60417%; } }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 20.83333%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        left: 100px;
        min-width: 28.38542%; }
      .wrapper .page .stage.home-stage .teaser-text-block img.teaser-image {
        left: -10.41667%; } }
    @media screen and (max-width: 620px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 27.08333%; } }
    @media screen and (max-width: 550px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        width: 83.33333%;
        padding-left: 8.33333%;
        bottom: 71.42857%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        left: 100px; } }
    @media screen and (max-width: 480px) {
      .wrapper .page .stage.home-stage {
        z-index: 2;
        padding-bottom: 12px;
        margin-bottom: 25px; }
        .wrapper .page .stage.home-stage .teaser-text-block {
          width: 100%;
          height: 115px;
          left: 0;
          bottom: 0; }
          .wrapper .page .stage.home-stage .teaser-text-block .stage-teaser-container {
            margin-top: 15px; }
          .wrapper .page .stage.home-stage .teaser-text-block .img-container, .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
            display: none; }
          .wrapper .page .stage.home-stage .teaser-text-block .checkered-flag {
            display: block; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
            position: static;
            left: auto;
            bottom: auto;
            width: auto;
            margin: 0;
            padding: 0 4.16667%; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: italic;
            font-size: 1.28571rem;
            margin-bottom: 10px; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.85714rem; } }
    @media screen and (max-width: 390px) {
      .wrapper .page .stage.home-stage .teaser-text-block img {
        display: none; } }
  .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 5.04032%;
    width: 555px;
    height: auto;
    bottom: 110px; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      color: #fff;
      position: static;
      margin: 0;
      padding: 0;
      left: auto;
      width: 100%;
      text-shadow: -1px -1px 1px black; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: italic;
      font-size: 3.42857rem;
      margin-bottom: 20px; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 340px;
        left: 3.90625%;
        bottom: 40px; }
        .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.14286rem; }
        .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.14286rem; }
          .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br {
            display: none; } }
    @media screen and (max-width: 400px) {
      .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 70%; } }
  @media screen and (max-width: 1100px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.42857rem; } }
  @media screen and (max-width: 1000px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
      bottom: 60px; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.14286rem; } }
  @media screen and (max-width: 480px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
      width: 100%;
      top: auto;
      bottom: 12px; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        width: 70%;
        text-align: left; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 80%;
        margin-bottom: 5px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 1.28571rem; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: block;
        width: 97%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
        margin-top: 0; } }
  @media screen and (max-width: 400px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      width: 70%; } }
  body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 0;
    width: 730px;
    bottom: auto;
    top: 27.5%; }
    body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 54.79452%; }
    @media screen and (max-width: 960px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 2.08333%; } }
    @media screen and (max-width: 980px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 60px; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2.42857rem; } }
    @media screen and (max-width: 890px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.28571rem; } }
    @media screen and (max-width: 768px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 60px;
        width: 100%;
        padding-left: 5.20833%; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 15px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.14286rem; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 100%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.14286rem; }
          body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br {
            display: none; } }
    @media screen and (max-width: 560px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2rem; } }
    @media screen and (max-width: 480px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 12px; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin: 0;
          width: 65%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 90%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; } }
  body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    width: 100%;
    left: auto;
    bottom: auto;
    top: 150px;
    padding: 0 2.08333% 0 4.16667%; }
    body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      width: 100%; }
    body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 80%; }
    @media screen and (max-width: 920px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 2.28571rem; } }
    @media screen and (max-width: 820px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 100px; } }
    @media screen and (max-width: 768px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 10px;
        padding: 0 2.60417%; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          text-align: center; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: none; } }
    @media screen and (max-width: 480px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 12px;
        padding: 0 4.16667%; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          text-align: left;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 100%; } }
  body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    width: 570px;
    bottom: auto;
    top: 25%; }
    body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      text-shadow: 1px 1px 1px black; }
    body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      color: #e2e2e2; }
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br {
        display: none; }
    @media screen and (max-width: 960px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 30%; }
        body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.35714rem; } }
    @media screen and (max-width: 850px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 40%; } }
    @media screen and (max-width: 560px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 10%;
        width: 100%;
        padding-right: 4.16667%; } }
    @media screen and (max-width: 480px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 12px; }
        body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          width: 80%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.42857rem;
          color: #f2f2f2; }
          body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br {
            display: block; } }
    @media screen and (max-width: 400px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 100%; } }
  body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    bottom: auto;
    top: 25%; }
    body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
      position: static;
      bottom: auto;
      left: auto;
      background: none;
      min-width: 0;
      z-index: 1;
      padding: 0;
      line-height: normal;
      margin-top: 10px;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 400px;
        top: auto;
        bottom: 10%; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 10px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2rem; } }
    @media screen and (max-width: 620px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: block; }
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: none; } }
    @media screen and (max-width: 480px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 100%;
        top: auto;
        bottom: 20px; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 70%;
          text-align: left; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 5px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 97%;
          font-size: 14px;
          font-weight: 300; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
          margin-top: 0; } }
  @media screen and (max-width: 480px) {
    body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage {
      padding-bottom: 12px;
      background: #e6e6e6;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e6e6), color-stop(33%, #ffffff), color-stop(66%, #ffffff), color-stop(100%, #e6e6e6));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* IE10+ */
      background: linear-gradient(to right, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 );
      /* IE6-8 */ }
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .checkered-flag {
        display: block;
        bottom: 0; } }
  body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    bottom: auto;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 77.08333%; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 100%;
      text-align: center; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      margin-bottom: 10px; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.57143rem; }
    @media screen and (max-width: 768px) {
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 100%; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          padding: 0 5.20833%; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2rem; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.07143rem; } }
    @media screen and (max-width: 480px) {
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 20px; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 70%;
          text-align: left; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 5px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 97%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; } }
  @media screen and (max-width: 480px) {
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage, body.cms-company .wrapper .page .stage.ct-dispatcher-stage, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage, body.cms-company .wrapper .page .stage.quality-and-warranty-stage, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage {
      padding-bottom: 4.16667%;
      background-color: #e6e6e6; }
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .checkered-flag {
        display: block;
        bottom: 0; } }
  .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 0;
    width: 680px;
    bottom: auto;
    top: 25%; }
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      text-shadow: 1px 1px 1px black;
      color: #f2f2f2; }
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      text-shadow: 1px 1px 1px black; }
    @media screen and (max-width: 960px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 2.08333%; } }
    @media screen and (max-width: 920px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 30%; }
        .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.85714rem; } }
    @media screen and (max-width: 850px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 20%; } }
    @media screen and (max-width: 680px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 10%;
        width: 100%; }
        .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 10px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.28571rem; } }
    @media screen and (max-width: 480px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 4.16667%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block {
      width: 100%;
      top: auto;
      bottom: 5%; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text {
        width: 70%;
        text-align: left; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title {
        width: 60%;
        margin-bottom: 5px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 1.28571rem; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text {
        display: block;
        width: 97%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a {
        margin-top: 0; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, .wrapper .page .stage.ct-dispatcher-stage .checkered-flag {
      display: block;
      bottom: -20px; } }
  .wrapper .page .stage.product-page-stage .content-area {
    max-width: 100%; }
  .wrapper .page .stage.product-page-stage .teaser-text-block {
    left: 0;
    height: 100%;
    width: 46.875%;
    margin: 0 auto;
    position: static; }
    .wrapper .page .stage.product-page-stage .teaser-text-block img {
      position: static;
      left: auto;
      bottom: auto;
      width: auto;
      z-index: 1; }
    .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      position: relative; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image {
        position: absolute; }
        .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-lateral {
          bottom: 19%;
          width: 28%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-front {
          right: 12%;
          bottom: 20%;
          width: 60%; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect {
      width: 50.78125%; }
      .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect .stage-teaser-container {
        margin-right: -12.5%; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-lateral {
      display: none; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 10%;
      width: 75%; }
  @media screen and (max-width: 1280px) {
    .wrapper .page .stage.product-page-stage .content-area {
      bottom: -40px; } }
  @media screen and (max-width: 768px) {
    .wrapper .page .stage.product-page-stage {
      height: 400px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 400px; }
      .wrapper .page .stage.product-page-stage .teaser-text-block {
        width: 78.125%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect {
          width: 84.63542%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
          bottom: 5%; } }
  @media screen and (max-width: 560px) {
    .wrapper .page .stage.product-page-stage .teaser-text-block {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.product-page-stage {
      height: 420px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 420px; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-lateral {
        display: none; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-front {
        width: 90%;
        bottom: 5%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
        width: 90%; } }
  @media screen and (max-width: 450px) {
    .wrapper .page .stage.product-page-stage {
      height: 380px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 380px; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.product-page-stage {
      height: 350px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 350px; } }
  @media screen and (max-width: 350px) {
    .wrapper .page .stage.product-page-stage {
      height: 310px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 310px; } }
  @media screen and (max-width: 320px) {
    .wrapper .page .stage.product-page-stage {
      height: 300px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 300px; } }
  .wrapper .page .stage.accessories-stage img.product-image {
    position: static; }
  .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 41.66667%;
    bottom: auto;
    height: auto;
    left: 4.16667%;
    top: 30%;
    z-index: 5; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text, .wrapper .page .stage.accessories-stage .teaser-text-block .c2a {
      position: static; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .c2a {
      display: none; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      color: #fff;
      position: static;
      margin: 0;
      padding: 0;
      left: auto;
      width: 100%;
      text-shadow: 1px 1px 1px black; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: italic;
      font-size: 2.85714rem;
      margin-bottom: 20px; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; }
  .wrapper .page .stage.accessories-stage .chip-image {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 0;
    right: 15%; }
  @media screen and (max-width: 1280px) {
    .wrapper .page .stage.accessories-stage .chip-image {
      width: 50%;
      bottom: -5%;
      right: 25%; } }
  @media screen and (max-width: 1024px) {
    .wrapper .page .stage.accessories-stage .chip-image {
      right: 20%; } }
  @media screen and (max-width: 960px) {
    .wrapper .page .stage.accessories-stage {
      height: 500px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 500px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 2.14286rem;
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .wrapper .page .stage.accessories-stage {
      height: 400px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 400px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block {
        width: 60%; }
      .wrapper .page .stage.accessories-stage .chip-image {
        right: 5%;
        width: 60%; } }
  @media screen and (max-width: 620px) {
    .wrapper .page .stage.accessories-stage .teaser-text-block {
      width: 75%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.accessories-stage {
      height: 420px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 420px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
        display: none; } }
  @media screen and (max-width: 450px) {
    .wrapper .page .stage.accessories-stage {
      height: 380px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 380px; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.accessories-stage {
      height: 350px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 350px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block {
        width: 100%;
        top: 100px;
        padding-right: 6.25%; }
      .wrapper .page .stage.accessories-stage .chip-image {
        width: 100%; } }
  @media screen and (max-width: 350px) {
    .wrapper .page .stage.accessories-stage {
      height: 310px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 310px; } }
  @media screen and (max-width: 320px) {
    .wrapper .page .stage.accessories-stage {
      height: 300px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 300px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2rem; } }
  body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 520px;
    left: 0;
    top: 25%; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
      margin-bottom: 0; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.57143rem; }
  body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
    left: auto;
    right: 2.08333%; }
  @media screen and (min-width: 1831px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 90%;
      bottom: 10%; } }
  @media screen and (max-width: 1830px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 80%;
      bottom: 5%; } }
  @media screen and (max-width: 1520px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%; } }
  @media screen and (max-width: 1200px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 49%; } }
  @media screen and (max-width: 1024px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      top: 30%; } }
  @media screen and (max-width: 960px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      left: 2.08333%; } }
  @media screen and (max-width: 768px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      display: none; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      bottom: 0;
      width: 80%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 100%; } }
  body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 500px;
    right: 0;
    left: auto;
    top: 30%; }
  body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
    width: 60%;
    right: auto;
    bottom: 0;
    left: -10%; }
  @media screen and (min-width: 1831px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%;
      bottom: 15%;
      left: -5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: -10%; } }
  @media screen and (max-width: 1830px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%;
      bottom: 5%;
      left: -5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: -10%; } }
  @media screen and (max-width: 1520px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%; } }
  @media screen and (max-width: 1520px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 49%; } }
  @media screen and (max-width: 1024px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      left: 0;
      width: 40%; } }
  @media screen and (max-width: 960px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: 5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      left: 5%; } }
  @media screen and (max-width: 768px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      width: 310px; } }
  @media screen and (max-width: 560px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      display: none; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 80%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; } }
  @media screen and (max-width: 480px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 100%; } }

@media screen and (max-width: 410px) {
  .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a {
    padding: 30px 6.25% 0 10px; }
    .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a h1 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 1.42857rem;
      margin-bottom: 5px; }
    .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a p {
      line-height: 1.2;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; } }
@media screen and (max-width: 320px) {
  .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage-320.png) no-repeat left center; } }
.retina .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 45%; }
.retina.w-667 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .retina.w-414 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 25%; }
.retina.w-736 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 15%; }
.retina.w-568 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 5%; }
.retina.w-480 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .retina.lt-480 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 12px; }

.no-retina.w-768 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 45%; }

.modal-window.comparison-modal {
  max-width: 1000px; }
  @media screen and (max-width: 1100px) {
    .modal-window.comparison-modal {
      max-width: 71.875%; } }
  @media screen and (max-width: 768px) {
    .modal-window.comparison-modal {
      max-width: 90%; } }
  @media screen and (min-width: 1280px) {
    .modal-window.comparison-modal {
      min-width: 1000px; } }
  .modal-window.comparison-modal .modal-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
    height: 100%;
    overflow: auto;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92857rem; }
    .modal-window.comparison-modal .modal-content .modal-title {
      padding-left: 40px; }
    .modal-window.comparison-modal .modal-content .comparison-footer {
      text-align: center;
      width: 960px;
      padding: 25px 0;
      background-color: #dadada;
      background: #ddd;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YjhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8b8b8), color-stop(8%, #cccccc), color-stop(30%, #ddd));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* IE10+ */
      background: linear-gradient(to bottom, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#ddd',GradientType=0 );
      /* IE6-8 */ }
      .modal-window.comparison-modal .modal-content .comparison-footer a.help-link {
        text-transform: uppercase; }

.cms-produktuebersicht .wrapper .page, .cms-produktuebersicht-html .wrapper .page {
  background: linear-gradient(to right, #C9C9C9 0%, #D6D6D6 10%, #E6E6E6 51%, #D6D6D6 90%, #C9C9C9 100%) repeat scroll 0% 0% transparent; }
  .cms-produktuebersicht .wrapper .page .content-container, .cms-produktuebersicht-html .wrapper .page .content-container {
    background-color: transparent; }

.wrapper .page .content-container .main {
  top: -45px; }
  @media screen and (max-width: 768px) {
    .wrapper .page .content-container .main {
      top: 0; } }
.wrapper .page .footer-container {
  margin-top: -45px; }
  @media screen and (max-width: 768px) {
    .wrapper .page .footer-container {
      margin-top: 0; } }
.wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
  top: 45px; }
.wrapper .page .content-container {
  background-color: #e6e6e6; }
.wrapper .page .std.content-area {
  position: static;
  max-width: 100%;
  margin: auto;
  background-color: transparent;
  padding: 0; }
.wrapper .page .block-item .content-area {
  padding: 0px 3.125% 50px 3.125%; }
.wrapper .page p {
  line-height: 1.6; }
.wrapper .page .-not-available-message {
  display: none;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.78571rem; }
.wrapper .page .engine-explanations {
  text-align: left;
  padding: 0 3.125%; }
  .wrapper .page .engine-explanations:before, .wrapper .page .engine-explanations:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper .page .engine-explanations:after {
    clear: both; }
  .wrapper .page .engine-explanations p.two-columns-text {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
  .wrapper .page .engine-explanations p {
    width: 47%; }
    .wrapper .page .engine-explanations p:first-child, .wrapper .page .engine-explanations p.first {
      float: left; }
    .wrapper .page .engine-explanations p:last-child, .wrapper .page .engine-explanations p.last {
      float: right; }
    .wrapper .page .engine-explanations p span.content {
      display: block;
      margin-bottom: 5px; }
.wrapper .page .engine-details {
  padding: 0 6.25%; }
  .wrapper .page .engine-details p {
    text-align: left;
    margin-bottom: 20px; }
  .wrapper .page .engine-details .link {
    padding-left: 0;
    text-align: left; }
.wrapper .page #sticky-tabs-sticky-wrapper.is-sticky > #sticky-tabs {
  background: #3d3d3d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDUwNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3d3d3d 0%, #505050 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #505050));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3d3d3d 0%, #505050 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3d3d3d 0%, #505050 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3d3d3d 0%, #505050 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3d3d3d 0%, #505050 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#505050',GradientType=0 );
  /* IE6-8 */ }
.wrapper .page .ct-dispatcher-tabs {
  z-index: 1; }
  .wrapper .page .ct-dispatcher-tabs ul {
    font-size: 0px; }
  .wrapper .page .ct-dispatcher-tabs ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    overflow: hidden;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.85714rem;
    background: #3d3d3d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDUwNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3d3d3d 0%, #505050 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #505050));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #505050 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3d3d3d 0%, #505050 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3d3d3d 0%, #505050 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3d3d3d 0%, #505050 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#505050',GradientType=0 );
    /* IE6-8 */
    border-right: 1px solid #333;
    border-left: 1px solid #646464; }
    .ie9 .wrapper .page .ct-dispatcher-tabs ul li {
      filter: none; }
    .wrapper .page .ct-dispatcher-tabs ul li a {
      display: block;
      color: #a3a3a3;
      text-transform: uppercase; }
    .wrapper .page .ct-dispatcher-tabs ul li.active {
      border-left: none;
      background: none;
      background-color: #e6e6e6; }
      .wrapper .page .ct-dispatcher-tabs ul li.active a {
        color: #3c3c3c; }
.wrapper .page #sticky-tabs-sticky-wrapper.is-sticky #sticky-tabs {
  width: 100%;
  z-index: 4; }
.wrapper .page .motorisation {
  position: relative; }
  .wrapper .page .motorisation .emph-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.42857rem;
    top: 50px; }
  .wrapper .page .motorisation .car-image {
    width: 100%;
    padding-top: 20px; }
  .wrapper .page .motorisation .chart {
    width: 81.66667%;
    left: 3.125%;
    bottom: 90px; }
  .wrapper .page .motorisation .fine-print {
    bottom: 0;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78571rem; }
  .wrapper .page .motorisation .increases {
    text-transform: uppercase;
    line-height: 20px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.14286rem; }
    .wrapper .page .motorisation .increases .increase, .wrapper .page .motorisation .increases .decrease {
      padding-left: 16px;
      margin-left: 10px; }
    .wrapper .page .motorisation .increases .increase {
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/green_arrow_up.png) no-repeat center left;
      background-size: 11px 20px; }
    .wrapper .page .motorisation .increases .decrease {
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/green_arrow_down.png) no-repeat center left;
      background-size: 11px 20px; }
    .wrapper .page .motorisation .increases .constant {
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arrow-constant.png) no-repeat center left;
      padding-left: 26px;
      margin-left: 10px; }
  @media screen and (max-width: 560px) {
    .wrapper .page .motorisation .emph-sub-title {
      top: 20px; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .motorisation .emph-sub-title {
      top: 0;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 0.92857rem;
      text-transform: uppercase;
      color: #888; }
    .wrapper .page .motorisation .chart {
      width: 100%;
      bottom: auto;
      top: 50px;
      padding-right: 3.125%; }
    .wrapper .page .motorisation .fine-print {
      bottom: -10px;
      padding-right: 2.08333%; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .motorisation .fine-print {
      bottom: -15px; } }
  @media screen and (max-width: 320px) {
    .wrapper .page .motorisation .fine-print {
      bottom: -20px; } }
.wrapper .page .ct-dispatcher-performance-contents {
  text-align: center; }
  .wrapper .page .ct-dispatcher-performance-contents .content-area {
    padding: 0; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block {
    padding-bottom: 50px;
    border-bottom: 1px solid #bababa; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine {
      position: relative;
      min-height: 500px; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .title {
        margin-top: 50px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.14286rem;
        margin-bottom: 10px; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .sub-title {
        margin-bottom: 30px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.57143rem;
        margin-top: 20px; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .engine-img, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage {
        position: absolute; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .engine-img {
        margin: 0 auto;
        top: 30%;
        left: 0;
        right: 0; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage {
        width: 130px;
        text-transform: uppercase;
        text-align: center; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage .figure {
          color: #c85a1e;
          float: none; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage .legend {
          width: 100%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 0.85714rem;
          padding: 6px 0 0; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.text {
          top: 35%; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.icon {
          bottom: 10%; }
          .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.icon .icon {
            display: block;
            background: none no-repeat center transparent;
            width: 100%;
            height: 58px; }
          .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.icon.torque .icon {
            background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-tacho-r.png); }
          .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.icon.acceleration .icon {
            background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-racing-car.png); }
        .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.torque {
          left: 15%; }
          .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.torque.text {
            left: 15%; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.power, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.acceleration {
          right: 15%; }
          .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.power.text, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.acceleration.text {
            right: 15%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-explanations {
      margin-bottom: 15px; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-explanations:before, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-explanations:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-explanations:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-explanations p {
        width: 45%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .links {
      text-align: left;
      padding-left: 3.125%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block {
    text-align: left;
    padding-top: 50px;
    margin-bottom: 70px;
    border-top: 1px solid #f3f3f3;
    background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%); }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .content-area {
      background: radial-gradient(ellipse at 200px 250px, rgba(255, 255, 255, 0.5) -10%, rgba(255, 255, 255, 0) 30%); }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .sub-title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .emph-sub-title {
      padding-left: 3.125%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .emph-sub-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.5rem; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .engine-explanations {
      margin-top: 4.6875%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container {
      position: relative;
      width: 100%;
      margin-top: 5.20833%;
      z-index: 1; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .unslider-arrow {
        display: block;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        z-index: 9;
        background-repeat: no-repeat;
        background-position: center; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .unslider-arrow.prev {
          background-position: 10px center;
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big-black.png);
          background-size: 24px auto; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .unslider-arrow.next {
          background-position: 10px center;
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big-black.png);
          background-size: 24px auto; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .unslider-arrow:hover.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big-hover.png); }
        .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .unslider-arrow:hover.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big-hover.png); }
      .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .gallery-slider {
        position: relative;
        overflow: auto;
        width: 100%;
        z-index: 1; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .gallery-slider ul li {
          float: left; }
          .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .gallery-slider ul li .headline {
            text-align: center;
            margin-bottom: 20px; }
            .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .gallery-slider ul li .headline sup {
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.625rem; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .conclusion {
      margin-top: 30px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .conclusion-link {
      width: 62.5%;
      text-align: center;
      margin: 30px auto 0; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block {
    position: relative;
    z-index: 1;
    background-color: #000;
    background: url(https://www.racechip.de/skin/frontend/racechip/default/images/dispatcher-performance-tuning-bg.jpg) no-repeat top left;
    background-size: 100% 100%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .title {
      position: absolute;
      z-index: 3;
      top: 20px;
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      color: #fff;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2rem; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .subtitle {
      position: absolute;
      z-index: 3;
      top: 70px;
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      color: #fff;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 1.5rem; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container {
      position: relative;
      width: 100%;
      margin-top: 50px; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .unslider-arrow {
        display: none;
        top: 0;
        bottom: 0;
        width: 20%;
        height: 100%;
        background-repeat: no-repeat; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .unslider-arrow.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big.png);
          background-position: 15% 50%;
          background-size: 24px auto; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .unslider-arrow.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big.png);
          background-position: 75% 50%;
          background-size: 24px auto; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .unslider-arrow:hover.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big-hover.png); }
        .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .unslider-arrow:hover.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big-hover.png); }
      .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container:hover .unslider-arrow {
        display: block; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .gallery-slider {
        position: relative;
        overflow: auto;
        width: 100%; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .gallery-slider ul li {
          float: left; }
          .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .gallery-slider ul li .image {
            width: 58.33333%;
            margin: 0 auto;
            margin-top: 16.66667%;
            margin-bottom: 10.41667%; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .gallery-slider .slider-footer {
          position: absolute;
          bottom: 50px;
          width: 100%;
          text-align: center;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 0.875rem;
          color: #f3f3f3;
          line-height: 22px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block {
    border-bottom: 1px solid #bababa; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .content-area {
      padding: 70px 0 40px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images {
      max-width: 75%;
      margin: 8.33333% auto 4.16667% auto; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images:before, .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-image {
        width: 33%;
        float: left;
        padding-left: 2%;
        padding-right: 8%;
        margin-bottom: 3.125%;
        background: radial-gradient(ellipse at center center, white 30%, rgba(255, 255, 255, 0) 65%); }
        .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-image .engine-text {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-image.engine-hybrid {
          background: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/hybrid.png) no-repeat right 75%, radial-gradient(ellipse at center center, white 30%, rgba(255, 255, 255, 0) 65%) repeat scroll 0% 0% transparent;
          background-size: 62px auto, auto auto, auto auto; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-timeline {
        clear: both;
        width: 100%;
        height: 37px;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/timeline-bg.png) no-repeat center;
        background-size: 100% 100%; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-timeline:before, .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-timeline:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-timeline:after {
          clear: both; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images .engine-timeline .time {
          float: left;
          width: 33%;
          line-height: 37px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #bababa; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .content-area {
      padding-top: 40px;
      padding-bottom: 50px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .sub-title {
      margin-top: 0;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.57143rem;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .block-image {
      width: 100%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .engine-explanations {
      margin-top: 50px; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .engine-explanations .engine-links {
        clear: both;
        padding-top: 20px; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .engine-explanations .engine-links a {
          text-transform: uppercase; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block {
    padding-top: 40px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #bababa;
    background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%); }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .content-area {
      padding-bottom: 40px;
      text-align: left; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .content-area:before, .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .content-area:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .content-area:after {
        clear: both; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .title {
      padding: 0 3.125%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .subtitle {
      padding: 0 3.125%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.57143rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block ul.three-columns {
      padding: 30px 3.125%; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block ul.three-columns li {
        background: url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-positive.png) no-repeat left center;
        display: block;
        float: left;
        padding: 5px 10px 5px 30px;
        width: 33.33333%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.125rem;
        line-height: 22px; }
        .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block ul.three-columns li span {
          display: table; }
          .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block ul.three-columns li span span {
            height: 44px;
            overflow: hidden;
            display: table-cell;
            vertical-align: middle; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .col2-set {
      line-height: 24px;
      margin-top: 50px;
      padding: 30px 3.125%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.875rem; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .col2-set .col-1 {
        float: left;
        padding-right: 25px;
        width: 50%; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .col2-set .col-2 {
        float: right;
        padding-left: 25px;
        width: 50%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .engine-explanations {
      float: left;
      margin-top: 4.16667%;
      padding-left: 3.125%;
      width: 50%; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .engine-explanations p {
        float: none;
        margin-bottom: 2.08333%;
        width: 100%; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .engine-explanations a {
        display: inline-block;
        margin-top: 2.08333%;
        text-transform: uppercase; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .video {
      float: right;
      padding-right: 3.125%;
      padding-top: 4.16667%;
      width: 49%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block {
    border-top: 1px solid #f3f3f3;
    background: radial-gradient(ellipse at center top, #FFF -15%, rgba(100, 100, 100, 0) 50%) repeat scroll 0% 0%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .content-area {
      padding: 60px 0 80px 0; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .sub-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.57143rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .image {
      margin: 40px 0 20px 0; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .btn.call-to-action {
      width: 220px; }
.wrapper .page .ct-dispatcher-consumption-contents .sub-title {
  margin-top: 10px; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power {
  border-bottom: 1px solid #afafaf; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .content-area {
    padding-top: 60px; }
    body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .content-area {
      padding-bottom: 0;
      padding-top: 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .title {
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .sub-title {
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .video {
    margin: 40px 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .links {
    margin-top: 10px; }
  body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power {
    padding-bottom: 50px;
    border-bottom: 1px solid #bababa; }
    body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine {
      position: relative;
      min-height: 500px; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .title {
        margin-top: 50px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.14286rem;
        margin-bottom: 10px; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .sub-title {
        margin-bottom: 30px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.57143rem;
        margin-top: 20px; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .engine-img, body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage {
        position: absolute; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .engine-img {
        margin: 0 auto;
        top: 30%;
        left: 0;
        right: 0; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage {
        width: 130px;
        text-transform: uppercase;
        text-align: center;
        top: 54%; }
        body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage .figure {
          color: #c85a1e;
          float: none; }
        body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage .legend {
          width: 100%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 0.85714rem;
          padding: 6px 0 0; }
        body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage.torque {
          left: 10%; }
        body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage.consumption {
          width: 140px;
          right: 10%;
          text-align: left; }
          body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage.consumption .figure {
            display: block;
            padding-left: 15px; }
            body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage.consumption .figure .number, body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage.consumption .figure .measure {
              display: inline-block; }
            body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage.consumption .figure .measure {
              width: 62px;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.85714rem; }
          body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage.consumption .legend {
            text-align: center; }
    body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .video {
      display: none; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to {
  background: #efefef url(https://www.racechip.de/skin/frontend/racechip/default/images/mountain-rd-bg.jpg) no-repeat bottom right;
  border-bottom: 1px solid #afafaf; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .content-area {
    padding: 60px 0 50px 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .title {
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .sub-title {
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .image {
    padding: 0 3.125%;
    margin: 60px 0;
    text-align: center; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .engine-explanations {
    margin-bottom: 50px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .links {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .links a {
      margin-left: 10px;
      display: inline-block; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .links .low-bp {
      display: none; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to sub {
    display: block;
    width: 83.33333%;
    margin: 0 auto; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .content-area {
  max-width: 992px;
  padding: 60px 0 50px 0; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .sub-title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .engine-explanations {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 3.125%;
  padding-right: 3.125%; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.14286rem;
  margin-bottom: 10px; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .sub-title {
  margin-top: 10px; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .emph-sub-title {
  width: 65%;
  text-align: center;
  margin: -10px auto 30px; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .image {
  width: 100%;
  margin-top: 30px; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .engine-explanations p {
  float: none;
  width: 100%;
  margin-bottom: 10px; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .engine-explanations a {
  text-transform: uppercase; }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode {
  background: radial-gradient(ellipse at center top, #fff -15%, rgba(255, 255, 255, 0) 50%) repeat scroll 0% 0%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .content-area {
    padding: 60px 0 0 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .sub-title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .engine-explanations, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .engine-explanations-single {
    padding-left: 3.125%;
    padding-right: 3.125%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .engine-explanations, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .engine-explanations-single {
    margin-top: 30px;
    margin-bottom: 50px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li {
    padding: 30px 20px 30px 26.04167%;
    background: transparent no-repeat 4.16667% 80px;
    background-size: 18.75%;
    min-height: 170px; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li h5 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1rem; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.odd {
      background-color: #d0d0d0; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.first {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/save_fuel_first.png); }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.second {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/save_fuel_second.png); }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.third {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/save_fuel_third.png); }
.wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block {
  background: radial-gradient(ellipse at center top, #fff -15%, rgba(255, 255, 255, 0) 50%) repeat scroll 0% 0%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .content-area {
    padding: 100px 0 40px; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .content-area:before, .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .content-area:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .content-area:after {
      clear: both; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .image {
    width: 45.83333%;
    float: left; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .c2a {
    float: left;
    margin-left: 4.16667%; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .c2a .title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem;
      margin-bottom: 20px; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .c2a p {
      margin-bottom: 30px; }
.wrapper .page .ct-dispatcher-product-overview {
  overflow-x: hidden; }
  .wrapper .page .ct-dispatcher-product-overview .content-area, .wrapper .page .ct-dispatcher-product-overview .engine-explanations {
    padding: 0; }
  .wrapper .page .ct-dispatcher-product-overview .engine-explanations p {
    float: none;
    width: 100%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-text {
    padding: 50px 0 60px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text:before, .wrapper .page .ct-dispatcher-product-overview .overview-text:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text:after {
      clear: both; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text .title, .wrapper .page .ct-dispatcher-product-overview .overview-text .sub-title, .wrapper .page .ct-dispatcher-product-overview .overview-text .emph-sub-title {
      clear: both;
      margin-top: 0;
      margin-bottom: 5px;
      line-height: 1; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text .title {
      margin-bottom: 20px;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.14286rem; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text .sub-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.57143rem; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text .engine-explanations, .wrapper .page .ct-dispatcher-product-overview .overview-text .c2a {
      float: left;
      margin-top: 40px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text .engine-explanations {
      width: 60.48387%;
      margin-right: 3.02419%;
      margin-top: 20px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text .c2a {
      width: 36.29032%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-text .c2a p {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
      .wrapper .page .ct-dispatcher-product-overview .overview-text .c2a .call-to-action {
        width: 200px;
        margin-top: 40px; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data {
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data:before, .wrapper .page .ct-dispatcher-product-overview .overview-data:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data:after {
      clear: both; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one {
      position: relative;
      background: transparent no-repeat center;
      background-size: cover;
      -moz-background-size: cover;
      /* Firefox 3.6 */
      background-position: center;
      /* Internet Explorer 7/8 */ }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents {
      height: 100%;
      width: 46.37097%;
      padding: 30px 0 30px 4.03226%;
      position: relative;
      z-index: 3; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .product-name {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 200;
        font-style: italic;
        font-size: 2rem;
        margin-bottom: 10px; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .description {
        width: 120%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.92857rem;
        margin-bottom: 10px; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages {
        width: 100%; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row {
          display: block;
          width: 100%; }
          .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row:before, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row:after {
            clear: both; }
          .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage {
            margin-bottom: 15px;
            width: 49%;
            vertical-align: top; }
            .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage .image {
              float: left; }
            .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage .legend {
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.78571rem; }
            .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.picture .legend {
              padding-top: 0; }
            .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.text.first {
              width: 43.5%; }
            .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.text.last.-is-long {
              width: 54.5%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .btn.simple {
        margin-top: 10px; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .btn.simple.car-selected {
          color: #fff;
          border-color: #fff; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .btn.simple.no-car-selected {
          color: #b8bfc6;
          border-color: #b8bfc6; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 53.62903%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents:before, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .price {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 1.14286rem;
        float: right;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/overview-bg-price.png) no-repeat right center;
        background-size: 100%;
        width: 160px;
        height: 65px;
        padding-top: 26px;
        padding-left: 0px;
        margin-right: 10px;
        text-align: center; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .product-image, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .connect, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals {
        position: absolute; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .product-image {
        width: 70%;
        bottom: -85px;
        left: -10%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .connect {
        width: 30%;
        left: 45%;
        bottom: -30px; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals {
        width: 80%;
        height: 80px;
        right: 10px;
        bottom: -45px; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals:before, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals:after {
          clear: both; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals .seal-asphalt, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals .seal-eurotuner {
          height: 80px;
          float: right;
          width: auto;
          text-align: right;
          position: relative; }
          .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals .seal-asphalt img, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals .seal-eurotuner img {
            height: 100%;
            max-height: 80px; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals .seal-eurotuner {
          height: 60px;
          margin-top: 22px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.-not-available .data-contents .advantages .advantage-row .advantage.text {
      visibility: hidden; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.-not-available .image-contents .price {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/overview-bg-price-disabled.png);
      width: 116px;
      height: 61px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 18px; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.-not-available .image-contents .price .-price {
        display: none; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.-not-available .image-contents .price .-not-available-message {
        display: block; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate {
      width: 100%;
      min-height: 417px;
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/overview-bg-ultimate.jpg); }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents {
        width: 48.3871%; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents .advantages .advantage-row .advantage {
          width: 48%; }
          .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents .advantages .advantage-row .advantage.picture .legend {
            width: 75%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .image-contents {
        width: 67.54032%; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .image-contents .product-image {
          width: 70%;
          bottom: -100px;
          left: 15%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one {
      width: 48.3871%;
      min-height: 424px;
      margin-top: 110px; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents {
        width: 80%; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .description, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .description {
          width: 80%; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage.picture, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage.picture {
          width: 100%; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .btn.simple, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .btn.simple {
          margin-top: 20px;
          margin-left: 10px; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .image-contents .price, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .price {
        margin-right: 3px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 {
      float: left;
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/overview-bg-pro2.jpg); }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .image-contents .image {
        width: 90%;
        left: 0; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one {
      float: right;
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/overview-bg-one.jpg); }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .image {
        width: 100%;
        left: 10%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .links {
      clear: both;
      padding-top: 80px;
      text-align: center; }
  .wrapper .page .ct-dispatcher-product-overview .overview-quality {
    padding-top: 40px;
    border-top: 1px solid #eee;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality:before, .wrapper .page .ct-dispatcher-product-overview .overview-quality:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality:after {
      clear: both; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container {
      float: left;
      width: 58.33333%;
      margin-left: -2%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container:before, .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container .seal-image, .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container .seal-text {
        float: left; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container .seal-image {
        width: 33%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container .seal-text {
        width: 66%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link {
      float: right;
      width: 42.70833%;
      text-align: center; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link .product-family {
        margin-right: -20%;
        margin-top: -20px; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link .chip-compare a {
        float: none; }
        .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link .chip-compare a.compare-link-icon {
          margin-left: 20%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-fine-print {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 0.85714rem; }
    .wrapper .page .ct-dispatcher-product-overview .overview-fine-print sup {
      line-height: 2;
      vertical-align: top; }
.wrapper .page .ct-dispatcher-mounting .mounting-optimization .content-area {
  padding: 60px 0; }
.wrapper .page .ct-dispatcher-mounting .mounting-optimization .titles, .wrapper .page .ct-dispatcher-mounting .mounting-optimization .motorisation, .wrapper .page .ct-dispatcher-mounting .mounting-optimization .engine-explanations {
  padding: 0 0 0 3.125%; }
.wrapper .page .ct-dispatcher-mounting .mounting-optimization .titles {
  margin-bottom: 50px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization .titles .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization .titles .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px;
    margin-top: 0; }
.wrapper .page .ct-dispatcher-mounting .mounting-optimization .engine-explanations {
  margin-top: 40px; }
.wrapper .page .ct-dispatcher-mounting .mounting-gallery {
  background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%); }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .content-area {
    padding-top: 60px; }
.wrapper .page .ct-dispatcher-mounting .mounting-functionality {
  background: radial-gradient(ellipse at center top, #FFF 10%, rgba(255, 255, 255, 0.1) 60%) repeat scroll 0% 0%, radial-gradient(ellipse at center bottom, #FFF -90%, rgba(255, 255, 255, 0.1) 30%) repeat scroll 0% 0% transparent; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .content-area {
    padding: 60px 0 0 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .title {
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block {
    padding: 60px 3.125% 70px 3.125%; }
    .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tabs .tab-handle {
      width: 33%; }
    @media screen and (max-width: 610px) {
      .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tabs {
        position: relative;
        padding-top: 41px; }
        .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tabs .tab-handle {
          width: 100%;
          display: none; }
          .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tabs .tab-handle.active {
            display: block;
            border-bottom: none;
            background: #d2d2d2 url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_white_full.png) no-repeat 95% center;
            filter: alpha(opactiy=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            position: absolute;
            top: 0;
            left: 0; }
          .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tabs .tab-handle a {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 1rem; } }
    .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tab .engine-image {
      width: 52.08333%;
      margin: 40px auto 40px auto; }
    .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tab .letters {
      max-width: 500px;
      margin: 20px auto; }
      .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tab .letters .half-width {
        width: 100%; }
    .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tab .accordion-scroll {
      max-height: 230px;
      overflow: auto; }
.wrapper .page .ct-dispatcher-mounting .news-container .head-line .title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.125rem;
  float: none;
  text-align: center;
  margin-bottom: 40px; }
.wrapper .page .ct-dispatcher-mounting .mounting-pcb {
  background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%); }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .content-area {
    padding: 60px 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .title, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .sub-title, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .engine-explanations, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block {
    padding: 0 3.125%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2.125rem; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .sub-title {
    margin-top: 0;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .engine-explanations {
    margin: 40px 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block:before, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block:after {
    clear: both; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list {
    float: left;
    width: 29.16667%; }
    .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li {
      padding: 5px 0; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li .list-bullet, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li .list-heading {
        display: inline-block; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li .list-bullet {
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        margin-right: 10px;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-bullet.png) no-repeat center;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1rem;
        color: #c85a1e; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li .list-heading {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 0.92857rem;
        margin-bottom: 5px; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li .list-contents {
        padding-left: 36px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-image {
    float: right;
    width: 50%; }
.wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison {
  background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%);
  border-bottom: 1px solid #cfcfcf; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .content-area {
    padding: 50px 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .title, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .sub-title, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .engine-explanations, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison {
    padding: 0 3.125%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .title, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .sub-title {
    width: 100%;
    text-align: center; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-top: 0;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .emph-sub-title {
    margin-top: 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .engine-explanations p {
    width: 100%;
    float: none;
    margin: 40px 0 80px 0;
    padding: 0 36px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/mounting-chequered-flag-bg.png) no-repeat top center; }
    .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row {
      width: 100%; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row:before, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row .comparison-image {
        float: left;
        padding-bottom: 50px;
        width: 50%; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row .comparison-image.old-image {
          padding-right: 15px; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row .comparison-image.new-image {
          float: right;
          padding-left: 15px;
          padding-right: 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row {
    width: 100%; }
    .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li {
      width: 100%; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li:before, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li .emph-sub-title {
        margin-bottom: 10px; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.texts {
        padding-bottom: 25px; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.texts .old-text, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.texts .new-text {
          width: 50%; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.texts .old-text {
          float: left;
          padding-right: 15px; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.texts .new-text {
          float: right;
          padding-left: 15px; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item {
        padding: 25px 0;
        border-bottom: 1px solid #cfcfcf;
        border-top: 1px solid #eee; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item:first-child, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item.first {
          border-top: none; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item:last-child, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item.last {
          border-bottom: none; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item .old-item, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item .new-item {
          float: left;
          width: 50%;
          padding-left: 4.16667%; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item .old-item {
          padding-right: 20px;
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-negative.png) no-repeat left top; }
        .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item .new-item {
          background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-positive.png) no-repeat left top; }
.wrapper .page .ct-dispatcher-mounting .mounting-faq {
  border-top: 1px solid #eee; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .content-area {
    padding: 50px 0;
    text-align: center; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .title {
    width: 100%;
    margin-bottom: 40px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .accordion-contents .accordion {
    width: 75%;
    margin: 0 auto; }
    .wrapper .page .ct-dispatcher-mounting .mounting-faq .accordion-contents .accordion .accordion-item {
      margin-bottom: 1px; }
      .wrapper .page .ct-dispatcher-mounting .mounting-faq .accordion-contents .accordion .accordion-item .accordion-trigger {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.92857rem;
        text-transform: none;
        text-align: left; }
      .wrapper .page .ct-dispatcher-mounting .mounting-faq .accordion-contents .accordion .accordion-item .accordion-content {
        text-align: left;
        padding: 10px 40px 10px 20px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .links {
    margin-top: 40px;
    width: 100%;
    text-align: center; }
    .wrapper .page .ct-dispatcher-mounting .mounting-faq .links a {
      text-transform: uppercase; }
.wrapper .page .ct-dispatcher-quality .quality-statement .content-area {
  padding: 60px 6.25% 50px; }
.wrapper .page .ct-dispatcher-quality .quality-statement .title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.14286rem;
  text-align: center;
  margin-bottom: 0; }
.wrapper .page .ct-dispatcher-quality .quality-statement .sub-title {
  text-align: center;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.57143rem;
  margin-top: 10px;
  margin-bottom: 0; }
.wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons {
  margin: 50px auto 30px auto;
  position: relative;
  text-align: center;
  width: 90%;
  height: 310px; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container {
    position: absolute;
    width: 25%; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-engine {
      bottom: 0;
      left: 0; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-engine img {
        width: 48px; }
      body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-engine {
        display: none; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-product {
      top: 20%;
      left: 10%; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-product img {
        width: 69px; }
      body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-product {
        top: auto;
        bottom: 0;
        left: 0; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-thumbs {
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-thumbs img {
        width: 47px; }
      body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-thumbs {
        right: auto;
        left: 20%; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-check {
      top: 20%;
      right: 10%; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-check img {
        width: 48px; }
      body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-check {
        top: 1%;
        right: 20%;
        width: 20%; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-made {
      bottom: 0;
      right: 0; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container.icon-made img {
        width: 67px; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-container .text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 0.78571rem;
      text-transform: uppercase; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .image {
    position: absolute;
    width: 45.83333%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }
.wrapper .page .ct-dispatcher-quality .quality-statement .explanations p {
  margin-bottom: 20px; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .explanations p.last, .wrapper .page .ct-dispatcher-quality .quality-statement .explanations p:last-child {
    margin-bottom: 0; }
.wrapper .page .ct-dispatcher-quality .quality-engine-warranty {
  background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%); }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .content-area {
    padding: 60px 3.125% 50px; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px;
    margin-top: 10px; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list:before, .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list:after {
    clear: both; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list .image {
    float: left;
    width: 45%; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list .advantages {
    float: right;
    width: 55%;
    padding-top: 40px; }
    .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list .advantages ul li {
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/icons/icon-positive.png) no-repeat left top;
      padding-left: 30px;
      height: 40px;
      line-height: 1.2; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .engine-explanations {
    padding: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .links {
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    clear: both; }
.wrapper .page .ct-dispatcher-quality .quality-we-check {
  position: relative;
  margin-top: -50px;
  text-align: center;
  min-height: 719px;
  overflow: hidden;
  color: #fff;
  background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/product-advantages-bg.png) no-repeat right center; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .content-area {
    padding: 60px 0 50px 0; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px;
    margin-top: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .emph-sub-title {
    text-align: center;
    padding: 0 3.125% 0 6.25%;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.14286rem; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container {
    width: 100%;
    margin-top: 40px; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow {
      height: 100%;
      bottom: 0;
      display: none; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow.prev {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big.png);
        background-position: 0 50%;
        background-size: 24px auto; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow.next {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big.png);
        background-position: 100% 50%;
        background-size: 24px auto; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow:hover.prev {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big-hover.png); }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow:hover.next {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big-hover.png); }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container:hover .unslider-arrow {
      display: block; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider {
      position: relative;
      overflow: auto;
      margin: 0 auto 40px; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul {
        overflow: hidden;
        padding-bottom: 20px; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li {
          float: left;
          padding-bottom: 20px; }
          .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image {
            padding: 0 3.125%; }
            .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image:before, .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image:after {
              content: "\0020";
              display: block;
              height: 0;
              overflow: hidden; }
            .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image:after {
              clear: both; }
            .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image figure {
              float: left;
              width: 20.83333%;
              margin-left: 2%; }
            .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image p {
              float: right;
              width: 72.91667%;
              text-align: left;
              padding-top: 30px; }
          .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .engine-explanations {
            padding: 20px 3.125%; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider .dots {
        bottom: 0;
        position: relative; }
.wrapper .page .ct-dispatcher-quality .quality-power-charts .content-area {
  padding: 40px 3.125% 30px; }
.wrapper .page .ct-dispatcher-quality .quality-power-charts .title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.14286rem;
  margin-bottom: 10px; }
.wrapper .page .ct-dispatcher-quality .quality-power-charts .sub-title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.57143rem;
  margin-bottom: 10px;
  margin-top: 0; }
.wrapper .page .ct-dispatcher-quality .quality-power-charts .engine-explanations {
  padding: 0;
  margin: 30px 0; }
.wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container {
  position: relative;
  margin-bottom: 30px; }
  .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow {
    height: 100%;
    bottom: 0;
    display: block; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow.prev {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big-black.png);
      background-position: 0 10px;
      background-size: 24px auto; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow.next {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big-black.png);
      background-position: 100% 10px;
      background-size: 24px auto; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow:hover.prev {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-big-hover.png); }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow:hover.next {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-big-hover.png); }
  .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider {
    position: relative;
    overflow: auto;
    margin: 0 auto;
    padding-bottom: 20px; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li {
      float: left;
      position: relative; }
      .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .manufacturers {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 75%;
        margin: 0 auto;
        height: 60px; }
        .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .manufacturers ul {
          width: 100%; }
          .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .manufacturers ul li {
            display: inline-block;
            width: 33%;
            text-align: center;
            padding-top: 10px;
            color: #b4b4b4;
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 1.28571rem; }
            .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .manufacturers ul li.current {
              color: #3c3c3c;
              padding-top: 0;
              font-family: Roboto, Arial, Verdana, sans-serif;
              font-weight: 500;
              font-style: normal;
              font-size: 1.71429rem; }
      .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .motorisation {
        margin-top: 60px; }
        .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .motorisation .emph-sub-title {
          top: 40px; }
        .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .motorisation .chart {
          left: 0; }
.wrapper .page .ct-dispatcher-quality .quality-power-charts .links {
  text-align: center;
  margin-bottom: 20px; }
.wrapper .page .ct-dispatcher-quality .quality-power-charts .fine-print {
  text-align: center;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.78571rem; }
.wrapper .page .ct-dispatcher-quality .quality-engine-protection {
  background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%); }
  .wrapper .page .ct-dispatcher-quality .quality-engine-protection .content-area {
    padding: 40px 3.125% 40px; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-protection .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-protection .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px;
    margin-top: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-protection .engine-explanations {
    padding: 0;
    margin: 30px 0; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-protection .links {
    text-align: center; }
.wrapper .page .ct-dispatcher-quality .quality-produced-germany {
  background: radial-gradient(ellipse at top center, white -15%, rgba(255, 255, 255, 0) 50%);
  border-bottom: 1px solid #cfcfcf; }
  .wrapper .page .ct-dispatcher-quality .quality-produced-germany .content-area {
    padding: 60px 3.125% 50px; }
    .wrapper .page .ct-dispatcher-quality .quality-produced-germany .content-area:before, .wrapper .page .ct-dispatcher-quality .quality-produced-germany .content-area:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-quality .quality-produced-germany .content-area:after {
      clear: both; }
  .wrapper .page .ct-dispatcher-quality .quality-produced-germany .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-quality .quality-produced-germany .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px;
    margin-top: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-produced-germany .image, .wrapper .page .ct-dispatcher-quality .quality-produced-germany .explanations {
    float: left;
    width: 45.83333%;
    margin-top: 40px; }
  .wrapper .page .ct-dispatcher-quality .quality-produced-germany .explanations {
    float: right;
    line-height: 1.6; }
.wrapper .page .ct-dispatcher-quality .quality-badges {
  border-top: 1px solid #eee; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .content-area {
    padding: 50px 0; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .title, .wrapper .page .ct-dispatcher-quality .quality-badges .sub-title {
    width: 100%;
    text-align: center; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.14286rem;
    margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 10px;
    margin-top: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals {
    margin: 60px auto 0 auto;
    width: 80%; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals:before, .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals:after {
      clear: both; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal {
      float: left;
      width: 50%;
      position: relative; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal .emph-sub-title {
        margin-bottom: 16px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.07143rem; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal .text {
        width: 75%; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal .text p {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 0.78571rem;
          margin-bottom: 10px; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal .text a {
          text-transform: uppercase;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.78571rem; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal .image {
        width: 25%; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt {
        padding-right: 3%;
        border-right: 1px solid #b8bfc6; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt:before, .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt:after {
          clear: both; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .emph-sub-title {
          float: left; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .text {
          float: left;
          padding-right: 3%; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .image {
          position: absolute;
          bottom: 10%;
          right: 3%; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner:before, .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .emph-sub-title {
        text-align: right;
        float: right; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .text {
        float: right;
        width: 55%; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .image {
        position: absolute;
        bottom: 25%;
        left: .5%;
        width: 45%; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .followers {
    margin-top: 60px; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges:before, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges:after {
      clear: both; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .facebook, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .ebay, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .trusted-shops {
      display: inline-block;
      width: 33%;
      height: 75px;
      text-align: center;
      vertical-align: top; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .facebook .image, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .ebay .image, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .trusted-shops .image {
        width: 99%;
        margin: 0 auto; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .certifications {
    margin-top: 60px; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .certifications .certificates {
      width: 72.91667%;
      margin: 0 auto; }

@media screen and (max-width: 960px) {
  .wrapper .page .ct-dispatcher-product-overview .overview-text, .wrapper .page .ct-dispatcher-product-overview .overview-data, .wrapper .page .ct-dispatcher-product-overview .overview-quality, .wrapper .page .ct-dispatcher-product-overview .overview-fine-print {
    padding-left: 3.125%;
    padding-right: 3.125%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate {
    width: 100%;
    min-height: 417px;
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/overview-bg-ultimate.jpg); }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents {
      width: 51.04167%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents .advantages .advantage-row .advantage.picture .legend {
        width: 70%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info,
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .links {
    padding-left: 3.125%;
    padding-right: 3.125%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list {
    width: 41.66667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-image {
    float: right;
    width: 47.91667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row .comparison-image,
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .text-row ul li.texts .old-text,
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .text-row ul li.comparison-item .old-item {
    padding-right: 30px; } }
@media screen and (max-width: 820px) {
  .wrapper .page .ct-dispatcher-tabs ul li a {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78571rem; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .sub-title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .sub-title {
    width: 100%;
    text-align: center;
    padding: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .image {
    width: 25%; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .text {
    width: 75%; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .image {
    width: 35%; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .text {
    width: 65%; } }
@media screen and (max-width: 790px) {
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.85714rem; } }
@media screen and (max-width: 768px) {
  .wrapper .page .content-container .main {
    top: auto; }
  .wrapper .page .footer-container {
    margin-top: 0;
    z-index: 1; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check {
    background-size: cover; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .engine-explanations {
    margin-top: 20px; }
  .wrapper .page .engine-explanations {
    margin-bottom: 40px;
    padding: 0 3.125%; }
    .wrapper .page .engine-explanations p.two-columns-text {
      width: 100%;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; }
    .wrapper .page .engine-explanations p {
      margin-top: 20px;
      padding: 0;
      width: 100%; }
      .wrapper .page .engine-explanations p:first-child, .wrapper .page .engine-explanations p.first, .wrapper .page .engine-explanations p:last-child, .wrapper .page .engine-explanations p.last {
        float: none; }
      .wrapper .page .engine-explanations p.first {
        margin-top: 0; }
    .wrapper .page .engine-explanations .expand {
      margin-left: 0; }
  .wrapper .page .links {
    float: none;
    width: 100%; }
  .wrapper .page .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.85714rem; }
  .wrapper .page .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem; }
  .wrapper .page .emph-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.14286rem; }
  .wrapper .page .ct-dispatcher-tabs ul.open li.active {
    background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_white_full.png); }
  .wrapper .page .ct-dispatcher-tabs ul li {
    display: none;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    filter: alpha(opactiy=95);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    background: none;
    background: #dadada;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #dadada 0%, #d4d4d4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dadada), color-stop(100%, #d4d4d4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #dadada 0%, #d4d4d4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #dadada 0%, #d4d4d4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #dadada 0%, #d4d4d4 100%);
    /* IE10+ */
    background: linear-gradient(to right, #dadada 0%, #d4d4d4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#d4d4d4',GradientType=1 );
    /* IE6-8 */ }
    .wrapper .page .ct-dispatcher-tabs ul li a {
      color: #c85a1e;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; }
    .wrapper .page .ct-dispatcher-tabs ul li.active {
      display: block;
      border-bottom: none;
      background: #4e4e4e url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange_full.png) no-repeat 95% center;
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
      .wrapper .page .ct-dispatcher-tabs ul li.active a {
        color: #fff; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block {
    border-bottom: 1px solid #afafaf; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .content-area {
      padding: 0; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.torque {
      left: 5%; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.torque.text {
        left: 5%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.power, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.acceleration {
      right: 5%; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.power.text, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage.acceleration.text {
        right: 5%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-explanations p {
      width: 100%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-details {
      padding: 0 13.02083%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .links {
      text-align: left;
      padding-left: 13.02083%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .sub-title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .emph-sub-title {
    padding: 0 13.02083%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .conclusion {
    padding: 0 13.02083%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block {
    background: url(https://www.racechip.de/skin/frontend/racechip/default/images/dispatcher-performance-tuning-bg-768.png) no-repeat top left;
    background-size: 100% 100%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.85714rem; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .subtitle {
      top: 90px; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .gallery-slider ul li .image {
      width: 68.35938%;
      margin: 0 auto;
      margin-top: 20.83333%;
      margin-bottom: 14.32292%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block {
    border-bottom: 1px solid #afafaf; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images, .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .sub-title, .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .emph-sub-title {
      max-width: 93.75%;
      margin-left: auto;
      margin-right: auto; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block {
    border-bottom: 1px solid #afafaf; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .subtitle, .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block ul.three-columns, .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .col2-set {
    padding-left: 13.02083%;
    padding-right: 13.02083%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block ul.three-columns li {
    width: 50%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .col2-set .col-1, .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .col2-set .col-2 {
    width: 100%;
    padding: 10px 0 0 0; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .engine-explanations {
    width: 65%;
    float: left;
    padding-right: 5.20833%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .engine-explanations .expand {
      margin-left: 0; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .engine-explanations p {
      width: 100%;
      float: none; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .video {
    width: 34.5%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .content-area {
    padding-bottom: 40px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .subtitle {
    padding: 0 13.02083%; }
  .wrapper .page .ct-dispatcher-consumption-contents .links {
    padding-left: 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .image, .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .engine-explanations, .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to sub {
    padding: 0 3.90625%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to sub {
    width: 100%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .image {
    margin-top: 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .content-area {
    padding-bottom: 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li {
    background-position: 4.16667% 117px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .content-area {
    padding: 60px 0 30px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .image {
    padding-left: 3.90625%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .c2a {
    padding-right: 3.90625%;
    width: 50%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-text .engine-explanations, .wrapper .page .ct-dispatcher-product-overview .overview-text .c2a {
    float: none;
    width: 100%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-text .engine-explanations {
    margin-bottom: 25px; }
  .wrapper .page .ct-dispatcher-product-overview .overview-text .c2a {
    margin-top: 0; }
    .wrapper .page .ct-dispatcher-product-overview .overview-text .c2a .call-to-action {
      margin-top: 20px; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents {
    width: 58.59375%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.picture {
      width: 100%;
      display: block; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate .image-contents {
    width: 87.23958%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate .image-contents .product-image {
      left: 20%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate .image-contents .connect {
      width: 25%;
      left: auto;
      right: 5%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents {
    width: 58.59375%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents .advantages .advantage-row .advantage.picture {
      width: 100%;
      display: block; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .image-contents {
    width: 87.23958%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .image-contents .product-image {
      left: 20%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one {
    width: 100%;
    float: none;
    min-height: 320px;
    margin-top: 80px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents {
      width: 54.6875%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage-row, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage-row {
        width: 49%;
        display: inline-block; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage-row.first, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage-row:first-child, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage-row.last, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage-row:last-child, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage-row.first, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage-row:first-child, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage-row.last, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage-row:last-child {
          width: 100%;
          display: block; }
        .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage-row .advantage.picture, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage-row .advantage.picture {
          width: 100%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .description, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .description {
        width: 100%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .image-contents .image, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .image {
      width: 65%;
      left: auto;
      right: 25%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .image {
    width: 70%;
    right: 20%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .links {
    padding-left: 0; }
  .wrapper .page .ct-dispatcher-product-overview .overview-quality {
    padding-top: 40px;
    border-top: 1px solid #eee;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality:before, .wrapper .page .ct-dispatcher-product-overview .overview-quality:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality:after {
      clear: both; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container, .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link {
      float: none;
      width: 70.3125%;
      margin: 0 auto; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link .product-family {
      margin-left: 0;
      margin-right: 0; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link .chip-compare a.compare-link-icon {
      margin-left: 0; }
  .wrapper .page .ct-dispatcher-mounting .news-container .head-line .title {
    margin-right: 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tab .engine-image {
    width: 71.61458%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list {
    width: 100%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-image {
    float: none;
    width: 80%;
    margin: 0 auto; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block {
    padding: 0; }
    .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-image {
      padding: 0 13.02083%; }
    .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul.accordion {
      margin-top: 30px; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul.accordion li.accordion-item {
        line-height: normal;
        border-bottom: 1px solid #e6e6e6; }
        .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul.accordion li.accordion-item .list-heading {
          width: 100%;
          margin-bottom: 0;
          display: block; }
        .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul.accordion li.accordion-item .accordion-content {
          padding: 3.125%;
          margin-bottom: 10px; }
    .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item {
      line-height: 70px;
      padding: 0 3.125%; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item .list-bullet, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item .list-heading, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item .expand {
        cursor: pointer; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item .list-heading {
        width: 82%; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item .expand {
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        height: 9px;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/arr_down_orange_full.png) no-repeat center; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item p.expandable-open {
        margin-bottom: 35px; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item.expandable-open .expand {
        display: none; }
      .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item.last, .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.accordion-item:last-child {
        border-bottom: none; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .emph-sub-title {
    padding: 0 13.02083% 0 13.02083%; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow.prev {
    background-position: 10% 50%; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow.next {
    background-position: 90% 50%; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider {
    margin: 0 auto; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image {
      padding: 0 6.51042%; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image figure {
        width: 26.04167%; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image p {
        width: 65.10417%; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .engine-explanations {
      padding: 20px 6.51042%; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider .dots {
      display: none; }
  .wrapper .page .ct-dispatcher-quality .quality-power-charts .links {
    padding: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .car-image {
    bottom: 40px; }
  .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .increases {
    text-align: right;
    padding-top: 10px;
    padding-right: 3px; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-protection .links {
    padding-left: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals {
    width: 84.63542%; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .image {
      width: 20%; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .text {
      width: 80%; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .image {
      width: 33%; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .text {
      width: 66%; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .followers {
    padding: 0 3%; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .facebook, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .ebay, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .trusted-shops {
      width: 32.9%; } }
@media screen and (max-width: 640px) {
  .wrapper .page .ct-dispatcher-consumption-contents .title, .wrapper .page .ct-dispatcher-consumption-contents .sub-title, .wrapper .page .ct-dispatcher-consumption-contents .emph-sub-title {
    padding: 0 3.90625%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .sub-title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .emph-sub-title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .sub-title, .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .emph-sub-title {
    padding: 0 3.90625%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .image, .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .c2a {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .title, .wrapper .page .ct-dispatcher-quality .quality-we-check .sub-title {
    padding: 0 3.90625%; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image figure {
    width: 32.55208%;
    margin-top: 20px; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image p {
    width: 65.10417%; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .engine-explanations p.last, .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .engine-explanations p:last-child {
    display: none; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .image {
    bottom: 15%; } }
@media screen and (max-width: 620px) {
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .title {
    top: 10px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .subtitle {
    display: none; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .gallery-slider .slider-footer {
    display: none; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .description br {
    display: none; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.picture .legend {
    width: 60%;
    padding-top: 0; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.text .figure {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.07143rem; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.text .legend {
    line-height: 1.2; }
  .wrapper .page .ct-dispatcher-quality .quality-produced-germany .image, .wrapper .page .ct-dispatcher-quality .quality-produced-germany .explanations {
    float: none;
    width: 100%; } }
@media screen and (max-width: 560px) {
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .title {
    margin-top: 30px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .engine-img, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantage {
    position: static; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages {
    margin: 0 4.16667%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages:before, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages:after {
      clear: both; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage {
      width: 50%;
      display: inline-block;
      float: left; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage:before, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage:after {
        clear: both; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage .figure, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage .legend, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage .icon {
        float: left; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage .figure, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage .icon {
        width: 40%; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage .legend {
        width: 60%;
        text-align: left; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage.torque .icon {
        background-size: 40px auto; }
      .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage.acceleration .icon {
        background-size: 80px auto; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine-details {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .explanations p, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .links {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .emph-sub-title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .engine-explanations {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .conclusion, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .conclusion-link {
    width: 100%;
    padding: 0 4.16667%; }
  body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .content-area {
    padding-bottom: 0; }
  body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .title {
    margin-top: 30px; }
  body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .engine-img, body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantage {
    position: static; }
  body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages {
    margin: 0; }
    body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages:before, body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages:after {
      clear: both; }
    body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage {
      width: 50%;
      float: left;
      text-align: center; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage:before, body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage:after {
        clear: both; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage .figure, body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage .legend {
        float: none;
        width: 100%;
        display: block;
        text-align: center; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage .legend {
        width: 60%;
        margin: 0 auto; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage.torque .icon {
        background-size: 40px auto; }
      body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage.consumption .figure {
        padding-left: 0; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents {
    width: 77.08333%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .product-name {
      margin-top: 10px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row .advantage.picture {
      display: inline-block; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.product-chip_ultimate .advantages .advantage-row .advantage.picture {
    width: 49%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.product-chip_pro2 .advantages .advantage-row, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.product-chip_one .advantages .advantage-row {
    width: 44%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization .content-area {
    padding: 50px 0 40px 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization .titles {
    margin-bottom: 20px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .content-area {
    padding: 40px 0 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block {
    padding: 30px 4.16667% 50px; }
    .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tab .engine-image {
      width: 90%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .content-area {
    padding: 40px 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list {
    float: none;
    width: 100%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-image {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .content-area {
    padding: 30px 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item .old-item, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .text-row ul li.comparison-item .new-item {
    padding-left: 5.41667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .links {
    padding: 0 4.16667%;
    text-align: center; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .content-area {
    padding-left: 4.16667%;
    padding-right: 4.16667%; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals {
    width: 100%; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal {
      width: 100%;
      float: none;
      margin-bottom: 40px; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal .text p {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 0.92857rem; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt {
        border: none; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .text {
          width: 65%; }
        .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-asphalt .image {
          width: 25%;
          bottom: 0;
          right: 10%; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .text {
        width: 60%; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .test-seals .seal.seal-eurotuner .image {
        left: 0;
        bottom: 10%;
        width: 40%; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .followers {
    margin-top: 40px; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .facebook, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .ebay, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .trusted-shops {
      width: 68%;
      margin: 0 auto 40px auto;
      display: block; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .facebook .image, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .ebay .image, .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .trusted-shops .image {
        text-align: right; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .trusted-shops {
      margin-bottom: 0; }
      .wrapper .page .ct-dispatcher-quality .quality-badges .followers .follower-badges .trusted-shops .image {
        padding-right: 10px; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .certifications {
    margin-top: 40px; }
    .wrapper .page .ct-dispatcher-quality .quality-badges .certifications .certificates {
      width: 100%; } }
@media screen and (max-width: 480px) {
  .wrapper .page .ct-dispatcher-performance-contents .engine-explanations {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .sub-title, .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .emph-sub-title {
    padding-left: 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .unslider-arrow {
    height: 80px;
    background-position: center; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .gallery-slider .headline {
    width: 75%;
    margin: 0 auto; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .gallery-container .gallery-slider .headline strong {
      font-weight: normal;
      display: block;
      margin: 0; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block .conclusion {
    display: none; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .title {
    top: 5px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.42857rem; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .gallery-container .gallery-slider ul li .image {
    width: 75%;
    margin: 0 auto;
    margin-top: 25%;
    margin-bottom: 10.41667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .content-area {
    padding: 40px 0 20px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .title {
    text-align: left; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .emph-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem;
    text-align: left; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-images {
    display: none; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-more-power-block .engine-explanations {
    margin-top: 30px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .engine-explanations {
    margin-top: 30px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .title, .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .subtitle {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block ul.three-columns li {
    width: 100%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .col2-set {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .video, .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block .engine-explanations {
    float: none;
    width: 100%;
    padding-left: 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .content-area {
    padding: 30px 0 40px 0; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .title {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-models-c2a-block .sub-title {
    display: none; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .content-area {
    padding-top: 40px;
    padding-bottom: 40px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to {
    background: none; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .content-area {
      padding-top: 40px;
      padding-bottom: 40px; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .engine-explanations {
      margin-bottom: 0; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .links {
      text-align: left;
      padding-left: 3.90625%;
      margin-bottom: 10px; }
      .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .links span {
        display: none; }
      .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .links a {
        margin-left: 0; }
      .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .links .low-bp {
        margin: 7px 0;
        display: inline-block; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .expand {
      margin-left: 3.90625%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .content-area {
    padding-top: 40px;
    padding-bottom: 40px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-torque-optimization .emph-sub-title {
    margin-top: 20px;
    width: 100%; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .content-area {
    padding-top: 40px;
    padding-bottom: 40px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .sub-title {
    display: none; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .engine-explanations {
    margin-bottom: 30px; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li {
    background-size: 33.33333%;
    min-height: 0;
    padding: 0 3.90625% 1px;
    background-position: -9999px; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li h5, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li .accordion-trigger {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 0.85714rem; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.open {
      background-position: center 65px;
      min-height: 170px;
      padding: 0 20px 30px 3.90625%; }
      .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.open p {
        padding-top: 90px; }
      .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.open.first {
        background-position: center 90px; }
    .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.odd, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.even {
      background-color: transparent; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-c2a-block .c2a p {
    padding: 0 3.90625%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .product-name strong {
    display: none; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals {
    bottom: -105px; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box.-not-available .image-contents .price {
    margin-top: 15px; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents {
    width: 77.08333%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents .advantages .advantage-row .advantage.picture {
      width: 49%;
      display: inline-block; }
      .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents .advantages .advantage-row .advantage.picture .legend {
        width: 60%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one {
    margin-top: 140px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .data-contents .advantages .advantage-row, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .data-contents .advantages .advantage-row {
      display: block;
      width: 100%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .image-contents .image, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .image {
      width: 90%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one {
    margin-top: 80px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .image {
      width: 110%;
      right: 10%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .links span {
    display: none; }
  .wrapper .page .ct-dispatcher-product-overview .overview-quality {
    padding-top: 20px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container {
      width: 100%; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container .seal-image {
        display: none; }
      .wrapper .page .ct-dispatcher-product-overview .overview-quality .seal-container .seal-text {
        float: none;
        width: 100%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-quality .compare-link {
      width: 100%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization .content-area {
    padding: 40px 0; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .explanations-text {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link, .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .video2-link {
    padding: 0 4.16667% 0 10.33333%;
    background-position: 4.16667% top; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link {
    padding-bottom: 20px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .title {
    text-align: left;
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block {
    padding: 20px 4.16667% 30px; }
    .wrapper .page .ct-dispatcher-mounting .mounting-functionality .tabbed-block .tab .engine-image {
      width: 100%;
      margin: 20px auto; }
  .wrapper .page .ct-dispatcher-mounting .news-container {
    padding-left: 4.16667%;
    padding-right: 4.16667%; }
    html.safari .wrapper .page .ct-dispatcher-mounting .news-container .head-line .title, html.mobile.ios .wrapper .page .ct-dispatcher-mounting .news-container .head-line .title {
      margin-bottom: 20px; }
    html.safari .wrapper .page .ct-dispatcher-mounting .news-container .head-line a, html.mobile.ios .wrapper .page .ct-dispatcher-mounting .news-container .head-line a {
      position: static; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .content-area {
    padding-bottom: 10px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .title, .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .sub-title {
    text-align: left; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .engine-explanations p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison {
    background-image: none; }
    .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .images-row {
      display: none; }
    .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .text-row ul li.texts .comparison-text {
      float: none;
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .text-row ul li.texts .comparison-text figure {
        margin-bottom: 20px; }
      .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .text-row ul li.texts .comparison-text.new-text {
        margin-bottom: 40px; }
    .wrapper .page .ct-dispatcher-mounting .mounting-optimization-comparison .optimization-comparison .text-row ul li.comparison-item {
      display: none; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .content-area {
    padding: 30px 4.16667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .title {
    text-align: left; }
  .wrapper .page .ct-dispatcher-mounting .mounting-faq .accordion-contents .accordion {
    width: 100%; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .content-area {
    padding: 40px 0 30px; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .title, .wrapper .page .ct-dispatcher-quality .quality-statement .sub-title {
    padding: 0 4.16667%;
    text-align: left; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons {
    margin: 40px 0 20px 0;
    padding-left: 4.16667%;
    text-align: center;
    width: 100%;
    height: 350px; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .image {
      width: 91.66667%;
      bottom: auto;
      top: 0; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      overflow-x: auto; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icons {
        width: 950px;
        height: 120px; }
        body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icons {
          width: 760px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container {
        position: absolute;
        width: 140px;
        bottom: 10px; }
        .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-engine {
          left: 0px; }
        .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-product {
          top: auto;
          left: 190px; }
          body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-product {
            bottom: 10px;
            top: auto;
            left: 0; }
        .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-thumbs {
          top: auto;
          left: 380px;
          right: auto;
          margin: auto; }
          body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-thumbs {
            left: 190px; }
        .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-check {
          top: auto;
          right: auto;
          left: 570px; }
          body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-check {
            top: auto;
            right: auto;
            width: 140px;
            left: 380px; }
        .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-made {
          right: auto;
          left: 760px;
          top: auto; }
          body.store-com .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-made {
            left: 570px; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .explanations p {
    padding: 0 4.16667%; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .content-area {
    padding: 40px 4.16667% 30px; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list .image, .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list .advantages {
    float: none;
    width: 100%; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list .advantages {
    padding-top: 0; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .advantages-list .image {
    text-align: center; }
  .wrapper .page .ct-dispatcher-quality .quality-engine-warranty .engine-explanations {
    margin-top: 20px; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check {
    min-height: 832px;
    margin-top: -20px;
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/product-advantages-bg-tall-480.png) no-repeat right center;
    background-size: cover; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .content-area {
      padding: 60px 0 0; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .title, .wrapper .page .ct-dispatcher-quality .quality-we-check .sub-title {
      padding: 0;
      width: 80%;
      margin: 0 auto; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .title {
      margin-bottom: 20px; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container {
      margin-top: 0; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow {
        display: block; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left.png);
          background-position: 25% 50%;
          background-size: 14px auto; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right.png);
          background-position: 75% 50%;
          background-size: 14px auto; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow:hover.prev {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left.png); }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .unslider-arrow:hover.next {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right.png); }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul {
        padding-bottom: 0; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .emph-sub-title, .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image, .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .engine-explanations {
          padding: 20px 4.16667%; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image figure {
          float: none;
          width: 50%;
          margin: 0 auto; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image p {
          float: none;
          width: 100%; }
        .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .engine-explanations {
          display: none; }
      .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider .dots {
        padding-bottom: 40px; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .engine-explanations {
      padding-bottom: 60px;
      display: none; }
  .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container {
    margin-bottom: 0; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow.prev {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-black.png);
      background-position: 0 35px;
      background-size: 14px auto; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow.next {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-black.png);
      background-position: 100% 35px;
      background-size: 14px auto; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow:hover.prev {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-left-black.png); }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .unslider-arrow:hover.next {
      background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/slider-navigate-right-black.png); }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .motorisation .emph-sub-title {
      top: 10px;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.28571rem;
      color: #3c3c3c; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .motorisation .chart {
      top: 65px; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .manufacturers {
      top: 20px; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .car-image {
      bottom: 0; }
    .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .increases {
      display: none; }
  .wrapper .page .ct-dispatcher-quality .quality-badges .content-area {
    padding-top: 30px; } }
@media screen and (max-width: 340px) {
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.open.first {
    background-position: center 115px; } }
@media screen and (max-width: 470px) {
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .product-name {
    width: 60%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 37.5%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 240px; } }
@media screen and (max-width: 450px) {
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.expandable-container .list-heading {
    width: 75%; } }
@media screen and (max-width: 430px) {
  .wrapper .dots {
    bottom: 10px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages {
    padding: 0 6.25%; }
    .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .engine .advantages .advantage {
      width: 100%;
      display: block; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .explanations p, .wrapper .page .ct-dispatcher-performance-contents .engine-info-block .links {
    padding: 0 6.25%; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.28571rem; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 33.33333%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 210px; }
  body.store-com .wrapper .page .ct-dispatcher-consumption-contents .reduction-with-power .engine .advantages .advantage.consumption .legend {
    width: 81.5%; } }
@media screen and (max-width: 400px) {
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents {
    width: 100%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .description {
      width: 100%; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .data-contents .advantages .advantage-row {
      margin-bottom: 10px; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .price {
    margin-right: 0; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .product-image {
    left: auto;
    right: -5%;
    bottom: -50px;
    width: 80%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .connect {
    width: 25%;
    left: auto;
    right: 1%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-box .image-contents .seals {
    width: 100%;
    bottom: -80px; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .data-contents {
    width: 100%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_ultimate.-not-connect .image-contents .image {
    left: auto;
    right: -5%;
    bottom: -50px;
    width: 80%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_pro2 .image-contents .image, .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .image {
    width: 100%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .product-chip_one .image-contents .image {
    width: 110%;
    right: -10%; }
  .wrapper .page .ct-dispatcher-product-overview .overview-data .links {
    padding-top: 40px; }
    .wrapper .page .ct-dispatcher-product-overview .overview-data .links a {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.78571rem; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations {
    padding: 0 6.25%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link, .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .video2-link {
    padding: 0 6.25% 0 14.5%;
    background-position: 6.25% top; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link {
    padding-bottom: 20px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 33.33333%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 180px; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons {
    height: 300px; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icons {
      width: 750px; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container {
      width: 140px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-engine {
        left: 0px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-product {
        left: 150px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-thumbs {
        left: 300px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-check {
        left: 450px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-made {
        left: 600px; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .title, .wrapper .page .ct-dispatcher-quality .quality-we-check .sub-title {
    width: 100%;
    padding: 0 6.25%; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.57143rem;
    margin-bottom: 15px; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.28571rem; }
  .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider {
    min-height: 530px; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .emph-sub-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.07143rem;
      padding-top: 10px;
      padding-bottom: 10px; }
    .wrapper .page .ct-dispatcher-quality .quality-we-check .gallery-container .gallery-slider ul li .p-image p {
      padding-top: 20px; } }
@media screen and (max-width: 380px) {
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 31.57895%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 190px; } }
@media screen and (max-width: 320px) {
  .wrapper .page .content-container .main .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.57143rem; }
  .wrapper .page .content-container .main .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.35714rem; }
  .wrapper .page .content-container .main .emph-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.14286rem; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-comparison-block {
    padding-top: 30px;
    margin-bottom: 50px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-plug-perform-block .content-area {
    padding-top: 20px;
    padding-bottom: 30px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-market-leader-block {
    padding-top: 30px; }
  .wrapper .page .ct-dispatcher-performance-contents .engine-price-perf-ratio-block .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.42857rem; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-up-to .image {
    margin: 20px 0; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li h5, .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li .accordion-trigger {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.71429rem; }
  .wrapper .page .ct-dispatcher-consumption-contents .reduction-driving-mode .save-fuel-tips li.open.first {
    background-position: center 90px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .explanations {
    padding: 0 6.25%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link, .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .video2-link {
    padding: 0 6.25% 0 14.5%;
    background-position: 6.25% top; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider ul li .bottom-info .links .pdf-link {
    padding-bottom: 20px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .gallery-slider .dots {
    top: 26.66667%; }
  .wrapper .page .ct-dispatcher-mounting .mounting-gallery .gallery-container .gallery-area .tab .unslider-arrow {
    max-height: 150px; }
  .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.expandable-container {
    padding: 0 3.74%; }
    .wrapper .page .ct-dispatcher-mounting .mounting-pcb .pcb-block .pcb-list ul li.expandable-container .list-bullet {
      margin-right: 6px; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .content-area {
    padding: 20px 0; }
  .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons {
    height: 280px;
    margin-top: 20px; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icons {
      width: 725px; }
    .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container {
      width: 140px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-engine {
        left: 0px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-product {
        left: 145px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-thumbs {
        left: 290px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-check {
        left: 435px; }
      .wrapper .page .ct-dispatcher-quality .quality-statement .circled-icons .icon-containers .icon-container.icon-made {
        left: 580px; }
  .wrapper .page .ct-dispatcher-quality .quality-power-charts .gallery-container .gallery-slider ul li .motorisation {
    height: 230px; } }

/*# sourceMappingURL=RC_Dispatcher.css.map */

/*
 * Manufacturer landing pages styling
 *
 * Included on ALL manufacturer landing pages
 *
 * @author Jarlssen GmbH
 */
/*
 * This file contains all rules for all stage areas all through the website
 *
 * It is included only via the main SCSS files addressing the pages that need a stage area
 *
 * @author Jarlssen GmbH
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
.wrapper .page .stage {
  background: none;
  height: auto;
  overflow: hidden; }
  .wrapper .page .stage figure, .wrapper .page .stage img {
    display: block; }
  .wrapper .page .stage .teaser-text-block {
    display: block; }
.wrapper .page .stage {
  width: 100%;
  position: relative; }
  .wrapper .page .stage .content-area {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .wrapper .page .stage .checkered-flag {
    display: none;
    position: absolute;
    max-width: 90px;
    width: 90px;
    left: auto;
    right: 0;
    bottom: 0; }
  .wrapper .page .stage img.product-image {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 25%; }
  .wrapper .page .stage .teaser-text-block {
    position: absolute;
    bottom: 0;
    left: -6.25%;
    width: 100%;
    height: 280px;
    color: #f2f2f2; }
    .wrapper .page .stage .teaser-text-block .teaser-title {
      position: absolute;
      z-index: 3;
      left: 6.25%;
      width: 93.65%;
      bottom: 92.85714%;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.14286rem; }
    .wrapper .page .stage .teaser-text-block p {
      position: absolute;
      z-index: 3;
      padding-left: 1.5625%;
      left: 15.625%;
      width: 87.4%;
      bottom: 75%; }
    .wrapper .page .stage .teaser-text-block a.c2a {
      position: absolute;
      z-index: 4;
      bottom: 46.42857%;
      left: 110px;
      background: none;
      background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage.png) no-repeat center;
      background-size: cover;
      -moz-background-size: cover;
      /* Firefox 3.6 */
      background-position: center;
      /* Internet Explorer 7/8 */
      min-width: 17.03125%;
      padding: 0 45px 4px;
      line-height: 3.3;
      white-space: nowrap;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; }
      .wrapper .page .stage .teaser-text-block a.c2a:hover {
        background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage_hover.png); }
    .wrapper .page .stage .teaser-text-block img.teaser-image {
      position: absolute;
      width: 220px;
      left: -40px;
      bottom: 4px;
      z-index: 5; }
  .wrapper .page .stage.home-stage {
    width: 100%;
    position: relative; }
    .wrapper .page .stage.home-stage .content-area {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      width: 100%;
      z-index: 1; }
    .wrapper .page .stage.home-stage img.product-image {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 25%; }
    .wrapper .page .stage.home-stage .teaser-text-block {
      position: absolute;
      bottom: 0;
      left: -6.25%;
      width: 100%;
      height: 280px;
      color: #f2f2f2; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        text-shadow: -1px -1px 1px black; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
        position: absolute;
        z-index: 3;
        left: 6.25%;
        width: 93.65%;
        bottom: 92.85714%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.21429rem; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        position: absolute;
        z-index: 3;
        padding-left: 1.5625%;
        left: 15.625%;
        width: 87.4%;
        bottom: 75%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.07143rem; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        position: absolute;
        z-index: 4;
        bottom: 46.42857%;
        left: 110px;
        background: none;
        background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage.png) no-repeat center;
        background-size: cover;
        -moz-background-size: cover;
        /* Firefox 3.6 */
        background-position: center;
        /* Internet Explorer 7/8 */
        min-width: 17.03125%;
        padding: 0 45px 4px;
        line-height: 3.3;
        white-space: nowrap;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
        .wrapper .page .stage.home-stage .teaser-text-block a.c2a:hover {
          background-image: url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage_hover.png); }
      .wrapper .page .stage.home-stage .teaser-text-block .img-container {
        position: absolute;
        width: 146px;
        left: -10px;
        bottom: 0;
        z-index: 5;
        overflow: hidden;
        height: 260px; }
        .wrapper .page .stage.home-stage .teaser-text-block .img-container img {
          position: static;
          width: 100%; }
      .wrapper .page .stage.home-stage .teaser-text-block .img2 {
        position: absolute;
        width: 220px;
        left: -40px;
        bottom: 4px;
        z-index: 5; }
    @media screen and (max-width: 992px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 16.12903%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        min-width: 21.97581%; } }
    @media screen and (max-width: 1024px) {
      html.desktop .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, html.desktop .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        display: none; } }
    @media screen and (max-width: 960px) {
      .wrapper .page .stage.home-stage .teaser-text-block {
        bottom: -100px; } }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        display: block; }
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
        padding-left: 2.60417%; } }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 20.83333%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        left: 100px;
        min-width: 28.38542%; }
      .wrapper .page .stage.home-stage .teaser-text-block img.teaser-image {
        left: -10.41667%; } }
    @media screen and (max-width: 620px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        left: 27.08333%; } }
    @media screen and (max-width: 550px) {
      .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
        width: 83.33333%;
        padding-left: 8.33333%;
        bottom: 71.42857%; }
      .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
        left: 100px; } }
    @media screen and (max-width: 480px) {
      .wrapper .page .stage.home-stage {
        z-index: 2;
        padding-bottom: 12px;
        margin-bottom: 25px; }
        .wrapper .page .stage.home-stage .teaser-text-block {
          width: 100%;
          height: 115px;
          left: 0;
          bottom: 0; }
          .wrapper .page .stage.home-stage .teaser-text-block .stage-teaser-container {
            margin-top: 15px; }
          .wrapper .page .stage.home-stage .teaser-text-block .img-container, .wrapper .page .stage.home-stage .teaser-text-block a.c2a {
            display: none; }
          .wrapper .page .stage.home-stage .teaser-text-block .checkered-flag {
            display: block; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-title, .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
            position: static;
            left: auto;
            bottom: auto;
            width: auto;
            margin: 0;
            padding: 0 4.16667%; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-title {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-style: italic;
            font-size: 1.28571rem;
            margin-bottom: 10px; }
          .wrapper .page .stage.home-stage .teaser-text-block .teaser-text {
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.85714rem; } }
    @media screen and (max-width: 390px) {
      .wrapper .page .stage.home-stage .teaser-text-block img {
        display: none; } }
  .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 5.04032%;
    width: 555px;
    height: auto;
    bottom: 110px; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      color: #fff;
      position: static;
      margin: 0;
      padding: 0;
      left: auto;
      width: 100%;
      text-shadow: -1px -1px 1px black; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: italic;
      font-size: 3.42857rem;
      margin-bottom: 20px; }
    .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; }
    @media screen and (max-width: 768px) {
      .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 340px;
        left: 3.90625%;
        bottom: 40px; }
        .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.14286rem; }
        .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.14286rem; }
          .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br {
            display: none; } }
    @media screen and (max-width: 400px) {
      .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 70%; } }
  @media screen and (max-width: 1100px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 500;
      font-style: italic;
      font-size: 2.42857rem; } }
  @media screen and (max-width: 1000px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
      bottom: 60px; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.14286rem; } }
  @media screen and (max-width: 480px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
      width: 100%;
      top: auto;
      bottom: 12px; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        width: 70%;
        text-align: left; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 80%;
        margin-bottom: 5px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 1.28571rem; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: block;
        width: 97%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
      body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
        margin-top: 0; } }
  @media screen and (max-width: 400px) {
    body.cms-leistungssteigerung .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-leistungssteigerung-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-performance-enhancement-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      width: 70%; } }
  body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 0;
    width: 730px;
    bottom: auto;
    top: 27.5%; }
    body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 54.79452%; }
    @media screen and (max-width: 960px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 2.08333%; } }
    @media screen and (max-width: 980px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 60px; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2.42857rem; } }
    @media screen and (max-width: 890px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2.28571rem; } }
    @media screen and (max-width: 768px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 60px;
        width: 100%;
        padding-left: 5.20833%; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 15px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.14286rem; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 100%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.14286rem; }
          body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text br {
            display: none; } }
    @media screen and (max-width: 560px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2rem; } }
    @media screen and (max-width: 480px) {
      body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 12px; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin: 0;
          width: 65%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-verbrauchsreduktion .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-verbrauchsreduktion-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-fuel-economy-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 90%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; } }
  body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    width: 100%;
    left: auto;
    bottom: auto;
    top: 150px;
    padding: 0 2.08333% 0 4.16667%; }
    body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      width: 100%; }
    body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 80%; }
    @media screen and (max-width: 920px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 2.28571rem; } }
    @media screen and (max-width: 820px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 100px; } }
    @media screen and (max-width: 768px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 10px;
        padding: 0 2.60417%; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          text-align: center; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: none; } }
    @media screen and (max-width: 480px) {
      body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 12px;
        padding: 0 4.16667%; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          text-align: left;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-produktuebersicht .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-produktuebersicht-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-product-overview-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 100%; } }
  body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    width: 570px;
    bottom: auto;
    top: 25%; }
    body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      text-shadow: 1px 1px 1px black; }
    body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      color: #e2e2e2; }
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br {
        display: none; }
    @media screen and (max-width: 960px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 30%; }
        body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.35714rem; } }
    @media screen and (max-width: 850px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: 40%; } }
    @media screen and (max-width: 560px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 10%;
        width: 100%;
        padding-right: 4.16667%; } }
    @media screen and (max-width: 480px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 12px; }
        body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          width: 80%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.42857rem;
          color: #f2f2f2; }
          body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title br {
            display: block; } }
    @media screen and (max-width: 400px) {
      body.cms-funktion-und-einbau .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-funktion-und-einbau-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-function-installation-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
        width: 100%; } }
  body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    bottom: auto;
    top: 25%; }
    body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
      position: static;
      bottom: auto;
      left: auto;
      background: none;
      min-width: 0;
      z-index: 1;
      padding: 0;
      line-height: normal;
      margin-top: 10px;
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 400px;
        top: auto;
        bottom: 10%; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 10px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2rem; } }
    @media screen and (max-width: 620px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: block; }
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
        display: none; } }
    @media screen and (max-width: 480px) {
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 100%;
        top: auto;
        bottom: 20px; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 70%;
          text-align: left; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 5px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 97%;
          font-size: 14px;
          font-weight: 300; }
        body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a {
          margin-top: 0; } }
  @media screen and (max-width: 480px) {
    body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage {
      padding-bottom: 12px;
      background: #e6e6e6;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e6e6), color-stop(33%, #ffffff), color-stop(66%, #ffffff), color-stop(100%, #e6e6e6));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* IE10+ */
      background: linear-gradient(to right, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 );
      /* IE6-8 */ }
      body.manufacturer-landing-page .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.manufacturer-landing-page .wrapper .page .stage.quality-and-warranty-stage .checkered-flag {
        display: block;
        bottom: 0; } }
  body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    bottom: auto;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 77.08333%; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      width: 100%;
      text-align: center; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      margin-bottom: 10px; }
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.57143rem; }
    @media screen and (max-width: 768px) {
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        width: 100%; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          padding: 0 5.20833%; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 2rem; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.07143rem; } }
    @media screen and (max-width: 480px) {
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 20px; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          width: 70%;
          text-align: left; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 5px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 1.28571rem; }
        body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
          display: block;
          width: 97%;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.85714rem; } }
  @media screen and (max-width: 480px) {
    body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage, body.cms-company .wrapper .page .stage.ct-dispatcher-stage, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage, body.cms-company .wrapper .page .stage.quality-and-warranty-stage, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage {
      padding-bottom: 4.16667%;
      background-color: #e6e6e6; }
      body.cms-unternehmen .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-unternehmen-html .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-company .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-company-html .wrapper .page .stage.ct-dispatcher-stage .checkered-flag, body.cms-unternehmen .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-unternehmen-html .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-company .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, body.cms-company-html .wrapper .page .stage.quality-and-warranty-stage .checkered-flag {
        display: block;
        bottom: 0; } }
  .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
    left: 0;
    width: 680px;
    bottom: auto;
    top: 25%; }
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
      text-shadow: 1px 1px 1px black;
      color: #f2f2f2; }
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text {
      text-shadow: 1px 1px 1px black; }
    @media screen and (max-width: 960px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 2.08333%; } }
    @media screen and (max-width: 920px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        top: auto;
        bottom: 30%; }
        .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.85714rem; } }
    @media screen and (max-width: 850px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 20%; } }
    @media screen and (max-width: 680px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        bottom: 10%;
        width: 100%; }
        .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title {
          margin-bottom: 10px;
          font-family: Roboto, Arial, Verdana, sans-serif;
          font-weight: 600;
          font-style: italic;
          font-size: 2.28571rem; } }
    @media screen and (max-width: 480px) {
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
        padding-left: 4.16667%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block {
      width: 100%;
      top: auto;
      bottom: 5%; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text {
        width: 70%;
        text-align: left; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title {
        width: 60%;
        margin-bottom: 5px;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 1.28571rem; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-text, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-text {
        display: block;
        width: 97%;
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85714rem; }
      .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .c2a, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .c2a {
        margin-top: 0; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block .teaser-title, .wrapper .page .stage.ct-dispatcher-stage .teaser-text-block .teaser-title {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.quality-and-warranty-stage .checkered-flag, .wrapper .page .stage.ct-dispatcher-stage .checkered-flag {
      display: block;
      bottom: -20px; } }
  .wrapper .page .stage.product-page-stage .content-area {
    max-width: 100%; }
  .wrapper .page .stage.product-page-stage .teaser-text-block {
    left: 0;
    height: 100%;
    width: 46.875%;
    margin: 0 auto;
    position: static; }
    .wrapper .page .stage.product-page-stage .teaser-text-block img {
      position: static;
      left: auto;
      bottom: auto;
      width: auto;
      z-index: 1; }
    .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      position: relative; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image {
        position: absolute; }
        .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-lateral {
          bottom: 19%;
          width: 28%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-front {
          right: 12%;
          bottom: 20%;
          width: 60%; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect {
      width: 50.78125%; }
      .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect .stage-teaser-container {
        margin-right: -12.5%; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-lateral {
      display: none; }
    .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 10%;
      width: 75%; }
  @media screen and (max-width: 1280px) {
    .wrapper .page .stage.product-page-stage .content-area {
      bottom: -40px; } }
  @media screen and (max-width: 768px) {
    .wrapper .page .stage.product-page-stage {
      height: 400px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 400px; }
      .wrapper .page .stage.product-page-stage .teaser-text-block {
        width: 78.125%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block.product-chip_ultimate.-not-connect {
          width: 84.63542%; }
        .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
          bottom: 5%; } }
  @media screen and (max-width: 560px) {
    .wrapper .page .stage.product-page-stage .teaser-text-block {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.product-page-stage {
      height: 420px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 420px; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-lateral {
        display: none; }
      .wrapper .page .stage.product-page-stage .teaser-text-block .stage-teaser-container .chip-image.stage-chip-front {
        width: 90%;
        bottom: 5%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .wrapper .page .stage.product-page-stage .teaser-text-block.only-big-image .stage-teaser-container .chip-image.stage-chip-front {
        width: 90%; } }
  @media screen and (max-width: 450px) {
    .wrapper .page .stage.product-page-stage {
      height: 380px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 380px; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.product-page-stage {
      height: 350px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 350px; } }
  @media screen and (max-width: 350px) {
    .wrapper .page .stage.product-page-stage {
      height: 310px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 310px; } }
  @media screen and (max-width: 320px) {
    .wrapper .page .stage.product-page-stage {
      height: 300px; }
      .wrapper .page .stage.product-page-stage figure img {
        height: 300px; } }
  .wrapper .page .stage.accessories-stage img.product-image {
    position: static; }
  .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 41.66667%;
    bottom: auto;
    height: auto;
    left: 4.16667%;
    top: 30%;
    z-index: 5; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text, .wrapper .page .stage.accessories-stage .teaser-text-block .c2a {
      position: static; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .c2a {
      display: none; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      color: #fff;
      position: static;
      margin: 0;
      padding: 0;
      left: auto;
      width: 100%;
      text-shadow: 1px 1px 1px black; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 600;
      font-style: italic;
      font-size: 2.85714rem;
      margin-bottom: 20px; }
    .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.42857rem; }
  .wrapper .page .stage.accessories-stage .chip-image {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 0;
    right: 15%; }
  @media screen and (max-width: 1280px) {
    .wrapper .page .stage.accessories-stage .chip-image {
      width: 50%;
      bottom: -5%;
      right: 25%; } }
  @media screen and (max-width: 1024px) {
    .wrapper .page .stage.accessories-stage .chip-image {
      right: 20%; } }
  @media screen and (max-width: 960px) {
    .wrapper .page .stage.accessories-stage {
      height: 500px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 500px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 2.14286rem;
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .wrapper .page .stage.accessories-stage {
      height: 400px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 400px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block {
        width: 60%; }
      .wrapper .page .stage.accessories-stage .chip-image {
        right: 5%;
        width: 60%; } }
  @media screen and (max-width: 620px) {
    .wrapper .page .stage.accessories-stage .teaser-text-block {
      width: 75%; } }
  @media screen and (max-width: 480px) {
    .wrapper .page .stage.accessories-stage {
      height: 420px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 420px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
        display: none; } }
  @media screen and (max-width: 450px) {
    .wrapper .page .stage.accessories-stage {
      height: 380px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 380px; } }
  @media screen and (max-width: 400px) {
    .wrapper .page .stage.accessories-stage {
      height: 350px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 350px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block {
        width: 100%;
        top: 100px;
        padding-right: 6.25%; }
      .wrapper .page .stage.accessories-stage .chip-image {
        width: 100%; } }
  @media screen and (max-width: 350px) {
    .wrapper .page .stage.accessories-stage {
      height: 310px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 310px; } }
  @media screen and (max-width: 320px) {
    .wrapper .page .stage.accessories-stage {
      height: 300px; }
      .wrapper .page .stage.accessories-stage figure img {
        height: 300px; }
      .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
        font-family: Roboto, Arial, Verdana, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 2rem; } }
  body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 520px;
    left: 0;
    top: 25%; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-title {
      margin-bottom: 0; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block .teaser-text {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.57143rem; }
  body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
    left: auto;
    right: 2.08333%; }
  @media screen and (min-width: 1831px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 90%;
      bottom: 10%; } }
  @media screen and (max-width: 1830px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 80%;
      bottom: 5%; } }
  @media screen and (max-width: 1520px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%; } }
  @media screen and (max-width: 1200px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 49%; } }
  @media screen and (max-width: 1024px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      top: 30%; } }
  @media screen and (max-width: 960px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      left: 2.08333%; } }
  @media screen and (max-width: 768px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      display: none; }
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      bottom: 0;
      width: 80%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    body.cms-racechip-app .wrapper .page .stage.accessories-stage .chip-image, body.cms-racechip-app-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 100%; } }
  body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
    width: 500px;
    right: 0;
    left: auto;
    top: 30%; }
  body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
    width: 60%;
    right: auto;
    bottom: 0;
    left: -10%; }
  @media screen and (min-width: 1831px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%;
      bottom: 15%;
      left: -5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: -10%; } }
  @media screen and (max-width: 1830px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%;
      bottom: 5%;
      left: -5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: -10%; } }
  @media screen and (max-width: 1520px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 60%; } }
  @media screen and (max-width: 1520px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 49%; } }
  @media screen and (max-width: 1024px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      left: 0;
      width: 40%; } }
  @media screen and (max-width: 960px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      right: 5%; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      left: 5%; } }
  @media screen and (max-width: 768px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      width: 310px; } }
  @media screen and (max-width: 560px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .teaser-text-block, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .teaser-text-block {
      display: none; }
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 80%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; } }
  @media screen and (max-width: 480px) {
    body.cms-kn-luftfilter .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-luftfilter-html .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters .wrapper .page .stage.accessories-stage .chip-image, body.cms-kn-air-filters-html .wrapper .page .stage.accessories-stage .chip-image {
      width: 100%; } }

@media screen and (max-width: 410px) {
  .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a {
    padding: 30px 6.25% 0 10px; }
    .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a h1 {
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 1.42857rem;
      margin-bottom: 5px; }
    .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a p {
      line-height: 1.2;
      font-family: Roboto, Arial, Verdana, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.85714rem; } }
@media screen and (max-width: 320px) {
  .wrapper .page .content-container .main .mobile-stage-teaser-container a.c2a {
    background: transparent url(https://www.racechip.de/skin/frontend/racechip/default/images/button-c2a-stage-320.png) no-repeat left center; } }
.retina .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 45%; }
.retina.w-667 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .retina.w-414 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 25%; }
.retina.w-736 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 15%; }
.retina.w-568 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 5%; }
.retina.w-480 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block, .retina.lt-480 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 12px; }

.no-retina.w-768 .wrapper .page .stage.quality-and-warranty-stage .teaser-text-block {
  bottom: 45%; }

.modal-window.comparison-modal {
  max-width: 1000px; }
  @media screen and (max-width: 1100px) {
    .modal-window.comparison-modal {
      max-width: 71.875%; } }
  @media screen and (max-width: 768px) {
    .modal-window.comparison-modal {
      max-width: 90%; } }
  @media screen and (min-width: 1280px) {
    .modal-window.comparison-modal {
      min-width: 1000px; } }
  .modal-window.comparison-modal .modal-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
    height: 100%;
    overflow: auto;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92857rem; }
    .modal-window.comparison-modal .modal-content .modal-title {
      padding-left: 40px; }
    .modal-window.comparison-modal .modal-content .comparison-footer {
      text-align: center;
      width: 960px;
      padding: 25px 0;
      background-color: #dadada;
      background: #ddd;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YjhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8b8b8), color-stop(8%, #cccccc), color-stop(30%, #ddd));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* IE10+ */
      background: linear-gradient(to bottom, #b8b8b8 0%, #cccccc 8%, #ddd 30%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#ddd',GradientType=0 );
      /* IE6-8 */ }
      .modal-window.comparison-modal .modal-content .comparison-footer a.help-link {
        text-transform: uppercase; }

.wrapper .page .title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.14286rem;
  margin-bottom: 10px; }
.wrapper .page .sub-title {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.57143rem;
  margin-top: 20px;
  margin-bottom: 10px; }
.wrapper .page .content-container .main {
  top: -100px; }
  @media screen and (max-width: 768px) {
    .wrapper .page .content-container .main {
      top: 0; } }
.wrapper .page .footer-container {
  margin-top: -100px; }
  @media screen and (max-width: 768px) {
    .wrapper .page .footer-container {
      margin-top: 0; } }
.wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
  top: 100px; }
.wrapper .page .content-container {
  background: none;
  background: #d2d2d2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d2d2d2 0%, #e6e6e6 33%, #e6e6e6 66%, #d2d2d2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d2d2d2), color-stop(33%, #e6e6e6), color-stop(66%, #e6e6e6), color-stop(100%, #d2d2d2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d2d2d2 0%, #e6e6e6 33%, #e6e6e6 66%, #d2d2d2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d2d2d2 0%, #e6e6e6 33%, #e6e6e6 66%, #d2d2d2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d2d2d2 0%, #e6e6e6 33%, #e6e6e6 66%, #d2d2d2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d2d2d2 0%, #e6e6e6 33%, #e6e6e6 66%, #d2d2d2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#d2d2d2',GradientType=1 );
  /* IE6-8 */ }
  .wrapper .page .content-container .main .home-main-advantages {
    background: #e6e6e6;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e6e6), color-stop(33%, #ffffff), color-stop(66%, #ffffff), color-stop(100%, #e6e6e6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
    /* IE10+ */
    background: linear-gradient(to right, #e6e6e6 0%, #ffffff 33%, #ffffff 66%, #e6e6e6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 );
    /* IE6-8 */ }
    .wrapper .page .content-container .main .home-main-advantages .item .explanations {
      list-style: none; }
    .wrapper .page .content-container .main .home-main-advantages .item.test-winner-container {
      background: none;
      box-shadow: none; }
    .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl {
      padding: 30px 2.08333% 20px;
      box-shadow: none; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl:before, .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl:after {
        clear: both; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl .sub-title {
        width: 100%; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl p {
        float: none;
        width: 100%; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul {
        float: left;
        width: 21.875%;
        margin-right: 2.08333%;
        margin-bottom: 0; }
        .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul li {
          list-style: none;
          margin-bottom: 10px;
          white-space: nowrap;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis; }
          .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul li a {
            color: #3c3c3c;
            font-family: Roboto, Arial, Verdana, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.14286rem; }
  .wrapper .page .content-container .main .landing-page-c2a-block {
    text-align: center; }
    .wrapper .page .content-container .main .landing-page-c2a-block .content-area {
      padding: 30px 3.125% 0; }
    .wrapper .page .content-container .main .landing-page-c2a-block p {
      margin-bottom: 10px; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .content-area {
    padding: 30px 0; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .engine-explanations {
    margin-bottom: 60px; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .increases {
    width: 100%;
    text-align: center; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .fine-print {
    right: 0; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .emph-sub-title {
    top: 0; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .car-image {
    width: 100%; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .chart {
    bottom: 160px; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .increases {
    bottom: 60px; }
    .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .increases .show-gt710 {
      display: none; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .fine-print {
    width: 100%;
    text-align: center;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.71429rem; }
  .wrapper .page .content-container .main .landing-page-seo-block {
    background-size: cover;
    -moz-background-size: cover;
    /* Firefox 3.6 */
    background-position: center;
    /* Internet Explorer 7/8 */ }
    .wrapper .page .content-container .main .landing-page-seo-block .content-area {
      padding: 90px 3.125% 100px;
      height: 673px; }
    .wrapper .page .content-container .main .landing-page-seo-block .text {
      width: 54.43548%;
      height: 500px;
      overflow: hidden;
      overflow-y: auto;
      color: #fff; }
      .wrapper .page .content-container .main .landing-page-seo-block .text .sub-title {
        margin-top: 0;
        margin-bottom: 30px; }
      .wrapper .page .content-container .main .landing-page-seo-block .text p {
        line-height: 1.7; }
  .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-fine-print {
    border-bottom: 1px solid #cfcfcf; }
  .wrapper .page .content-container .main .landing-page-manufacturer-news {
    border-top: 1px solid #eee; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .content-area {
      padding: 60px 3.125%; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .title {
      margin-bottom: 30px; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container:before, .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container:after {
      clear: both; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .image, .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .article {
      float: left; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .image {
      width: 33.33333%;
      margin-right: 4.16667%; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .article {
      width: 60.41667%; }
      .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .article .emph-sub-title {
        margin-top: 0;
        margin-bottom: 20px; }
      .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .article p {
        margin-bottom: 20px; }
      .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .article a {
        text-transform: uppercase; }
.wrapper .page .footer-container .footer.seo-links-container {
  width: 100%;
  max-width: none;
  padding: 0; }
  .wrapper .page .footer-container .footer.seo-links-container .main-title, .wrapper .page .footer-container .footer.seo-links-container .model-title, .wrapper .page .footer-container .footer.seo-links-container .submodel-title, .wrapper .page .footer-container .footer.seo-links-container .columns {
    max-width: 992px;
    padding: 0 1.6129%;
    margin: 0 auto;
    color: #fff; }
  .wrapper .page .footer-container .footer.seo-links-container .model-title {
    margin: 20px auto;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.125rem;
    color: #f2f2f2; }
  .wrapper .page .footer-container .footer.seo-links-container .submodel-title {
    margin: 10px auto;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 0.875rem; }
    .wrapper .page .footer-container .footer.seo-links-container .submodel-title a {
      color: #f2f2f2; }
      .wrapper .page .footer-container .footer.seo-links-container .submodel-title a:hover {
        color: #fff;
        background-color: #d0511e; }
  .wrapper .page .footer-container .footer.seo-links-container .columns {
    max-width: 1012px;
    overflow: hidden; }
    .wrapper .page .footer-container .footer.seo-links-container .columns ul li {
      color: #737373;
      overflow: hidden;
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 33.33333%;
      float: left;
      display: block; }
      .wrapper .page .footer-container .footer.seo-links-container .columns ul li a {
        color: #c0c0c0; }
      .wrapper .page .footer-container .footer.seo-links-container .columns ul li:hover {
        background-color: #d0511e;
        color: #fff; }
        .wrapper .page .footer-container .footer.seo-links-container .columns ul li:hover a {
          color: #fff; }
  .wrapper .page .footer-container .footer.seo-links-container .separator {
    clear: both; }

@media screen and (max-width: 1024px) {
  .wrapper .page .content-container .main {
    top: -50px; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    .wrapper .page .content-container .main {
      top: 0; } }
@media screen and (max-width: 1024px) {
  .wrapper .page .footer-container {
    margin-top: -50px; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    .wrapper .page .footer-container {
      margin-top: 0; } }
@media screen and (max-width: 1024px) {
  .wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
    top: 50px; } }
@media screen and (max-width: 880px) {
  .wrapper .page .content-container .main {
    top: 0px; } }
  @media screen and (max-width: 880px) and (max-width: 768px) {
    .wrapper .page .content-container .main {
      top: 0; } }
@media screen and (max-width: 880px) {
  .wrapper .page .footer-container {
    margin-top: 0px; } }
  @media screen and (max-width: 880px) and (max-width: 768px) {
    .wrapper .page .footer-container {
      margin-top: 0; } }
@media screen and (max-width: 880px) {
  .wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
    top: 0px; }
  .wrapper .page .content-container .main .home-main-advantages .item.box.third .explanations {
    margin-top: 0;
    width: 57.5%; }
  .wrapper .page .content-container .main .home-main-advantages .item.box.third a.btn.simple {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  .wrapper .page .title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.85714rem; }
  .wrapper .page .sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.5rem; }
  .wrapper .page .emph-sub-title {
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.14286rem; }
  .wrapper .page .content-container {
    background: none; }
    .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .titles, .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .engine-explanations {
      padding: 0 11.71875%; }
    .wrapper .page .content-container .main .landing-page-seo-block .content-area {
      padding-left: 11.71875%;
      padding-right: 11.71875%; }
    .wrapper .page .content-container .main .landing-page-seo-block .text {
      width: 93.75%;
      padding-right: 13.02083%; }
    .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text {
      padding: 40px 11.71875%; }
      .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .engine-explanations {
        margin-top: 0; }
      .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a {
        margin-top: 20px; }
        .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a:before, .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a:after {
          clear: both; }
        .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a p {
          width: 60%;
          float: left; }
        .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a .call-to-action {
          margin-top: 0; }
    .wrapper .page .content-container .main .landing-page-manufacturer-news .content-area {
      padding-top: 40px;
      padding-bottom: 40px; }
  .wrapper .page .footer-container .footer.seo-links-container .columns ul li {
    width: 50%; } }
@media screen and (max-width: 710px) {
  .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl h1, .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl p {
    width: 100%; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .increases .show-gt710 {
    display: inline-block; } }
@media screen and (max-width: 660px) {
  .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text {
    padding: 20px 3.90625%; }
    .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a {
      margin-top: 20px;
      margin-bottom: 40px;
      text-align: center; }
      .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a p {
        float: none;
        width: 100%; }
      .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text .c2a .call-to-action {
        margin-top: 20px; } }
@media screen and (max-width: 630px) {
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .titles, .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .engine-explanations, .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .increases, .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .fine-print {
    padding: 0 6.25%; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .titles {
    margin-top: 0; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .emph-sub-title {
    padding: 0 6.25%; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .engine-explanations {
    margin-top: 30px;
    margin-bottom: 30px; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .increases, .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .fine-print {
    text-align: left; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .increases {
    bottom: 40px;
    line-height: 1.4; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .fine-print p {
    text-align: left; } }
@media screen and (max-width: 580px) {
  .wrapper .page .content-container .main {
    top: auto; }
    .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl .sub-title, .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl p {
      padding: 0; }
    .wrapper .page .content-container .main .home-main-advantages .item.first {
      padding-bottom: 20px; }
    .wrapper .page .content-container .main .landing-page-seo-block .content-area {
      padding-left: 6.25%;
      padding-right: 6.25%; }
    .wrapper .page .content-container .main .landing-page-seo-block .text {
      width: 100%;
      padding-right: 2.08333%; } }
@media screen and (max-width: 480px) {
  .wrapper .page .content-container .main .home-main-advantages .item.first {
    padding-top: 30px; }
    .wrapper .page .content-container .main .home-main-advantages .item.first a.btn.simple {
      top: 30px; }
  .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl {
    padding: 30px 8.33333% 40px 8.33333%; }
    .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl .title, .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl .sub-title, .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl p {
      padding-left: 0;
      padding-right: 0; }
    .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl p {
      margin-bottom: 30px; }
    .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul {
      width: 50%; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul:first-of-type {
        width: 45%; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul:nth-child(3n+2) {
        clear: both;
        width: 45%; }
      .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul li {
        line-height: 2; }
  .wrapper .page .content-container .main .ct-dispatcher-product-overview .overview-text {
    padding: 20px 6.25%; }
  .wrapper .page .content-container .main .landing-page-manufacturer-news .content-area {
    padding: 40px 6.25%; }
  .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .image {
    float: none;
    width: 100%; }
  .wrapper .page .content-container .main .landing-page-manufacturer-news .article-container .article {
    width: 100%;
    margin-top: 30px; }
  .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation {
    padding-right: 0; }
    .wrapper .page .content-container .main .ct-dispatcher-mounting .mounting-optimization .motorisation .car-image {
      padding: 0 0 0 6.25%; }
  .wrapper .page .footer-container .footer.seo-links-container .columns ul li {
    width: 100%; } }
@media screen and (max-width: 320px) {
  .wrapper .page .content-container .main .home-main-advantages .item.span-all.resp-ctrl ul {
    width: 45%; } }

/*# sourceMappingURL=RC_LandingPages.css.map */

