.aboutUsPromotion {
  width: 205px;
  margin-top: 30px;
}
.aboutUsPromotion:nth-child(3n + 2),
.aboutUsPromotion:nth-child(3n +1) {
  margin-right: 80px;
}
.aboutUsPromotion a.clicktip {
  font-size: 14px;
  border-bottom: none;
}
.aboutUsPromotion a.clicktip span {
  display: inline-block;
  line-height: 16px;
  height: 40px;
  vertical-align: top;
  color: #262626;
}
.aboutUsPromotion a.clicktip span .icon {
  margin-right: 10px;
  font-size: 32px;
  color: #0287f2;
}
.aboutUsPromotion.hovered {
  color: #262626;
}
.aboutUsPromotion.hovered .icon {
  color: #026cc2 !important;
}
.aboutUsPromotionContainer {
  width: 775px;
}
.reifensuche.vorteile-bewertungen header {
  height: 40px;
}
.reifensuche.vorteile-bewertungen .subHeaderSection {
  display: none;
}
.flexList .flexListHeader,
.flexList .flexListItem {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
[class^="flex-"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.flex-grow {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  max-width: 100%;
}
.flex-1 {
  -webkit-flex-basis: 8.33333333%;
      -ms-flex-preferred-size: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.flex-2 {
  -webkit-flex-basis: 16.66666667%;
      -ms-flex-preferred-size: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.flex-3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.flex-4 {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.flex-5 {
  -webkit-flex-basis: 41.66666667%;
      -ms-flex-preferred-size: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.flex-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
.flex-7 {
  -webkit-flex-basis: 58.33333333%;
      -ms-flex-preferred-size: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.flex-8 {
  -webkit-flex-basis: 66.66666667%;
      -ms-flex-preferred-size: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.flex-9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}
.flex-10 {
  -webkit-flex-basis: 83.33333333%;
      -ms-flex-preferred-size: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.flex-11 {
  -webkit-flex-basis: 91.66666667%;
      -ms-flex-preferred-size: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.flex-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.flex-offset-0 {
  margin-left: 0;
}
.flex-offset-1 {
  margin-left: 8.33333333%;
}
.flex-offset-2 {
  margin-left: 16.66666667%;
}
.flex-offset-3 {
  margin-left: 25%;
}
.flex-offset-4 {
  margin-left: 33.33333333%;
}
.flex-offset-5 {
  margin-left: 41.66666667%;
}
.flex-offset-6 {
  margin-left: 50%;
}
.flex-offset-7 {
  margin-left: 58.33333333%;
}
.flex-offset-8 {
  margin-left: 66.66666667%;
}
.flex-offset-9 {
  margin-left: 75%;
}
.flex-offset-10 {
  margin-left: 83.33333333%;
}
.flex-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.middle-xs {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-xs {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.between-xs {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first-xs {
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.last-xs {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.justifyStart {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justifyCenter {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justifyEnd {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justifyBetween {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.alignCenter {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alignTop {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.alignBottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.table th {
  text-align: left;
  font-weight: bold;
}
.table {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 2px;
  line-height: 1.6;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid #eee;
}
.table .table {
  background-color: #ffffff;
}
.cursor-disabled {
  cursor: not-allowed;
}
.fake-link {
  cursor: pointer;
  color: #0287f2;
}
.fake-link:hover {
  @highlight Hover;
}
.fake-link.disabled {
  cursor: not-allowed;
  color: #808080;
}
.fake-link.disabled:hover {
  color: #808080;
}
.form-group {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.form-group label {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group input,
.form-group select {
  margin-right: 5px;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
input.click-to-edit,
textarea.click-to-edit {
  border: 1px transparent solid;
  cursor: default;
}
input.click-to-edit.is-active,
textarea.click-to-edit.is-active {
  border: 1px solid #d2d2d2;
  cursor: text;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-list {
  list-style: decimal;
  margin-left: 25px;
}
.bestellung input[name="amount"] {
  width: 50px;
  text-align: center;
}
.bestellung .grid.listView > * {
  text-align: left;
}
.bestellung #orderFormAddressBox input[type="text"],
.bestellung #orderFormLoginForm input[type="text"],
.bestellung #orderFormAddressBox input[type="password"],
.bestellung #orderFormLoginForm input[type="password"],
.bestellung #orderFormAddressBox select,
.bestellung #orderFormLoginForm select {
  width: 300px;
}
.bestellung #Lieferadresselayer {
  display: none;
}
.bestellung .rsu-icon-close {
  color: #0287f2;
}
.bestellung .fa-trash {
  font-size: 16px;
}
.bestellung #inputOrderDisplayDelivery {
  position: absolute;
  margin-top: 10px;
  padding-right: 15px;
}
.bestellung #inputOrderDisplayDelivery:after {
  padding-right: 15px;
}
#orderSubmitTop {
  width: 100%;
  margin: 0 auto;
}
#orderSubmitTop .general-hint {
  margin-bottom: 14px;
}
.orderFormLoginText {
  width: 300px;
}
.modalContent .agb b {
  font-weight: 400!important;
}
.modalContent .agb .subNote {
  display: none;
}
.reifensuche .container.center.content.border-box {
  -moz-box-sizing: initial;
       box-sizing: initial;
}
.landing-page .greyBackground {
  background-color: #F5F5F5;
  padding-bottom: 50px;
  margin-top: 30px;
  border-radius: 4px;
}
.landing-page .numberCircle {
  border-radius: 50%;
  width: 55px;
  font-size: 32px;
  border: none;
  background: #009e55;
  color: white;
}
.landing-page .numberCircle span {
  text-align: center;
  line-height: 55px;
  display: block;
}
.landing-page .m-auto {
  margin: auto;
}
.landing-page .boxItem:after {
  content: '';
  width: 66%;
  position: absolute;
  top: 12%;
  border-bottom: 1px solid #d2d2d2 !important;
  margin-left: 66%;
}
.landing-page .boxItem:last-of-type:after {
  display: none;
}
.landing-page .largeBtn {
  height: 25px;
  background-color: #009e55;
  -webkit-appearance: none;
  border-radius: 4px;
  background-clip: padding-box;
  border: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-family: 'Lato', Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 7px 20px 7px 20px;
  text-shadow: none;
  text-decoration: none;
  vertical-align: top;
}
.landing-page .largeBtn:hover {
  background-color: #006e3b;
  color: white;
}
.landing-page div.positionBtn {
  clear: both;
  text-align: center;
}
.landing-page a.buttonSize {
  height: 30px;
  font-size: 20px;
  margin-top: 20px;
  background-color: #009e55;
  border: none;
}
.landing-page .subHead {
  font-size: 16px;
}
.landing-page .recommendationPicMarginBottom {
  margin-bottom: -5px;
}
.landing-page .recommendationPicShadow {
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1), 0 -6px 6px rgba(0, 0, 0, 0.1);
}
pdf-viewer {
  display: block;
  width: 100%;
  height: 100%;
}
pdf-viewer canvas {
  display: block;
  box-shadow: 1px 1px 3px #555;
  margin: 10px auto;
}
.cookie-banner {
  bottom: 0;
  box-shadow: 0 0 5px #bfbfbf;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #f5f5f5;
  min-height: 56px;
  position: fixed;
  width: 100%;
  z-index: 9003;
  left: 0;
  padding: 1rem;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.cookie-banner > .button {
  margin: 0 1rem;
}
.cookie-banner > p {
  margin-bottom: 0;
}
.newsIcon {
  position: relative;
}
.newsIcon:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url("/images/newsicon.png") no-repeat;
  background-size: 16px 16px;
  position: absolute;
  display: block;
  top: -7px;
  right: -14px;
}
car-tyre-filter,
bike-tyre-filter,
truck-tyre-filter,
special-tyre-filter,
rim-filter,
generic-product-search-form,
snow-chain-filter,
product-filter-reset-all-button,
number-filter {
  display: block;
}
car-tyre-filter h1,
bike-tyre-filter h1,
truck-tyre-filter h1,
special-tyre-filter h1,
rim-filter h1,
generic-product-search-form h1,
snow-chain-filter h1,
product-filter-reset-all-button h1,
number-filter h1 {
  font-size: 24px;
  font-weight: 600;
}
car-tyre-filter .filterHeadlineWithLink,
bike-tyre-filter .filterHeadlineWithLink,
truck-tyre-filter .filterHeadlineWithLink,
special-tyre-filter .filterHeadlineWithLink,
rim-filter .filterHeadlineWithLink,
generic-product-search-form .filterHeadlineWithLink,
snow-chain-filter .filterHeadlineWithLink,
product-filter-reset-all-button .filterHeadlineWithLink,
number-filter .filterHeadlineWithLink {
  margin-bottom: 10px;
}
car-tyre-filter .filterHeadlineWithLink h1,
bike-tyre-filter .filterHeadlineWithLink h1,
truck-tyre-filter .filterHeadlineWithLink h1,
special-tyre-filter .filterHeadlineWithLink h1,
rim-filter .filterHeadlineWithLink h1,
generic-product-search-form .filterHeadlineWithLink h1,
snow-chain-filter .filterHeadlineWithLink h1,
product-filter-reset-all-button .filterHeadlineWithLink h1,
number-filter .filterHeadlineWithLink h1 {
  display: inline;
}
car-tyre-filter .filterHeadlineWithLink h5,
bike-tyre-filter .filterHeadlineWithLink h5,
truck-tyre-filter .filterHeadlineWithLink h5,
special-tyre-filter .filterHeadlineWithLink h5,
rim-filter .filterHeadlineWithLink h5,
generic-product-search-form .filterHeadlineWithLink h5,
snow-chain-filter .filterHeadlineWithLink h5,
product-filter-reset-all-button .filterHeadlineWithLink h5,
number-filter .filterHeadlineWithLink h5 {
  display: inline;
  font-weight: 400;
}
car-tyre-filter .filterHeadlineWithLink a,
bike-tyre-filter .filterHeadlineWithLink a,
truck-tyre-filter .filterHeadlineWithLink a,
special-tyre-filter .filterHeadlineWithLink a,
rim-filter .filterHeadlineWithLink a,
generic-product-search-form .filterHeadlineWithLink a,
snow-chain-filter .filterHeadlineWithLink a,
product-filter-reset-all-button .filterHeadlineWithLink a,
number-filter .filterHeadlineWithLink a {
  margin-left: 5px;
}
rim-filter .rimForm h1#rims {
  position: relative;
}
rim-filter .rimForm .badge {
  position: absolute;
  top: 2px;
  left: 105%;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  background: #F4231B;
  color: white;
  border-radius: 4px;
  font-weight: 600;
}
product-filter-reset-all-button .single {
  position: absolute;
  right: 0;
  width: 108px;
}
.felgen product-filter-reset-all-button .single,
.spezialreifen product-filter-reset-all-button .single {
  margin-top: 38px;
}
.voucher-success-container {
  padding-top: 50px;
}
.headline {
  color: #009e55;
  font-weight: bold;
  text-align: center;
  font-size: 2rem !important;
}
.sub-headline {
  color: #808080;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem !important;
}
.voucher-success-content {
  padding: 70px 100px 60px 100px;
  text-align: center;
  font-size: 14px;
}
.voucher-success-content p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.button-row {
  text-align: center;
}
.ref-button {
  font-weight: bold !important;
  height: 30px !important;
  padding: 10px 50px !important;
  line-height: 1.75rem;
  font-size: 1rem !important;
}
voucher-success modal-cmp div .modalCmpContent {
  width: 700px;
}
google-box {
  width: 100%;
}
google-box .input-wrapper,
google-box input {
  width: 100%;
}
google-box .combo-angle {
  position: absolute;
  display: block;
  top: 3px;
  right: 50px;
  padding: 5px;
}
google-box .selection-section {
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  background: white;
  position: absolute;
  color: #0287f2;
  box-shadow: 1px 1px 3px #555;
}
google-box .selection-section .selection-section-item {
  cursor: pointer;
  padding: 2px 5px;
}
google-box .selection-section .selection-section-item .match {
  font-weight: bold;
}
google-box .selection-section .selection-section-item .fa {
  padding: 5px;
}
google-box .selection-section .selection-section-item:hover {
  background: #f5f5f5;
}
google-box .selection-section .selection-section-item.active {
  background: #f5f5f5;
}
search-form {
  display: block;
  width: 100%;
}
search-form form {
  width: 100%;
}
search-form .searchBar {
  position: relative;
}
search-form .searchBar button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40px;
  padding-left: 12px;
}
search-form .searchBar button .fa {
  font-size: 16px;
}
search-form .searchBar google-box input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
search-form .searchBar .toggle {
  position: absolute;
  top: 4px;
  right: -20px;
}
.emailExampleMountedWheel {
  background: #f5f5f5;
  color: #808080;
  padding: 15px;
  border-radius: 3px;
  line-height: 1.4em;
}
.w-150 {
  width: 150px;
}
.w-440 {
  width: 440px;
}
a.mailButton {
  background-color: #0287f2;
  border: none;
  color: #fff;
  padding: 4px 20px 4px 20px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
}
a.mailButton:hover {
  background-color: #026cc2;
}
.p-l-13 {
  padding-left: 13px;
}
.hiddenTextForCopyboard {
  display: none;
}
tpms-learning-procedure {
  color: #262626;
}
.noticeLinkGreen {
  color: #0e9a3c !important;
}
.noticeLinkGreen:hover {
  color: #006e3b !important;
}
.procedureTitle {
  font-weight: bold;
  margin-top: 20px;
}
.procedureText {
  font-weight: lighter;
}
.procedureText .decimalList {
  list-style: decimal;
  padding-left: 31px;
}
.product-router-nav {
  height: 36px;
}
.product-router-nav-a {
  padding: 10px 0 !important;
}
.product-router-nav-a.active {
  padding: 10px 0 8px 0 !important;
}
slide-show-tool-bar {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d2d2d2;
  font-size: 22px;
  color: #888;
}
slide-show-tool-bar:first-child {
  padding-left: 25px;
}
slide-show-tool-bar .slide-show-close {
  padding-right: 25px;
}
slide-show-tool-bar .slide-show-tool-bar-options {
  width: 175px;
}
slide-show-tool-bar .slide-show-tool-bar-options .media-option-button {
  margin-right: 10px;
}
slide-show-preview .image-selector-item {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  margin: 0 5px;
}
slide-show-preview .image-selector-item img {
  object-fit: cover;
}
slide-show-preview .image-selector-item.is-active {
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  border-color: #0287f2;
}
slide-show-full-screen .is-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
slide-show-full-screen .slide-show-full-screen-container {
  position: fixed;
  z-index: 9999;
  box-shadow: 1px 1px 3px #555;
  border-radius: 4px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
}
slide-show-full-screen .slide-show-full-screen-container-overlay {
  background: none;
}
slide-show {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
slide-show * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
slide-show .slide-show-canvas {
  overflow: hidden;
}
slide-show slide-show-canvas,
slide-show .slide-show-canvas,
slide-show .slide-show-canvas-image-container,
slide-show .slide-show-canvas-image {
  display: block;
  height: 100%;
}
slide-show .slide-show-media-description {
  margin-top: -20px;
}
slide-show .slide-show-canvas-pdf-container {
  max-width: 80%;
  max-height: 95%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
slide-show .slide-show-prev-trigger,
slide-show .slide-show-next-trigger {
  top: 0;
  height: 100%;
  position: absolute;
  width: 9%;
  z-index: 100;
}
slide-show .slide-show-prev-trigger .fa,
slide-show .slide-show-next-trigger .fa {
  top: 50%;
  margin-top: -62px;
  position: absolute;
  font-size: 62px;
  color: #808080;
}
slide-show .slide-show-prev-trigger {
  left: 0;
}
slide-show .slide-show-prev-trigger .fa {
  left: 25px;
}
slide-show .slide-show-next-trigger {
  right: 0;
}
slide-show .slide-show-next-trigger .fa {
  right: 25px;
}
.slide-show.with-animations slide-show-tool-bar {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -200px;
}
.slide-show.with-animations .slide-show-prev-trigger {
  left: -200px;
}
.slide-show.with-animations .slide-show-next-trigger {
  right: -200px;
}
.slide-show.with-animations .slide-show-canvas-pdf-container {
  margin: 100px auto;
}
.slide-show.with-animations .slide-show-canvas-image {
  max-height: 95%;
  max-width: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: contain;
}
.slide-show.with-animations .slide-show-canvas-video-container {
  display: block;
  max-height: 80%;
  max-width: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slide-show.with-animations .animate-content {
  opacity: 0;
}
.slide-show.with-animations.animation-completed .animate-content {
  opacity: 1;
}
.center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.center-abs-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0%, -50%, 0);
     -moz-transform: translate3d(0%, -50%, 0);
          transform: translate3d(0%, -50%, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.center-abs-vert-fixed {
  position: fixed;
  top: 50%;
  -webkit-transform: translate3d(0%, -50%, 0);
     -moz-transform: translate3d(0%, -50%, 0);
          transform: translate3d(0%, -50%, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.center-abs-hor {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.center-abs-hor-fixed {
  position: fixed!important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .center-abs-hor-fixed {
    -webkit-filter: blur(0);
            filter: blur(0);
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.ps-scrollbar-y {
  cursor: pointer;
}
.example-container {
  background: #f5f5f5;
  color: gray;
  padding: 15px;
  border-radius: 3px;
  line-height: 1.4em;
}
.border-box {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
phone-queue {
  display: block;
}
phone-queue .details-queue {
  max-width: 290px;
  min-width: 290px;
  width: 290px;
  padding-left: 20px;
  line-height: 1.2em;
}
phone-queue .details-queue .queuedescription {
  font-weight: bold;
  font-size: 14px;
  padding-left: 4px;
}
phone-queue .details-queue .hotlinestate {
  padding-left: 4px;
  display: inline-block;
}
phone-queue .details-queue .hotlinenumber {
  padding-left: 4px;
  font-weight: bold;
}
phone-queue .details-queue .fa-phone {
  font-size: 18px;
}
phone-queue .details-queue .fa-circle {
  font-size: 12px;
}
phone-queue .details-queue .noQueueInfo {
  margin-top: -10px;
}
phone-queue .simple-queue .fa-phone {
  font-size: 14px;
}
phone-queue .simple-queue .fa-circle {
  font-size: 12px;
}
phone-queue .simple-queue .hotlinenumber {
  padding-left: 7px;
  font-weight: normal;
}
mail-modal-component {
  position: absolute;
}
mail-modal-component .text-center {
  text-align: center !important;
}
mail-modal-component .form-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
mail-modal-component .mail-model-label {
  text-transform: uppercase;
  font-size: 11px;
}
mail-modal-component .legal-notice {
  font-size: 12px;
  line-height: 1.1em !important;
}
mail-modal-component .attachment {
  background: #f3f3f3;
  color: #808080 !important;
  padding: 10px;
  width: 100%;
  line-height: normal;
  border-radius: 4px;
}
mail-modal-component .attachment > p {
  height: 10px;
}
mail-modal-component .button-position-right {
  position: absolute;
  right: 10px;
  bottom: 0;
}
mail-modal-component .modal-title-black {
  color: #262626 !important;
}
mail-modal-component input[disabled],
mail-modal-component textarea[disabled] {
  color: #808080 !important;
}
mail-modal-component .switch-link {
  font-size: 11px;
}
header-promotions {
  height: 30px;
  overflow: hidden;
}
header-promotions .flex {
  min-width: 520px;
}
header-promotions .tuev-link img {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
}
header-promotions .promotion-item {
  height: 30px;
  margin-right: 20px;
}
header-promotions .promotion-item a.modalTrigger {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 13px;
  color: #808080;
  border-bottom: none;
}
header-promotions .promotion-item a.modalTrigger .icon {
  color: #d2d2d2;
  margin-right: 6px;
}
header-promotions .promotion-item a.modalTrigger:hover {
  color: #262626;
}
header-promotions .promotion-item a.modalTrigger:hover .icon {
  color: #bfbfbf;
}
.promotion-click-tip {
  font-size: 14px;
  line-height: 1.6em;
}
.promotion-click-tip h6 {
  font-size: 16px;
  font-weight: 400;
  color: #84bc33;
  text-transform: none;
  margin: 10px 0;
}
#modal .promotion-modal {
  position: fixed !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 145px;
  max-width: 560px;
  display: none;
  z-index: 10000;
  padding: 15px;
  width: auto;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.rs-nav-logo {
  float: left;
  margin-right: 20px;
  margin-top: 8px;
}
.rs-nav-logo img {
  width: 136px;
  height: 25px;
}
.mainNavContainer {
  min-width: 1000px;
}
.mainNavContainer .mainDropDown {
  margin-right: 0!important;
}
.mainNavContainer .nav.left > a {
  margin-right: 20px;
}
.mainNavContainer .nav.right > a {
  margin-left: 20px;
}
.mainNavContainer .nav.right > a:first-child {
  margin-left: 0!important;
}
.searchFormContainer {
  width: 450px;
}
@media screen and (min-width: 1200px) {
  .searchFormContainer {
    width: 525px;
  }
}
.basket-active-button {
  margin-top: 5px;
  padding: 7px !important;
  border-radius: 4px;
  height: 29px;
  color: white !important;
  background-color: #84bc33;
}
.basket-active-button:hover {
  background-color: #609c1e;
}
a.lastDeliveryaddresses {
  border-bottom: 1px dotted #0287f2;
}
mounting-partner-item {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
mounting-partner-item h4 {
  margin-top: 0;
  font-weight: 300;
  font-size: 24px;
}
mounting-partner-item .firm {
  font-size: 18px;
  font-weight: 300;
}
mounting-partner-item button {
  float: right;
}
mounting-partner-item.notMatching {
  color: #808080;
}
mounting-partner-item .preselected {
  background-color: #f1f1f1;
}
mounting-partner-item .partner-not-fit-button {
  background-color: #888888;
  cursor: default;
  margin-top: -35px;
}
mounting-partner-item .attention {
  max-width: 180px;
  display: inline-block;
  line-height: 1.2 !important;
}
mounting-partner-item .partner-item {
  padding: 20px;
}
mounting-partner-item .slashed {
  text-decoration: line-through;
}
mounting-partner-item .iconImportant {
  color: #0287f2;
  margin-right: 5px;
  float: left;
  margin-top: 4px;
}
mounting-partner-item .partnerInfo {
  line-height: 1.2 !important;
}
mounting-partner-item .bigContent {
  padding-bottom: 10px;
}
.pac-container {
  z-index: 2000;
}
.pac-item {
  cursor: pointer !important;
  font-size: 14px !important;
  border: none !important;
}
.pac-item {
  cursor: pointer !important;
  font-size: 14px !important;
  border: none !important;
}
.pac-item:hover {
  background-color: #f5f5f5 !important;
}
.pac-item span {
  color: #808080 !important;
}
.pac-container .pac-item .pac-item-query {
  color: #0287f2 !important;
  font-family: Lato, Lato, sans-serif !important;
}
.pac-container .pac-item .pac-item-query .pac-matched {
  color: #0287f2 !important;
  font-family: Lato, Lato, sans-serif !important;
}
.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}
mounting-checkout .m-b-010 {
  margin-bottom: -10px;
}
mounting-checkout .iconImportant {
  color: #0287f2;
  margin-right: 5px;
}
mounting-checkout .declarationImportant {
  margin-top: 30px;
  margin-bottom: 10px;
}
mounting-checkout .desiredDeadline {
  color: #0287f2;
  padding-top: 5px;
  padding-left: 5px;
  width: 270px;
}
mounting-checkout .declarationImportant p {
  padding-top: 5px;
}
mounting-checkout .dateField {
  min-width: 170px !important;
}
mounting-checkout .dateField div button .fa-calendar {
  margin-right: -5px !important;
}
mounting-checkout .checkoutButton {
  margin-top: 20px;
}
mounting-checkout .scrollContent {
  max-height: 85vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 12px;
  margin-right: -12px;
}
mounting-checkout .scrollContent::-webkit-scrollbar {
  background-color: #fff;
  width: 3px;
}
mounting-checkout .scrollContent::-webkit-scrollbar-thumb {
  background-color: #aaa;
  width: 5px;
}
mounting-filter .extrasCheckbox {
  margin-right: 5px;
}
mounting-filter .w140 {
  width: 200px;
}
mounting-results-list .mapListContainer {
  height: -moz-calc(100vh - 275px);
  height: calc(100vh - 275px);
}
footer {
  padding-top: 40px !important;
}
mounting-service .zindexmax {
  z-index: 90000;
}
mounting-service .caret-arrow-down {
  position: relative;
  top: -25px;
  pointer-events: none;
  left: 80px;
}
.flexTest {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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