/* critical styles to load initially*/
/* unify browser specific styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* standard style mixins*/
/* shadows */
/* easing */
/* pulsate */
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 0.0; }
  50% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(0.5);
    opacity: 0.0; } }
/* shake */
@keyframes shake {
  0% {
    transform: translateX(0); }
  20% {
    transform: translateX(-1px); }
  40% {
    transform: translateX(1px); }
  60% {
    transform: translateX(-1px); }
  80% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }
/* scale */
/* click feedback */
.ripple {
  display: none;
  opacity: 0;
  position: absolute;
  width: 350px;
  height: 350px;
  left: 50%;
  top: 50%;
  margin: -175px 0 0 -175px;
  background: rgba(250, 250, 250, 0.33);
  content: '';
  border-radius: 50%;
  -webkit-animation: pulse 1s ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation: pulse 1s ease-out;
  -moz-animation-iteration-count: 1; }

/*
$font-size_display4: 3.5em; //56px
$font-size_display3: 2.8125em; //45px
$font-size_display2: 2.125em; //34px
$font-size_display1: 1.75em; //34px
$font-size_headline: 1.25em; //20px
$font-size_subhead: 1em; //16px
$font-size_title: .875em; //14px
$font-size_body: .75em; //12px
$font-size_button: .75em; //12px
$font-size_caption: .6875em; //11px
*/
/* partials */
/*  With box-sizing: border-box
    Borders and padding are drawn inside the set width of your content. The margin is drawn outside. */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #454444;
  font-family: Arial, Helvetica, Verdana;
  text-rendering: auto;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale; }

