html {
  color: #000;
  background: #FFF;
  font-size: 14px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
body {
  color: #262626;
  line-height: 1.6em;
  font-weight: 400;
  font-family: 'Lato', Lato, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
  margin: 10px 0;
  line-height: 1.2em;
}
.text-1 {
  font-size: 42px;
}
.text-2 {
  font-size: 36px;
}
.text-3 {
  font-size: 2rem;
}
.text-4 {
  font-size: 24px;
}
.text-5 {
  font-size: 21px;
}
.modalCmpContent {
  font-size: 1rem;
}
.modalCmpContent h1 {
  font-size: 42px;
}
.modalCmpContent h2 {
  font-size: 36px;
}
.modalCmpContent h3 {
  font-size: 2rem;
}
.modalCmpContent h4 {
  font-size: 24px;
}
.modalCmpContent h5 {
  font-size: 21px;
  font-weight: 300;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 21px;
  font-weight: 300;
}
h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6em;
  text-transform: uppercase;
}
p {
  margin-bottom: 10px;
}
strong,
b {
  font-weight: bold;
}
.nbsp {
  margin-left: 2px;
}
small,
.textSmall {
  font-size: 12px;
  color: #808080;
  line-height: 1.4em;
  font-weight: 400;
}
.tiny {
  font-size: 10px;
}
.fontSmall {
  font-size: 12px;
}
.noLineBreak {
  white-space: nowrap;
}
.textCenter {
  text-align: center!important;
}
.textLeft {
  text-align: left!important;
}
.textRight {
  text-align: right!important;
}
.bold {
  font-weight: 700;
}
.fakeLink,
a,
a.ttd {
  cursor: pointer;
  color: #84bc33;
  text-decoration: none;
}
.fakeLink:hover,
a:hover,
a.ttd:hover {
  color: #609c1e;
}
a.textLink {
  color: #262626;
}
a.textLink:hover {
  color: #262626;
}
.highlight {
  color: #84bc33;
}
.red {
  color: #a94442 !important;
}
.orange {
  color: orange !important;
}
.grey {
  color: #808080 !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.doLineBreaks {
  white-space: pre-wrap;
}
.commaList span:before {
  content: ', ';
  padding-right: 2px;
  margin-left: -2px;
}
.commaList span:first-child:before {
  content: '';
}
.commaListSimple span:before {
  content: ', ';
}
.commaListSimple span:first-child:before {
  content: '';
}
.inlineSpace {
  margin: 0 3px;
}
.noUnderline {
  text-decoration: none;
  border-bottom: 0px;
}
.noUnderline:hover {
  text-decoration: none;
}
.noUnderline > .clicktip {
  border-bottom: 0px;
}
.fontDefault {
  font-size: 1rem;
}
.textDefaultColor {
  color: #262626 !important;
}
.textLightGreen {
  color: #dff0d8;
}
.textGreen {
  color: #0e9a3c;
}
.textBlue {
  color: #0287f2;
}
.textLightBlue {
  color: #9acffa;
}
.textLightYellow {
  color: #fcf8e3;
}
.textYellow {
  color: #8a6d3b;
}
.textLightRed {
  color: #f2dede;
}
.textRed {
  color: #a94442;
}
.circleLetter {
  border: solid 1px #84bc33;
  border-radius: 100%;
  padding: 10px;
}
.yellow {
  color: #FBBA00;
}
.small-line-height {
  line-height: 1rem;
}
.hug-p p {
  margin-bottom: 0;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.block {
  display: block;
}
.top-0 {
  top: 0;
}
.noPad {
  padding: 0!important;
}
.container {
  max-width: 1100px;
  min-width: 1000px;
  padding: 0 20px;
}
.grid:before,
.grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}
.gridSpace {
  margin-top: 10px;
}
.gridSpace:before,
.gridSpace:after {
  content: " ";
  display: table;
}
.gridSpace:after {
  clear: both;
}
.gridCenter {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 1000px;
}
.gridCenter:before,
.gridCenter:after {
  content: " ";
  display: table;
}
.gridCenter:after {
  clear: both;
}
.gridCenterSmall {
  margin: 0 auto;
}
.gridCenterSmall:before,
.gridCenterSmall:after {
  content: " ";
  display: table;
}
.gridCenterSmall:after {
  clear: both;
}
.columnSmall {
  float: left;
  width: 280px;
}
.columnBig {
  float: left;
  width: 680px;
}
.border-right {
  border-right: 1px solid #d2d2d2;
}
.borderRight {
  border-right: 1px solid #d2d2d2;
}
.right {
  float: right!important;
}
.right.menu {
  margin-right: 25px;
}
.left {
  float: left;
}
.col05 {
  width: 5%;
  float: left;
}
.col1 {
  width: 10%;
  float: left;
}
.col2 {
  width: 20%;
  float: left;
}
.col3 {
  width: 30%;
  float: left;
}
.col33 {
  float: left;
  width: 33%;
}
.col4 {
  width: 40%;
  float: left;
}
.col5 {
  width: 50%;
  float: left;
}
.col6 {
  width: 60%;
  float: left;
}
.col7 {
  width: 70%;
  float: left;
}
.col8 {
  width: 80%;
  float: left;
}
.col9 {
  width: 90%;
  float: left;
}
.col1.small {
  width: 25px;
  float: left;
}
.col2.small {
  width: 80px;
  float: left;
}
.off05 {
  margin-left: 5%;
}
.off1 {
  margin-left: 10%;
}
.off2 {
  margin-left: 20%;
}
.off3 {
  margin-left: 30%;
}
.off4 {
  margin-left: 40%;
}
.off5 {
  margin-left: 50%;
}
.off6 {
  margin-left: 60%;
}
.off7 {
  margin-left: 70%;
}
.off8 {
  margin-left: 80%;
}
.off9 {
  margin-left: 90%;
}
dt:after {
  content: ':';
}
.clear:before,
dd:before,
.clear:after,
dd:after {
  content: " ";
  display: table;
}
.clear:after,
dd:after {
  clear: both;
}
.grid.alignRight [class^="col"] {
  float: right;
}
.col05,
.col1,
.col2,
.col3,
.col33,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.columnSmall,
.columnBig {
  float: left;
  min-height: 1px;
}
.col05 input[type="text"],
.col1 input[type="text"],
.col2 input[type="text"],
.col3 input[type="text"],
.col33 input[type="text"],
.col4 input[type="text"],
.col5 input[type="text"],
.col6 input[type="text"],
.col7 input[type="text"],
.col8 input[type="text"],
.col9 input[type="text"],
.columnSmall input[type="text"],
.columnBig input[type="text"],
.col05 input[type="select"],
.col1 input[type="select"],
.col2 input[type="select"],
.col3 input[type="select"],
.col33 input[type="select"],
.col4 input[type="select"],
.col5 input[type="select"],
.col6 input[type="select"],
.col7 input[type="select"],
.col8 input[type="select"],
.col9 input[type="select"],
.columnSmall input[type="select"],
.columnBig input[type="select"] {
  width: 95%;
}
hr {
  border-bottom: 1px solid #d2d2d2 !important;
}
.flex .item,
[class^="col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex .item:before,
[class^="col-"]:before,
.flex .item:after,
[class^="col-"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-12 {
  width: 100%;
}
.off-12 {
  margin-left: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.off-11 {
  margin-left: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.off-10 {
  margin-left: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.off-9 {
  margin-left: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.off-8 {
  margin-left: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.off-7 {
  margin-left: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.off-6 {
  margin-left: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.off-5 {
  margin-left: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.off-4 {
  margin-left: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.off-3 {
  margin-left: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.off-2 {
  margin-left: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.off-1 {
  margin-left: 8.33333333%;
}
.grid12 {
  box-sizing: border-box;
  margin: 10px -10px;
}
.grid12:before,
.grid12:after {
  content: " ";
  display: table;
}
.grid12:after {
  clear: both;
}
.grid12 input[type="text"],
.grid12 input[type="email"],
.grid12 input[type="password"],
.grid12 input[type="date"],
.grid12 select,
.grid12 textarea {
  width: 100%;
}
.grid12.wide {
  margin: 10px -20px;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.flex > input,
.flex > select {
  display: block;
}
.ie9 .flex > * {
  float: left;
}
.ie9 .flex:before,
.ie9 .flex:after {
  content: " ";
  display: table;
}
.ie9 .flex:after {
  clear: both;
}
.fullWidthContainer .item:first-child {
  padding-left: 0px;
}
.fullWidthContainer .item:last-child {
  padding-right: 0px;
}
.grow {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.centerFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spaceBetween {
  justify-content: space-between;
}
.btnOutline {
  cursor: pointer;
  border: solid 1px #808080;
  border-radius: 0.25rem;
  width: 40px;
  padding: 5px;
}
.blockForm {
  margin-bottom: 10px;
  display: block;
}
.blockForm input[type="text"],
.blockForm input[type="email"],
.blockForm input[type="password"],
.blockForm select {
  width: 300px;
}
.blockForm.two > * {
  width: 148px;
}
.blockForm.twoThird > * {
  width: 196px!important;
}
.blockForm.twoThird > *:first-child {
  width: 100px!important;
}
.blockForm .short input {
  width: 150px;
}
.blockForm.heightFix {
  margin-bottom: 2px;
}
.blockForm.three > * {
  width: 98px!important;
  box-sizing: border-box;
}
.blockForm.large {
  margin-bottom: 10px;
  display: block;
}
.blockForm.large input[type="text"],
.blockForm.large input[type="email"],
.blockForm.large input[type="password"],
.blockForm.large select {
  width: 350px;
}
.blockForm.large.two > * {
  width: 248px!important;
  margin-right: 0px!important;
}
.blockForm.large.twoThird > * {
  width: 246px!important;
}
.blockForm.large.twoThird > *:first-child {
  width: 100px!important;
}
.blockForm.large .short input {
  width: 150px;
}
.blockForm.address input:first-child {
  width: 35px!important;
}
.blockForm.address p {
  display: inline-block;
  padding: 5px;
  margin: 0;
}
.blockForm.address input.plz {
  width: 80px!important;
  margin-right: 5px;
}
.blockForm.address input.city {
  width: 156px!important;
}
.fixWidth.two select,
.fixWidth.two input,
.fixWidth.two button {
  width: 48.5%;
}
.fixWidth.two select:first-child,
.fixWidth.two input:first-child,
.fixWidth.two button:first-child {
  margin-right: 1%;
}
.form {
  margin-bottom: 10px;
}
.form.three button,
.form.three input,
.form.three select {
  width: 32.33%;
}
.wrongValue {
  background-color: #f2dede !important;
}
.grid12 .splitButton:before,
.splitButton:before,
.grid12 .splitButton:after,
.splitButton:after {
  content: " ";
  display: table;
}
.grid12 .splitButton:after,
.splitButton:after {
  clear: both;
}
.grid12 .splitButton input,
.splitButton input,
.grid12 .splitButton button,
.splitButton button {
  float: left;
}
.grid12 .splitButton button,
.splitButton button {
  height: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
  border: solid 1px #84bc33;
  padding-top: 3px;
}
.grid12 .splitButton button .fa:after,
.splitButton button .fa:after {
  content: '';
}
.grid12 .splitButton.large input,
.splitButton.large input {
  width: 200px;
}
.grid12 .splitButton input,
.splitButton input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.grid12 .splitButton input.large,
.splitButton input.large {
  width: 350px;
}
.grid12 .splitButton.large input,
.splitButton.large input {
  width: 250px;
}
select.placeholder {
  color: #808080 !important;
}
select.placeholder option {
  color: #262626;
}
select.placeholder option.placeholder {
  color: #808080;
}
#loginForm input,
#loginForm button {
  padding: 5px 10px;
  margin-bottom: 5px;
}
#loginForm input {
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
}
#loginForm #tyreLoginButton {
  border: solid 1px #84bc33;
  background-color: #84bc33;
  color: #fff;
  cursor: pointer;
}
#loginForm .blockForm > label:hover {
  background: transparent;
}
#loginForm .blockForm > label span {
  cursor: pointer;
}
#loginForm .blockForm > label span:hover {
  cursor: pointer;
}
a.button,
a.functionButton,
button.grey {
  -webkit-appearance: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  color: #262626;
  display: inline-block;
  font-family: 'Lato', Lato, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 5px 20px 5px 20px;
  text-shadow: none;
  text-decoration: none;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 0;
  background-color: #ddd;
  border: none;
}
a.button:hover,
a.functionButton:hover,
button.grey:hover,
a.button.active,
a.functionButton.active,
button.grey.active {
  background-color: #808080;
  color: white!important;
}
button.functionButton {
  color: #262626;
  background-color: #ddd;
  border: none;
}
button.functionButton:hover {
  background-color: #808080;
  color: white;
}
button.functionButton:hover,
button.functionButton.active {
  background-color: #808080;
  color: white!important;
}
button {
  height: 30px;
}
button .fa:after {
  content: '\00a0\00a0';
}
button.no {
  background-color: #a94442;
}
button.no:hover {
  background-color: #843534;
}
button.yes {
  background-color: #0e9a3c;
}
button.yes:hover {
  background-color: #0a6b2a;
}
.spaceCheckbox {
  margin-left: 15px;
}
input[type="checkbox"] + span {
  margin-left: 5px;
}
.inForm {
  width: 300px!important;
}
form.showValidation textarea.ng-invalid.ng-touched,
form.showValidation select.ng-invalid.ng-touched,
form.showValidation input.ng-invalid.ng-touched {
  border-color: #a94442 !important;
  background-color: #f2dede !important;
}
.k-s {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-70 {
  margin-top: 70px !important;
}
.flexSplit .flexSplitInput {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.flexSplit .flexSplitButton {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.noselect,
#filter .modernFilterValue,
#filter .customerFilterValue,
#filter .filterValue {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.tyresystem .x-form-field {
  padding: 0px!important;
  min-width: 45px;
  border-radius: 0px;
}
.formControl input,
.formControl select,
.formControl textarea,
.formControl button {
  width: 100%;
}
.formInlineLabel {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-bottom: 10px;
}
.formInlineLabel > input,
.formInlineLabel > select {
  display: block;
}
.formInlineLabel > label {
  padding-top: 5px;
  font-weight: bold;
}
.formInlineLabel > label:after {
  content: ':';
}
ul,
ol {
  list-style: none;
}
li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
.input_tiny {
  width: 50px !important;
}
.input_small {
  width: 100px;
}
.input_medium {
  width: 150px;
}
.input_large {
  width: 200px;
}
.input_xlarge {
  width: 250px;
}
.input_xxlarge {
  width: 300px;
}
.input_full {
  width: 100%;
}
.input_full_wrap {
  display: block;
  padding-right: 8px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: 1px solid #d2d2d2;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  border-color: #84bc33;
}
button:focus,
a.button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  border-color: #fff;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #84bc33;
}
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-family: 'Lato', Lato, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 5px 20px 7px 20px;
  text-shadow: none;
  text-decoration: none;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: none;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.button {
  *padding-bottom: 3px;
}
button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #d2d2d2;
  color: #262626;
  outline: 0;
  margin: 0;
  padding: 3px 10px 3px 10px;
  text-align: left;
  font-size: 1rem;
  font-family: 'Lato', Lato, sans-serif;
  height: 30px;
  vertical-align: top;
  border-radius: 0.25rem;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: 30px;
}
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:active,
select:active,
input[type="date"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="email"]:active,
input[type="month"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="text"]:active,
input[type="time"]:active,
input[type="url"]:active,
input[type="week"]:active {
  border-color: #84bc33;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #f3f3f3;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background-color: #f3f3f3;
  color: #d5d5d5;
  cursor: default;
}
button[disabled]:hover,
input[disabled]:hover,
select[disabled]:hover,
select[disabled] option:hover,
select[disabled] optgroup:hover,
textarea[disabled]:hover,
a.button_disabled:hover {
  background-color: #f3f3f3;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #808080;
}
input.placeholder_text,
textarea.placeholder_text {
  color: #808080;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
select[size="0"],
select[size="1"] {
  height: 30px;
  *height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 1rem 'Lato';
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: none;
    min-height: 16px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: 'Lato', Lato, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../images/button.png?1298351022') repeat-x;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  color: #333333;
  font: 1rem 'Lato';
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}
* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}
* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid #d2d2d2;
  color: black;
  padding: 2px 3px 1px;
  font-size: 1rem;
  font-family: 'Lato', Lato, sans-serif;
}
* html select {
  margin-top: 1px;
}
.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}
.ie6_input_disabled {
  background: #eeeeee;
}
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  background-color: #84bc33;
  border: none;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #609c1e;
}
button:hover.x-btn-text,
a.button:hover.x-btn-text,
input[type="reset"]:hover.x-btn-text,
input[type="submit"]:hover.x-btn-text,
input[type="button"]:hover.x-btn-text {
  background-color: transparent!important;
}
.dummyTyreThumb.tooltiped {
  border-bottom: none;
}
.spritePurpose {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url('../images/sprites/thumbs.png');
  background-size: 80px 160px;
  display: inline-block;
  background-position: 128px 128px;
}
.rft {
  display: inline-block;
  border-bottom: none!important;
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('../images/sprites/thumbs.png');
  background-size: 80px 160px;
  background-position: 0px -144px;
  margin: 0px 0 -3px 10px;
}
.summer,
.spritePurpose.s {
  background-position: 0px 0px;
}
.winter,
.spritePurpose.w {
  background-position: 0px -32px;
}
.all,
.spritePurpose.g {
  background-position: 0px -64px;
}
.rim {
  background-position: 0px -96px;
}
.snowChain {
  background-position: 0px -128px;
}
.spriteCartype {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url('../images/sprites/cartypes.png');
  background-size: 32px 384px;
  display: inline-block;
}
.tracktor,
.c19,
.c16,
.subType22,
.subType8,
.subTypeAgrarfahrzeuge {
  background-position: 0px 0px;
}
.trailer,
.c20,
.c15,
.subType12,
.subType21,
.subTypeAgrargeräte {
  background-position: 0px -32px;
}
.digger,
.c6,
.subType6,
.subTypeBaufahrzeuge {
  background-position: 0px -64px;
}
.cart,
.c24,
.subType18,
.subTypeGo-Kart {
  background-position: 0px -96px;
}
.barrow,
.c16,
.subType11,
.subTypeKleinreifen {
  background-position: 0px -128px;
}
.truck,
.c2,
.subType21,
.subType2,
.subTypeLKW {
  background-position: 0px -160px;
}
.smalltruck,
.c5,
.subType20,
.subType5 {
  background-position: 0px -192px;
}
.subType0 {
  background-position: 999px 999px;
}
.car,
.c4,
.subType19,
.subType4,
.subTypePKW {
  background-position: 0px -288px;
}
.bike,
.c1,
.subType1,
.subTypeMotorrad {
  background-position: 0px -224px;
}
.jeep,
.c3,
.subType3,
.subTypeOffroad {
  background-position: 0px -256px;
}
.quad,
.c7,
.c23,
.subType17,
.subTypeQuad {
  background-position: 0px -320px;
}
.forklift,
.c17,
.subType10,
.subTypeStapler {
  background-position: 0px -352px;
}
.subType15,
.subType16,
.subTypeAlu {
  background-position: 0px -400px;
}
.dot {
  display: inline-block;
  width: 82px;
  height: 16px;
  background-size: 82px 16px;
  background-image: url('../images/sprites/b-ware2x.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.spriteProduct {
  background-image: url('../images/sprites/produkte.png');
  background-repeat: no-repeat;
  background-size: 60px 420px;
  height: 60px;
  width: 60px;
  position: absolute;
  margin-left: -73px;
  margin-top: 25px;
}
.spriteCarTyre {
  background-position: 0px 0px;
}
.spriteBikeTyre {
  background-position: 0px -60px;
}
.spriteTruckTyre {
  background-position: 0px -120px;
}
.spriteSpecialTyre {
  background-position: 0px -180px;
}
.spriteRim {
  background-position: 0px -240px;
}
.spriteSnowchain {
  background-position: 0px -300px;
}
.spriteEAN {
  background-position: 0px -360px;
}
.spriteBenefit {
  background-image: url('../images/sprites/iconsBenefits.png');
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  background-size: 120px 840px;
  border-radius: 100%;
  border: solid 1px #ddd;
}
.spriteBenefit.active {
  background-color: #84bc33;
  border: solid 1px #84bc33;
}
.spriteEuro {
  background-position: -3px 0px;
}
.spriteEuro.active {
  background-position: -63px 0px;
}
.spriteTelephone {
  background-position: -3px -60px;
}
.spriteTelephone.active {
  background-position: -63px -60px;
}
.spriteBadge {
  background-position: -3px -120px;
}
.spriteBadge.active {
  background-position: -63px -120px;
}
.spriteEye {
  background-position: -3px -180px;
}
.spriteEye.active {
  background-position: -63px -180px;
}
.sprite100 {
  background-position: -3px -240px;
}
.sprite100.active {
  background-position: -63px -240px;
}
.spriteParagraph {
  background-position: -3px -300px;
}
.spriteParagraph.active {
  background-position: -63px -300px;
}
.spriteInfinity {
  background-position: -3px -360px;
}
.spriteInfinity.active {
  background-position: -63px -360px;
}
.spriteInfo {
  background-position: -3px -420px;
}
.spriteInfo.active {
  background-position: -63px -420px;
}
.spriteTruck {
  background-position: -3px -480px;
}
.spriteTruck.active {
  background-position: -63px -480px;
}
.spriteMagic {
  background-position: -3px -540px;
}
.spriteMagic.active {
  background-position: -63px -540px;
}
.spriteSmile {
  background-position: -3px -600px;
}
.spriteSmile.active {
  background-position: -63px -600px;
}
.spriteWrench {
  background-position: -3px -660px;
}
.spriteWrench.active {
  background-position: -63px -660px;
}
.spriteStetos {
  background-position: -3px -720px;
}
.spriteStetos.active {
  background-position: -63px -720px;
}
.spriteRecycle {
  background-position: -3px -780px;
}
.spriteRecycle.active {
  background-position: -63px -780px;
}
.spriteSlider {
  margin-left: 100px;
  background-size: 150px 225px;
  background-image: url('../images/spritesSlider.png');
  background-repeat: no-repeat;
}
.spritePortal {
  width: 75px;
  height: 75px;
  background-position: 0px 0px;
}
.spriteBubble {
  width: 75px;
  height: 75px;
  background-position: 0px -75px;
}
.spriteThumb {
  width: 75px;
  height: 75px;
  background-position: 0px -150px;
}
.spriteSlider1x {
  margin-left: 65px;
  background-image: url('../images/spritesSlider1x.png');
  background-repeat: no-repeat;
}
.spritePortal1x {
  width: 75px;
  height: 75px;
  background-position: 0px 0px;
}
.spriteBubble1x {
  width: 75px;
  height: 75px;
  background-position: 0px -75px;
}
.spriteThumb1x {
  width: 75px;
  height: 75px;
  background-position: 0px -150px;
}
.spriteTeam {
  background-size: 600px 1800px;
  width: 120px;
  height: 120px;
  background-image: url('/static-common/team/team.jpg');
  background-repeat: no-repeat;
  margin-left: 37px;
  border-radius: 100%;
  border: solid 1px #ddd;
  background-position: 0px 0px;
}
.spriteTeam.active {
  border: solid 1px #0287f2;
}
.sprite-team-1-1 {
  background-position: 0 0;
}
.sprite-team-1-2 {
  background-position: -120px 0;
}
.sprite-team-1-3 {
  background-position: -240px 0;
}
.sprite-team-1-4 {
  background-position: -360px 0;
}
.sprite-team-1-5 {
  background-position: -480px 0;
}
.sprite-team-2-1 {
  background-position: 0 -120px;
}
.sprite-team-2-2 {
  background-position: -120px -120px;
}
.sprite-team-2-3 {
  background-position: -240px -120px;
}
.sprite-team-2-4 {
  background-position: -360px -120px;
}
.sprite-team-2-5 {
  background-position: -480px -120px;
}
.sprite-team-3-1 {
  background-position: 0 -240px;
}
.sprite-team-3-2 {
  background-position: -120px -240px;
}
.sprite-team-3-3 {
  background-position: -240px -240px;
}
.sprite-team-3-4 {
  background-position: -360px -240px;
}
.sprite-team-3-5 {
  background-position: -480px -240px;
}
.sprite-team-4-1 {
  background-position: 0 -360px;
}
.sprite-team-4-2 {
  background-position: -120px -360px;
}
.sprite-team-4-3 {
  background-position: -240px -360px;
}
.sprite-team-4-4 {
  background-position: -360px -360px;
}
.sprite-team-4-5 {
  background-position: -480px -360px;
}
.sprite-team-5-1 {
  background-position: 0 -480px;
}
.sprite-team-5-2 {
  background-position: -120px -480px;
}
.sprite-team-5-3 {
  background-position: -240px -480px;
}
.sprite-team-5-4 {
  background-position: -360px -480px;
}
.sprite-team-5-5 {
  background-position: -480px -480px;
}
.sprite-team-6-1 {
  background-position: 0 -600px;
}
.sprite-team-6-2 {
  background-position: -120px -600px;
}
.sprite-team-6-3 {
  background-position: -240px -600px;
}
.sprite-team-6-4 {
  background-position: -360px -600px;
}
.sprite-team-6-5 {
  background-position: -480px -600px;
}
.sprite-team-7-1 {
  background-position: 0 -720px;
}
.sprite-team-7-2 {
  background-position: -120px -720px;
}
.sprite-team-7-3 {
  background-position: -240px -720px;
}
.sprite-team-7-4 {
  background-position: -360px -720px;
}
.sprite-team-7-5 {
  background-position: -480px -720px;
}
.sprite-team-8-1 {
  background-position: 0 -840px;
}
.sprite-team-8-2 {
  background-position: -120px -840px;
}
.sprite-team-8-3 {
  background-position: -240px -840px;
}
.sprite-team-8-4 {
  background-position: -360px -840px;
}
.sprite-team-8-5 {
  background-position: -480px -840px;
}
.sprite-team-9-1 {
  background-position: 0 -960px;
}
.sprite-team-9-2 {
  background-position: -120px -960px;
}
.sprite-team-9-3 {
  background-position: -240px -960px;
}
.sprite-team-9-4 {
  background-position: -360px -960px;
}
.sprite-team-9-5 {
  background-position: -480px -960px;
}
.sprite-team-10-1 {
  background-position: 0 -1080px;
}
.sprite-team-10-2 {
  background-position: -120px -1080px;
}
.sprite-team-10-3 {
  background-position: -240px -1080px;
}
.sprite-team-10-4 {
  background-position: -360px -1080px;
}
.sprite-team-10-5 {
  background-position: -480px -1080px;
}
.sprite-team-11-1 {
  background-position: 0 -1200px;
}
.sprite-team-11-2 {
  background-position: -120px -1200px;
}
.sprite-team-11-3 {
  background-position: -240px -1200px;
}
.sprite-team-11-4 {
  background-position: -360px -1200px;
}
.sprite-team-11-5 {
  background-position: -480px -1200px;
}
.sprite-team-12-1 {
  background-position: 0 -1320px;
}
.sprite-team-12-2 {
  background-position: -120px -1320px;
}
.sprite-team-12-3 {
  background-position: -240px -1320px;
}
.sprite-team-12-4 {
  background-position: -360px -1320px;
}
.sprite-team-12-5 {
  background-position: -480px -1320px;
}
.sprite-team-13-1 {
  background-position: 0 -1440px;
}
.sprite-team-13-2 {
  background-position: -120px -1440px;
}
.sprite-team-13-3 {
  background-position: -240px -1440px;
}
.sprite-team-13-4 {
  background-position: -360px -1440px;
}
.sprite-team-13-5 {
  background-position: -480px -1440px;
}
.sprite-team-14-1 {
  background-position: 0 -1560px;
}
.sprite-team-14-2 {
  background-position: -120px -1560px;
}
.sprite-team-14-3 {
  background-position: -240px -1560px;
}
.sprite-team-14-4 {
  background-position: -360px -1560px;
}
.sprite-team-14-5 {
  background-position: -480px -1560px;
}
.sprite-team-15-1 {
  background-position: 0 -1680px;
}
.sprite-team-15-2 {
  background-position: -120px -1680px;
}
.sprite-team-15-3 {
  background-position: -240px -1680px;
}
.sprite-team-15-4 {
  background-position: -360px -1680px;
}
.sprite-team-15-5 {
  background-position: -480px -1680px;
}
.ico {
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
  display: inline-block;
}
.ico.chain {
  background: url('/common/images/chain.png') top left no-repeat;
  width: 35px;
}
.ico.rim {
  background: url('/common/images/rim.png') top left no-repeat;
  width: 16px;
}
.ico.w {
  background: url('/common/images/tyrepurposes/winter.png') top left no-repeat;
  width: 16px;
}
.ico.s {
  background: url('/common/images/tyrepurposes/summer.png') top left no-repeat;
  width: 16px;
}
.ico.g {
  background: url('/common/images/tyrepurposes/fullyear.png') top left no-repeat;
  width: 23px;
}
header {
  position: relative;
  z-index: 103;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  width: 100%;
}
header .mainNavContainer {
  width: 100%;
  position: relative;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
header .mainNavContainer .nav.right > span:hover,
header .mainNavContainer .nav.right > span:hover > strong,
header .mainNavContainer .nav.right > span > strong {
  color: #808080;
}
header .mainDropDown .dropDown {
  width: 200px;
}
header .accountDropDown .dropDown {
  margin-left: -68px;
  width: 200px;
}
header .accountDropDown .dropDown i {
  width: 20px;
}
header .mainDropDown .dropDown,
header .accountDropDown .dropDown {
  padding: 0 0 15px 0;
  background-color: #fff;
  border: none;
  margin-top: 40px;
  text-transform: uppercase;
}
header .mainDropDown .dropDown > li,
header .accountDropDown .dropDown > li {
  padding: 0 15px 0 15px;
  border-left: 2px solid #fff;
  display: block;
}
header .mainDropDown .dropDown > li.no-pointer,
header .accountDropDown .dropDown > li.no-pointer {
  cursor: default;
}
header .mainDropDown .dropDown > li a,
header .accountDropDown .dropDown > li a,
header .mainDropDown .dropDown > li span,
header .accountDropDown .dropDown > li span,
header .mainDropDown .dropDown > li span > strong,
header .accountDropDown .dropDown > li span > strong {
  color: #808080;
}
header .mainDropDown .dropDown > li.separator,
header .accountDropDown .dropDown > li.separator {
  margin: 15px 0 15px 0;
  border-top: solid 1px white;
}
header .mainDropDown .dropDown > li:first-child,
header .accountDropDown .dropDown > li:first-child {
  margin-top: 0px!important;
  margin-bottom: 15px!important;
}
header .mainDropDown .dropDown > li.active,
header .accountDropDown .dropDown > li.active,
header .mainDropDown .dropDown > li:hover,
header .accountDropDown .dropDown > li:hover {
  background-color: #fff;
}
header .mainDropDown .dropDown > li.active a,
header .accountDropDown .dropDown > li.active a,
header .mainDropDown .dropDown > li:hover a,
header .accountDropDown .dropDown > li:hover a,
header .mainDropDown .dropDown > li.active a > span,
header .accountDropDown .dropDown > li.active a > span,
header .mainDropDown .dropDown > li:hover a > span,
header .accountDropDown .dropDown > li:hover a > span {
  color: #262626;
  background-color: #fff;
}
header .mainDropDown .dropDown > li.active,
header .accountDropDown .dropDown > li.active {
  border-left: 2px solid #84bc33;
}
header .mainDropDown .dropDown *,
header .accountDropDown .dropDown * {
  box-sizing: border-box;
}
header .rating {
  cursor: pointer;
}
header .rating:hover {
  color: black !important;
}
header .loginMenu {
  position: relative;
}
header .loginMenu .dropDown {
  width: 330px;
  margin-top: 40px;
  border-top: solid 1px white;
  border-bottom: none;
  border-left: none;
  border-right: none;
  right: 0;
  background-color: #fff;
}
header .loginMenu .dropDown li a:hover,
header .loginMenu .dropDown li:hover {
  background-color: #fff;
}
header .loginMenu .dropDown li a,
header .loginMenu .dropDown li a small {
  width: auto;
  background: transparent;
}
header .loginMenu .dropDown li a:hover,
header .loginMenu .dropDown li a small:hover {
  text-decoration: underline;
}
header .tuevLink:hover {
  border: none;
}
header .tuevHeaderLogo {
  width: 25px;
  margin-top: -5px;
  height: 25px;
}
header .pageTitle {
  font-family: Lato;
  font-weight: bold;
  font-size: 16px;
  color: #262626;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
header .pageTitleContainer {
  height: 68px;
}
header .brand {
  max-width: 400px;
  height: 54px;
  text-align: right;
}
header .brand img {
  max-width: 162px;
  max-height: 54px;
  object-fit: scale-down;
  margin: auto auto;
  width: auto;
  height: auto;
}
header .subHeaderContainer {
  background: white;
}
#editTheContent {
  position: fixed;
  bottom: 0;
  z-index: 5000;
}
.kaufen .pageTitleContainer .nav.left {
  position: absolute;
  bottom: 0;
}
.pageTitleContainer .nav.left {
  position: absolute;
  bottom: -1px;
}
.mainContentContainer {
  max-width: 1100px;
  min-width: 1000px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reifensuche header .brand {
    height: 32px;
  }
}
.basket-active-button {
  margin-top: 5px;
  padding: 7px !important;
  border-radius: 0.25rem;
  height: 29px;
  color: white !important;
  background-color: #009e55;
}
.basket-active-button:hover {
  background-color: #006e3b;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s ease infinite;
  -moz-animation: rotating 2s ease infinite;
  -ms-animation: rotating 2s ease infinite;
  -o-animation: rotating 2s ease infinite;
  animation: rotating 2s ease infinite;
}
.fade.ng-enter {
  transition: 0.8s ease-out all;
  opacity: 0;
  width: 0;
  height: 0;
}
.fade.ng-enter.ng-enter-active {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fade.ng-leave {
  transition: 0.8s linear all;
  opacity: 1;
}
.fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.triggerAnimation {
  transition: 0.4s ease-in-out all;
}
.triggerFastAnimation {
  transition: 0.2s linear all;
}
#filter,
#searchresults,
#felgenkonfiguratorContainer {
  transition: 0.4s ease-in-out all;
}
details-vehicle-selector vehicle-producer-model-selector select {
  width: 48%;
}
details-vehicle-selector vehicle-producer-model-selector select:first-child {
  margin-right: 2%;
}
.banner {
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px solid #d2d2d2;
}
.banner img {
  width: 100%;
}
.banner.searchListBanner {
  border-top: none;
  border-bottom: 1px solid #d2d2d2;
}
.banner.isTest {
  overflow: hidden;
  padding-top: 0;
  border: none;
  height: 0;
}
.logoList {
  margin-left: -20px;
  margin-right: -20px;
}
.logoList .logoListItem {
  display: block;
  float: left;
  padding: 0 20px;
  margin-top: 10px;
}
.logoList .logoListItem img {
  width: 100%;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logoList .logoListItem img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.singleProducer .logoListItem {
  width: 180px;
}
.singleProducer .logoListItem img {
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  height: 60px;
  width: 180px;
  object-fit: fill;
}
.producerModal.singleProducer .logoListItem img {
  right: 70px;
  top: 10px;
}
.single .logoListItem img {
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
  padding: 5px;
  background: white;
  height: 60px;
  width: 180px;
}
@media screen and (min-width: 1100px) {
  .tyresystem .logoList .logoListItem {
    padding: 0 30px;
  }
}
.suchergebnisse .promotionTrigger .promotionTriggerContent {
  margin-left: 10px;
}
.suchergebnisse .artikeldetails .promotionTrigger .promotionTriggerContent {
  margin-left: 30px;
}
.suchergebnisse .artikeldetails div form fieldset .table-content-20 {
  width: 20%;
  text-align: right;
  float: left;
}
.suchergebnisse .artikeldetails div form fieldset .tableContent20 {
  width: 20%;
  text-align: right;
  float: left;
}
.suchergebnisse .artikeldetails div form fieldset .tableContent25 {
  width: 25%;
  text-align: right;
  float: left;
}
.suchergebnisse .artikeldetails div form fieldset .tableContent30 {
  width: 30%;
  text-align: right;
  float: left;
}
.suchergebnisse .artikeldetails div form fieldset .tableContent33 {
  width: 33.33%;
  text-align: right;
  float: left;
}
.suchergebnisse .artikeldetails div form fieldset .tableContent50 {
  width: 50%;
  text-align: right;
  float: left;
}
.suchergebnisse .artikeldetails div form fieldset .calculations {
  position: relative;
  right: 10px;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div .deliveryOption {
  margin: 0px;
  padding: 5px;
  cursor: pointer;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div .deliveryOption div .guarantee {
  border: 1px solid #8a6d3b;
  border-radius: 3px;
  color: #8a6d3b;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  max-width: 90px;
  margin-top: 2px;
  cursor: pointer;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div .deliveryOption:hover {
  background-color: #eeeeee;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div .greyscale {
  color: #bfbfbf;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div .greyscale div .guarantee {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  color: #bfbfbf;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
  cursor: pointer;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div .greyscale:hover {
  background-color: #ffffff;
  font-weight: normal;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div .optionSelected {
  background-color: #eeeeee;
  font-weight: bold;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader div hr {
  margin: 0px;
}
.suchergebnisse .artikeldetails div form fieldset .grid12 .tableHeader hr {
  margin: 0px;
}
.suchergebnisse .artikeldetails div form fieldset div div div .wholePrice {
  width: 150px;
  display: inline;
  position: relative;
  right: 0px;
  font-weight: bold;
}
.suchergebnisse .artikeldetails div form fieldset div label {
  padding-left: 0px !important;
}
.suchergebnisse .artikeldetails div form fieldset div .no-pad {
  padding-right: 0px;
}
.suchergebnisse .artikeldetails div form fieldset div div .no-pad {
  padding-right: 13px;
}
.suchergebnisse .artikeldetails div form fieldset div div .m-r-10 {
  margin-right: 10px;
}
.suchergebnisse .artikeldetails div form fieldset div .m-l-10 {
  margin-left: 10px;
}
.suchergebnisse .artikeldetails div form fieldset .p-l-10 {
  padding-left: 10px;
}
.suchergebnisse .artikeldetails div form fieldset div div fieldset .p-l-0 {
  padding-left: 0px !important;
}
.suchergebnisse .artikeldetails div form fieldset div .p-l-0 {
  padding-left: 0px !important;
}
.suchergebnisse .artikeldetails div form fieldset div div .headerTable {
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.suchergebnisse .artikeldetails div form fieldset div div .greyscale {
  color: #bfbfbf;
}
.promotionTrigger .blackBadgeOutline.hover,
.promotionTrigger .blackBadgeOutline:hover {
  color: #609c1e;
  border-color: #609c1e;
}
.promotionsComponent .logoListItem {
  position: absolute;
  right: 30px;
  top: 0;
}
.promotionTriggerButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
}
.promotionsButtonContent {
  display: block;
  line-height: 1rem;
}
#promotionsComponent .inlineModalContent,
#promotionsComponent .modalContent {
  padding-bottom: 20px;
  padding-right: 30px;
  width: 700px;
}
#promotionsComponent .inlineModalContent .promotionContent.ps-container,
#promotionsComponent .modalContent .promotionContent.ps-container {
  padding-right: 0;
}
.promotionsLink {
  padding: 1px 0 0 0;
  display: inline-block;
  line-height: 1rem;
  width: 100%;
}
.promotionsLink .promotionsLinkButton {
  display: inline-block;
  font-size: 12px;
  height: 1rem;
  border: 1px solid #262626;
  border-radius: 0.25rem;
  font-weight: bold;
  padding: 2px 10px;
  text-transform: uppercase;
}
.promotionsLink .promotionsLinkButton .promotionIcon {
  font-size: 12px;
  position: absolute;
}
.promotionsLink .promotionsLinkButton .promotionsLinkType {
  padding-left: 18px;
}
.promotionsLink .promotionsLinkTitle {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.suchergebnisse .promotionsLink {
  color: #262626;
}
.suchergebnisse .promotionsLink:hover {
  color: #84bc33;
}
.suchergebnisse .promotionsLink:hover .promotionsLinkButton {
  border: 1px solid #84bc33;
}
.suchergebnisse .artikeldetails .promotionsLink {
  color: #84bc33;
}
.suchergebnisse .artikeldetails .promotionsLink .promotionsLinkButton {
  border: 1px solid #84bc33;
}
.suchergebnisse .artikeldetails .promotionsLink:hover {
  color: #609c1e;
}
.suchergebnisse .artikeldetails .promotionsLink:hover .promotionsLinkButton {
  border: 1px solid #609c1e;
}
.tyrePromotionsContainer .promotionTriggerContainer:first-child {
  margin-top: 5px;
}
.error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 40px !important;
  border-radius: 0.25rem;
  color: #262626 !important;
  background-color: #f2dede !important;
  margin-bottom: 10px;
  display: block;
  display: none;
}
.error small,
.error .textSmall {
  color: #262626 !important;
}
.error a,
.error .fakeLink {
  color: #a94442;
}
.error a:hover,
.error .fakeLink:hover {
  color: #602625;
}
.error.textCenter {
  padding-left: 10px !important;
}
.error:before {
  content: "\f06a";
  color: #a94442;
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -25px;
  font-size: 24px;
  line-height: 22px;
}
.errorInformation {
  color: #a94442;
  display: none;
}
.errorInformation * {
  color: #a94442;
}
.errorInfo {
  color: red;
}
.successInformation {
  color: #0e9a3c;
  display: none;
}
.notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 40px !important;
  border-radius: 0.25rem;
  color: #262626 !important;
  background-color: #fcf8e3 !important;
  margin-bottom: 10px;
  display: block;
  display: none;
  margin-bottom: 0px !important;
}
.notice small,
.notice .textSmall {
  color: #262626 !important;
}
.notice a,
.notice .fakeLink {
  color: #8a6d3b;
}
.notice a:hover,
.notice .fakeLink:hover {
  color: #43351c;
}
.notice.textCenter {
  padding-left: 10px !important;
}
.notice:before {
  color: #8a6d3b;
  content: "\f06a";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -25px;
  font-size: 24px;
}
.m-r-150 {
  margin-right: 140px;
}
.p-l {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.w-121 {
  width: 121px !important;
}
.notice.large {
  width: 100%;
}
.error.large {
  width: 100%;
}
.success.toleft,
.notice.toleft,
.error.toleft {
  padding-left: 60px;
}
.success.toleft:before,
.notice.toleft:before,
.error.toleft:before {
  margin-left: -25px;
}
.error.aspacer * {
  margin-right: 10px;
}
.notice.loading:before {
  content: "\f110";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -25px;
  font-size: 16px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.notice.loading:after {
  content: "";
}
.success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 40px !important;
  border-radius: 0.25rem;
  color: #262626 !important;
  background-color: #dff0d8 !important;
  margin-bottom: 10px;
  display: block;
  display: none;
}
.success small,
.success .textSmall {
  color: #262626 !important;
}
.success a,
.success .fakeLink {
  color: #0e9a3c;
}
.success a:hover,
.success .fakeLink:hover {
  color: #063c18;
}
.success.textCenter {
  padding-left: 10px !important;
}
.success:before {
  color: #0e9a3c;
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -25px;
  font-size: 24px;
  line-height: 22px;
}
.topBox {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.topBox .topBoxContent {
  max-width: calc(1060px);
  min-width: 1000px;
  padding: 10px 10px 10px 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.topBox .topBoxContent span,
.topBox .topBoxContent a {
  margin-right: 10px;
}
.topBox .topBoxContent .left {
  width: 86%;
}
.topBox.withoutIcon .topBoxContent:before {
  content: "" !important;
}
.topBox.withoutIcon .topBoxContent a {
  background-color: #8a6d3b;
  color: #fcf8e3;
  padding: 5px 10px;
  border-radius: 0.25rem;
  margin-right: 5px;
}
.topBox.withoutIcon .topBoxContent a:hover {
  color: #fcf8e3;
  background-color: #66512c;
}
.topBox.errorBox {
  background-color: #f2dede;
}
.topBox.errorBox a,
.topBox.errorBox .fakeLink {
  color: #a94442;
}
.topBox.errorBox a:hover,
.topBox.errorBox .fakeLink:hover {
  color: #602625;
}
.topBox.errorBox .topBoxContent:before {
  content: "\f06a";
  font-family: "FontAwesome";
  color: #a94442 !important;
  position: absolute;
  margin-left: -25px;
  font-size: 24px;
  line-height: 22px;
}
.topBoxContent:before {
  margin-left: -30px !important;
}
@media screen and (max-width: 1260px) {
  .topBoxContent:before {
    margin-left: -25px !important;
  }
}
.topBox.successBox {
  background-color: #dff0d8;
}
.topBox.successBox a,
.topBox.successBox .fakeLink {
  color: #0e9a3c;
}
.topBox.successBox a:hover,
.topBox.successBox .fakeLink:hover {
  color: #063c18;
}
.topBox.successBox .topBoxContent:before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #0e9a3c !important;
  position: absolute;
  margin-left: -25px;
  font-size: 24px;
  line-height: 22px;
}
.topBox.actionBox {
  background-color: #e3eff5;
}
.topBox.actionBox a,
.topBox.actionBox .fakeLink {
  color: #8a6d3b;
}
.topBox.actionBox a:hover,
.topBox.actionBox .fakeLink:hover {
  color: #43351c;
}
.topBox.noticeBox {
  background-color: #fcf8e3;
}
.topBox.noticeBox a,
.topBox.noticeBox .fakeLink {
  color: #8a6d3b;
}
.topBox.noticeBox a:hover,
.topBox.noticeBox .fakeLink:hover {
  color: #43351c;
}
.topBox.noticeBox .topBoxContent {
  box-sizing: border-box;
  padding: 10px 10px 10px 30px;
}
.topBox.noticeBox .topBoxContent:before {
  content: "\f06a";
  color: #8a6d3b !important;
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -25px;
  font-size: 24px;
  line-height: 22px;
}
.topBox.closable .topBoxContent {
  position: relative;
}
.topBox.closable .topBoxContent .inner {
  padding-right: 70px;
}
.topBox.closable .topBoxContent .close {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 1260px) {
  .topBox.closable .topBoxContent .close {
    right: 10px;
  }
}
.topBox.noticeBox.closable.customerMarketing {
  display: none;
}
.hoverBadge {
  cursor: pointer;
}
.hoverBadge.yellowBadge:hover {
  background-color: #cac6b6;
  color: #6e572f;
}
.hoverBadge.greenBadge:hover {
  background-color: #b2c0ad;
  color: #0b7b30;
}
.hoverBadge.redBadge:hover {
  background-color: #c2b2b2;
  color: #873635;
}
.hoverBadge.greyBadge:hover {
  background-color: #808080;
  color: white!important;
}
.greenBadge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 0.25rem;
  color: #0e9a3c;
  background-color: #dff0d8;
  display: block;
  width: 100%;
}
.greenBadge small,
.greenBadge .textSmall,
.greenBadge a {
  color: #0e9a3c;
}
.greenBadge a {
  color: #0e9a3c;
}
.greenBadge a:hover {
  color: #0e9a3c;
}
.yellowBadge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 0.25rem;
  color: #8a6d3b;
  background-color: #fcf8e3;
  display: block;
  width: 100%;
}
.yellowBadge small,
.yellowBadge .textSmall,
.yellowBadge a {
  color: #8a6d3b;
}
.yellowBadge a {
  color: #8a6d3b;
}
.yellowBadge a:hover {
  color: #8a6d3b;
}
.redBadge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 0.25rem;
  color: #a94442;
  background-color: #f2dede;
  display: block;
  width: 100%;
}
.redBadge small,
.redBadge .textSmall,
.redBadge a {
  color: #a94442;
}
.redBadge a {
  color: #a94442;
}
.redBadge a:hover {
  color: #a94442;
}
.greyBadge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 0.25rem;
  color: #888;
  background-color: #eee;
  display: block;
  width: 100%;
}
.greyBadge small,
.greyBadge .textSmall,
.greyBadge a {
  color: #888;
}
.greyBadge a {
  color: #888;
}
.greyBadge a:hover {
  color: #888;
}
.greyBg .greyBadge {
  color: #888 !important;
}
.blackBadgeOutline {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 10px;
  border-radius: 0.25rem;
  color: #262626;
  border: solid 1px #262626;
  display: block;
  width: 100%;
}
.tooltip {
  max-width: 560px;
  position: absolute;
  display: none;
  z-index: 10000;
  background-color: #FFFFFF;
  padding: 15px;
  font-size: 12px;
  line-height: 1rem;
  color: #262626;
  box-shadow: 1px 1px 3px #555;
  border-radius: 0.25rem;
}
.tooltip img {
  max-height: 50%;
}
.ttd,
.tooltiped {
  cursor: default;
  text-decoration: none;
  border-bottom: 1px dotted #262626;
}
a .tdd,
a .tooltiped {
  cursor: pointer;
}
.fa.ttd,
.fa.tooltiped {
  border-bottom: none;
}
a.clicktip {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dotted #84bc33;
}
a.clicktip:hover {
  text-decoration: none;
}
.popover {
  padding: 25px;
  box-shadow: 1px 1px 3px #555;
}
.nbsp a.clicktip {
  margin-left: 3px;
}
.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #0287f2 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #0287f2 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.tooltipTrigger {
  cursor: pointer;
}
.tooltipContent {
  display: none;
}
.bubble {
  padding: 20px;
  border-radius: 0.25rem;
}
.bubbleTip {
  position: absolute;
  background-color: #fff;
  width: 400px;
  z-index: 100;
  box-shadow: 1px 1px 3px #555;
}
.bubbleTip h2 {
  font-size: 18px;
  color: #0287f2;
  font-weight: 300;
  margin: 10px 0 5px 0;
}
.bubbleTip h2:first-of-type {
  margin-top: 0px!important;
}
.bubbleTip p {
  font-size: 15px;
  color: #555;
  font-weight: 300;
}
.bubbleBlue {
  margin: 20px 0;
  background-color: #0287f2;
  color: #fff;
  width: 370px;
  font-size: 30px;
  font-weight: 300;
  text-align: right;
  height: 133px;
  line-height: 36px;
}
.bubbleBlue:after {
  content: " ";
  position: absolute;
  margin: 80px 0 0 -80px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 50px 0 0px;
  border-color: #0287f2 transparent transparent transparent;
  line-height: 0px;
  _border-right-color: #0287f2;
  _border-left-color: #0287f2;
  _filter: chroma(color=#0287f2);
}
.dropDown {
  border-top-color: white!important;
  box-shadow: 0px 2px 1px #eee;
  position: absolute;
  list-style-type: none;
  border: 1px solid #d2d2d2;
  background-color: white;
  z-index: 1101;
  min-width: 100px;
  width: auto;
  padding: 5px 0px;
}
.dropDown > paypallink > li,
.dropDown > li {
  float: none;
  padding: 0 15px;
  border-top: none;
  border-bottom: none;
  color: #262626;
}
.dropDown > paypallink > li,
.dropDown > li,
.dropDown > paypallink > li label,
.dropDown > li label,
.dropDown > paypallink > li small,
.dropDown > li small,
.dropDown > paypallink > li a,
.dropDown > li a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #262626;
}
.dropDown > paypallink > li.disabled,
.dropDown > li.disabled,
.dropDown > paypallink > li label.disabled,
.dropDown > li label.disabled,
.dropDown > paypallink > li small.disabled,
.dropDown > li small.disabled,
.dropDown > paypallink > li a.disabled,
.dropDown > li a.disabled {
  color: #808080;
  cursor: default;
}
.dropDown > paypallink > li.disabled:hover,
.dropDown > li.disabled:hover,
.dropDown > paypallink > li label.disabled:hover,
.dropDown > li label.disabled:hover,
.dropDown > paypallink > li small.disabled:hover,
.dropDown > li small.disabled:hover,
.dropDown > paypallink > li a.disabled:hover,
.dropDown > li a.disabled:hover {
  background-color: white;
  color: #808080;
}
.dropDown > paypallink > li:hover,
.dropDown > li:hover,
.dropDown > paypallink > li label:hover,
.dropDown > li label:hover,
.dropDown > paypallink > li small:hover,
.dropDown > li small:hover,
.dropDown > paypallink > li a:hover,
.dropDown > li a:hover {
  background-color: #eee;
  color: #262626;
}
.dropDown > paypallink > li a,
.dropDown > li a,
.dropDown > paypallink > li input,
.dropDown > li input {
  cursor: pointer;
}
.dropDown .separator {
  cursor: default;
}
.dropDown .separator:hover {
  background-color: white;
}
#headlineArticles .dropDown > li,
.tabsright .dropDown > li {
  display: list-item;
}
#headlineArticles .dropDown > li,
.tabsright .dropDown > li,
#headlineArticles .dropDown > li small,
.tabsright .dropDown > li small,
#headlineArticles .dropDown > li a,
.tabsright .dropDown > li a {
  width: auto;
}
.dropDown .disabled a,
.disabled a {
  cursor: default;
  color: #808080;
}
.dropDown .disabled a:hover,
.disabled a:hover {
  background-color: white;
  color: #808080;
}
.dropDownAlignRight {
  position: relative;
}
.dropDownAlignRight .dropDown {
  right: 0;
}
.dropDownTrigger > .fa {
  margin-left: 3px;
}
ul.listView {
  list-style-type: none;
}
ul.listView > li,
ul.listView > dt,
ul.listView > dd {
  position: relative;
  min-height: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
ul.listView > li:before,
ul.listView > dt:before,
ul.listView > dd:before,
ul.listView > li:after,
ul.listView > dt:after,
ul.listView > dd:after {
  content: " ";
  display: table;
}
ul.listView > li:after,
ul.listView > dt:after,
ul.listView > dd:after {
  clear: both;
}
ul.listView > li:first-child,
ul.listView > dt:first-child,
ul.listView > dd:first-child {
  border-top: 1px solid #d2d2d2;
}
ul.listView > li.listViewHeader,
ul.listView > dt.listViewHeader,
ul.listView > dd.listViewHeader {
  border-top: none;
  padding-bottom: 0px;
}
ul.listView > li.mark,
ul.listView > dt.mark,
ul.listView > dd.mark {
  background-color: #808080;
}
ul.listView > li.noBorder,
ul.listView > dt.noBorder,
ul.listView > dd.noBorder {
  border: none;
}
ul.listView.compact > li {
  padding: 3px 0;
}
.listView.grid {
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
dl.listView {
  border-bottom: none!important;
}
dl.listView [class^="col"] {
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 0;
}
.listViewHeader {
  font-size: 12px;
  font-weight: 700;
}
.listViewHeader:before,
.listViewHeader:after {
  content: " ";
  display: table;
}
.listViewHeader:after {
  clear: both;
}
ul.angle > li {
  border: none;
  padding: 0px;
  margin-left: 25px;
}
ul.angle > li:first-child {
  border: none;
}
ul.angle > li:before {
  content: '\f105 ';
  font-family: 'FontAwesome';
  position: relative;
  margin-left: -10px;
  float: left;
}
ul.listView ul.angle {
  padding-bottom: 10px;
}
.markOnHover:hover {
  background-color: #808080;
}
.bgHighlight {
  background-color: #f5f5f5;
}
.modalCmpContent {
  background-color: #fff;
  box-shadow: 1px 1px 3px #555;
  width: 900px;
  max-width: 80%;
  padding: 40px;
  border-radius: 0.25rem;
  position: fixed!important;
  z-index: 1042;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.overlay,
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1041;
  background-color: rgba(10, 10, 10, 0.5);
}
.overlay div.modalContent,
.modal div.modalContent {
  background-color: #fff;
  box-shadow: 1px 1px 3px #555;
  width: 900px;
  max-width: 80%;
  padding: 40px;
  border-radius: 0.25rem;
  position: fixed!important;
  z-index: 1042;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.modal.clicktip {
  z-index: 1040;
}
.tipModal {
  position: absolute;
}
.tipModal .content {
  background-color: #fff;
  box-shadow: 1px 1px 3px #555;
  width: 900px;
  max-width: 80%;
  padding: 40px;
  border-radius: 0.25rem;
  position: fixed!important;
  z-index: 1042;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.closeModal,
#closeModal,
.closeModal:before,
#closeModal:before {
  cursor: pointer;
  top: 10px;
  right: 10px;
  position: fixed;
  color: #808080;
  z-index: 20000;
  font-size: 20px !important;
}
.imagedisplay {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -439px;
  margin-top: -287px;
  width: 846px;
  padding: 12px;
  border: 1px solid #000;
  background: #fff;
  z-index: 9050;
}
* html .imagedisplay {
  position: absolute;
}
.imagedisplay .image {
  overflow: scroll;
  max-height: 550px;
  width: 100%;
  text-align: center;
}
.imagedisplay .close {
  position: absolute;
  top: -8px;
  right: -8px;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
}
.inlineModalTrigger {
  cursor: pointer;
}
.inlineModalContent {
  display: none;
  background-color: #fff;
  box-shadow: 1px 1px 3px #555;
  width: 900px;
  max-width: 80%;
  padding: 40px;
  border-radius: 0.25rem;
  position: fixed!important;
  z-index: 1042;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
overflow-tooltip .overflowContent {
  white-space: nowrap;
  overflow: hidden;
}
overflow-tooltip .wordWrap {
  white-space: pre-wrap;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #d2d2d2;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-top: none;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 350px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  background: #eeeeee;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  background: #eeeeee;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #d2d2d2;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  background: #b1dcfb;
  background: #eeeeee;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}
/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
.picker__box {
  padding: 0 0 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
  margin-right: 1.5em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #262626;
  font-size: .8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #d2d2d2;
  height: 2em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%!important;
}
.picker__select--year {
  width: 22.5%!important;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #d2d2d2;
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #262626;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #262626;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  background: #fff;
}
.picker__nav--prev:hover:before,
.picker__nav--next:hover:before,
.picker__nav--prev:hover:after,
.picker__nav--next:hover:after {
  border-right-color: #84bc33;
  border-left-color: #84bc33;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #262626;
  font-weight: bold;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
.picker__day {
  padding: .2em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #808080;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #fff;
  background: #84bc33;
}
.picker__day--highlighted {
  border-color: #84bc33;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #fff;
  background: #84bc33;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #84bc33;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.picker__footer {
  text-align: center;
  margin-right: 1em;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ddd;
  background: #ddd;
  color: #262626;
  font-size: .8em;
  margin-right: 5px;
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #fff;
  background: #808080;
  border-bottom-color: #808080;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #ddd;
  border-color: #ddd;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
.contentSlider {
  z-index: 1002;
  width: 70%;
  height: 90%;
  background-color: white;
  position: fixed!important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 0.25rem;
}
.contentSlider img {
  opacity: 0;
}
.contentSlider img.active {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.contentSlider .fa {
  font-size: 32px;
  z-index: 1002;
}
.contentSlider .toolbar {
  z-index: 1002;
  right: 10px;
  bottom: 10px;
  position: absolute;
  background-color: transparent;
  padding: 10px;
  border-radius: 0.25rem;
}
.contentSlider .toolbar .fa {
  margin-left: 15px;
}
.contentSlider .imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.contentSlider .slideLeft,
.contentSlider .slideRight {
  position: absolute;
  height: 100%;
  background-color: white;
  border-radius: 0.25rem;
  width: 100px;
  top: 0;
}
.contentSlider .slideLeft .fa,
.contentSlider .slideRight .fa {
  font-size: 42px;
  position: absolute;
  top: 45%;
}
.contentSlider .slideLeft {
  left: 0;
}
.contentSlider .slideLeft .fa {
  margin-left: 20px;
}
.contentSlider .slideRight {
  right: 0;
}
.contentSlider .slideRight .fa {
  margin-right: 20px;
  right: 0;
}
.tabs {
  height: 30px;
  font-size: 13px;
}
.tabsleft {
  background-color: #fff;
  padding-left: 1px;
  float: left;
}
.tabsleft a {
  font-weight: 400;
  margin-left: -1px;
  text-align: center;
  background-color: #fff;
  padding: 3px;
  display: inline-block;
  width: 120px;
  border: 1px solid #d2d2d2;
  color: #262626;
}
.tabsleft a.tooltiped {
  border-bottom: none;
  cursor: pointer;
}
.tabsleft a.active {
  text-decoration: none;
  color: #84bc33;
  border-bottom: 1px solid #fff;
}
.tabsleft a:hover {
  text-decoration: none;
  color: #609c1e;
}
.tabsleft a.disabled {
  background-color: #fafafa;
  color: #d5d5d5;
  cursor: default;
}
.tabsleft a.disabled .badge {
  background-color: #d5d5d5;
  color: #fafafa;
}
.tabsleft a:first-child {
  border-top-left-radius: 0.25rem;
}
.tabsleft a:last-child {
  border-top-right-radius: 0.25rem;
}
.tabsleft a .badge {
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
  border: solid 1px #262626;
  color: #262626;
  margin-left: 3px;
  display: block;
  float: right;
}
#fixedtabs {
  position: fixed;
  top: 92px;
  z-index: 1006;
  width: 1300px;
}
.tabsright {
  float: right;
}
.tabsright .fa-angle-down,
.tabsright .fa-angle-up {
  display: none;
}
.tabs + .hr {
  margin-top: -1px;
}
#vehicles .tabsOutline,
.tabsOutline {
  margin-bottom: 9px;
}
#vehicles .tabsOutline:before,
.tabsOutline:before,
#vehicles .tabsOutline:after,
.tabsOutline:after {
  content: " ";
  display: table;
}
#vehicles .tabsOutline:after,
.tabsOutline:after {
  clear: both;
}
#vehicles .tabsOutline a,
.tabsOutline a {
  padding: 0.25rem 0px;
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid #d2d2d2;
  border-right: none;
  text-transform: uppercase;
  color: #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vehicles .tabsOutline a .fa,
.tabsOutline a .fa {
  padding-right: 5px;
}
#vehicles .tabsOutline a:last-of-type,
.tabsOutline a:last-of-type {
  border-right: 1px solid #d2d2d2;
}
#vehicles .tabsOutline a.active,
.tabsOutline a.active {
  color: #84bc33;
  border-bottom: none;
}
rsu-ui-tooltip {
  display: inline;
}
.tooltip {
  max-width: 560px;
  position: absolute;
  display: none;
  z-index: 10000;
  background-color: #FFFFFF;
  padding: 15px;
  font-size: 12px;
  line-height: 1rem;
  color: #262626;
  box-shadow: 1px 1px 3px #555;
  border-radius: 0.25rem;
  width: auto;
  pointer-events: none;
}
.tooltip a {
  pointer-events: auto;
}
.tooltip img {
  max-height: 50%;
}
.tooltip.fixedTooltip {
  position: fixed;
}
.tooltip.visible {
  display: block;
}
.ttd,
.tooltiped {
  cursor: default;
  text-decoration: none;
  border-bottom: 1px dotted #262626;
}
a .tdd,
a .tooltiped {
  cursor: pointer;
}
.fa.ttd,
.fa.tooltiped {
  border-bottom: none;
}
a.clicktip {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dotted #84bc33;
}
a.clicktip:hover {
  text-decoration: none;
}
.popover {
  padding: 25px;
  box-shadow: 1px 1px 3px #555;
}
.nbsp a.clicktip {
  margin-left: 3px;
}
.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 200px 200px 0;
  border-color: transparent #0287f2 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #0287f2 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.tooltipTrigger {
  cursor: pointer;
}
.tooltipContent {
  display: none;
}
#testreports {
  width: 500px;
}
.articlePriceTooltip .grid12 {
  margin: 0 -10px;
}
.articlePriceTooltip .header {
  font-weight: bold;
}
#placeOrder .amountInput {
  width: 66px;
  margin-right: 3px;
}
.priceSumArticle {
  text-align: right;
  width: 220px;
  display: inline-block;
}
.freightCostsNotice {
  display: inline-block;
  margin-top: 5px;
}
.presentationOn .priceSumArticle,
.presentationOn .freightCostsNotice {
  display: none;
}
.tyresystem .articlePriceTooltipShippingCosts {
  display: none;
}
.t-r {
  text-align: right;
}
.toast {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: fixed;
  box-shadow: 1px 1px 3px #555;
  padding: 20px;
  max-width: 320px;
}
.nav {
  height: 40px;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav * {
  box-sizing: border-box;
}
.nav > ul .dropDownTrigger,
.nav > .a,
.nav > a {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 16px;
  padding: 12px 0;
  font-weight: 400;
  color: #808080;
}
.nav > ul .dropDownTrigger.active,
.nav > .a.active,
.nav > a.active {
  padding: 12px 0 10px 0;
  border-bottom: solid 2px #84bc33;
  color: #262626;
}
.nav > ul .dropDownTrigger.open,
.nav > .a.open,
.nav > a.open,
.nav > ul .dropDownTrigger.hover,
.nav > .a.hover,
.nav > a.hover,
.nav > ul .dropDownTrigger:hover,
.nav > .a:hover,
.nav > a:hover {
  color: #262626;
}
.nav > ul .dropDownTrigger:hover.disabled,
.nav > .a:hover.disabled,
.nav > a:hover.disabled,
.nav > ul .dropDownTrigger.disabled,
.nav > .a.disabled,
.nav > a.disabled {
  color: #bfbfbf;
  border: none;
  cursor: default;
  pointer-events: none;
}
.nav .mainDropDown.active > a {
  padding: 12px 0 10px 0;
  border-bottom: solid 2px #84bc33;
  color: #262626;
}
.nav > ul {
  float: left;
  display: block;
  padding: 0;
}
.nav.right > ul,
.nav.right > .a,
.nav.right > a {
  margin-left: 25px;
  margin-right: 0px;
}
.nav.left > ul,
.nav.left > a {
  margin-right: 25px;
  margin-left: 0px;
}
.splitNav {
  position: relative;
}
.splitNav:before,
.splitNav:after {
  content: " ";
  display: table;
}
.splitNav:after {
  clear: both;
}
.splitNav .navLeft {
  float: left;
}
.splitNav .navLeft > li {
  margin-right: 20px;
}
.splitNav .navRight {
  float: right;
}
.splitNav .navRight > li {
  margin-left: 20px;
}
.splitNav .navLeft:before,
.splitNav .navRight:before,
.splitNav .navLeft:after,
.splitNav .navRight:after {
  content: " ";
  display: table;
}
.splitNav .navLeft:after,
.splitNav .navRight:after {
  clear: both;
}
.splitNav .navLeft > li,
.splitNav .navRight > li {
  /*            &:hover{
                      a,label{
                          color: @rsHighlight;
                      }
                      ul.dropDown li{
                          a, label {
                              color: @darkGrey;
                          }
                      }
                  }*/
  float: left;
}
.splitNav .navLeft > li ul.dropDown,
.splitNav .navRight > li ul.dropDown {
  margin-top: 5px;
}
.splitNav .navLeft > li .dropDownTrigger,
.splitNav .navRight > li .dropDownTrigger,
.splitNav .navLeft > li > a,
.splitNav .navRight > li > a,
.splitNav .navLeft > li > label,
.splitNav .navRight > li > label {
  text-transform: uppercase;
  color: #262626;
}
.splitNav .navLeft > li .dropDownTrigger.open,
.splitNav .navRight > li .dropDownTrigger.open,
.splitNav .navLeft > li > a.open,
.splitNav .navRight > li > a.open,
.splitNav .navLeft > li > label.open,
.splitNav .navRight > li > label.open,
.splitNav .navLeft > li .dropDownTrigger.active,
.splitNav .navRight > li .dropDownTrigger.active,
.splitNav .navLeft > li > a.active,
.splitNav .navRight > li > a.active,
.splitNav .navLeft > li > label.active,
.splitNav .navRight > li > label.active,
.splitNav .navLeft > li .dropDownTrigger:hover,
.splitNav .navRight > li .dropDownTrigger:hover,
.splitNav .navLeft > li > a:hover,
.splitNav .navRight > li > a:hover,
.splitNav .navLeft > li > label:hover,
.splitNav .navRight > li > label:hover {
  color: #84bc33 !important;
}
.splitNav .navLeft > li ul.disabled a,
.splitNav .navRight > li ul.disabled a {
  color: #808080;
}
.splitNav .navLeft li a.highlight,
.splitNav .navRight li a.highlight {
  color: #84bc33;
}
.splitNav .navLeft li a.highlight:hover,
.splitNav .navRight li a.highlight:hover {
  color: #609c1e;
}
product-router .nav {
  height: 39px;
}
.pdfPage {
  display: block;
  box-shadow: 1px 1px 3px #555;
  margin: 20px auto;
}
.articleDetailsRow {
  padding: 5px 0;
}
.articleDetailsRow .detailsLabel {
  font-weight: bold;
  width: 270px;
  min-width: 270px;
}
.articleDetailsRow .detailsText {
  margin-left: 30px;
}
.articleDetailsRow .detailsText .spriteCartype.t-0,
.articleDetailsRow .detailsText .spritePurpose.t-0 {
  top: -7px;
}
.articleDetailsRow:first-child {
  margin-top: 30px;
}
.detailsSection .promotionTrigger .w150 {
  margin-right: 118px;
}
.detailsImagesPreLoader {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.articleDetailsDetailsSection .detailsSection {
  margin-top: 60px;
  display: block;
}
.articleDetailsDetailsSection .tyreSizeColumns {
  display: flex;
  flex-wrap: wrap;
}
.articleDetailsDetailsSection .tyreSizeColumns .tyreSize {
  width: 113px;
}
@media screen and (max-width: 1050px) {
  .container.center.content.artikeldetails {
    padding: 0 20px;
  }
}
.container.center.content.artikeldetails {
  padding: 0;
}
producer-details .listView li:first-child {
  border-top: none;
}
.article-notes.important-note .article-note-title {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}
.article-notes.important-note.has-multiple p:before {
  color: #262626;
  font-size: 12px;
  font-family: 'FontAwesome';
  content: '\f105';
  margin-right: 5px;
  display: inline-block;
}
.slideShow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
}
.slideShow .slideShowToolbar {
  position: absolute;
  z-index: 1001;
  width: 100%;
  top: -200px;
  height: 65px;
  padding: 5px 0;
  background-color: white;
}
.slideShow .slideShowToolbar .trigger {
  padding: 10px;
}
.slideShow .slideShowToolbar .rsu-icon,
.slideShow .slideShowToolbar .fa {
  font-size: 22px;
  color: #808080;
}
.slideShow .slideShowToolbar .triggerGroupLeft {
  position: absolute;
  left: 30px;
  top: 20px;
}
.slideShow .slideShowToolbar .triggerGroupRight {
  position: absolute;
  right: 30px;
  top: 20px;
}
.slideShow .fkSlideShowToolbar {
  top: 0px;
}
.slideShow .fkSlideShowToolbar .center {
  position: relative;
}
.slideShow .fkSlideShowToolbar .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #aaa;
  font-size: 18px;
}
.slideShow .slideShowQuickSelectItem {
  height: 35px;
  width: 35px;
  overflow: hidden;
  border-radius: 0.25rem;
  border: solid 1px #bfbfbf;
  margin: 0 5px;
}
.slideShow .slideShowQuickSelectItem.active {
  border: solid 1px #84bc33;
  height: 45px;
  width: 45px;
}
.slideShow .slideShowQuickSelectItem.active img {
  height: 45px;
}
.slideShow .slideShowQuickSelectItem img {
  height: 35px;
  object-fit: cover;
}
.slideShow .slideShowContent {
  width: 100%;
  height: 100%;
}
.slideShow .fkSlideShowContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.slideShow * {
  box-sizing: border-box;
}
.slideShow .fa.fa-chevron-left:hover,
.slideShow .fa.fa-chevron-right:hover {
  color: #84bc33;
}
.slideShowTrigger {
  box-sizing: border-box;
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 0.25rem;
  border: solid 1px #bfbfbf;
  margin-top: 20px;
}
.slideShowTrigger:nth-child(3n - 1) {
  margin-left: 20px ;
  margin-right: 20px ;
}
.slideShowTrigger.active {
  border: solid 1px #84bc33;
}
.slideShowTrigger img {
  height: 80px;
  object-fit: cover;
}
.fkSlideShowPrevTrigger,
.fkSlideShowNextTrigger {
  z-index: 999;
  width: 200px;
  position: absolute;
  height: 100%;
  text-align: center;
}
.fkSlideShowPrevTrigger .fa,
.fkSlideShowNextTrigger .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  font-size: 62px;
  color: #808080;
}
.fkSlideShowPrevTrigger {
  left: 0px;
}
.fkSlideShowNextTrigger {
  right: 0px;
}
.slideShowPrevTrigger,
.slideShowNextTrigger {
  height: 100%;
  position: absolute;
  width: 60px;
}
.slideShowPrevTrigger .fa,
.slideShowNextTrigger .fa {
  top: 50%;
  margin-top: -62px;
  position: absolute;
  font-size: 62px;
  color: #808080;
}
.slideShowPrevTrigger {
  left: -300px;
}
.slideShowNextTrigger {
  right: -300px;
}
.slideShowPrevTrigger .fa {
  left: 30px;
}
.slideShowNextTrigger .fa {
  right: 30px;
}
.slideShowMediaDescription {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -380px;
  left: 0;
}
.imageSelectorItem {
  position: relative;
  cursor: pointer;
}
.imageSelectorItem:hover img {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}
.imageSelectorItem:hover:before {
  content: '\f00e';
  font-family: 'FontAwesome';
  font-size: 40px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.imageSelectorItem:hover:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.artikeldetails .articleOverview .imageSelectorItem.isDummyImage {
  cursor: default;
}
.artikeldetails .articleOverview .imageSelectorItem.isDummyImage img {
  max-width: 224px;
  max-height: 224px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.artikeldetails .articleOverview .imageSelectorItem.isDummyImage:hover:before {
  content: '';
}
.imageSelectorItem.columnSmall:hover:before {
  opacity: 0.8;
  font-size: 80px;
  text-shadow: 1px 1px 3px rgba(10, 10, 10, 0.6);
}
.imageSelectorItem.columnSmall:hover:after {
  background: rgba(255, 255, 255, 0);
}
.slideShowQuickSelectContainer .imageSelectorItem:hover:before {
  font-size: 20px;
}
.ie9 .slideShowQuickSelectComponent {
  margin-left: 400px;
}
.slideShowContentContainer {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.slideShowContentContainer iframe,
.slideShowContentContainer img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.slideShowContentContainer canvas {
  margin: 10px auto;
}
.cursorPointer {
  cursor: pointer;
}
.cursorDefault {
  cursor: default;
}
.hideOverflow {
  overflow: hidden;
}
.m-b-n-06 {
  margin-bottom: -6px !important;
}
.m-t-45 {
  margin-top: 45px!important;
}
.m-t-1 {
  margin-top: 10px!important;
}
.m-t-2 {
  margin-top: 20px!important;
}
.m-b-0 {
  margin-bottom: 0px!important;
}
.m-b-01 {
  margin-bottom: 1px!important;
}
.m-t-01 {
  margin-top: 1px!important;
}
.m-b-02 {
  margin-bottom: 2px!important;
}
.m-t-02 {
  margin-top: 2px!important;
}
.m-b-03 {
  margin-bottom: 3px!important;
}
.m-b-04 {
  margin-bottom: 0.25rem!important;
}
.m-t-0 {
  margin-top: 0px!important;
}
.m-t-04 {
  margin-top: 0.25rem;
}
.m-t-05 {
  margin-top: 5px!important;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-05 {
  margin-bottom: 5px;
}
.m-r-05 {
  margin-right: 5px!important;
}
.m-l-05 {
  margin-left: 5px;
}
.p-r-05 {
  padding-right: 5px;
}
.m-t-b-02 {
  margin: 2px 0;
}
.p-t-02 {
  padding-top: 2px;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-b-05 {
  padding-bottom: 5px;
}
.p-t-05 {
  padding-top: 5px;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-15 {
  padding: 15px;
}
.p-05 {
  padding: 5px;
}
.m-t-10 {
  margin-top: 100px !important;
}
.m-t-n-10 {
  margin-top: -100px !important;
}
.m-r-10 {
  margin-right: 100px !important;
}
.m-b-10 {
  margin-bottom: 100px !important;
}
.m-b-n-10 {
  margin-bottom: -100px !important;
}
.m-l-10 {
  margin-left: 100px !important;
}
.p-t-10 {
  padding-top: 100px !important;
}
.p-t-n-10 {
  padding-top: -100px !important;
}
.p-r-10 {
  padding-right: 100px !important;
}
.p-b-10 {
  padding-bottom: 100px !important;
}
.p-b-n-10 {
  padding-bottom: -100px !important;
}
.p-l-10 {
  padding-left: 100px !important;
}
.p-10 {
  padding: 100px !important;
}
.m-10 {
  margin: 100px !important;
}
.m-t-9 {
  margin-top: 90px !important;
}
.m-t-n-9 {
  margin-top: -90px !important;
}
.m-r-9 {
  margin-right: 90px !important;
}
.m-b-9 {
  margin-bottom: 90px !important;
}
.m-b-n-9 {
  margin-bottom: -90px !important;
}
.m-l-9 {
  margin-left: 90px !important;
}
.p-t-9 {
  padding-top: 90px !important;
}
.p-t-n-9 {
  padding-top: -90px !important;
}
.p-r-9 {
  padding-right: 90px !important;
}
.p-b-9 {
  padding-bottom: 90px !important;
}
.p-b-n-9 {
  padding-bottom: -90px !important;
}
.p-l-9 {
  padding-left: 90px !important;
}
.p-9 {
  padding: 90px !important;
}
.m-9 {
  margin: 90px !important;
}
.m-t-8 {
  margin-top: 80px !important;
}
.m-t-n-8 {
  margin-top: -80px !important;
}
.m-r-8 {
  margin-right: 80px !important;
}
.m-b-8 {
  margin-bottom: 80px !important;
}
.m-b-n-8 {
  margin-bottom: -80px !important;
}
.m-l-8 {
  margin-left: 80px !important;
}
.p-t-8 {
  padding-top: 80px !important;
}
.p-t-n-8 {
  padding-top: -80px !important;
}
.p-r-8 {
  padding-right: 80px !important;
}
.p-b-8 {
  padding-bottom: 80px !important;
}
.p-b-n-8 {
  padding-bottom: -80px !important;
}
.p-l-8 {
  padding-left: 80px !important;
}
.p-8 {
  padding: 80px !important;
}
.m-8 {
  margin: 80px !important;
}
.m-t-7 {
  margin-top: 70px !important;
}
.m-t-n-7 {
  margin-top: -70px !important;
}
.m-r-7 {
  margin-right: 70px !important;
}
.m-b-7 {
  margin-bottom: 70px !important;
}
.m-b-n-7 {
  margin-bottom: -70px !important;
}
.m-l-7 {
  margin-left: 70px !important;
}
.p-t-7 {
  padding-top: 70px !important;
}
.p-t-n-7 {
  padding-top: -70px !important;
}
.p-r-7 {
  padding-right: 70px !important;
}
.p-b-7 {
  padding-bottom: 70px !important;
}
.p-b-n-7 {
  padding-bottom: -70px !important;
}
.p-l-7 {
  padding-left: 70px !important;
}
.p-7 {
  padding: 70px !important;
}
.m-7 {
  margin: 70px !important;
}
.m-t-6 {
  margin-top: 60px !important;
}
.m-t-n-6 {
  margin-top: -60px !important;
}
.m-r-6 {
  margin-right: 60px !important;
}
.m-b-6 {
  margin-bottom: 60px !important;
}
.m-b-n-6 {
  margin-bottom: -60px !important;
}
.m-l-6 {
  margin-left: 60px !important;
}
.p-t-6 {
  padding-top: 60px !important;
}
.p-t-n-6 {
  padding-top: -60px !important;
}
.p-r-6 {
  padding-right: 60px !important;
}
.p-b-6 {
  padding-bottom: 60px !important;
}
.p-b-n-6 {
  padding-bottom: -60px !important;
}
.p-l-6 {
  padding-left: 60px !important;
}
.p-6 {
  padding: 60px !important;
}
.m-6 {
  margin: 60px !important;
}
.m-t-5 {
  margin-top: 50px !important;
}
.m-t-n-5 {
  margin-top: -50px !important;
}
.m-r-5 {
  margin-right: 50px !important;
}
.m-b-5 {
  margin-bottom: 50px !important;
}
.m-b-n-5 {
  margin-bottom: -50px !important;
}
.m-l-5 {
  margin-left: 50px !important;
}
.p-t-5 {
  padding-top: 50px !important;
}
.p-t-n-5 {
  padding-top: -50px !important;
}
.p-r-5 {
  padding-right: 50px !important;
}
.p-b-5 {
  padding-bottom: 50px !important;
}
.p-b-n-5 {
  padding-bottom: -50px !important;
}
.p-l-5 {
  padding-left: 50px !important;
}
.p-5 {
  padding: 50px !important;
}
.m-5 {
  margin: 50px !important;
}
.m-t-4 {
  margin-top: 40px !important;
}
.m-t-n-4 {
  margin-top: -40px !important;
}
.m-r-4 {
  margin-right: 40px !important;
}
.m-b-4 {
  margin-bottom: 40px !important;
}
.m-b-n-4 {
  margin-bottom: -40px !important;
}
.m-l-4 {
  margin-left: 40px !important;
}
.p-t-4 {
  padding-top: 40px !important;
}
.p-t-n-4 {
  padding-top: -40px !important;
}
.p-r-4 {
  padding-right: 40px !important;
}
.p-b-4 {
  padding-bottom: 40px !important;
}
.p-b-n-4 {
  padding-bottom: -40px !important;
}
.p-l-4 {
  padding-left: 40px !important;
}
.p-4 {
  padding: 40px !important;
}
.m-4 {
  margin: 40px !important;
}
.m-t-3 {
  margin-top: 30px !important;
}
.m-t-n-3 {
  margin-top: -30px !important;
}
.m-r-3 {
  margin-right: 30px !important;
}
.m-b-3 {
  margin-bottom: 30px !important;
}
.m-b-n-3 {
  margin-bottom: -30px !important;
}
.m-l-3 {
  margin-left: 30px !important;
}
.p-t-3 {
  padding-top: 30px !important;
}
.p-t-n-3 {
  padding-top: -30px !important;
}
.p-r-3 {
  padding-right: 30px !important;
}
.p-b-3 {
  padding-bottom: 30px !important;
}
.p-b-n-3 {
  padding-bottom: -30px !important;
}
.p-l-3 {
  padding-left: 30px !important;
}
.p-3 {
  padding: 30px !important;
}
.m-3 {
  margin: 30px !important;
}
.m-t-2 {
  margin-top: 20px !important;
}
.m-t-n-2 {
  margin-top: -20px !important;
}
.m-r-2 {
  margin-right: 20px !important;
}
.m-b-2 {
  margin-bottom: 20px !important;
}
.m-b-n-2 {
  margin-bottom: -20px !important;
}
.m-l-2 {
  margin-left: 20px !important;
}
.p-t-2 {
  padding-top: 20px !important;
}
.p-t-n-2 {
  padding-top: -20px !important;
}
.p-r-2 {
  padding-right: 20px !important;
}
.p-b-2 {
  padding-bottom: 20px !important;
}
.p-b-n-2 {
  padding-bottom: -20px !important;
}
.p-l-2 {
  padding-left: 20px !important;
}
.p-2 {
  padding: 20px !important;
}
.m-2 {
  margin: 20px !important;
}
.m-t-1 {
  margin-top: 10px !important;
}
.m-t-n-1 {
  margin-top: -10px !important;
}
.m-r-1 {
  margin-right: 10px !important;
}
.m-b-1 {
  margin-bottom: 10px !important;
}
.m-b-n-1 {
  margin-bottom: -10px !important;
}
.m-l-1 {
  margin-left: 10px !important;
}
.p-t-1 {
  padding-top: 10px !important;
}
.p-t-n-1 {
  padding-top: -10px !important;
}
.p-r-1 {
  padding-right: 10px !important;
}
.p-b-1 {
  padding-bottom: 10px !important;
}
.p-b-n-1 {
  padding-bottom: -10px !important;
}
.p-l-1 {
  padding-left: 10px !important;
}
.p-1 {
  padding: 10px !important;
}
.m-1 {
  margin: 10px !important;
}
.m-l-115 {
  margin-left: 115px;
}
.padderLeft {
  padding-left: 20px;
}
.padderTop {
  padding-top: 20px;
}
.padderRight {
  padding-right: 20px;
}
.padderBottomLarge {
  padding-bottom: 30px;
}
.space {
  margin-top: 10px;
  margin-bottom: 10px;
}
.spacer {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.spaceTopSmall {
  margin-top: 10px;
}
.spaceTop {
  margin-top: 20px;
}
.spaceTopLarge {
  margin-top: 30px;
}
.spaceBottom {
  margin-bottom: 20px;
}
.spaceBottomLarge {
  margin-bottom: 30px;
}
.spaceBottomSmall {
  margin-bottom: 10px;
}
.spaceLeft {
  margin-left: 10px;
}
.spaceTopNegative {
  margin-top: -20px;
}
.spaceTopSmallNegative {
  margin-top: -10px !important;
}
.spaceRight {
  margin-right: 10px;
}
.clearFormTop {
  margin-top: -30px;
}
.noBorderTop {
  border-top: none!important;
}
.noBorderBottom {
  border-bottom: none!important;
}
.borderTop {
  border-top: 1px solid #d2d2d2 !important;
}
.borderBottom {
  border-bottom: 1px solid #d2d2d2;
}
.contentWrapper {
  width: 554px;
}
.full {
  width: 100%;
}
.w70 {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.w80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.w105 {
  width: 105px;
  min-width: 105px;
  max-width: 105px;
}
.w110 {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}
.w120 {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.w130 {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
}
.w280 {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
.w160 {
  width: 160px!important;
  min-width: 160px;
  max-width: 160px;
}
.w150 {
  width: 150px!important;
}
.w35 {
  width: 35px !important;
}
.w165 {
  width: 165px;
}
.w315 {
  width: 315px!important;
}
.w350 {
  width: 350px;
}
.w220 {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.h20 {
  height: 20px;
}
.w200 {
  width: 200px !important;
}
.w429 {
  width: 429px !important;
}
.h180 {
  height: 180px;
}
.w300 {
  width: 300px;
}
.w388 {
  width: 388px;
  min-width: 388px;
  max-width: 388px;
}
.wp50 {
  width: 50%;
}
.wp80 {
  width: 80%;
}
.hp80 {
  height: 80%;
}
.hp50 {
  height: 50%;
}
.options-grid .col-9 {
  width: 640px;
}
.h69 {
  height: 69px;
}
.w100 {
  width: 100%;
}
.w80 {
  width: 80%;
}
.h100 {
  height: 100% !important;
}
.hidden {
  display: none;
}
.visible {
  display: block!important;
}
.opaque {
  opacity: 0;
}
.block {
  display: block;
}
.fa {
  cursor: pointer;
}
.notSelectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leftAliginInContainer {
  display: block;
  margin-left: -20px;
}
.center {
  display: block;
  margin: 0 auto;
}
.grow {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.centerFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightFlex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.alignTop {
  vertical-align: top;
}
.t-2 {
  top: 20px;
}
.relative {
  position: relative;
}
.inline {
  display: inline;
}
.inlineBlock {
  display: inline-block;
}
.fixed {
  position: fixed;
}
.absoluteRight {
  position: absolute;
  text-align: right;
  right: 0;
  min-width: 200px;
}
.abs {
  position: absolute;
}
.t-0 {
  top: 0;
}
.r-0 {
  right: 0;
}
.floatRight {
  float: right !important;
}
/* perfect-scrollbar v0.6.11 */
.ps-container.p-r-3 {
  padding-right: 30px;
}
.ps-container.tooltip {
  position: absolute;
}
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  position: relative;
  padding-right: 10px;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  opacity: 0.3;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #808080;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  opacity: 0.3;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 0.25rem;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #808080;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 0.25rem;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
.mainSearchBar.splitButton {
  position: relative;
}
.mainSearchBar.splitButton * {
  box-sizing: border-box;
}
.mainSearchBar.splitButton input,
.mainSearchBar.splitButton google-box input {
  width: 505px;
}
.mainSearchBar.splitButton button {
  width: 40px;
  padding: 0;
}
.mainSearchBar.splitButton button .fa {
  font-size: 16px;
}
.mainSearchFormInput {
  width: 545px;
}
.removeMultisearch {
  position: absolute;
  left: 560px;
  bottom: 45px;
}
#searchHistory {
  position: absolute;
  background-color: #fff;
  z-index: 300;
  margin-top: -1px;
  width: 503px;
  top: 30px;
  box-shadow: 1px 1px 3px #555;
  padding: 10px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.searchHistoryRow i {
  color: #BFBFBF;
  font-style: normal;
}
#searchHistoryButton {
  position: absolute;
  left: 484px;
  top: 8px;
  height: 25px;
  width: 22px;
  cursor: pointer;
  display: none;
}
#searchFailure {
  position: absolute;
  left: 580px;
}
#triggerMultiSearch {
  position: absolute;
  bottom: 5px;
  left: 560px;
}
.reifensuche .mainSearchFormInput {
  width: 430px;
}
.mainNavContainer .presentationModeTrigger {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px !important;
  cursor: pointer;
}
.mainNavContainer .presentationModeTrigger a {
  color: #808080;
}
.mainNavContainer .presentationModeTrigger a:hover {
  color: #262626;
}
.mainNavContainer .presentationModeTrigger .ttd {
  cursor: pointer;
}
.presentationOn .mainNavContainer .presentationModeTrigger {
  background: #aaa;
  height: 39px;
  border: solid 1px #999;
}
.presentationOn .mainNavContainer .presentationModeTrigger a {
  color: white;
}
.presentationOn .mainNavContainer .presentationModeTrigger .ttd {
  border-bottom: 1px dotted white;
}
.buttonBottomBar {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: white;
}
/* Filter */
#filter {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  padding-top: 35px;
}
#filter * {
  text-transform: none;
  font-size: 12px;
  box-sizing: border-box;
}
#filter .filterAmountLabel {
  font-size: smaller;
  color: #808080;
}
#filter .filterFixedWidth {
  max-width: 900px;
}
#filter #filterSelectedTypeHeader {
  margin-bottom: 5px;
}
#filter #filterStockRadios h6,
#filter #filterArticletype h6 {
  margin-bottom: 2px;
  font-weight: bold;
}
#filter #filterStockRadios .stockRadioBorder {
  border-bottom: 1px solid #d2d2d2;
}
#filter .section.borderBottom {
  padding-bottom: 7px;
}
#filter .sectionHeader,
#filter .section {
  line-height: 1.4em;
  margin-bottom: 7px;
  width: auto;
}
#filter .sectionHeader:before,
#filter .section:before,
#filter .sectionHeader:after,
#filter .section:after {
  content: " ";
  display: table;
}
#filter .sectionHeader:after,
#filter .section:after {
  clear: both;
}
#filter .sectionHeader > div,
#filter .section > div {
  float: left;
}
#filter .sectionHeader h6,
#filter .section h6 {
  font-weight: bold;
  line-height: 12px;
  font-size: 12px;
  display: block;
  float: left;
  width: 165px;
  margin-right: 5px;
  margin-top: 0.25rem;
}
#filter .sectionHeader h6 .clearSingleFilter.tooltiped,
#filter .section h6 .clearSingleFilter.tooltiped {
  border-bottom: none;
}
#filter .sectionHeader h6 .tooltip,
#filter .section h6 .tooltip {
  font-weight: normal;
}
#filter .modernFilterValue,
#filter .customerFilterValue,
#filter .filterValue {
  display: inline-block;
  height: 17px;
  margin-right: 1px;
}
#filter .modernFilterValue input,
#filter .customerFilterValue input,
#filter .filterValue input {
  vertical-align: middle;
  display: none;
}
#filter .modernFilterValue label.active,
#filter .customerFilterValue label.active,
#filter .filterValue label.active,
#filter .modernFilterValue input[type=radio]:checked + label,
#filter .customerFilterValue input[type=radio]:checked + label,
#filter .filterValue input[type=radio]:checked + label,
#filter .modernFilterValue input[type=checkbox]:checked + label,
#filter .customerFilterValue input[type=checkbox]:checked + label,
#filter .filterValue input[type=checkbox]:checked + label {
  padding: 0px 0.25rem;
  border: 1px solid #808080;
  border-radius: 3px;
  border-color: #84bc33;
  background-color: #84bc33;
  color: #fff;
}
#filter .modernFilterValue label.active.hover,
#filter .customerFilterValue label.active.hover,
#filter .filterValue label.active.hover,
#filter .modernFilterValue input[type=radio]:checked + label.hover,
#filter .customerFilterValue input[type=radio]:checked + label.hover,
#filter .filterValue input[type=radio]:checked + label.hover,
#filter .modernFilterValue input[type=checkbox]:checked + label.hover,
#filter .customerFilterValue input[type=checkbox]:checked + label.hover,
#filter .filterValue input[type=checkbox]:checked + label.hover,
#filter .modernFilterValue label.active:hover,
#filter .customerFilterValue label.active:hover,
#filter .filterValue label.active:hover,
#filter .modernFilterValue input[type=radio]:checked + label:hover,
#filter .customerFilterValue input[type=radio]:checked + label:hover,
#filter .filterValue input[type=radio]:checked + label:hover,
#filter .modernFilterValue input[type=checkbox]:checked + label:hover,
#filter .customerFilterValue input[type=checkbox]:checked + label:hover,
#filter .filterValue input[type=checkbox]:checked + label:hover {
  background-color: #609c1e;
  border-color: #609c1e;
}
#filter .modernFilterValue label.active span,
#filter .customerFilterValue label.active span,
#filter .filterValue label.active span,
#filter .modernFilterValue input[type=radio]:checked + label span,
#filter .customerFilterValue input[type=radio]:checked + label span,
#filter .filterValue input[type=radio]:checked + label span,
#filter .modernFilterValue input[type=checkbox]:checked + label span,
#filter .customerFilterValue input[type=checkbox]:checked + label span,
#filter .filterValue input[type=checkbox]:checked + label span {
  border-bottom: none;
  color: #fff;
}
#filter .modernFilterValue label,
#filter .customerFilterValue label,
#filter .filterValue label {
  line-height: 12px;
  padding: 0px 5px;
  vertical-align: middle;
  cursor: pointer !important;
  color: #262626;
}
#filter .modernFilterValue label span,
#filter .customerFilterValue label span,
#filter .filterValue label span {
  cursor: pointer !important;
}
#filter .modernFilterValue label .amount,
#filter .customerFilterValue label .amount,
#filter .filterValue label .amount {
  font-size: smaller;
  color: #808080;
  vertical-align: 5%;
}
#filter .modernFilterValue label.hover,
#filter .customerFilterValue label.hover,
#filter .filterValue label.hover,
#filter .modernFilterValue label:hover,
#filter .customerFilterValue label:hover,
#filter .filterValue label:hover {
  padding: 0px 0.25rem;
  border: 1px solid #808080;
  border-radius: 3px;
  border-color: #84bc33;
}
#filter .radioFilterGroup .modernFilterValue input[type=radio] + label:hover,
#filter .radioFilterGroup .filterValue input[type=radio] + label:hover {
  padding: 0px 0.25rem;
  border: 1px solid #808080;
  border-radius: 3px;
  border-color: #84bc33;
}
#filter .radioFilterGroup .modernFilterValue label,
#filter .radioFilterGroup .filterValue label {
  color: #262626;
}
#filter .radioFilterGroup .modernFilterValue label span,
#filter .radioFilterGroup .filterValue label span {
  cursor: pointer !important;
}
#filter .radioFilterGroup .modernFilterValue label:hover,
#filter .radioFilterGroup .filterValue label:hover {
  padding: 0px 0.25rem;
  border: 1px solid #808080;
  border-radius: 3px;
  border-color: #84bc33;
}
#filter .radioFilterGroup .modernFilterValue label.active,
#filter .radioFilterGroup .filterValue label.active {
  color: white;
}
#filter .radioFilterGroup .modernFilterValue label.active:hover,
#filter .radioFilterGroup .filterValue label.active:hover,
#filter .radioFilterGroup .modernFilterValue input[type=radio]:checked + label:hover,
#filter .radioFilterGroup .filterValue input[type=radio]:checked + label:hover {
  cursor: default !important;
  border: solid 1px #84bc33;
  background-color: #84bc33;
  border-color: #84bc33;
  color: white !important;
}
#filter .radioFilterGroup .modernFilterValue label.active:hover span,
#filter .radioFilterGroup .filterValue label.active:hover span,
#filter .radioFilterGroup .modernFilterValue input[type=radio]:checked + label:hover span,
#filter .radioFilterGroup .filterValue input[type=radio]:checked + label:hover span {
  border-bottom: none;
  color: #fff;
  cursor: default !important;
}
#filter .checkBoxRadioFilterGroup.isHovered .filterValue input[type=checkbox] + label:hover {
  padding: 0px 0.25rem;
  border: 1px solid #808080;
  border-radius: 3px;
  border-color: #84bc33;
}
#filter .checkBoxRadioFilterGroup.isHovered .filterValue label {
  color: #262626;
}
#filter .checkBoxRadioFilterGroup.isHovered .filterValue label span {
  cursor: pointer !important;
}
#filter .checkBoxRadioFilterGroup.isHovered .filterValue label:hover {
  padding: 0px 0.25rem;
  border: 1px solid #808080;
  border-radius: 3px;
  border-color: #84bc33;
}
#filter .checkBoxRadioFilterGroup.isHovered .filterValue input[type=checkbox]:checked + label:hover {
  background-color: #609c1e;
  color: #fff;
  border-color: #609c1e;
}
#filter .checkBoxRadioFilterGroup.isHovered .filterValue input[type=checkbox]:checked + label:hover span {
  border-bottom: none;
  color: #fff;
}
#filter .hideFilter {
  display: none;
}
#filter #filterProducerList {
  width: 800px;
}
#filter label.isHovered {
  background-color: #609c1e !important;
  border-color: #609c1e !important;
}
#filter generic-article-filter .section.borderBottom {
  margin-bottom: 0px;
}
#filterToggle .filterContent,
#filterToggle .initialAmountOfSearchresults {
  text-transform: none;
}
#filterToggle.active:hover {
  color: #609c1e;
}
#filterActive.filterActive {
  color: #84bc33;
}
#clearFilters {
  display: none;
  color: #84bc33;
}
#clearFilters:hover {
  color: #609c1e;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #filter #filterProducerList {
    width: 100% !important;
  }
  #filter #filterProducer .left .m-l-1.m-b-02 {
    display: inline-block;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
}
generic-article-sub-type-filter {
  display: block;
  margin: 3px 0;
}
.genericFilterValue {
  display: inline-block;
}
.genericFilterToggle {
  margin-left: 175px;
}
#headlineArticles {
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
  max-width: 1100px;
}
.splitNav {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #d2d2d2;
}
.splitNav .navRight.searchResultsContextMenu > li a {
  color: #262626;
}
.splitNav .navRight.searchResultsContextMenu > li a.open,
.splitNav .navRight.searchResultsContextMenu > li a.hover,
.splitNav .navRight.searchResultsContextMenu > li a:hover {
  color: #84bc33;
}
.splitNav .navRight.searchResultsContextMenu > li a.open:hover {
  color: #609c1e;
}
.splitNav .navRight.searchResultsContextMenu .disabled a:hover,
.splitNav .navRight.searchResultsContextMenu .disabled a {
  color: #bfbfbf;
  border: none;
  cursor: default;
}
.splitNav .navRight.searchResultsContextMenu .fa {
  margin-right: 0.25rem;
}
#headlineArticles .splitNav #filterTriggerContainer.disabled {
  color: #d2d2d2;
}
#headlineArticles .splitNav #filterTriggerContainer.disabled .fa,
#headlineArticles .splitNav #filterTriggerContainer.disabled #filterToggle {
  color: #d2d2d2;
  cursor: default;
}
#headlineArticles .splitNav #filterTriggerContainer.disabled .fa:hover,
#headlineArticles .splitNav #filterTriggerContainer.disabled #filterToggle:hover {
  color: #d2d2d2;
}
.columnViewDropDown .dropDown {
  width: 135px;
}
.searchResultsColumnHeader,
.searchResultsTopMenu {
  z-index: 100;
  width: 100%;
  background: white;
  max-width: 1100px;
}
.searchResultsHeaderFixedContainer {
  position: fixed;
  z-index: 100;
  background: white;
  width: 100%;
  left: 0px;
  padding-left: 10px;
  top: 125px;
}
.searchResultsColumnHeader.isFixed {
  position: fixed;
  z-index: 95;
  background: white;
  border-top: none;
}
.searchResultsColumnHeader {
  top: 159px;
}
#searchresults.isFixed {
  padding-top: 34px;
}
#searchresults.isFixed.filterClosed {
  padding-top: 70px;
}
.articleSelectionTrigger.active {
  color: #84bc33 !important;
}
.articleSelectionTrigger.active:hover {
  color: #609c1e !important;
}
.suchergebnisse.details #filterToggle,
.suchergebnisse.details .searchResultsColumnHeader,
.suchergebnisse.details .columnViewDropDown,
.suchergebnisse.details .selectionTrigger,
.suchergebnisse.details #filter {
  display: none;
}
.suchergebnisse.details .filterTriggerContainer {
  border-bottom: none;
}
#selectedArticlesMenu .dropDown {
  width: 135px;
}
#selectedArticlesMenu .dropDown li a {
  color: #262626;
}
#headerScrollToTop {
  margin-left: 96px;
}
#headerScrollToTop:hover {
  color: #84bc33;
}
@media screen and (max-width: 1050px) {
  #headlineArticles {
    padding-left: 10px;
  }
  .searchResultsColumnHeader:before {
    width: 20px;
    content: '';
    height: 37px;
    background-color: white;
    position: absolute;
    left: -20px;
    top: -3px;
  }
}
@font-face {
  font-family: 'RSU Font 1.8';
  src: url('../fonts/RSU-Font-1.8.eot');
  src: url('../fonts/RSU-Font-1.8.eot?#iefix') format('embedded-opentype'), url('../fonts/RSU-Font-1.8.woff') format('woff'), url('../fonts/RSU-Font-1.8.ttf') format('truetype'), url('../fonts/RSU-Font-1.8.svg#RSU-Font-1.8') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='rsu-icon']:before {
  display: inline-block;
  font-family: 'RSU Font 1.8';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rsu-icon-promotion-heart:before {
  content: '\0041';
}
.rsu-icon-promotion-star:before {
  content: '\0042';
}
.rsu-icon-promotion-fuel:before {
  content: '\0043';
}
.rsu-icon-review-comments:before {
  content: '\0044';
}
.rsu-icon-review-thumbs-up:before {
  content: '\0045';
}
.rsu-icon-review-portal:before {
  content: '\0046';
}
.rsu-icon-cartype-agrarfahrzeug:before {
  content: '\0047';
}
.rsu-icon-cartype-agrargeraet:before {
  content: '\0048';
}
.rsu-icon-cartype-baumaschine:before {
  content: '\0049';
}
.rsu-icon-cartype-gokart:before {
  content: '\004a';
}
.rsu-icon-cartype-kleinreifen:before {
  content: '\004b';
}
.rsu-icon-cartype-lkw:before {
  content: '\004c';
}
.rsu-icon-cartype-llkw:before {
  content: '\004d';
}
.rsu-icon-cartype-motorrad:before {
  content: '\004e';
}
.rsu-icon-cartype-offroad:before {
  content: '\004f';
}
.rsu-icon-cartype-pkw:before {
  content: '\0050';
}
.rsu-icon-cartype-quad:before {
  content: '\0051';
}
.rsu-icon-cartype-stapler:before {
  content: '\0052';
}
.rsu-icon-product-number:before {
  content: '\0053';
}
.rsu-icon-product-rim:before {
  content: '\0054';
}
.rsu-icon-product-tyre-special:before {
  content: '\0055';
}
.rsu-icon-product-tyre-lkw:before {
  content: '\0056';
}
.rsu-icon-product-tyre-motorrad:before {
  content: '\0057';
}
.rsu-icon-product-tyre-pkw:before {
  content: '\0058';
}
.rsu-icon-product-tyre-rim:before {
  content: '\0059';
}
.rsu-icon-product-snowchain:before {
  content: '\005a';
}
.rsu-icon-close:before {
  content: '\0061';
}
.rsu-icon-purpose-bware:before {
  content: '\0062';
}
.rsu-icon-purpose-rim:before {
  content: '\0063';
}
.rsu-icon-purpose-tyre-ganzjahr:before {
  content: '\0064';
}
.rsu-icon-purpose-rft:before {
  content: '\0065';
}
.rsu-icon-purpose-snowchain:before {
  content: '\0066';
}
.rsu-icon-purpose-tyre-summer:before {
  content: '\0067';
}
.rsu-icon-purpose-tyre-winter:before {
  content: '\0068';
}
.rsu-icon-advantage-100-return:before {
  content: '\0069';
}
.rsu-icon-advantage-stethoscope:before {
  content: '\006a';
}
.rsu-icon-advantage-info:before {
  content: '\006b';
}
.rsu-icon-advantage-eye:before {
  content: '\006c';
}
.rsu-icon-advantage-smile-o:before {
  content: '\006d';
}
.rsu-icon-advantage-truck:before {
  content: '\006e';
}
.rsu-icon-advantage-wrench:before {
  content: '\006f';
}
.rsu-icon-advantage-magic:before {
  content: '\0070';
}
.rsu-icon-advantage-refresh:before {
  content: '\0071';
}
.rsu-icon-advantage-phone:before {
  content: '\0072';
}
.rsu-icon-advantage-quality:before {
  content: '\0073';
}
.rsu-icon-advantage-paragraph:before {
  content: '\0074';
}
.rsu-icon-advantage-infinitely:before {
  content: '\0075';
}
.rsu-icon-advantage-eur:before {
  content: '\0076';
}
.rsu-icon-file-reifenlabel-o:before {
  content: '\0077';
}
.rsu-icon-file-rechnung:before {
  content: '\0078';
}
.rsu-icon-kasse:before {
  content: '\0079';
}
.rsu-icon-product-tpms:before {
  content: '\007a';
}
.rsu-icon-logo-felgomat:before {
  content: '\0030';
}
.rsu-icon-product-wheelequipment:before {
  content: '\0031';
}
.rsu-icon-purposes-3pmsf:before {
  content: '\0032';
}
.rsu-icon-purposes-ms:before {
  content: '\0033';
}
.rsu-icon-purpose-rft-2:before {
  content: '\0034';
}
.rsu-icon-checkmark:before {
  content: '\0035';
}
.fkButtonLogo {
  font-size: 80px;
  text-align: center;
}
.fkButtonLogo:before {
  line-height: 18px;
  content: '\0030';
  display: inline-block;
  font-family: 'RSU Font 1.8';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loadingMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/common/images/backgroundMask.png');
  z-index: 1010;
}
.loadingAnimation {
  position: fixed;
  top: 380px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 40px;
  background: url('/common/images/loading_small.gif') center center no-repeat;
  box-sizing: border-box;
}
.loader {
  width: 100%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 999;
}
.loader:after {
  content: '\f110';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'FontAwesome';
  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.inline-loader:after {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  content: '\f110';
  font-family: 'FontAwesome';
  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loading {
  position: relative;
  padding-left: 40px;
}
.loading:after {
  content: '\f110';
  position: absolute;
  left: 10px;
  top: 8px;
  font-family: 'FontAwesome';
  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.fixedLoader {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
.fixedLoader:after {
  content: '\f110';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'FontAwesome';
  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loadingCenterFixed {
  position: relative;
}
.loadingCenterFixed:after {
  content: '\f110';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: fixed;
  font-family: 'FontAwesome';
  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.benefitText {
  padding: 10px 0 0 15px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 22px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #84bc33;
}
input:focus + .slider {
  box-shadow: 0 0 1px #84bc33;
}
input:checked + .slider:before {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.iconShowCase .fa {
  font-size: 60px;
  text-align: center;
  margin: 40px 0;
  color: #84bc33;
  cursor: default !important;
  display: inherit;
}
.iconShowCase h6 {
  color: #84bc33;
  text-align: center;
}
.iconShowCase:hover .fa {
  font-size: 60px;
  text-align: center;
  margin: 40px 0;
  color: #609c1e;
  cursor: default !important;
  display: inherit;
}
.iconShowCase:hover h6 {
  color: #609c1e;
  text-align: center;
}
.fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
}
img.slide {
  max-height: 70%;
  max-width: 70%;
}
.greyBg > div,
.greyBg .textLink {
  color: #808080 !important;
}
.autoFlow {
  overflow: auto;
}
.absolute {
  width: 300px;
  position: absolute;
  margin-bottom: 20px;
}
#backToTop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  font-size: 3em;
  z-index: 1010;
}
#dummyContentForm {
  max-width: 900px;
  margin: 0 auto;
}
ol.numbers li {
  list-style-type: decimal;
  margin-left: 20px;
}
.clickBox {
  border: 1px solid #d2d2d2;
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
}
.checked .clickBox:before {
  position: absolute;
  content: '\f00c ';
  font-family: 'FontAwesome';
  margin-top: -7px;
}
.label {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.fa.normalCursor {
  cursor: initial;
}
.pointer {
  cursor: pointer !important;
}
.tabindex0 {
  outline: none !important;
}
#closeOnClick {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1100;
}
body {
  -webkit-animation: show 1s 1;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.backToTop {
  display: none;
}
#newsicon {
  width: 16px;
  height: 16px;
  background: url("/images/newsicon.png") no-repeat;
  background-size: 16px 16px;
  position: absolute;
  display: block;
  top: 3px;
  margin-left: 88px;
}
#newsiconMarketing {
  width: 16px;
  height: 16px;
  background: url("/images/newsicon.png") no-repeat;
  background-size: 16px 16px;
  display: block;
  position: absolute;
  top: 3px;
  margin-left: 152px;
}
.greyscale a {
  color: #aaa !important;
}
.fa-customer-category {
  margin-top: -37px;
}
.faEye {
  margin-top: -3em;
}
/** Overrides **/
form[name="loginForm"] .blockForm > label:hover {
  background: transparent;
}
form[name="loginForm"] .blockForm > label span {
  cursor: pointer;
}
form[name="loginForm"] .blockForm > label span:hover {
  cursor: pointer;
}
#forgotPassword small {
  color: #808080;
}
#forgotPassword small:hover {
  color: #262626;
  text-decoration: underline;
}
.artikeldetails .toggleDetails {
  padding-left: 320px;
}
.artikeldetails .articleOverview {
  margin-top: 40px;
  padding-bottom: 30px;
}
.artikeldetails .articleOverview .columnSmall {
  position: relative;
  margin-bottom: -30px;
  height: 280px;
}
.artikeldetails .articleOverview .columnSmall img {
  max-width: 280px;
  max-height: 280px;
  left: 0;
  position: absolute;
}
.artikeldetails .articleOverview .button.basket {
  margin: 10px 0 5px 0;
}
.artikeldetails .articleOverview .disabled {
  background-color: #808080;
}
.artikeldetails .articleOverview .disabled:hover {
  background-color: #707070;
}
.artikeldetails .padderLeft {
  padding-left: 40px;
}
.artikeldetails .suggestion {
  margin-top: -10px;
  display: block;
}
.artikeldetails #price {
  margin-top: 18px;
  margin-bottom: -5px;
}
.artikeldetails .shippingText {
  margin-bottom: 12px;
  line-height: 18px;
}
.artikeldetails .in-notice-link {
  color: inherit !important;
  display: inline;
  cursor: pointer;
  text-decoration: underline;
}
.artikeldetails #availability small {
  color: #0e9a3c;
  margin-top: -10px;
  display: block;
  font-size: 1rem;
}
.artikeldetails .orderOrSelect {
  margin-top: -13px;
}
.artikeldetails .offers {
  margin: 20px 0;
}
.artikeldetails .thumbWrapper {
  margin-bottom: 40px;
  float: left;
  overflow: hidden;
  height: 120px;
}
.artikeldetails .thumbWrapper img {
  max-height: 120px;
}
.artikeldetails .thumbWrapper.spaceRight {
  margin-right: 40px;
}
.artikeldetails dl.grid {
  margin-bottom: 5px;
}
.artikeldetails.snowchain .textboxWithImageLeft,
.artikeldetails.snowchain .textboxWithImageRight,
.artikeldetails.snowchain .content {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0 !important;
}
.artikeldetails.snowchain .textboxWithImageLeft:before,
.artikeldetails.snowchain .textboxWithImageRight:before,
.artikeldetails.snowchain .content:before,
.artikeldetails.snowchain .textboxWithImageLeft:after,
.artikeldetails.snowchain .textboxWithImageRight:after,
.artikeldetails.snowchain .content:after {
  content: " ";
  display: table;
}
.artikeldetails.snowchain .textboxWithImageLeft:after,
.artikeldetails.snowchain .textboxWithImageRight:after,
.artikeldetails.snowchain .content:after {
  clear: both;
}
.artikeldetails.snowchain .image {
  float: left;
  width: 49%;
}
.artikeldetails.snowchain .text {
  float: left;
  width: 49%;
}
.artikeldetails.snowchain .halfWidth {
  width: 49%;
}
.artikeldetails .articleDetailsQuestionIcon .articleDetailsMarginBottomText {
  margin-top: 10px;
}
.artikeldetails .articleDetailsQuestionIcon a.clicktip {
  display: inline-block;
  margin-top: 1px;
  border-bottom: none;
  color: #808080;
}
.artikeldetails .articleDetailsQuestionIcon a.clicktip:hover {
  color: #262626;
}
.labelResistance {
  overflow: hidden;
  width: 103px;
  height: 184px;
}
.labelResistance img {
  width: 180px;
  max-width: 180px;
  max-height: 263px;
}
.labelGrip {
  overflow: hidden;
  width: 80px;
  height: 184px;
}
.labelGrip img {
  width: 180px;
  max-width: 180px;
  max-height: 263px;
  margin-left: -99px;
}
.labelDb {
  overflow: hidden;
  width: 190px;
  height: 78px;
}
.labelDb img {
  width: 180px;
  max-width: 180px;
  max-height: 263px;
  margin-top: -180px;
}
.articleDetailsRow [class*='rsu-icon-c']:before {
  font-size: 24px;
}
.suchergebnisse #articleDetails .content {
  padding-top: 35px;
}
.absoluteBottomRight {
  position: absolute;
  right: 0;
  bottom: 0;
}
.commissionSettingsTrigger {
  position: absolute;
  margin-top: 8px;
  right: 10px;
}
.settings-button {
  cursor: pointer;
  color: #888;
  display: inline-block;
  font: normal normal normal 1rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.settings-button:hover {
  color: #84bc33;
}
.settings-button:before {
  content: "\f013";
}
.deliveryLink .modalTrigger {
  text-transform: uppercase;
}
.order-list-container {
  padding-bottom: 200px;
}
.orderNumber {
  width: 71px;
}
.orderDate {
  width: 76px;
}
.orderAmount {
  width: 38px;
  text-align: right;
}
.orderInfo {
  min-width: 444px;
}
.orderPriceSingle {
  width: 81px;
}
.orderPriceAll {
  width: 85px;
}
.orderState {
  text-align: center;
  width: 145px;
}
.orderActions {
  width: 73px;
}
.invoiceStateColumn {
  width: 20px;
}
.flexHeader .item {
  font-weight: bold;
}
.listViewHeader.orders,
.listView.orders {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  width: 100%;
}
.listViewHeader.orders .item:first-child,
.listView.orders .item:first-child {
  padding-left: 0;
}
.listViewHeader.orders .item:last-child,
.listView.orders .item:last-child {
  padding-right: 0;
}
.listViewHeader.orders .stateLabel,
.listView.orders .stateLabel {
  min-height: 24px;
}
.listView.orders {
  padding-top: 13px;
}
.listView.orders li:first-child {
  border-top: none;
}
.invoiceClassIcon {
  cursor: default;
}
.invoiceClassIcon.fa-exclamation-circle {
  color: red;
}
.orderState .uppercase {
  margin-top: -3px;
  font-size: 10px;
}
.trackingList li {
  text-align: left;
  border: none!important;
}
.trackingList li h5 {
  margin-top: 30px;
}
.trackingList li .trackingDetailList li {
  padding: 5px 0!important;
}
.trackingList li .trackingDetailList li:first-child {
  padding: 0;
  margin-top: 20px!important;
}
.trackingList li .trackingDetailList .borderBottom {
  border-bottom: 1px solid #d2d2d2 !important;
}
.trackingList li:hover {
  background-color: white;
}
.trackingDate {
  width: 80px;
}
.trackingTime {
  width: 40px;
}
.orders-option-icon {
  text-align: center;
  width: 16px;
}
.orderActionsDropDown .dropDown {
  width: 204px;
  margin-left: -144px;
}
.tyresystem .orderActionsDropDown .dropDown {
  width: 204px;
  margin-left: -144px;
}
.orderNumberParagraph {
  margin-bottom: 1px;
}
.invoiceWindowColumn {
  width: 180px;
}
.invoiceWindowPaymentColumn {
  margin-bottom: 40px;
}
.invoiceWindowPaymentColumn:last-child {
  margin-bottom: 0px;
}
.presentationOn .orderPriceSingle,
.presentationOn .orderPriceAll {
  display: none;
}
.bestellungen .grid12 .formWidth,
.bestellungen .formWidth {
  width: 140px;
}
.bestellungen .w150 {
  width: 150px;
}
.bestellungen .datepicker {
  width: 150px;
}
.bestellungen .rowSelected {
  background-color: #f5f5f5;
}
.bestellungen .rowSelected .greyBadge {
  background-color: #eaeaea;
}
.bestellungen .fixedSearchBar {
  position: fixed;
  z-index: 100;
  background-color: white;
  max-width: 1100px;
  padding-top: 10px;
}
.bestellungen .fixedSearchBar .filteredResults {
  font-size: 12px;
  line-height: 1.4em;
}
.bestellungen .orderActionsDropDown .dropDown {
  z-index: 99;
}
.bestellungen .option-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.reifensuche.bestellungen .fixedSpacer {
  padding-top: 125px;
}
.reifensuche.bestellungen .fixedSearchBar {
  margin-top: -3px;
}
.reifensuche.bestellungen .orderFilterSelect {
  width: 160px;
}
.tyresystem.bestellungen .fixedSearchBar {
  width: 1260px;
}
.tyresystem.bestellungen .fixedSpacer {
  padding-top: 130px;
  width: 1100px;
}
.tyresystem.bestellungen .orderFilterSelect {
  width: 157px;
}
.ie9 .bestellungen .searchInput {
  width: 700px;
}
.ie9 .bestellungen .dateField {
  display: inline;
}
.ie9 .bestellungen .flex.flexSplit {
  display: inline;
}
.ie9 .bestellungen .flex.flexSplit .flexSplitInput {
  width: 130px;
}
.ie9 .bestellungen .flex.flexSplit .flexSplitButton {
  display: none;
}
.cancelButton {
  color: #a94442;
  background-color: #f2dede;
}
.cancelButton:hover {
  color: #a94442;
  background-color: #e4b1b1;
}
generic-product-search-form {
  display: block;
}
.productFilterSubSubmitButton {
  position: absolute;
  top: 10px;
  right: 0px;
}
.single .productFilterSubSubmitButton {
  left: 0;
  margin-top: -40px;
}
.produkte h1 {
  margin-top: 0px;
}
.produkte .col5 {
  width: 550px;
}
.produkte .productform {
  width: 440px;
  position: relative;
}
.produkte .productform.single {
  padding-top: 0px;
}
.produkte .productform.spaceBottom {
  margin-bottom: 32px;
}
.produkte .productform .searchButton {
  float: right;
}
.produkte .productform .heightFix {
  margin-top: -8px;
}
.produkte .productform .fixWidth {
  display: inline-block;
  padding: 0px;
  width: 300px;
}
.produkte .productform .fixWidth:before,
.produkte .productform .fixWidth:after {
  content: " ";
  display: table;
}
.produkte .productform .fixWidth:after {
  clear: both;
}
.produkte .productform .fixWidth .two > * {
  width: 148px!important;
}
.produkte .productform .fixWidth .one > *,
.produkte .productform .fixWidth .one {
  width: 300px;
}
.produkte .productform .fixWidth .three:last-child {
  width: 99px;
}
.produkte .productform .fixWidth.three * {
  float: left;
}
.produkte .productform .fixWidth.three select {
  width: 88px;
}
.produkte .productform .fixWidth.three div {
  margin: 5px;
}
.produkte .productform input:disabled,
.produkte .productform select:disabled {
  background-color: white!important;
}
.produkte .productform input.disableAfterLoad:disabled,
.produkte .productform select.disableAfterLoad:disabled {
  background-color: #f3f3f3!important;
}
.produkte .productform #rims {
  width: 81px;
}
@media screen and (max-width: 1100px) {
  .produkte .col5 {
    width: 100%;
    padding-left: 0px;
  }
  .produkte .col5.right {
    padding-right: 0px ;
  }
  .produkte .col5.right .productform {
    float: left;
    padding-right: 20%;
  }
}
.breadCrumbs a:after {
  padding: 0 5px;
  content: '>';
  color: #84bc33;
}
.breadCrumbs a:last-child:after {
  content: '';
}
.presentationOn .priceSettingsButton {
  display: none;
}
#loadingMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/common/images/backgroundMask.png');
  z-index: 9;
}
.loadingMaskWhite {
  background-color: white;
}
#loadingAnimation {
  position: fixed;
  top: 380px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 40px;
  background: url('/common/images/loading_small.gif') center center no-repeat;
  box-sizing: border-box;
}
#btnSelectAll {
  width: 10px;
}
.filterTriggerContainer {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  z-index: 2;
  background-color: #fff;
  max-width: 1100px;
  margin-top: -1px;
}
.filterTriggerContainer .data {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
.filterTriggerContainer .data #toTop {
  vertical-align: middle;
}
.filterTriggerContainer .data .l,
.filterTriggerContainer .data .r,
.filterTriggerContainer .data .pop,
.filterTriggerContainer .data .s,
.filterTriggerContainer .data .os,
.filterTriggerContainer .data .pl,
.filterTriggerContainer .data .p,
.filterTriggerContainer .data .p1,
.filterTriggerContainer .data .p2,
.filterTriggerContainer .data .p3,
.filterTriggerContainer .data .checkBox,
.filterTriggerContainer .data .pn {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.filterTriggerContainer .data .l .ttd:hover,
.filterTriggerContainer .data .r .ttd:hover,
.filterTriggerContainer .data .pop .ttd:hover,
.filterTriggerContainer .data .s .ttd:hover,
.filterTriggerContainer .data .os .ttd:hover,
.filterTriggerContainer .data .pl .ttd:hover,
.filterTriggerContainer .data .p .ttd:hover,
.filterTriggerContainer .data .p1 .ttd:hover,
.filterTriggerContainer .data .p2 .ttd:hover,
.filterTriggerContainer .data .p3 .ttd:hover,
.filterTriggerContainer .data .checkBox .ttd:hover,
.filterTriggerContainer .data .pn .ttd:hover,
.filterTriggerContainer .data .l.active,
.filterTriggerContainer .data .r.active,
.filterTriggerContainer .data .pop.active,
.filterTriggerContainer .data .s.active,
.filterTriggerContainer .data .os.active,
.filterTriggerContainer .data .pl.active,
.filterTriggerContainer .data .p.active,
.filterTriggerContainer .data .p1.active,
.filterTriggerContainer .data .p2.active,
.filterTriggerContainer .data .p3.active,
.filterTriggerContainer .data .checkBox.active,
.filterTriggerContainer .data .pn.active {
  color: #84bc33 !important;
}
.filterTriggerContainer .data .l.active .ttd:hover,
.filterTriggerContainer .data .r.active .ttd:hover,
.filterTriggerContainer .data .pop.active .ttd:hover,
.filterTriggerContainer .data .s.active .ttd:hover,
.filterTriggerContainer .data .os.active .ttd:hover,
.filterTriggerContainer .data .pl.active .ttd:hover,
.filterTriggerContainer .data .p.active .ttd:hover,
.filterTriggerContainer .data .p1.active .ttd:hover,
.filterTriggerContainer .data .p2.active .ttd:hover,
.filterTriggerContainer .data .p3.active .ttd:hover,
.filterTriggerContainer .data .checkBox.active .ttd:hover,
.filterTriggerContainer .data .pn.active .ttd:hover {
  color: #609c1e !important;
}
.filterTriggerContainer .data .l.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .r.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .pop.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .s.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .os.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .pl.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .p.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .p1.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .p2.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .p3.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .checkBox.active.up .sortingIndicators .caret-up,
.filterTriggerContainer .data .pn.active.up .sortingIndicators .caret-up {
  border-bottom: 0.25rem dashed #84bc33;
}
.filterTriggerContainer .data .l.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .r.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .pop.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .s.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .os.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .pl.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .p.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .p1.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .p2.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .p3.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .checkBox.active.down .sortingIndicators .caret-down,
.filterTriggerContainer .data .pn.active.down .sortingIndicators .caret-down {
  border-top: 0.25rem dashed #84bc33;
}
#l:hover,
#pn:hover {
  color: #84bc33 !important;
}
#l:hover.active:hover,
#pn:hover.active:hover {
  color: #609c1e !important;
}
.decimalList {
  list-style: decimal;
  padding-left: 11px;
}
#pn {
  margin-left: 0px;
}
.articlenameFilterBox {
  left: 0px;
}
.suchergebnisse #artHeadElem1,
.suchergebnisse #artHeadElem2,
.suchergebnisse #artHeadElem3,
.suchergebnisse #artHeadElem4,
.suchergebnisse #artHeadElem5 {
  display: none;
}
.suchergebnisse .oneLineColumn {
  width: 115px;
}
.suchergebnisse .tyreThumbNail {
  height: 32px;
  width: 40px;
  margin-right: 5px;
}
.suchergebnisse .selectedArticle {
  background-color: #fcf8e3;
}
.suchergebnisse .salesdescription small {
  display: inline-block;
  line-height: 1rem;
  color: #262626;
}
.suchergebnisse .salesdescription .spriteCartype {
  top: 5px;
}
.kaufen.suchergebnisse .content {
  /*padding-top: 240px;*/
}
.kaufen.suchergebnisse .content .thumbnail.small,
.kaufen.suchergebnisse .content .thumbnail.small > img {
  height: 50px;
  width: 50px;
}
.kaufen.suchergebnisse .content .data.filterTrigger * {
  cursor: pointer !important;
}
.kaufen.suchergebnisse .content .pl99999 {
  opacity: 0;
}
.reifensuche .articles .art {
  max-width: 600px;
}
.articles .art {
  max-width: 400px;
}
.articles .art a {
  width: 100%;
  display: block;
  margin-bottom: -1px;
  margin-top: 5px;
}
.tooltip .heroImg {
  max-height: 70%;
}
.reifensuche.suchergebnisse .basket {
  font-size: 16px;
}
#imagedisplay {
  position: fixed;
  z-index: 1001;
  background-color: #FFFFFF;
  padding: 15px;
  font-size: 12px;
  line-height: 1rem;
  color: #262626;
  box-shadow: 1px 1px 3px #555;
  border-radius: 0.25rem;
}
.spritePlaceholder {
  width: 38px;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  #backToTop {
    right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  #backToTop {
    right: 5%;
  }
}
@media screen and (min-width: 1600px) {
  #backToTop {
    right: 10%;
  }
}
@media screen and (min-width: 1900px) {
  #backToTop {
    right: 15%;
  }
}
.hr {
  border-bottom: 1px solid #d2d2d2;
}
/* Articles */
#searchresults {
  z-index: 1;
}
.dummyarticle {
  padding: 5px 0;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  line-height: 20px;
  white-space: nowrap;
  display: none;
}
.dummyarticle.isVisible {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
}
.dummyarticle.lastSelected {
  border: dashed 2px #bfbfbf;
}
.dummyarticle.selected {
  background: #fcf8e3;
}
.dummyarticle * {
  white-space: normal;
}
.dummyarticle.hasDetails {
  padding: 2px 0;
}
.dummyarticle.hasDetails .oneLineColumn img.tyreThumbNail {
  margin-bottom: -5px;
}
.dummyarticle.hasDetails .oneLineColumn .spriteCartype {
  margin-right: 2px;
}
.dummyarticle.hasDetails .oneLineColumn .spritePurpose {
  margin-right: 0.25rem;
}
#contentMain .dummyarticle strong {
  font-weight: normal;
  color: #262626;
}
#contentMain .dummyarticle a,
#contentMain .dummyarticle a:link,
#contentMain .dummyarticle a:visited,
#contentMain .dummyarticle .link,
#contentMain .dummyarticle .link:link,
#contentMain .dummyarticle .link:visited,
a.default-link,
a:link.default-link,
a:visited.default-link {
  text-decoration: none;
}
#contentMain .dummyarticle a:hover {
  opacity: 0.7;
}
.thumbnail {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  height: 132px;
  min-height: 100px;
  text-align: center;
  vertical-align: top;
  margin-right: 15px;
  position: relative;
}
.thumbnail img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
}
.vsnothumb .thumbnail {
  width: 24px;
  height: 20px;
}
.vsnothumb .thumbnail img {
  width: 24px;
  height: 20px;
  opacity: 0.15;
}
.shortdetails {
  width: 160px;
  margin: 0;
  font-size: 12px;
}
.hasDetailsSingle .shortdetails {
  width: 100%;
  display: block;
}
.snowchainShortDetails.shortdetails {
  width: 100%;
}
.shortdetails strong.h {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 400;
}
#contentMain .shortdetails p {
  font-size: 12px;
  line-height: normal;
  padding: 0.25rem 0 0 0;
}
.articles {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}
.articles div:first-child .art a {
  margin-top: 0px;
}
.art {
  display: inline-block;
  vertical-align: middle;
  /*white-space: normal;*/
  margin-top: -1px;
}
.data {
  position: absolute;
  display: inline-block;
  right: 0;
  vertical-align: top;
}
.data img {
  vertical-align: middle;
}
.ib {
  display: inline-block;
}
.data * {
  text-align: right;
}
.data .l,
.data .r,
.data .pop,
.data .s,
.data .os,
.data .pl,
.data .p,
.data .p1,
.data .p2,
.data .p3,
.data .checkBox,
.data .pn {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}
.p .innerData {
  margin-right: 3px;
}
.os .innerData,
.l .innerData,
.r .innerData,
.pop .innerData,
.s .innerData {
  margin-right: 13px;
}
.pl .innerData {
  margin-right: 10px;
}
.dummyarticle .data .l,
.dummyarticle .data .r,
.dummyarticle .data .pop,
.dummyarticle .data .pl {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}
.data .s {
  width: 68px;
  display: none;
}
.presentation .data .p {
  position: absolute;
  opacity: 0;
  left: -200%;
}
/* hideable data */
.data .pl {
  display: none;
  width: 40px;
}
.data .l {
  width: 56px;
  display: none;
}
.data .pop {
  width: 54px;
  display: none;
}
.data .basket {
  width: 16px;
  display: none;
}
.dummyarticle .data .basket {
  cursor: pointer;
}
.data .basket img {
  height: 16px;
  width: 16px;
}
.data .basket img:hover {
  opacity: 0.7;
}
.data .r {
  width: 60px;
  display: none;
}
.data .os {
  width: 53px;
  display: none;
}
.data .p,
.data .p1,
.data .p2,
.data .p3 {
  width: 70px;
  display: none;
}
.ie9 .data .r {
  width: 75px;
  display: none;
}
.ie9 .data .os {
  width: 65px;
  display: none;
}
.ie9 .data .s {
  width: 80px;
  display: none;
}
.ie9 .data .p,
.ie9 .data .p1,
.ie9 .data .p2,
.ie9 .data .p3 {
  width: 65px;
  display: none;
}
/* display if vs*-class is set */
.vss .data .s,
.vsl .data .l,
.vsr .data .r,
.vspop .data .pop,
.vsos .data .os,
.vsp .data .p,
.vsp1 .data .p1,
.vsp2 .data .p2,
.vsp3 .data .p3,
.vsc .data .checkBox,
.vsb .data .basket,
.vspl .data .pl {
  display: inline-block;
}
/* tyresizes and conditions for rimsmatching  */
.size {
  margin: -2px 10px 0 0;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.size.pdf {
  max-width: 10px;
}
.size.pdf a {
  max-width: inherit;
}
.size.hidden {
  display: none;
}
.ttConditions {
  max-width: 30em;
}
.ttConditions ul {
  list-style: disc outside;
  padding-left: 1.6em;
  line-height: 1.3em;
}
/* Tooltip snowchains */
.tooltip .chainSizesHeader {
  font-weight: bold;
  line-height: 1rem;
}
.tooltip .chainSizesLine {
  line-height: 1rem;
  padding: 2px 7px;
  vertical-align: middle;
}
#nav_bg {
  position: fixed;
  z-index: 3;
  background: white;
}
.tyresystem #fixedArea {
  display: none;
  position: fixed;
  z-index: 2;
  background-color: #FFFFFF;
  width: 100%;
  min-width: 950px;
  max-width: 1240px;
}
#contentAndFooter {
  position: relative;
  z-index: 1;
}
.tyresystem #scrollarea {
  position: relative;
  /*margin-bottom: 31px;*/
  z-index: 1;
}
.tyresystem #searchresultstable {
  margin-top: -27px;
}
.tyresystem #searchresultstable > thead {
  opacity: 0;
}
.tooltip .chainSizesLine.odd {
  background: #dfdfdf;
}
.tooltip .chainSizesLineDesc {
  font-weight: bold;
}
/* imagelayer (on thumbnail hover) */
/* searchproposal on no results */
#searchproposal {
  text-align: center;
  padding: 20px 15px;
}
.tyresystem .fixedWrapper {
  margin-top: -70px;
  padding-top: 100px;
}
.fixedWrapper #navSub {
  border: none !important;
}
.tyresystem #contentMain {
  margin-top: 130px;
}
.caret-down {
  width: 0;
  height: 0;
  border-top: 0.25rem dashed #808080;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}
.caret-up {
  width: 0;
  height: 0;
  border-bottom: 0.25rem dashed #808080;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}
.sortingIndicators {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 12px;
}
.sortingIndicators .caret-up,
.sortingIndicators .caret-down {
  position: absolute;
  left: 1px;
}
.sortingIndicators .caret-up {
  top: 3px;
}
.sortingIndicators .caret-down {
  top: 8px;
}
/*.data>*>.caret {
    position: absolute;
    margin-top: 8px;
}*/
.tyresystem #vehicleDropDownContainer > .dropDown {
  margin-right: -400px;
}
.tyresystem.details #vehicleDropDownContainer > .dropDown {
  margin-right: -145px;
}
@media screen and (max-width: 1100px) {
  #searchresults .articles {
    max-width: 450px;
  }
}
@media screen and (min-width: 1101px) {
  #searchresults .articles {
    max-width: 600px;
  }
}
.einstellungen .marker {
  display: none;
}
#searchInfoportal {
  margin-top: 20px;
}
.h2TextLink {
  font-size: 45px;
  color: #ccc;
  min-width: 47px;
  display: inline-block;
}
.bigLetterLabel {
  font-size: 50px;
  color: #ccc;
}
.h2TextLinkIcon {
  font-size: 1rem;
  line-height: 30px;
  font-weight: normal;
}
.producerColumn {
  display: inline-block;
  width: 48%;
  padding: 20px 10px;
}
.producersHeading {
  font-weight: 200 !important;
  font-size: 2rem !important;
  color: #262626 !important;
  padding: 10px !important;
}
.preferredProducersHeading {
  border-bottom: none !important;
  margin-bottom: 10px !important;
}
.producerItem {
  padding: 1px 1px 1px 10px;
  margin-bottom: 10px !important;
}
ta-right {
  text-align: right;
}
.producerTable {
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 20px;
}
.tableHead {
  background-color: white;
}
.producerContent {
  padding-bottom: 100px;
}
iframe {
  border: none;
}
.tyresystem.reifengrosshandel .mainContentContainer {
  max-width: 1060px !important;
  padding: 0 20px;
}
.tyresystem.reifengrosshandel.start.loggedout {
  padding-top: 0px;
}
#letterNav.fixed {
  position: fixed;
  width: 100%;
  background-color: white;
}
.teamContainer {
  margin: 50px auto 0 auto;
}
.teamContainer h1 {
  text-align: center;
  margin: 20px 0 5px 0;
  font-size: 24px;
  color: #84bc33;
  font-weight: 300;
}
.teamContainer h2 {
  margin: 20px 0 5px 0;
  font-size: 18px;
  color: #84bc33;
  font-weight: 300;
}
.teamContainer .grid:first-of-type {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.teamContainer .grid:last-of-type {
  margin-bottom: 20px;
}
.teamContainer .quote {
  margin-bottom: 30px;
}
.teamContainer .columnTeam {
  float: left;
  height: 200px;
  width: 200px;
  text-align: center;
  margin-bottom: 20px;
}
.teamContainer .centerH {
  font-size: 24px;
  margin: 50px 0;
  text-align: center;
}
.portrait {
  background-size: 120px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  margin-left: 37px;
  border-radius: 100%;
  border: solid 1px #ddd;
  background-position: 0px 0px;
}
.portrait:hover {
  border-color: #84bc33;
}
.team .tooltip,
.unserteam .tooltip {
  position: absolute;
  padding-bottom: 0px;
}
.team .tooltip .grid,
.unserteam .tooltip .grid {
  min-height: 260px;
  position: relative;
}
.team .tooltip .grid .col5,
.unserteam .tooltip .grid .col5 {
  float: left;
}
.team .tooltip .grid .col5:nth-child(2),
.unserteam .tooltip .grid .col5:nth-child(2) {
  min-width: 260px;
}
.team .tooltip .grid img,
.unserteam .tooltip .grid img {
  left: 3px;
  height: 260px;
  min-height: 260px;
  width: 260px;
  position: absolute;
  bottom: 0;
}
.team .tooltip > *,
.unserteam .tooltip > * {
  text-align: left;
}
.team .tooltip img,
.unserteam .tooltip img {
  border-right: solid white 5px;
}
.team .tooltip h2,
.unserteam .tooltip h2 {
  font-size: 16px;
  font-weight: 400;
  color: #84bc33;
}
.team .tooltip h4,
.unserteam .tooltip h4 {
  color: #84bc33;
  margin-bottom: 0px;
}
.team .tooltip h5,
.unserteam .tooltip h5 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.team .tooltip p,
.unserteam .tooltip p {
  font-size: 1rem;
  line-height: 1.6em;
}
body {
  box-sizing: border-box;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
img {
  max-width: 100%;
}
hr {
  border: none;
  border-bottom: 1px solid #d2d2d2;
}

.opaque {
  opacity: 0;
}
#frameMontagestationen {
  width: 100%;
  height: 800px;
}
.lexikon .editableContent h2,
.hersteller .editableContent h2 {
  font-size: 50px;
  color: #ccc;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 0;
}
.lexikon .editableContent h2.ui-scrollpoint,
.hersteller .editableContent h2.ui-scrollpoint {
  position: fixed;
  top: 153px;
  background-color: white;
  width: 1100px;
}
.lexikon .editableContent h2.highlight,
.hersteller .editableContent h2.highlight {
  color: #84bc33;
}
.tyresystem.reifenlexikon .editableContent h2.ui-scrollpoint,
.tyresystem.hersteller .editableContent h2.ui-scrollpoint {
  position: fixed;
  top: 138px;
  background-color: white;
  width: 1290px;
}
.information .tabs,
.presse .tabs {
  margin-right: 20px;
}
.tyresystem.einstellungen .mainContentContainer,
.tyresystem.reifengrosshandel .mainContentContainer {
  max-width: 1100px;
  min-width: 1000px;
  margin: 0 auto;
}
.datenschutz .mainContentContainer ul {
  list-style: disc;
  padding-left: 30px;
}
.datenschutz .mainContentContainer ol {
  list-style: lower-latin;
  padding-left: 17px;
}
.datenschutz .mainContentContainer table tr {
  border-bottom: solid 1px;
  border-color: #d2d2d2;
}
.datenschutz .mainContentContainer table tr td {
  padding-right: 20px;
  padding-bottom: 5px;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .bestellungen header {
    display: none;
  }
  .bestellungen .grid small {
    font-size: 1.1em;
  }
}
.bewertung {
  text-align: center;
}
.bewertung hr {
  margin-bottom: 70px;
}
.bewertung h1 {
  text-align: left;
  color: #84bc33;
  font-size: 36px;
}
.bewertung h4 {
  font-weight: 700;
  margin-top: 20px;
}
.bewertung .columnReview {
  margin-left: 192px;
  margin-top: 30px;
  float: left;
  width: 110px;
  text-align: center;
  color: #84bc33;
}
.bewertung .columnReview:hover {
  color: #609c1e;
}
.reviewComment {
  text-align: center;
}
.reviewComment textarea {
  width: 400px;
  height: 150px;
}
.reviewComment button {
  width: 400px;
}
.portals {
  margin-left: 11%;
  margin-right: 11%;
}
.portals .webPortal {
  width: 170px;
  height: 200px;
  padding: 20px 10px 10px 10px;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.portals .webPortal .portalLabel {
  height: 55px;
  margin: 25px 0 25px 0;
}
.portals .webPortal .portalImage {
  height: 50px;
  width: 140px;
  padding: 0 15px;
  margin-top: 5px;
}
.portals .webPortal .portalImage img {
  max-height: 50px;
  max-width: 140px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.portals .webPortal h5 {
  color: #84bc33;
  margin-bottom: 2px;
}
.portals .webPortal:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.portals .reviewed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/** Product Entries Base **/
.entry {
  display: block;
  max-width: 50%;
}
.entry .left,
.entry .form-group-wrapper,
.entry .group {
  width: 100%;
  margin-right: 1rem;
}
.entry .left {
  margin-right: calc(0.6rem);
}
.entry .left > .group {
  padding: 0;
}
.entry .filterHeadline,
.entry .filterHeadlineWithLink {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.entry .filterHeadline h1,
.entry .filterHeadlineWithLink h1 {
  font-size: 24px;
  font-family: 'Lato', Lato, sans-serif;
  font-weight: 600;
  margin-right: 0.4rem;
  margin-bottom: 0;
  position: relative;
}
.entry .filterHeadline h1 .badge,
.entry .filterHeadlineWithLink h1 .badge {
  position: absolute;
  top: -9px;
  left: 105%;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  background: #f4231b;
  color: #fff;
  border-radius: 0.25rem;
  font-weight: 600;
}
.entry .filterHeadline a,
.entry .filterHeadlineWithLink a {
  cursor: pointer;
}
.entry .filterHeadline .subtitle,
.entry .filterHeadlineWithLink .subtitle {
  font-weight: lighter;
  color: #262626;
}
.entry form {
  display: flex;
}
.entry form .form-group-wrapper {
  flex: 1 1 0;
}
.entry form .form-group-wrapper .group {
  margin-bottom: 0.4rem;
}
.entry form .form-group-wrapper .group:last-child {
  margin-bottom: 0;
}
.entry form .group {
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.entry form .group > * {
  flex: 1;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.entry form .group > *:first-child {
  margin-left: -0.4rem;
}
.entry form .group > *:last-child {
  margin-right: -0.4rem;
}
.entry form .group > select,
.entry form .group input {
  flex: 9;
  padding: 0 0.5rem;
}
.entry form .group > select.large-field,
.entry form .group input.large-field {
  flex: 12;
}
.entry form .group.group--special-aligned > select:first-of-type {
  max-width: 47%;
}
.entry form .group.group--special-aligned > select:last-of-type {
  margin-left: 0.7rem;
}
.entry form select {
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry form select,
.entry form input {
  width: 100%;
  box-shadow: none;
}
.entry form select:disabled,
.entry form input:disabled {
  background: #f3f3f3;
  cursor: not-allowed;
}
.entry form select::placeholder,
.entry form input::placeholder {
  color: #808080;
}
.entry form .column-spacer {
  text-align: center;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.entry form > button,
.entry form > .right,
.entry form > button button,
.entry form > .right button {
  display: flex;
  align-items: center;
  height: 30px !important;
  margin-left: auto;
  text-transform: uppercase;
}
.entry form > button i,
.entry form > .right i,
.entry form > button button i,
.entry form > .right button i {
  margin-right: 0.4rem;
}
/** Products Entries Bullets */
.entry .genericFilterList {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry .genericFilterList a {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.entry .genericFilterList a.nobullet:after,
.entry .genericFilterList a:last-child:after {
  content: none;
}
.entry .genericFilterList a:after {
  content: '\00b7';
  white-space: nowrap;
  position: absolute;
  right: 0;
}
/** Products Entries Tabs **/
.entry .elements-tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  min-height: 40px;
  margin-bottom: 0.5rem;
}
.entry .elements-tabs:not(:last-child) {
  margin-bottom: 0.5rem;
}
.entry .elements-tabs > ul {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  list-style: none !important;
  border-bottom: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.entry .elements-tabs li {
  flex: 1;
  margin-top: 0 !important;
}
.entry .elements-tabs li rsu-ui-tooltip {
  display: inline;
}
.entry .elements-tabs li rsu-ui-tooltip div:last-child {
  white-space: pre-wrap;
  text-transform: none;
}
.entry .elements-tabs li a {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.entry .elements-tabs.is-boxed li a {
  border: 1px solid #d2d2d2;
  border-radius: 3px 3px 0 0;
  align-items: center;
  color: #808080;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  vertical-align: top;
  cursor: pointer;
}
.entry .elements-tabs.is-boxed li a:hover {
  border-bottom-color: #d2d2d2;
  color: #262626;
}
.entry .elements-tabs.is-boxed li.is-active a {
  border-color: #d2d2d2;
  border-bottom-color: transparent !important;
  color: #84bc33;
}
.entry .elements-tabs .icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.entry .elements-tabs .icon:first-child {
  margin-right: 0.5rem;
}
.entry .elements-tabs .icon.is-small {
  height: 1rem;
  width: 1rem;
}
/** Products Entries Cookie Banner **/
.entry .cookie-banner {
  bottom: 0;
  box-shadow: 0 0 5px #bfbfbf;
  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: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.entry .cookie-banner .button {
  margin: 0 1rem;
}
.entry .cookie-banner p {
  margin-bottom: 0 !important;
}
/** Product Entries tpmsToolsWraper **/
.entry .tpmsToolsWrapper {
  margin-top: 2px;
  padding-bottom: 9px;
}
/** Products Entries Elements Notification **/
.entry .elements-notification {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
  margin: 0.5rem 0;
}
.entry .elements-notification p {
  margin: 0;
  padding: 0;
}
.entry .elements-notification.is-danger {
  background-color: #a94442;
  color: #fff;
}
/** Mounted Wheel Select Wrapper **/
.wheelSelectTypeWrapper {
  color: #262626;
}
.wheelSelectTypeWrapper h2 {
  font-size: 26px;
  font-weight: 900;
}
.wheelSelectTypeWrapper h5 {
  font-size: 20px;
}
.wheelSelectTypeWrapper > section {
  margin-top: 2rem;
  display: flex;
}
.wheelSelectTypeWrapper > section div {
  display: flex;
  flex-direction: column;
}
.wheelSelectTypeWrapper > section div:first-child,
.wheelSelectTypeWrapper > section div:last-child {
  flex: 1 1 0;
}
.wheelSelectTypeWrapper > section div > header {
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
  background: transparent;
}
.wheelSelectTypeWrapper > section div > header span {
  font-size: 26px;
  font-weight: 900;
}
.wheelSelectTypeWrapper > section div .badge {
  position: relative;
}
.wheelSelectTypeWrapper > section div .badge > span {
  position: absolute;
  top: -3px;
  right: -10px;
  background: #f4231b;
  color: white;
  padding: 0 0.45rem;
  z-index: 10;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}
.wheelSelectTypeWrapper > section div p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wheelSelectTypeWrapper > section div ul {
  list-style: disc outside;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.wheelSelectTypeWrapper > section div form {
  margin-bottom: 1rem;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  flex-flow: row wrap;
}
.wheelSelectTypeWrapper > section div form .group {
  flex: 1 1 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.wheelSelectTypeWrapper > section div form .group.two-times {
  flex: 2 1 0;
}
.wheelSelectTypeWrapper > section div form .group select {
  width: 100%;
  flex: none;
}
.wheelSelectTypeWrapper > section div .elements-notification {
  width: 100%;
  margin-bottom: 1rem;
}
.wheelSelectTypeWrapper > section div .elements-notification p {
  margin: 0;
}
.wheelSelectTypeWrapper > section div button {
  width: 100%;
  margin-top: auto;
  font-weight: bold;
  height: 2.15rem !important;
}
.wheelSelectTypeWrapper > section .divider {
  width: 1px;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #d2d2d2;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 10;
  justify-content: center;
}
.wheelSelectTypeWrapper > section .divider span {
  text-transform: uppercase;
  color: #d2d2d2;
  background-color: #fff;
}
/** Modelcode Selection **/
.vehicleModelCodeSelectionWrapper form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vehicleModelCodeSelectionWrapper form input {
  -webkit-appearance: none;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  flex: 1;
  border-radius: 0.25rem;
  box-shadow: none;
}
.vehicleModelCodeSelectionWrapper form input:focus,
.vehicleModelCodeSelectionWrapper form input:active {
  outline: none;
  border-color: #009e55;
}
.vehicleModelCodeSelectionWrapper form input:disabled {
  background: #f3f3f3;
  cursor: not-allowed;
}
.vehicleModelCodeSelectionWrapper form input::placeholder {
  color: #808080;
}
.vehicleModelCodeSelectionWrapper form .left {
  flex: 1;
  margin-right: 2.5rem;
}
.vehicleModelCodeSelectionWrapper form .group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0.6rem;
  width: 100%;
}
.vehicleModelCodeSelectionWrapper form .group.is-fullwidth {
  margin-top: 0.6rem;
}
@media (min-width: 1024px) {
  .vehicleModelCodeSelectionWrapper form .group {
    flex-wrap: wrap;
    margin-right: 0.5rem;
  }
}
.vehicleModelCodeSelectionWrapper form .group input {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  flex: 1;
}
.vehicleModelCodeSelectionWrapper form .group input:first-child {
  margin-left: 0;
}
.vehicleModelCodeSelectionWrapper form .group input:last-child {
  margin-right: 0;
}
.vehicleModelCodeSelectionWrapper form .group input.full {
  flex: 1 0 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.vehicleModelCodeSelectionWrapper form .group input.margin-left-0 {
  margin-left: 0;
}
.vehicleModelCodeSelectionWrapper form .group input + select {
  width: 33%;
}
.vehicleModelCodeSelectionWrapper form .group select {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  width: 100%;
}
.vehicleModelCodeSelectionWrapper form .group select:first-child {
  margin-left: 0;
}
.vehicleModelCodeSelectionWrapper form .group select:last-child {
  margin-right: 0;
}
.vehicleModelCodeSelectionWrapper form .group select.full {
  flex: 1 0 100%;
  margin-right: 0;
}
.vehicleModelCodeSelectionWrapper form .group select.margin-left-0 {
  margin-left: 0;
}
.vehicleModelCodeSelectionWrapper form .group select:disabled {
  background: #f3f3f3;
  cursor: not-allowed;
}
.vehicleModelCodeSelectionWrapper form button {
  cursor: pointer;
  color: #fff;
  width: 125px;
  text-transform: uppercase;
  font-family: 'Lato', Lato, sans-serif;
  font-weight: 400;
  height: 2.15rem !important;
  border-radius: 0.25rem;
}
.vehicleModelCodeSelectionWrapper form button i {
  margin-top: 0;
  margin-right: 0.3rem;
}
.vehicleModelCodeSelectionWrapper form button:focus,
.vehicleModelCodeSelectionWrapper form button:hover,
.vehicleModelCodeSelectionWrapper form button:active {
  outline: none;
}
/** Vehicle Type Data Wrapper **/
.vehicleTypeDataWrapper {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
}
.vehicleTypeDataWrapper > a {
  display: flex;
  align-items: center;
}
.vehicleTypeDataWrapper > a i {
  margin-right: 0.25rem;
}
/**Products Page Wrapper**/
.products-page-wrapper {
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem;
  max-width: 550px;
  flex-wrap: wrap;
}
@media (min-width: 1100px) {
  .products-page-wrapper {
    max-width: 1100px;
  }
}
.products-page-wrapper > div {
  flex: 1 1 0px;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .products-page-wrapper > div {
    margin-bottom: 2rem;
  }
}
.products-page-wrapper > div > div {
  margin-bottom: 3rem;
}
[hidden] {
  display: none;
}
.tpmsToolsWrapper {
  margin-top: 2px;
  padding-bottom: 9px;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body {
  max-width: 95%;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane {
  max-width: 100% !important;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .modal-close {
  top: 30px;
  right: -5px;
  position: absolute;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box > button {
  background-color: transparent;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
  z-index: 1;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box > button::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
  background-color: grey;
  font-size: 20px;
  font-weight: 700;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box > button::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
  background-color: grey;
  font-size: 20px;
  font-weight: 700;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .elements-vehicle-selector .level .level-left h4.is-size-4.is-slim {
  margin-bottom: 0;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .elements-vehicle-selector .cdk-virtual-scroll-viewport {
  line-height: 1.5;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .elements-vehicle-selector .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .vehicle-data-grid .header .dropdown .dropdown-trigger button {
  background-color: #fff;
  color: #363636;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .elements-vehicle-selector .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .vehicle-data-grid .header .dropdown .dropdown-trigger button:hover {
  border-color: #b5b5b5;
  color: #609c1e;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .elements-vehicle-selector .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .vehicle-data-grid .header .dropdown .dropdown-trigger button:hover {
  border-color: #b5b5b5;
  color: #609c1e;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .elements-vehicle-selector .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .vehicle-data-grid .header .dropdown .is-active .dropdown-content {
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.isLandingpage .cdk-overlay-container .cdk-global-overlay-wrapper .cdk-overlay-pane .modal-body .box .elements-vehicle-selector .cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .vehicle-data-grid .header .dropdown .is-active .dropdown-content .dropdown-item:hover {
  background-color: #f5f5f5;
}
/*# sourceMappingURL=commonMain.css.map */