a, a:active, a:visited, a:hover {
  color: #454444; }

a:hover {
  text-decoration: none; }

.clear {
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  content: "."; }

.modal {
  display: none; }

/* <1104px => 14er grid */
@media (max-width: 69rem) {
  .wrapper,
  .trust-bar ul,
  .level-1-nav-list > div {
    width: 970px; }

  /* page width */
  .level-2-nav-dropdown {
    width: 760px; }

  .sidebar {
    width: 200px;
    margin-right: 10px; }

  .productlist, .categoryHeaderContainer, .categoryHeaderContainer {
    width: 760px; }

  .productData {
    width: 200px;
    margin-left: 10px; }
    .productData:nth-child(3n+1), .productData:nth-child(3n+3) {
      margin-left: 0; }
    .productData:nth-child(3n+2) {
      margin-left: 80px;
      margin-right: 80px; }

  .profi {
    width: 200px;
    margin-left: 10px;
    margin-left: 20px;
    margin-right: 20px; }

  .productPicturebox {
    width: 550px;
    margin: 0px 10px; }

  .productInfobox, .productBuybox, .variantsBox .selectBox .dropDown {
    width: 200px; } }
/* >1104px => 15er grid */
@media (min-width: 69rem) and (max-width: 82rem) {
  .wrapper,
  .trust-bar ul,
  .level-1-nav-list > div {
    width: 1040px; }

  /* page width */
  .level-2-nav-dropdown {
    width: 830px; }

  .sidebar {
    width: 200px;
    margin-right: 10px; }

  .productlist, .categoryHeaderContainer, .categoryHeaderContainer {
    width: 830px; }

  .productData {
    width: 200px;
    margin-left: 10px; }
    .productData:nth-child(4n+1) {
      margin-left: 0; }

  .profi {
    width: 200px;
    margin-left: 10px; }
    .profi:nth-child(5n+1) {
      margin-left: 0; }

  .productPicturebox {
    width: 620px;
    margin: 0px 10px; }

  .productInfobox, .productBuybox, .variantsBox .selectBox .dropDown {
    width: 200px; } }
/* >1312px => 18er grid */
@media (min-width: 82rem) {
  .wrapper,
  .trust-bar ul,
  .level-1-nav-list > div {
    width: 1250px; }

  /* page width */
  .level-2-nav-dropdown {
    width: 1040px; }

  .sidebar {
    width: 200px;
    margin-right: 10px; }

  .productlist, .categoryHeaderContainer, .categoryHeaderContainer {
    width: 1040px; }

  .productData {
    width: 200px;
    margin-left: 10px; }
    .productData:nth-child(5n+1) {
      margin-left: 0; }

  .profi {
    width: 200px;
    margin-left: 10px; }
    .profi:nth-child(6n+1) {
      margin-left: 0; }

  .productPicturebox {
    width: 690px;
    margin: 0px 10px; }

  .productInfobox, .productBuybox, .variantsBox .selectBox .dropDown {
    width: 270px; } }
@font-face {
  font-family: 'fontawesome';
  src: url("../webfonts/fontawesome-webfont.eot");
  src: url("../webfonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../webfonts/fontawesome-webfont.woff") format("woff"), url("../webfonts/fontawesome-webfont.ttf") format("truetype"), url("../webfonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello';
  src: url("../webfonts/fontello.eot?14839051");
  src: url("../webfonts/fontello.eot?14839051#iefix") format("embedded-opentype"), url("../webfonts/fontello.woff?14839051") format("woff"), url("../webfonts/fontello.ttf?14839051") format("truetype"), url("../webfonts/fontello.svg?14839051#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 10px;
  height: 36px;
  line-height: 36px; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    float: right;
    margin-right: 10px;
    color: #949494; }
    h1 small.save:before,
    h2 small.save:before,
    h3 small.save:before,
    h4 small.save:before,
    h5 small.save:before,
    h6 small.save:before {
      margin-right: 5px;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e80f'; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 16px; }

h3,
h4,
h5,
h6 {
  font-size: 14px; }

small {
  font-size: 11px;
  font-weight: 100; }

.headline, #footer h1, #footer h2, #footer h3 {
  position: relative;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  padding-left: 13px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 2px;
  background: #fafafa;
  color: #616161;
  margin-bottom: 10px; }
  .headline:before, #footer h1:before, #footer h2:before, #footer h3:before {
    content: '';
    width: 3px;
    height: 36px;
    position: absolute;
    left: 0;
    background: #fdd835; }

.normal-text {
  font-size: 14px;
  color: #616161; }

#footer h1, #footer h2, #footer h3 {
  font-size: 14px; }

.bold {
  font-weight: 600; }

.bolder {
  font-weight: 900; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.servicePanel {
  position: fixed;
  top: 50%;
  left: -209px;
  margin-top: -25vh;
  width: 210px;
  z-index: 300;
  border: 1px solid #e9e9e9;
  color: #616161;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.66s ease-in-out;
  -moz-transition: all 0.66s ease-in-out;
  -webkit-transition: all 0.66s ease-in-out; }
  .servicePanel:hover {
    left: 0; }
    .servicePanel:hover header .close:before {
      content: '\e81a'; }
  .servicePanel header {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 36px; }
    .servicePanel header .close {
      position: absolute;
      right: -36px;
      top: -1px;
      width: 36px;
      border-top: 1px solid #e9e9e9;
      border-right: 1px solid #e9e9e9;
      border-bottom: 1px solid #e9e9e9;
      border-left: 1px solid white-color;
      text-align: center;
      line-height: 36px;
      background: #fff;
      cursor: pointer;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .servicePanel header .close:before {
        content: '\e81b'; }
  .servicePanel ul {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #e9e9e9;
    font-size: 12px; }
    .servicePanel ul:first-of-type {
      border-top: none; }
    .servicePanel ul.serviceInfo li {
      height: 48px;
      line-height: 48px; }
      .servicePanel ul.serviceInfo li span {
        display: inline-block;
        line-height: normal; }
      .servicePanel ul.serviceInfo li a {
        display: block;
        height: 36px;
        padding: 0 10px;
        line-height: 36px;
        text-decoration: none; }
        .servicePanel ul.serviceInfo li a:hover {
          border-radius: 2px;
          background: #fafafa;
          transition: all 0.33s ease-in-out;
          -moz-transition: all 0.33s ease-in-out;
          -webkit-transition: all 0.33s ease-in-out; }
        .servicePanel ul.serviceInfo li a:before {
          content: '';
          margin-right: 10px;
          font-size: 14px;
          font-family: 'fontello';
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #b3b3b3; }
      .servicePanel ul.serviceInfo li.openingTimes a:before {
        content: '\e858';
        float: left;
        line-height: 23px; }
      .servicePanel ul.serviceInfo li.mailInfo a:before {
        content: '\e855'; }
      .servicePanel ul.serviceInfo li.hotlineInfo a:before {
        content: '\e853'; }
    .servicePanel ul.newsletterPanel {
      background: #e7eff8; }
      .servicePanel ul.newsletterPanel li img {
        float: left; }
      .servicePanel ul.newsletterPanel li p {
        display: inline-block;
        margin: 10px 0 10px 10px;
        font-size: 14px;
        font-weight: 600;
        color: #00a0e1; }
        .servicePanel ul.newsletterPanel li p span {
          display: block;
          font-size: 12px;
          font-weight: normal;
          color: #949494; }
      .servicePanel ul.newsletterPanel li input[type="text"] {
        min-width: inherit;
        width: 100%; }
    .servicePanel ul.socialMedia {
      display: inline-block; }
      .servicePanel ul.socialMedia li .footer_socialmediaBox {
        display: none; }
      .servicePanel ul.socialMedia li .socialmedia {
        display: inline-block;
        width: 36px;
        height: 36px;
        float: left;
        margin: 0 14px 7px 0;
        text-align: center;
        line-height: 36px;
        border-radius: 2px;
        font-size: 20px;
        text-decoration: none;
        color: #fff;
        background: #f5f5f5;
        font-family: 'fontello';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
        .servicePanel ul.socialMedia li .socialmedia:nth-child(4n+1) {
          margin: 0 0 11px 0; }
        .servicePanel ul.socialMedia li .socialmedia.facebook {
          background: #3C5A9A; }
        .servicePanel ul.socialMedia li .socialmedia.twitter {
          background: #5EAADE; }
        .servicePanel ul.socialMedia li .socialmedia.youtube {
          background: #E63025; }
        .servicePanel ul.socialMedia li .socialmedia.googleplus {
          background: #DE4B39; }
        .servicePanel ul.socialMedia li .socialmedia.instagram {
          background: #757575; }
        .servicePanel ul.socialMedia li .socialmedia.insideout {
          background: #0cb9c3; }

.lp-center-headline {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 30px 0;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px; }
  .lp-center-headline span {
    display: block;
    font-size: 20px;
    font-weight: normal; }
  .lp-center-headline:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    background: url("/out/tennispoint/img/lp-before.jpg") no-repeat center; }
  .lp-center-headline:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    background: url("/out/tennispoint/img/lp-after.jpg") no-repeat center; }

/*
* define flags
*/
.flag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6.5px 10px;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
  .flag.sale {
    background: #f22613; }
  .flag.preorder {
    background: #00a0e1; }
  .flag.video {
    background: #ffa537; }
  .flag.new {
    background: #b6d458; }
  .flag.tk {
    background: #f22613; }

/*
* basic price style
*/
.oldPrice {
  color: #cecece;
  font-size: 11px; }

.price {
  font-size: 20px;
  font-weight: 600; }
  .price .sale {
    color: #f22613; }

/*
* basic wishlist style
*/
/*
Responsive LP styles
*/
#rsp_html_wrapper {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }

.rsp_container {
  padding: 0;
  display: inline-block;
  float: left;
  min-height: 20px;
  position: relative; }

.rsp_container img {
  width: auto;
  height: auto; }

/* 100% */
.rsp_html_container_full {
  width: 100%; }

/* 50% */
.rsp_html_container_large {
  width: 50%; }

/* 33,3% */
.rsp_html_container_medium {
  width: 33.333333333%; }

/* 25% */
.rsp_html_container_small {
  width: 25%; }

/* 16,6% */
.rsp_html_container_tiny {
  width: 16.666666666%; }

@media (max-width: 480px) {
  .rsp_html_container_large {
    width: 100%; }

  .rsp_html_container_medium {
    width: 100%; }

  .rsp_html_container_small {
    width: 50%; }

  .rsp_html_container_tiny {
    width: 33.333333333%; } }
/**/
.linkToWishList,
.loginToWishList {
  margin-top: 10px;
  position: absolute;
  top: 5px;
  right: 5px; }
  .linkToWishList:after,
  .loginToWishList:after {
    content: '\e83e';
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .linkToWishList.active:after,
  .loginToWishList.active:after {
    content: '\e83e';
    color: red; }

.tooltip {
  max-width: 150px;
  padding: 10px;
  font-size: 11px;
  position: absolute;
  z-index: 300;
  background: #fff;
  color: #949494;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
  .tooltip b {
    font-weight: 600; }
  .tooltip div {
    margin-bottom: 5px; }
  .tooltip:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    margin-left: -4px;
    z-index: 1; }
  .tooltip:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #e9e9e9 transparent;
    display: block;
    width: 0;
    margin-left: -5px; }

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
  table tr {
    /*&:nth-child(2n+1) {
        background:$grey-100;
    }*/ }
    table tr:hover {
      background: #fafafa; }
    table tr th,
    table tr td {
      border: 1px solid #e9e9e9;
      text-align: center; }
    table tr td {
      padding: 10px; }
      table tr td:hover {
        background: #f5f5f5; }
    table tr th {
      background: #616161;
      color: #fff;
      padding: 10px;
      font-weight: 600;
      border-color: #616161; }

hr {
  border: none;
  background-color: #e9e9e9;
  height: 1px; }

.shortDescription {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 15px 20px; }
  .shortDescription li {
    margin-bottom: 15px;
    position: relative; }
    .shortDescription li:last-child a {
      color: #949494; }
    .shortDescription li:before {
      content: '';
      position: absolute;
      left: -20px;
      width: 12px;
      height: 12px;
      background: url("../../img/tp_bulletpoint.png") no-repeat top left; }
    .shortDescription li b {
      font-weight: 600; }

.questions {
  margin: 15px 0;
  float: left; }
  .questions .hotline {
    font-size: 14px;
    margin-bottom: 5px; }
    .questions .hotline:hover:before {
      animation: shake .5s ease-in-out; }
    .questions .hotline a {
      text-decoration: none; }
    .questions .hotline:before {
      content: '\e853';
      margin-right: 10px;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .questions time {
    font-size: 11px;
    color: #949494; }

.viewport {
  overflow: hidden;
  position: relative;
  top: 0; }

.overview {
  position: relative;
  width: 100%;
  list-style: none;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  background: #fff; }

.scrollbar {
  position: absolute;
  right: 1px;
  z-index: 10;
  width: 10px; }
  .scrollbar.disable {
    display: none; }

.track {
  background-color: transparent;
  height: 100%;
  width: 13px;
  position: relative;
  padding: 0 1px; }

.thumb {
  background-color: #212121;
  height: 25px;
  width: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.5; }

.amountbutton {
  font-family: 'fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #616161;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-weight: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out; }
  .amountbutton:hover, .amountbutton:focus, .amountbutton:target {
    background: #f5f5f5; }

.amount-controls-refresh:hover, .amount-controls-refresh:focus, .amount-controls-refresh:target {
  transform: rotate(360deg);
  transition: all 1s ease-in-out; }

.makemeabox {
  padding: 10px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }

.form {
  display: inline-block;
  width: 100%; }
  .form li {
    float: left; }
    .form li input[type=text],
    .form li input[type=email],
    .form li input[type=number],
    .form li input[type=password] {
      width: 225px;
      /* >1312px => 18er grid */ }
      @media (min-width: 82rem) {
        .form li input[type=text],
        .form li input[type=email],
        .form li input[type=number],
        .form li input[type=password] {
          width: 295px; } }
    .form li.billship {
      display: inline-block; }
      .form li.billship label {
        margin: 0;
        margin: 0 5px 0 10px; }
      .form li.billship input {
        float: none;
        position: relative;
        top: 7px; }
    .form li.formNote {
      width: 100%;
      margin: 10px 0 30px;
      font-size: 12px;
      color: #949494; }

.addressInput {
  width: 100%;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out; }
  .addressInput li {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 30px;
    float: none; }
    .addressInput li label {
      display: inline-block; }
      .addressInput li label.valid {
        position: absolute;
        top: 10px; }
    .addressInput li input[type="text"],
    .addressInput li input[type="password"],
    .addressInput li input[type="number"],
    .addressInput li input[type="email"],
    .addressInput li input[type="tel"],
    .addressInput li select {
      width: 302px;
      margin: 5px 10px 5px 10px; }
      .addressInput li input[type="text"].short,
      .addressInput li input[type="password"].short,
      .addressInput li input[type="number"].short,
      .addressInput li input[type="email"].short,
      .addressInput li input[type="tel"].short,
      .addressInput li select.short {
        min-width: 84px;
        width: 84px; }
      .addressInput li input[type="text"].mid,
      .addressInput li input[type="password"].mid,
      .addressInput li input[type="number"].mid,
      .addressInput li input[type="email"].mid,
      .addressInput li input[type="tel"].mid,
      .addressInput li select.mid {
        min-width: 193px;
        width: 193px; }

.forgotPasswordOpener {
  display: block;
  line-height: 36px;
  font-size: 11px;
  text-decoration: none;
  color: #949494; }
  .forgotPasswordOpener:before {
    margin-right: 5px;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e86b'; }

.addresslist li,
.addressInfo li,
.orderList li {
  padding: 10px;
  font-size: 11px;
  border: 1px solid #e9e9e9; }
  .addresslist li strong,
  .addressInfo li strong,
  .orderList li strong {
    display: block;
    font-size: 14px;
    font-weight: 600; }
  .addresslist li:active,
  .addressInfo li:active,
  .orderList li:active {
    background: #fafafa; }

.checkout_options_login h3 {
  line-height: normal; }
.checkout_options_login ul li {
  margin: 10px 0; }
  .checkout_options_login ul li .forgotPasswordOpener {
    display: block;
    line-height: 36px;
    font-size: 11px;
    text-decoration: none;
    color: #949494; }
    .checkout_options_login ul li .forgotPasswordOpener:before {
      margin-right: 5px;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e86b'; }

.keepmeinmind {
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .keepmeinmind input {
    margin: 0;
    float: right !important; }
  .keepmeinmind label {
    display: inline-block;
    line-height: 24px;
    margin: 8px 0 0 5px;
    float: right;
    color: #949494; }

.servicecenter_start {
  display: inline-block;
  margin-bottom: 60px;
  position: relative;
  padding: 0 !important; }
  .servicecenter_start .sc-list-item {
    position: relative;
    float: left;
    width: 243px;
    height: 162px;
    margin-bottom: 15px;
    overflow: hidden;
    list-style: none;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
    @media (min-width: 82rem) {
      .servicecenter_start .sc-list-item {
        margin: 0 15px 15px 0; }
        .servicecenter_start .sc-list-item:nth-child(3n+2) {
          margin: 0 15px 15px 0 !important; }
        .servicecenter_start .sc-list-item:nth-child(4n+4) {
          margin: 0 0 15px !important; } }
    .servicecenter_start .sc-list-item:nth-child(3n+2) {
      margin: 0 15px 15px;
      /* >1104px => 15er grid */ }
      @media (min-width: 69rem) and (max-width: 82rem) {
        .servicecenter_start .sc-list-item:nth-child(3n+2) {
          margin: 0 50px 15px; } }
    .servicecenter_start .sc-list-item img {
      width: 100%; }
      .servicecenter_start .sc-list-item img:hover ~ .easeBox {
        height: 100px;
        transition: all 0.66s ease-in-out;
        -moz-transition: all 0.66s ease-in-out;
        -webkit-transition: all 0.66s ease-in-out; }
    .servicecenter_start .sc-list-item .easeBox {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 36px;
      margin: 0;
      padding: 0 10px;
      text-align: center;
      font-size: 14px;
      background: rgba(250, 250, 250, 0.9); }
      .servicecenter_start .sc-list-item .easeBox:hover {
        height: 100px;
        transition: all 0.66s ease-in-out;
        -moz-transition: all 0.66s ease-in-out;
        -webkit-transition: all 0.66s ease-in-out; }

.service_header {
  width: 760px;
  display: inline-block;
  /* >1104px => 15er grid */
  /* >1312px => 18er grid */ }
  @media (min-width: 69rem) and (max-width: 82rem) {
    .service_header {
      width: 830px; } }
  @media (min-width: 82rem) {
    .service_header {
      width: 1040px; } }
  .service_header li {
    float: left; }
    .service_header li.searchBox, .service_header li.questions {
      position: relative;
      margin: 0; }
      .service_header li.searchBox input, .service_header li.questions input {
        width: 270px; }
    .service_header li.questions h3 {
      height: auto;
      line-height: normal; }
    .service_header li.questions, .service_header li.contactForm {
      float: left; }
    .service_header li.contactForm {
      margin-right: 30px; }

.servicemenu .sidebar {
  margin: 0 10px 60px 0; }
  .servicemenu .sidebar .level-1-nav li a[title="Info- und Servicecenter"]:after {
    content: ''; }
  .servicemenu .sidebar .level-2-nav .level-2-nav {
    display: none; }
  .servicemenu .sidebar .level-2-nav li.active > .level-2-nav {
    display: inline; }
  .servicemenu .sidebar .level-2-nav li.active {
    -webkit-box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.2);
    border-bottom: 0; }

.pageHead {
  float: left;
  margin-bottom: 30px;
  font-size: 34px; }

.cmsContent, .orderOverview, .accountContent {
  float: left;
  width: 760px;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: normal;
  /* >1104px => 15er grid */
  /* >1312px => 18er grid */ }
  @media (min-width: 69rem) and (max-width: 82rem) {
    .cmsContent, .orderOverview, .accountContent {
      width: 830px; } }
  @media (min-width: 82rem) {
    .cmsContent, .orderOverview, .accountContent {
      width: 1040px; } }

.cmsContent ul, .cmsContent ol {
  margin: 10px 0;
  padding: 0 0 0 15px; }
  .cmsContent ul li, .cmsContent ol li {
    display: list-item;
    margin-bottom: 10px; }
.cmsContent ul {
  list-style: disc; }
.cmsContent ol {
  list-style: decimal; }
.cmsContent p {
  margin-bottom: 10px;
  text-align: justify; }
.cmsContent strong {
  font-weight: 600; }
.cmsContent #wishlistProductList {
  /* <1104px => 14er grid */ }
  @media (max-width: 69rem) {
    .cmsContent #wishlistProductList .productData:nth-child(3n+2) {
      margin: 0 72px; } }

.addresslist {
  display: inline-block;
  position: relative;
  padding: 0 !important;
  margin-top: 10px;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .addresslist li {
    display: inline-block !important;
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
    cursor: pointer; }
    .addresslist li label {
      cursor: pointer;
      margin: 0; }
    .addresslist li button {
      overflow: visible; }
      .addresslist li button .login-icon {
        margin: 0;
        font-size: 20px; }
      .addresslist li button .tooltip {
        display: none;
        top: -36px;
        left: 50%;
        margin-left: -75px;
        min-width: 150px;
        line-height: 4px;
        font-weight: normal; }
      .addresslist li button:hover .tooltip {
        display: block; }
    .addresslist li:before {
      content: '\e84e';
      position: absolute;
      top: 41px;
      right: -36px;
      width: 36px;
      font-size: 20px;
      text-align: center;
      line-height: 36px;
      border-top: 1px solid #e9e9e9;
      border-right: 1px solid #e9e9e9;
      border-bottom: 1px solid #e9e9e9;
      border-left: 1px solid #fff;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #e9e9e9;
      background: #fff; }
    .addresslist li:after {
      content: '\e80b';
      position: absolute;
      top: -1px;
      right: -36px;
      width: 36px;
      font-size: 20px;
      text-align: center;
      line-height: 36px;
      border-top: 1px solid #e9e9e9;
      border-right: 1px solid #e9e9e9;
      border-bottom: 1px solid #e9e9e9;
      border-left: 1px solid #fff;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #e9e9e9;
      background: #fff; }
    .addresslist li.isedit:before {
      right: -35px;
      color: #454444; }
    .addresslist li.isdefault:after {
      color: #b6d458; }
  .addresslist input {
    position: absolute !important;
    top: 50%;
    right: 10px;
    margin-top: -12px !important; }
    .addresslist input:after {
      content: ''; }
    .addresslist input:checked:after {
      content: '\e80b'; }

.scrollToTop {
  position: fixed;
  bottom: 60px;
  right: -2px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-family: 'fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 5px #9e9e9e;
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out; }
  .scrollToTop:hover {
    box-shadow: 0 0 6px #9e9e9e; }

.doyouknow {
  margin: 40px 0 30px;
  position: relative;
  border-left: 3px solid #fdd835;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 2px;
  background: #fafafa; }
  .doyouknow:before {
    margin-right: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    background: #fdd835;
    content: '\e859'; }
  .doyouknow.cont:before {
    content: '\e86c'; }
  .doyouknow p {
    margin: 10px 0;
    font-size: 12px;
    color: #bdbdbd;
    text-align: justify;
    line-height: 140%; }
    .doyouknow p span {
      font-size: 14px;
      font-weight: 600;
      color: #fdd835; }
  .doyouknow a {
    color: #bdbdbd; }
  .doyouknow h2 {
    display: inline-block;
    height: auto;
    padding: 10px;
    margin: 10px;
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 100%;
    text-align: center;
    color: #9e9e9e;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 0; }
  .doyouknow strong {
    font-weight: 600; }
  .doyouknow ul li {
    padding: 5px 0;
    font-size: 12px; }
  .doyouknow.cont {
    padding: 0 10px 20px;
    background: none;
    border: none; }

.shipping_table tr th {
  text-align: left; }
.shipping_table tr td {
  padding: 5px 10px;
  vertical-align: top;
  font-size: 12px;
  text-align: left; }
  .shipping_table tr td:first-child {
    width: 50%; }
  .shipping_table tr td:nth-child(2) {
    width: 25%; }
  .shipping_table tr td:last-child {
    font-size: 11px;
    width: 25%; }
  .shipping_table tr td .countrylist {
    padding: 0;
    list-style: none; }
    .shipping_table tr td .countrylist li {
      line-height: 12px;
      font-weight: 600; }

.center {
  text-align: center;
  padding-bottom: 30px; }

.tp-box {
  display: inline-block;
  min-height: 202px;
  padding: 10px;
  margin: 0 10px 30px;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
  .tp-box.green {
    background: #f4f9e6;
    display: none; }
  .tp-box header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
    .tp-box header img {
      float: left;
      margin-right: 10px;
      border-radius: 50%; }
    .tp-box header h3 {
      line-height: normal; }
      .tp-box header h3 span {
        display: block;
        font-size: 12px;
        font-weight: normal; }
  .tp-box ul.list-form {
    display: inline-block;
    width: 720px;
    padding: 0;
    list-style: none; }
    .tp-box ul.list-form li {
      width: 172px;
      margin-right: 10px;
      float: left; }
      .tp-box ul.list-form li:last-child {
        margin-right: 0; }
      .tp-box ul.list-form li input[type="text"] {
        width: 100%;
        min-width: auto; }
  .tp-box p {
    text-align: initial; }

.sidebar_list_container {
  margin-top: 30px; }
  .sidebar_list_container header {
    height: 36px;
    margin-bottom: -1px;
    border: none; }
    .sidebar_list_container header span {
      position: absolute;
      right: 0;
      top: -10px;
      width: 36px;
      line-height: 36px;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      text-align: center;
      font-size: 20px;
      color: #fff;
      background: #fdd835; }
  .sidebar_list_container ul {
    font-size: 14px; }
    .sidebar_list_container ul li {
      padding: 6px 10px;
      font-size: 12px;
      line-height: 36px;
      border-top: 1px solid #e9e9e9;
      cursor: pointer; }
      .sidebar_list_container ul li:hover {
        transition: all 0.33s ease-in-out;
        -moz-transition: all 0.33s ease-in-out;
        -webkit-transition: all 0.33s ease-in-out;
        background: #fafafa; }
      .sidebar_list_container ul li .info-list {
        font-size: 14px;
        line-height: normal;
        font-weight: 600;
        color: #949494; }
        .sidebar_list_container ul li .info-list span {
          display: block;
          font-weight: normal;
          color: #cecece; }
      .sidebar_list_container ul li .tp-checkbox-label {
        margin-top: 0;
        cursor: pointer; }
        .sidebar_list_container ul li .tp-checkbox-label .tp-checkbox {
          margin-right: 0;
          line-height: 36px; }
          .sidebar_list_container ul li .tp-checkbox-label .tp-checkbox:before {
            content: '\e829'; }
        .sidebar_list_container ul li .tp-checkbox-label span {
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          font-weight: 600; }
      .sidebar_list_container ul li .subtitle {
        margin-left: 5px;
        font-weight: normal !important;
        color: #cecece; }
      .sidebar_list_container ul li .icon {
        width: 24px;
        float: right;
        text-align: center;
        font-size: 16px;
        font-weight: normal !important;
        font-family: 'fontello';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #616161; }
  .sidebar_list_container .flexBox {
    margin: 5px 0; }
  .sidebar_list_container.aside_cms section {
    margin-top: 1px;
    padding: 10px;
    border: 1px solid #e9e9e9; }
    .sidebar_list_container.aside_cms section article header {
      margin: 0 0 10px 0;
      font-size: 14px;
      font-weight: 600; }
      .sidebar_list_container.aside_cms section article header small {
        display: block;
        margin-top: 3px;
        color: #949494; }
    .sidebar_list_container.aside_cms section article input {
      width: 100%;
      min-width: inherit; }
    .sidebar_list_container.aside_cms section article .button-box .yellow-btn {
      background: #f7f15b; }
    .sidebar_list_container.aside_cms section article .button-box p {
      display: inline-block;
      margin-top: 5px;
      font-size: 11px;
      color: #cecece; }

.messageWindow {
  display: inline-block;
  min-width: 650px;
  margin-bottom: 30px;
  /* >1312px => 18er grid */ }
  .messageWindow .messageLeft {
    display: inline-block;
    position: relative;
    width: 40%;
    float: left;
    text-align: left;
    border-top: 1px solid #fdd835;
    border-bottom: 1px solid #fdd835;
    border-left: 1px solid #fdd835;
    background: #ffeb3b; }
    .messageWindow .messageLeft .messageImage {
      margin-right: 10px;
      float: left; }
    .messageWindow .messageLeft header {
      margin: 10px 0;
      font-size: 14px;
      font-weight: 600; }
    .messageWindow .messageLeft p {
      padding-right: 10px;
      font-size: 11px; }
    .messageWindow .messageLeft:before {
      content: '\e819';
      display: block;
      position: absolute;
      top: -57px;
      right: 7px;
      width: 0;
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 217px;
      color: #ffeb3b;
      text-shadow: 1px 0 0 #fdd835; }
  .messageWindow .messageRight {
    display: inline-block;
    width: 34%;
    height: 125px;
    float: left;
    padding: 10px 10px 10px 75px;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fafafa; }
    .messageWindow .messageRight ul {
      text-align: center; }
      .messageWindow .messageRight ul li {
        margin: 5px 0; }
        .messageWindow .messageRight ul li a {
          font-size: 11px; }
  @media (min-width: 82rem) {
    .messageWindow .messageLeft {
      width: 60%;
      max-width: 355px; }
      .messageWindow .messageLeft p {
        font-size: 12px; }
    .messageWindow .messageRight {
      width: auto; } }

.packery .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  line-height: 36px;
  text-align: center;
  background: rgba(250, 250, 250, 0.9); }

.rating-lp-wrapper .rating-lp-head {
  margin-top: 10px; }
  .rating-lp-wrapper .rating-lp-head .messageWindow {
    width: 100%; }
    .rating-lp-wrapper .rating-lp-head .messageWindow .messageLeft {
      width: 40%;
      max-width: inherit; }
      .rating-lp-wrapper .rating-lp-head .messageWindow .messageLeft:before {
        top: -47px; }
    .rating-lp-wrapper .rating-lp-head .messageWindow .messageRight {
      width: 60%;
      padding: 10px 10px 10px 90px; }
      .rating-lp-wrapper .rating-lp-head .messageWindow .messageRight ul {
        text-align: left; }
        .rating-lp-wrapper .rating-lp-head .messageWindow .messageRight ul li div input {
          min-width: inherit;
          width: 90%; }
        .rating-lp-wrapper .rating-lp-head .messageWindow .messageRight ul li p {
          font-size: 12px; }
.rating-lp-wrapper .rating-lp-articlelist > li {
  margin-bottom: 30px; }
.rating-lp-wrapper .rating-lp-articlelist li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9; }
  .rating-lp-wrapper .rating-lp-articlelist li .third-width {
    padding-right: 30px; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width:last-of-type {
      padding-right: 0; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-title h2 {
      line-height: normal; }
      .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-title h2 small {
        float: left; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-title p {
      margin-bottom: 10px;
      font-size: 12px;
      color: #cecece; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width img {
      max-width: 200px; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .rating-title {
      display: block;
      font-size: 12px;
      font-weight: 600; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list {
      display: inline-block;
      width: 100%; }
      .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li {
        position: relative;
        margin-right: 5px;
        float: left;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        border: none;
        /* >1104px => 15er grid */
        /* >1312px => 18er grid */ }
        @media (min-width: 69rem) and (max-width: 82rem) {
          .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li {
            margin-right: 9px; } }
        @media (min-width: 82rem) {
          .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li {
            margin-right: 20px; } }
        .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.star {
          font-size: 24px;
          font-family: 'fontello';
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          border-radius: 50%;
          color: #ffeb3b;
          cursor: pointer;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.star:before {
            content: ''; }
          .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.star .tooltip {
            display: none;
            top: -30px;
            left: 50%;
            max-width: 300px;
            min-width: 100px;
            margin-left: -50px;
            font-family: 'Arial', Helvetica, sans-serif;
            line-height: 5px; }
          .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.star:hover {
            transition: all 0.33s ease-in-out;
            -moz-transition: all 0.33s ease-in-out;
            -webkit-transition: all 0.33s ease-in-out;
            animation: shake .33s ease-in-out; }
            .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.star:hover:before {
              content: '\e803'; }
            .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.star:hover .tooltip {
              display: block; }
        .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.empty:before {
          content: '\e804'; }
        .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.full:before {
          content: '\e803'; }
        .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.rating-validation.success {
          color: #b6d458;
          font-family: 'fontello';
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transition: all 0.33s ease-in-out;
          -moz-transition: all 0.33s ease-in-out;
          -webkit-transition: all 0.33s ease-in-out;
          transform: scale(1.3);
          -webkit-transform: scale(1.3);
          -moz-transform: scale(1.3); }
          .rating-lp-wrapper .rating-lp-articlelist li .third-width .rating-lp-insert .star-rate-categories > div .tp-rating-stars-list li.rating-validation.success:before {
            content: '\e80b'; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width button {
      margin-top: 35px; }
      .rating-lp-wrapper .rating-lp-articlelist li .third-width button[disabled] {
        color: #949494;
        background: #eee;
        cursor: not-allowed; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width input[type="text"],
    .rating-lp-wrapper .rating-lp-articlelist li .third-width textarea {
      width: 100%; }
    .rating-lp-wrapper .rating-lp-articlelist li .third-width textarea {
      height: 200px;
      max-width: 383px; }

button,
.button {
  position: relative;
  float: right;
  margin: 10px 4px 10px 4px;
  padding: 0 8px;
  min-width: 64px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none; }

.button-no,
.button-yes {
  font-weight: normal;
  font-family: 'fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .button-no span,
  .button-yes span {
    margin-left: 5px; }

.cta-btn:after {
  font-family: 'fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e819';
  padding-left: 8px; }

.search-input-field-button {
  margin-top: -37px;
  font-family: 'fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 1px; }

.flat-btn, .red-flat-btn, .blue-flat-btn, .green-flat-btn, .yellow-flat-btn {
  background: none; }
  .flat-btn:hover, .red-flat-btn:hover, .blue-flat-btn:hover, .green-flat-btn:hover, .yellow-flat-btn:hover {
    background: #f5f5f5;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out; }

.red-flat-btn {
  color: #f22613; }

.blue-flat-btn {
  color: #00a0e1; }

.green-flat-btn {
  color: #b6d458; }

.yellow-flat-btn {
  color: #fdd835; }

.raised-btn, .red-btn, .blue-btn, .green-btn, .yellow-btn, .grey-btn, .white-btn {
  display: inline-block;
  margin: 6px 4px;
  padding: 0 8px;
  min-width: 36px;
  height: 36px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
  .raised-btn .info-icon, .red-btn .info-icon, .blue-btn .info-icon, .green-btn .info-icon, .yellow-btn .info-icon, .grey-btn .info-icon, .white-btn .info-icon {
    padding-right: 10px; }

.flexBox {
  display: flex; }

.fullwidth-btn {
  width: 100%;
  text-decoration: none; }

.red-btn {
  background: #f22613;
  color: #fff; }

.blue-btn {
  background: #00a0e1;
  color: #fff; }

.green-btn {
  background: #b6d458;
  color: #fff !important; }

.yellow-btn {
  background: #fdd835;
  color: #454444; }

.grey-btn {
  background: #eee;
  color: #454444; }

.white-btn {
  border: 1px solid #e9e9e9;
  background: #fff;
  color: #454444; }
  .white-btn.active, .white-btn:hover {
    border: 1px solid #cecece;
    background-color: #fafafa; }

.category-search-filter-container {
  display: inline-block; }
  .category-search-filter-container:before {
    content: 'Suche in:';
    font-size: 11px;
    padding: 5px;
    position: absolute; }
  .category-search-filter-container .category-search-filter {
    height: 34px;
    width: 148px;
    margin-right: -6px;
    font-weight: 600;
    border-color: #e9e9e9;
    background: #fafafa;
    cursor: pointer; }
    .category-search-filter-container .category-search-filter option {
      padding: 10px; }

.login-icon,
.logout-icon {
  margin-right: 10px;
  font-family: 'fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal; }

.toBasket {
  transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out; }
  .toBasket:after {
    display: inline-block;
    position: absolute;
    top: 37px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    line-height: 36px;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 7px;
    content: '\e83b \e80d';
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out; }
  .toBasket:hover {
    text-indent: -99999em; }
    .toBasket:hover:after {
      top: 0;
      text-indent: 0; }
  .toBasket.hideIcon:hover {
    text-indent: 0; }
    .toBasket.hideIcon:hover:after {
      display: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
  position: relative;
  min-width: 186px;
  padding: 0 10px;
  margin: 5px 10px 5px 0;
  border: 1px solid #e9e9e9;
  height: 36px;
  color: #949494; }
  input[type=text][placeholder],
  input[type=email][placeholder],
  input[type=number][placeholder],
  input[type=password][placeholder],
  input[type=tel][placeholder] {
    color: #bdbdbd; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

label input[type="checkbox"]:checked + .tp-checkbox:before {
  content: '\e80b'; }
label input[type="radio"]:checked + .tp-checkbox:before {
  content: '\e82a'; }
label .tp-checkbox {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
  color: #b6d458;
  font-family: 'fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  label .tp-checkbox:before {
    content: ''; }

input.error, textarea.error {
  border: 1px solid #f22613; }

textarea {
  position: relative;
  min-width: 191px;
  padding: 10px;
  margin: 5px 10px 5px 0;
  border: 1px solid #e9e9e9;
  color: #949494;
  color: #454444;
  font-family: Arial, Helvetica, Verdana;
  text-rendering: auto;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale; }

label {
  display: block;
  margin-top: 10px;
  font-size: 12px; }
  label.checkbox-label {
    display: inline-block;
    margin: 7px 0 0 5px;
    height: 24px;
    line-height: 24px; }
  label .tp-checkbox {
    cursor: pointer; }
    label .tp-checkbox:before {
      content: '\e829'; }
  label.forgot-pw:before {
    margin-right: 10px;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e811'; }

/*.form-row-label {
    position:relative;
    top:30px;
    left:10px;    
    z-index:1;
    
    &:hover {
        top:0;
        left:0;
        @include ease(.5);
    }
}*/
select {
  width: 100%;
  height: 36px;
  border-color: #e9e9e9; }

/*.search-input-field {
    @include columns(4);
    
    @media (min-width: 69rem) and (max-width: 82rem) { 
        @include columns(5);
    }
    
    @media (min-width: 82rem) { 
        @include columns(7);
    }
    
}*/
.selectBox {
  position: relative;
  display: inline-block;
  margin: 16px 4px 0 0;
  width: 145px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #454444;
  background-color: #fafafa;
  border: solid 1px #fafafa;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  /* >1104px => 15er grid */
  /* >1312px => 18er grid */ }
  .selectBox:nth-child(5n+3) {
    margin: 16px 0 0; }
  @media (min-width: 69rem) and (max-width: 82rem) {
    .selectBox {
      margin: 16px 21px 0 0; } }
  @media (min-width: 82rem) {
    .selectBox {
      width: 184px;
      margin: 16px 25px 0 0; } }
  .selectBox:after {
    content: '\e816';
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    transform: rotate(0deg); }
  .selectBox.open {
    background: #fff;
    border-color: #e9e9e9; }
    .selectBox.open:after {
      transition: all 0.33s ease-in-out;
      -moz-transition: all 0.33s ease-in-out;
      -webkit-transition: all 0.33s ease-in-out;
      transform: rotate(180deg); }
    .selectBox.open .selectedOption small {
      top: -6px;
      left: 0px;
      position: absolute;
      font-size: .9em;
      line-height: 0;
      white-space: nowrap;
      font-weight: bold; }
  .selectBox.active .selectedOption {
    top: 17px; }
  .selectBox .dropdownicon {
    position: absolute;
    right: 8px;
    top: 0;
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .selectBox:hover {
    border-color: #e9e9e9; }
    .selectBox:hover .dropDown {
      border-color: #e9e9e9; }

.selectDD {
  height: 100%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .selectDD .selectedOption {
    position: absolute;
    left: 10px;
    top: 11px;
    line-height: normal;
    text-align: left; }
    .selectDD .selectedOption small {
      top: -6px;
      left: 0px;
      position: absolute;
      font-size: .9em;
      line-height: 0;
      white-space: nowrap;
      font-weight: bold; }

.dropDown {
  display: none;
  position: absolute;
  top: 34px;
  left: -1px;
  z-index: 221;
  padding-top: 5px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
  .dropDown:nth-child(5n+3) {
    right: -1px;
    left: inherit; }
    .dropDown:nth-child(5n+3):before {
      right: 0; }
  .dropDown:before {
    content: '';
    height: 1px;
    position: absolute;
    top: -1px;
    width: 145px;
    z-index: 221;
    background: #fff;
    /* >1104px => 15er grid */
    /* >1312px => 18er grid */ }
    @media (min-width: 69rem) and (max-width: 82rem) {
      .dropDown:before {
        width: 143px; } }
    @media (min-width: 82rem) {
      .dropDown:before {
        width: 182px; } }
  .dropDown .viewport {
    max-height: 270px; }
  .dropDown .full-width {
    margin-top: 10px;
    text-align: center; }
  .dropDown button {
    width: 100%;
    float: none; }
  .dropDown .filter-column {
    width: 100%;
    display: inline-block; }
    .dropDown .filter-column .filter-option {
      width: 100%;
      position: relative;
      padding-left: 10px;
      text-align: left;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent; }
      .dropDown .filter-column .filter-option label .tp-checkbox {
        margin-right: 0;
        margin-left: -10px;
        line-height: 36px; }
      .dropDown .filter-column .filter-option.c100700 .tp-checkbox {
        color: #454444 !important; }
      .dropDown .filter-column .filter-option.color label .tp-checkbox {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        text-indent: 0;
        line-height: 36px;
        color: #fff; }
      .dropDown .filter-column .filter-option a {
        display: block;
        text-decoration: none;
        cursor: pointer; }
      .dropDown .filter-column .filter-option:hover {
        font-weight: 600;
        background: #fafafa;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9; }
        .dropDown .filter-column .filter-option:hover.asc:after, .dropDown .filter-column .filter-option:hover.desc:after {
          transition: all 0.11s ease-in-out;
          -moz-transition: all 0.11s ease-in-out;
          -webkit-transition: all 0.11s ease-in-out;
          transform: scale(1.33);
          -webkit-transform: scale(1.33);
          -moz-transform: scale(1.33);
          color: #fdd835; }
      .dropDown .filter-column .filter-option.asc:after {
        position: absolute;
        top: 0;
        right: 20px;
        content: '\e87b';
        font-family: 'fontello';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .dropDown .filter-column .filter-option.desc:after {
        position: absolute;
        top: 0;
        right: 20px;
        content: '\e878';
        font-family: 'fontello';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

label.error {
  display: none;
  color: #f22613; }
label.valid {
  display: inline; }
  label.valid:after {
    content: '\e80b';
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b6d458; }

/* general styles */
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.third-width {
  width: 33%; }

.status {
  padding: 16px 10px;
  margin: 15px 0;
  font-size: 12px; }
  .status.error {
    border: 1px solid #f22613;
    background-color: #fddfdc;
    color: #f22613; }
  .status.info {
    border: 1px solid #00a0e1;
    background-color: #e7eff8;
    color: #00a0e1; }
  .status.ok {
    border: 1px solid #b6d458;
    background-color: #f4f9e6;
    color: #b6d458; }

.socialmediaBox {
  font-size: 12px; }
  .socialmediaBox .socialmediaBoxBox {
    padding: 10px;
    margin-bottom: 30px; }
  .socialmediaBox .footer_socialmediaBox {
    margin-bottom: 30px; }
  .socialmediaBox .socialmedia {
    font-family: 'fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    width: 36px;
    line-height: 36px;
    color: #fff;
    margin-right: 10px;
    float: left;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px; }
    .socialmediaBox .socialmedia:hover {
      -webkit-box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.2);
      margin-top: 1px;
      padding-bottom: 0; }
    .socialmediaBox .socialmedia.facebook {
      background: #3C5A9A; }
    .socialmediaBox .socialmedia.twitter {
      background: #5EAADE; }
    .socialmediaBox .socialmedia.googleplus {
      background: #DE4B39; }
    .socialmediaBox .socialmedia.instagram {
      background: #757575; }
    .socialmediaBox .socialmedia.youtube {
      background: #E63025; }
    .socialmediaBox .socialmedia.insideout {
      background: #0cb9c3;
      height: 36px; }

.impressum {
  line-height: normal;
  font-size: 12px; }

.store-page {
  display: inline-block;
  width: 970px;
  position: relative;
  left: 50%;
  margin-left: -485px; }
  .store-page header .store-header-img {
    height: 437px; }
    .store-page header .store-header-img img {
      width: 100%; }
  .store-page header .main-navigation {
    height: auto; }
    .store-page header .main-navigation li:last-child {
      font-family: 'Arial' Helvetica, sans-serif; }
  .store-page section {
    display: inline-block;
    margin: 30px 0; }
    .store-page section article {
      margin-bottom: 30px;
      text-align: center; }
      .store-page section article header {
        margin-bottom: 20px;
        font-size: 34px; }
      .store-page section article .icon-img {
        margin: 10px 0 30px; }
      .store-page section article p {
        margin-bottom: 10px;
        line-height: normal;
        font-size: 14px; }
        .store-page section article p button, .store-page section article p .button {
          float: none; }
        .store-page section article p .flat-btn, .store-page section article p .red-flat-btn, .store-page section article p .blue-flat-btn, .store-page section article p .green-flat-btn, .store-page section article p .yellow-flat-btn {
          padding: 9.5px 8px; }
      .store-page section article ul.vorteile {
        width: 75%;
        float: right; }
        .store-page section article ul.vorteile li {
          margin-bottom: 5px;
          text-align: left;
          font-size: 14px; }
          .store-page section article ul.vorteile li:before {
            content: '\e80b';
            margin-right: 10px;
            font-family: 'fontello';
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #b6d458; }
      .store-page section article .partner-highway,
      .store-page section article .brand-highway {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        text-align: left; }
        .store-page section article .partner-highway li,
        .store-page section article .brand-highway li {
          float: left;
          margin: 10px; }
          .store-page section article .partner-highway li:first-child,
          .store-page section article .brand-highway li:first-child {
            font-size: 12px;
            line-height: normal;
            color: #949494; }
          .store-page section article .partner-highway li img,
          .store-page section article .brand-highway li img {
            max-width: 48px;
            opacity: .66;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%); }
			
			.store-page section article .partner-highway li img { max-width:68px !Important; }
      .store-page section article .socialmediaBox {
        margin: 30px auto 0;
        min-height: auto; }
        .store-page section article .socialmediaBox .socialmediaBoxBox {
          display: inline-block;
          text-align: center; }

/* above the fold partials */
.main-navigation {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 35px;
  z-index: 230; }

.dark-nav {
  background-color: #616161;
  border-top-color: #fff;
  border-bottom: 3px solid #616161; }
  .dark-nav .main-navigation-list a {
    padding: 8.5px 15px; }
  .dark-nav .main-navigation-list .level-1-nav-list {
    border-color: transparent; }
    .dark-nav .main-navigation-list .level-1-nav-list a {
      color: #fff; }
    .dark-nav .main-navigation-list .level-1-nav-list > div {
      border: 0;
      background: #eee;
      border-bottom: 3px solid #fdd835; }
    .dark-nav .main-navigation-list .level-1-nav-list:hover {
      background: #757575; }
    .dark-nav .main-navigation-list .level-1-nav-list:hover > a {
      color: #fff; }
    .dark-nav .main-navigation-list .level-1-nav-list.current {
      background: #757575; }
    .dark-nav .main-navigation-list .level-1-nav-list.nav-list-sale {
      border-color: #f22613; }
      .dark-nav .main-navigation-list .level-1-nav-list.nav-list-sale:hover {
        border-color: #fdd835; }
      .dark-nav .main-navigation-list .level-1-nav-list.nav-list-sale > a {
        color: #fff;
        background: #f22613; }
    .dark-nav .main-navigation-list .level-1-nav-list .level-1-nav-dropdown {
      border: 0;
      background: #bdbdbd; }
      .dark-nav .main-navigation-list .level-1-nav-list .level-1-nav-dropdown li:after, .dark-nav .main-navigation-list .level-1-nav-list .level-1-nav-dropdown li:before {
        background: none; }
      .dark-nav .main-navigation-list .level-1-nav-list .level-1-nav-dropdown li a:hover {
        background: #9e9e9e;
        border-radius: 2px; }
      .dark-nav .main-navigation-list .level-1-nav-list .level-1-nav-dropdown li .level-2-nav-dropdown ul li a {
        color: #757575; }
        .dark-nav .main-navigation-list .level-1-nav-list .level-1-nav-dropdown li .level-2-nav-dropdown ul li a:hover {
          color: #fff;
          background: #bdbdbd; }

.main-navigation-list {
  width: 100%;
  position: relative;
  height: 28px;
  display: inline-block;
  font-size: 14px; }
  .main-navigation-list > li {
    float: left; }
    .main-navigation-list > li:last-child {
      font-family: 'fontello';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .main-navigation-list > li:last-child span {
        font-size: 20px; }
      .main-navigation-list > li:last-child:hover, .main-navigation-list > li:last-child:focus, .main-navigation-list > li:last-child:active, .main-navigation-list > li:last-child:target {
        background: none;
        border-color: transparent; }
  .main-navigation-list a {
    display: block;
    padding: 7px 15px;
    text-decoration: none; }
  .main-navigation-list .level-1-nav-list {
    text-align: center;
    border-bottom: 3px solid #fff;
    /* >1104px => 15er grid */
    /* >1312px => 18er grid */ }
    .main-navigation-list .level-1-nav-list:hover, .main-navigation-list .level-1-nav-list:focus, .main-navigation-list .level-1-nav-list:target, .main-navigation-list .level-1-nav-list:active {
      background: #fafafa;
      border-bottom: 3px solid #fdd835; }
    .main-navigation-list .level-1-nav-list > ul,
    .main-navigation-list .level-1-nav-list > div {
      display: none; }
    @media (min-width: 69rem) and (max-width: 82rem) {
      .main-navigation-list .level-1-nav-list:nth-child(n+10) {
        display: none !important; } }
    @media (min-width: 82rem) {
      .main-navigation-list .level-1-nav-list:nth-child(n+12) {
        display: none !important; } }
    .main-navigation-list .level-1-nav-list.hideable {
      /* <1104px => 14er grid */ }
      @media (max-width: 69rem) {
        .main-navigation-list .level-1-nav-list.hideable {
          display: none !important; } }
