@import "styles.blessed.min.277d6b3c4298620ec6b037d2f729693e48e151792.css";
@import "styles.blessed.min.277d6b3c4298620ec6b037d2f729693e48e151791.css";

@media (min-width:768px) {
  footer #footer__row__bottom .footer__partners {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

footer #footer__row__bottom .footer__partners h5 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #565657;
}

footer #footer__row__bottom .footer__partners img {
  width: 50px;
  margin-left: 10px;
}

@media (max-width:991px) {
  footer #footer__row__bottom .footer__partners {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  footer #footer__row__bottom .footer__partners h5 {
    font-size: 15px;
    line-height: 20px;
    padding-right: 10px;
  }

  footer #footer__row__bottom .footer__partners img {
    width: 50px;
    margin: 0;
    margin-right: 8px;
  }
}

@media (max-width:767px) {
  footer #footer__row__bottom .flex__wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer #footer__row__bottom .footer__legal {
    text-align: center;
  }

  footer #footer__row__bottom .footer__legal .inline-block:last-of-type {
    padding-right: 0;
  }

  footer #footer__row__bottom .footer__copyright,
  footer #footer__row__bottom .footer__partners {
    text-align: center;
  }

  footer #footer__row__bottom .footer__partners img {
    margin-bottom: 10px;
  }

  footer #footer__row__bottom .footer__row__bottom__item:last-of-type {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}

@media (max-width:767px) and (orientation:landscape) {
  footer #footer__row__bottom .flex__wrapper {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  footer #footer__row__bottom .footer__partners img {
    margin-bottom: 0;
  }

  footer #footer__row__bottom .footer__partners {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
  }

  footer #footer__row__bottom .footer__copyright,
  footer #footer__row__bottom .footer__legal,
  footer #footer__row__bottom .footer__partners {
    text-align: left;
  }
}

@media (max-width:480px) {
  footer #footer__row__bottom .footer__partners:first-of-type {
    padding-right: 5px;
  }

  footer #footer__row__bottom .footer__row__bottom__item:first-of-type {
    margin-bottom: 20px;
  }
}

#scroll-button {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  bottom: 0;
  display: none;
  position: fixed;
  right: 10px;
  text-align: right;
  transition: transform .4s ease-in-out;
  z-index: 9999;
}

#scroll-button .scroll-up {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #fff;
  background-color: #00859b;
  opacity: .7;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#scroll-button .scroll-up .glyphicon {
  top: -.5px;
}

#scroll-button .scroll-up .glyphicon:before {
  padding: 0;
}

#scroll-button .scroll-up:hover {
  text-decoration: none;
}

#scroll-button.rise {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  transition: transform .4s ease-in-out;
}

@media (max-width:768px) {
  #scroll-button {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    right: 5px;
  }

  #scroll-button.rise {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.loading_modal {
  background: rgba(255,255,255,.8) url(../img/modal/loading.gif) 50% 50% no-repeat;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1140;
}

body.loading {
  overflow: hidden;
}

body.loading .loading_modal {
  display: block;
}

.secure-header {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  background-color: #00859b;
}

.secure-header .logo {
  width: 200px;
  height: 62px;
  margin-left: -5px;
}

.secure-header .logo img {
  height: 62px;
}

.secure-header .logo a:focus {
  outline: 0;
}

.secure-footer {
  background-color: #e3e3e3;
  width: 100%;
  border-top: 1px solid #ccc;
}

.secure-footer p {
  margin: 10px 0;
  padding: 0;
  font-size: 11px;
}

a {
  color: #00859b;
}

a :hover {
  text-decoration: none;
}

.accordion-control:hover {
  cursor: pointer;
}

.panel {
  box-shadow: none;
  border-radius: 0!important;
}

.img-center {
  margin: auto;
  width: auto;
}

#supplier_search_left {
  margin: 7px 0 0 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-image: none!important;
  background-color: transparent!important;
  text-shadow: none;
  font-weight: 700;
  color: #555;
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  color: #fff;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.panel-default .panel-heading {
  background: #f5f5f5!important;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(1,#fff))!important;
  background: -ms-linear-gradient(bottom,#eee,#fff)!important;
  background: -moz-linear-gradient(center bottom,#eee 0,#fff 100%)!important;
  background: -o-linear-gradient(#fff,#eee)!important;
  box-shadow: none!important;
  border-radius: 0!important;
}

.panel-default .panel-heading .panel-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255,255,255,.75)!important;
}

.panel-default .panel-heading a:hover {
  text-decoration: none!important;
}

.form-control:focus {
  border-color: #00859b;
  box-shadow: none!important;
}

.help-block {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
}

.help-block.text-danger {
  color: #cd1719;
}

.alert ul {
  list-style-type: none!important;
}

.form-field-no-padding .form-control,
.form-field-no-padding [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.grad-aqua {
  background: #27abd2;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1b88b6),color-stop(1,#27abd2));
  background: -ms-linear-gradient(bottom,#1b88b6,#27abd2);
  background: -moz-linear-gradient(center bottom,#1b88b6 0,#27abd2 100%);
  background: -o-linear-gradient(#27abd2,#1b88b6);
}

.grad-hund {
  background: #846348;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#684e37),color-stop(1,#846348));
  background: -ms-linear-gradient(bottom,#684e37,#846348);
  background: -moz-linear-gradient(center bottom,#684e37 0,#846348 100%);
  background: -o-linear-gradient(#846348,#684e37);
}

.grad-katze {
  background: #b94ad8;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#8d39a4),color-stop(1,#b94ad8));
  background: -ms-linear-gradient(bottom,#8d39a4,#b94ad8);
  background: -moz-linear-gradient(center bottom,#8d39a4 0,#b94ad8 100%);
  background: -o-linear-gradient(#b94ad8,#8d39a4);
}

.grad-terra {
  background: #53c117;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#449f13),color-stop(1,#53c117));
  background: -ms-linear-gradient(bottom,#449f13,#53c117);
  background: -moz-linear-gradient(center bottom,#449f13 0,#53c117 100%);
  background: -o-linear-gradient(#53c117,#449f13);
}

.grad-klein {
  background: #848484;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#606060),color-stop(1,#848484));
  background: -ms-linear-gradient(bottom,#606060,#848484);
  background: -moz-linear-gradient(center bottom,#606060 0,#848484 100%);
  background: -o-linear-gradient(#848484,#606060);
}

.grad-teich {
  background: #54ddd5;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#43beb6),color-stop(1,#54ddd5));
  background: -ms-linear-gradient(bottom,#43beb6,#54ddd5);
  background: -moz-linear-gradient(center bottom,#43beb6 0,#54ddd5 100%);
  background: -o-linear-gradient(#54ddd5,#43beb6);
}

.grad-vogel {
  background: #fccc29;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c9931b),color-stop(1,#fccc29));
  background: -ms-linear-gradient(bottom,#c9931b,#fccc29);
  background: -moz-linear-gradient(center bottom,#c9931b 0,#fccc29 100%);
  background: -o-linear-gradient(#fccc29,#c9931b);
}

.grad-pferd {
  background: #f9df9b;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f6ca56),color-stop(1,#f9df9b));
  background: -ms-linear-gradient(bottom,#f6ca56,#f9df9b);
  background: -moz-linear-gradient(center bottom,#f6ca56 0,#f9df9b 100%);
  background: -o-linear-gradient(#f9df9b,#f6ca56);
}

.grad-vet {
  background: #e178a2;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e74c8b),color-stop(1,#e178a2));
  background: -ms-linear-gradient(bottom,#e74c8b,#e178a2);
  background: -moz-linear-gradient(center bottom,#e74c8b 0,#e178a2 100%);
  background: -o-linear-gradient(#e178a2,#e74c8b);
}

nav.category-animals {
  position: relative;
  width: 100%;
  height: 270px;
  margin: 0 auto 30px auto;
  padding: 0;
}

nav.category-animals .cat-banner-copy {
  font-size: 36px;
  color: #333;
  text-align: center;
  width: 100%;
  z-index: 100;
  margin: 15px 0 15px 0;
}

nav.category-animals>ul {
  position: relative;
  width: auto;
  padding: 0;
  height: 200px;
}

@media (min-width:992px) AND (max-width:1200px) {
  nav.category-animals>ul {
    margin: 0 0 30px -3%;
  }
}

@media (min-width:1200px) {
  nav.category-animals>ul {
    margin: 0 0 30px 5%;
  }
}

nav.category-animals>ul>li:last-child>a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

nav.category-animals>ul>li:last-child :after {
  clear: both;
}

nav.category-animals>ul>li:first-child>a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

nav.category-animals>ul>li {
  list-style: none;
  display: block;
  bottom: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

nav.category-animals>ul>li>div {
  margin: 0;
  border: 0;
  padding: 0;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-size: auto auto;
}

nav.category-animals>ul>li>a {
  bottom: 0;
  display: block;
  position: absolute;
  font-weight: 600;
  background: url(../img/nav-animals/btn-bg.png) repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: normal;
  margin: 0 auto;
  padding: 4px 0 5px;
  text-align: center;
  width: 90%;
}

nav.category-animals>ul .aqua {
  left: 0;
}

nav.category-animals>ul .aqua>div {
  background: url(../img/nav-animals/aqua.png) no-repeat bottom;
  height: 80px;
  width: 100px;
  transform-origin: 50% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .aqua:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .aqua:hover>a {
  background: #1b88b6;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#27abd2),color-stop(1,#1b88b6));
  background: -ms-linear-gradient(bottom,#27abd2,#1b88b6);
  background: -moz-linear-gradient(center bottom,#27abd2 0,#1b88b6 100%);
  background: -o-linear-gradient(#1b88b6,#27abd2);
}

nav.category-animals>ul .teich {
  left: 100px;
  padding: 0;
}

nav.category-animals>ul .teich>div {
  width: 125px;
  height: 158px;
  background: url(../img/nav-animals/teich.png) no-repeat bottom;
  transform-origin: 50% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .teich:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .teich:hover>a {
  background: #43beb6;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#54ddd5),color-stop(1,#43beb6));
  background: -ms-linear-gradient(bottom,#54ddd5,#43beb6);
  background: -moz-linear-gradient(center bottom,#54ddd5 0,#43beb6 100%);
  background: -o-linear-gradient(#43beb6,#54ddd5);
}

nav.category-animals>ul .terra {
  left: 225px;
  height: 110px;
}

nav.category-animals>ul .terra>div {
  width: 125px;
  height: 110px;
  background: url(../img/nav-animals/terra.png) no-repeat bottom;
  transform-origin: 50% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .terra:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .terra:hover>a {
  background: #449f13;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#53c117),color-stop(1,#449f13));
  background: -ms-linear-gradient(bottom,#53c117,#449f13);
  background: -moz-linear-gradient(center bottom,#53c117 0,#449f13 100%);
  background: -o-linear-gradient(#449f13,#53c117);
}

nav.category-animals>ul .katze {
  left: 350px;
}

nav.category-animals>ul .katze>div {
  width: 150px;
  height: 150px;
  background: url(../img/nav-animals/katze.png) no-repeat bottom;
  transform-origin: 50% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .katze:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .katze:hover>a {
  background: #8d39a4;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#b94ad8),color-stop(1,#8d39a4));
  background: -ms-linear-gradient(bottom,#b94ad8,#8d39a4);
  background: -moz-linear-gradient(center bottom,#b94ad8 0,#8d39a4 100%);
  background: -o-linear-gradient(#8d39a4,#b94ad8);
}

nav.category-animals>ul .hund {
  left: 500px;
}

nav.category-animals>ul .hund>div {
  width: 153px;
  height: 193px;
  background: url(../img/nav-animals/hund.png) no-repeat bottom;
  transform-origin: 50% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .hund:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .hund:hover>a {
  background: #684e37;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#846348),color-stop(1,#684e37));
  background: -ms-linear-gradient(bottom,#846348,#684e37);
  background: -moz-linear-gradient(center bottom,#846348 0,#684e37 100%);
  background: -o-linear-gradient(#684e37,#846348);
}

nav.category-animals>ul .pferd {
  left: 650px;
}

nav.category-animals>ul .pferd>div {
  width: 125px;
  height: 225px;
  background: url(../img/nav-animals/pferd.png) no-repeat bottom;
  background-size: contain;
  transform-origin: 10% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .pferd:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .pferd:hover>a {
  background: #f6ca56;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f9df9b),color-stop(1,#f6ca56));
  background: -ms-linear-gradient(bottom,#f9df9b,#f6ca56);
  background: -moz-linear-gradient(center bottom,#f9df9b 0,#f6ca56 100%);
  background: -o-linear-gradient(#f6ca56,#f9df9b);
}

nav.category-animals>ul .klein {
  left: 775px;
}

nav.category-animals>ul .klein>div {
  width: 125px;
  height: 110px;
  background: url(../img/nav-animals/klein.png) no-repeat bottom;
  transform-origin: 50% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .klein:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .klein:hover>a {
  background: #606060;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#848484),color-stop(1,#606060));
  background: -ms-linear-gradient(bottom,#848484,#606060);
  background: -moz-linear-gradient(center bottom,#848484 0,#606060 100%);
  background: -o-linear-gradient(#606060,#848484);
}

nav.category-animals>ul .vogel {
  left: 900px;
}

nav.category-animals>ul .vogel>div {
  width: 100px;
  height: 109px;
  background: url(../img/nav-animals/vogel.png) no-repeat bottom;
  transform-origin: 50% 100%;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

nav.category-animals>ul .vogel:hover>div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

nav.category-animals>ul .vogel:hover>a {
  background: #c9931b;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fccc29),color-stop(1,#c9931b));
  background: -ms-linear-gradient(bottom,#fccc29,#c9931b);
  background: -moz-linear-gradient(center bottom,#fccc29 0,#c9931b 100%);
  background: -o-linear-gradient(#c9931b,#fccc29);
}

#gLeft .filter_search .panel .panel-heading {
  border: medium none;
  padding: 0!important;
}

#gLeft .filter_search .panel .panel-heading .panel-title {
  font-style: normal!important;
  font-weight: 600!important;
}

.FindologicResultQuery {
  height: auto!important;
  clear: both;
}

.FindologicResultQuery img {
  width: 100%;
  max-width: 227px;
}

#gLeft .filter_search .panel .panel-heading a {
  width: 100%!important;
  display: block!important;
  height: 100%!important;
  padding: 10px!important;
}

.filter_search .panel-heading h4 {
  color: inherit;
  font-size: 16px!important;
}

#gLeft .filter_search .panel .panel-body .panel-heading {
  background: rgba(0,0,0,0) -moz-linear-gradient(center bottom,#eee 0,#fff 100%) repeat scroll 0 0!important;
  border: 1px solid #e6e6e6;
}

.filter_search .panel-body .panel-heading h4 {
  color: #404040;
  font-size: 11px;
}

.FindologicFilter .slideContainer a,
.filter_search .slideContainer a {
  color: #777;
}

.filter_search .panel {
  margin-bottom: 10px!important;
  padding: 0;
}

.FindologicSelectedFilter .btn {
  width: 100%;
}

.filter_search li.list-group-item,
.filter_search ul.list-group {
  border: none;
  box-shadow: none;
}

#FindologicSelectedFilter li.list-group-item {
  margin: 1rem 0!important;
  position: relative;
  width: 100%;
}

#FindologicSelectedFilter li.list-group-item i.glyphicon {
  position: absolute;
  top: 3px;
  right: 0;
}

#FindologicSelectedFilter li.list-group-item a:hover i.glyphicon:before {
  content: "\e157"!important;
}

#gLeft .filter_search .selected-item {
  width: auto!important;
  display: inline-block!important;
  padding: 0!important;
}

#gLeft .filter_search .selected-item:hover {
  background: 0 0!important;
  color: #cc071e!important;
  text-decoration: underline!important;
}

#gLeft .filter_search .panel .no-background {
  background: transparent none repeat scroll 0 0!important;
}

#priceSildeContainer {
  padding: 5px 15px;
}

@media (max-width:992px) {
  .FilterMore {
    display: none;
  }
}

.searchresults {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
  color: #504840;
  max-width: 700px;
  position: absolute;
  top: 95px;
  width: 80%;
  z-index: 3000;
}

.leftsearch ul li:last-child {
  border-bottom: none;
}

.leftsearch ul li a {
  padding: 6px 12px;
}

.spinner {
  margin-top: 0;
  position: absolute;
  top: 8px;
  right: 80px;
  text-align: center;
  width: 70px;
  z-index: 300;
}

@media (max-width:767px) {
  .spinner {
    top: 6px;
    right: 40px;
  }
}

.spinner>div {
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #00859b;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.spinner .bounce1 {
  animation-delay: -.32s;
  -webkit-animation-delay: -.32s;
}

.spinner .bounce2 {
  animation-delay: -.16s;
  -webkit-animation-delay: -.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modalbackground {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.nopadding {
  padding-left: 0!important;
  padding-right: 0!important;
}

.searchresults .promotion a {
  display: block;
  text-align: center;
}

.searchresults .promotion a img {
  max-width: 100%;
}

.productimage {
  margin-top: 10%;
  width: 80%;
}

.searchresults .promotion a {
  margin-top: 1%;
}

.searchresults .rightsearch {
  display: block!important;
  float: right;
}

.searchresults .leftsearch {
  display: block!important;
  vertical-align: top!important;
}

div#header .searchresults div.row>div {
  display: block;
  float: left;
}

.mobilesearchicon {
  display: none;
}

.searchresults h1 {
  background: url(/assets/images/backgrounds/grad-25.png) repeat-x center bottom;
  background-size: contain;
  color: #404040;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 600;
  margin: 8px 0 0!important;
  padding: 5px!important;
}

.searchresults .row {
  padding-right: 0;
}

.allresults {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
}

.searchresults li,
.searchresults ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

.searchresults li {
  border-bottom: 1px solid #ececec;
}

.searchresults li a:hover {
  background-color: #f0f0f0;
}

.searchresults a {
  color: #4c3a39;
}

.searchresults a:hover {
  color: #4c3a39;
  text-decoration: none;
}

.searchresults li a {
  display: block;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  width: 100%;
}

.productprice,
.producttext {
  display: table-cell;
  min-height: 30px;
  vertical-align: middle;
}

.productprice {
  padding-right: 3px;
  text-align: right;
}

.productrow {
  border-bottom: 1px solid #ececec;
  display: block;
  margin: 0;
  padding: 6px 12px;
}

.productrow:hover {
  background-color: #f0f0f0;
}

.productrow:last-child {
  border-bottom: none;
}

@media (max-width:1200px) and (min-width:992px) {
  .searchresults {
    width: 80%;
    right: calc(50% - 470px)!important;
  }
}

@media (max-width:991px) {
  .searchresults {
    left: 0!important;
    width: 100%!important;
    box-shadow: none;
    z-index: 200;
    max-width: none;
    top: 117px;
  }

  #header .basket {
    position: relative;
  }

  .searchActive #header .basket {
    display: none;
  }

  .productprice,
  .producttext {
    vertical-align: middle;
    min-height: 80px;
    display: table-cell;
  }

  .modalbackground {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .searchActive .search {
    display: block;
    left: 0;
    margin-top: 0!important;
    padding: 2px 3% 7px;
    position: fixed;
    width: 100%!important;
    background-color: #00859b;
  }

  .searchResultsVisible #content,
  .searchResultsVisible footer {
    display: none;
  }

  .searchActive .input-group-btn {
    z-index: 300;
  }

  .searchActive #header {
    min-height: 87px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
  }

  .searchNotActive .mobilesearchicon {
    display: block;
    position: absolute;
    top: -5px;
    right: 55px;
    cursor: pointer;
    padding: 5px;
    font-size: 30px;
    color: #fff;
  }
}

@media (max-width:991px) and screen and (-ms-high-contrast:active),(max-width:991px) and (-ms-high-contrast:none) {
  .searchresults .searchresults {
    top: 124px;
  }
}

@media (max-width:991px) {
  #main-navbar-container {
    top: 63px;
  }

  body.searchBarActive #main-navbar-container {
    top: 117px;
  }

  body.heroBannerActive #main-navbar-container {
    top: 239px;
  }

  body.heroBannerActive header div#header {
    top: 161px;
  }

  body.searchBarActive.heroBannerActive #main-navbar-container {
    top: 306px;
  }
}

@media (max-width:991px) and screen and (-ms-high-contrast:active),(max-width:991px) and (-ms-high-contrast:none) {
  #main-navbar-container {
    top: 84px;
  }

  body.searchBarActive #main-navbar-container {
    top: 144px;
  }

  body.heroBannerActive #main-navbar-container {
    top: 238px;
  }

  body.heroBannerActive header div#header {
    top: 160px;
  }

  body.searchBarActive.heroBannerActive #main-navbar-container {
    top: 305px;
  }
}

@media (max-width:767px) {
  .searchresults {
    top: 96px;
  }

  body.heroBannerActive .searchresults {
    top: 310px;
  }

  body.heroBannerActive header div#header {
    top: 182px;
  }
}

@media (max-width:767px) and screen and (-ms-high-contrast:active),(max-width:767px) and (-ms-high-contrast:none) {
  .searchresults {
    top: 111px;
  }
}

@media (max-width:767px) and screen and (-ms-high-contrast:active),(max-width:767px) and (-ms-high-contrast:none) {
  body.heroBannerActive .searchresults {
    top: 309px;
  }

  body.heroBannerActive header div#header {
    top: 181px;
  }
}

@media (max-width:767px) {
  #main-navbar-container {
    top: 45px;
  }

  body.searchBarActive #main-navbar-container {
    top: 95px;
  }

  body.heroBannerActive #main-navbar-container {
    top: 215px;
  }

  body.searchBarActive.heroBannerActive #main-navbar-container {
    top: 274px;
  }
}

@media (max-width:767px) and screen and (-ms-high-contrast:active),(max-width:767px) and (-ms-high-contrast:none) {
  #main-navbar-container {
    top: 44px;
  }
}

@media (min-width:992px) {
  #main-navbar-container {
    top: 0;
  }

  body.searchBarActive #main-navbar-container {
    top: 0;
  }
}

@media (min-width:992px) and screen and (-ms-high-contrast:active),(min-width:992px) and (-ms-high-contrast:none) {
  #main-navbar-container {
    top: 0;
  }

  body.searchBarActive #main-navbar-container {
    top: 0;
  }
}

.inline-block {
  display: inline-block;
}

#meta__header {
  background: #f5f5f5;
  height: 36px;
}

#meta__header .flex__wrapper {
  height: 36px;
}

#meta__header .meta__header__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-left: 15px;
  width: 40%;
  font-size: 13px;
  color: #565657;
}

#meta__header .meta__header__left a {
  color: #565657;
  text-decoration: none;
}

#meta__header .meta__header__left a:hover {
  color: #00859b;
}

#meta__header .meta__header__left p {
  margin-bottom: 0;
}

#meta__header .meta__header__left img {
  width: auto;
  max-height: 30px;
}

#meta__header .meta__header__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 60%;
}

@media (min-width:1199px) and (max-width:1200px) {
  #meta__header .meta__header__right {
    width: 60%;
  }
}

#meta__header .meta__header__right a {
  margin-right: 30px;
  color: #565657;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
}

#meta__header .meta__header__right a img {
  height: 26px;
}

#meta__header .meta__header__right a:hover {
  color: #00859b;
}

#startpage__row__benefits {
  color: #878787;
  font-size: 15px;
  padding: 30px 0 30px 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

#startpage__row__benefits .col-sm-4,
#startpage__row__benefits .col-xs-12 {
  padding: 0;
}

#startpage__row__benefits .startpage__icon--benefits {
  color: #b2b2b2;
  font-size: 20px;
}

#startpage__row__benefits .startpage__text {
  font-size: 16px;
}

#startpage__row__benefits .startpage__benefits__item {
  text-align: center;
  color: #878787;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#startpage__row__benefits .startpage__benefits__item .startpage__icon {
  color: #b2b2b2;
}

@media (max-width:991px) {
  #startpage__row__benefits .startpage__text {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  #startpage__row__benefits .flex__wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #startpage__row__benefits .startpage__text {
    font-size: 15px;
  }

  #startpage__row__benefits .startpage__benefits__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  #startpage__row__benefits .startpage__benefits__item:first-of-type {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  #startpage__row__benefits .startpage__benefits__item:last-of-type {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.magazinbanner__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px 50px;
  text-align: center;
}

@media (max-width:991px) {
  .magazinbanner__wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width:767px) {
  .magazinbanner__wrapper {
    margin-bottom: 30px;
  }
}

.magazinbanner__wrapper .magazinbanner__button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  clear: none;
  border-radius: 80px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.magazinbanner__wrapper .magazinbanner__button--grey {
  background-color: #e3e3e3;
  color: #333;
}

.magazinbanner__wrapper .magazinbanner__button--grey:hover {
  background-color: #777;
}

.magazinbanner__wrapper .magazinbanner__button--petrol,
.magazinbanner__wrapper .magazinbanner__button--red {
  background-color: #00859b;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.magazinbanner__wrapper .magazinbanner__button--petrol:hover,
.magazinbanner__wrapper .magazinbanner__button--red:hover {
  background-color: #9f1213;
}

.magazinbanner__wrapper .magazinbanner__button--red {
  background-color: #cd1719;
}

@media (max-width:991px) {
  .magazinbanner__wrapper .magazinbanner__content__wrapper .magazinbanner__button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.magazinbanner__wrapper .magazinbanner__cta__wrapper .magazinbanner__button {
  padding-left: 30px;
  padding-right: 30px;
}

.magazinbanner__wrapper .magazinbanner__title {
  margin-top: 0;
  margin-bottom: 30px;
  float: none;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  color: #565657;
}

.magazinbanner__wrapper .magazinbanner__subtitle {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #565657;
}

.magazinbanner__wrapper .magazinbanner__content__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-right: -10px;
  margin-left: -10px;
  width: 80%;
  margin-bottom: 50px;
}

@media (max-width:1199px) {
  .magazinbanner__wrapper .magazinbanner__content__wrapper {
    width: 100%;
  }
}

@media (max-width:480px) {
  .magazinbanner__wrapper .magazinbanner__content__wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.magazinbanner__wrapper .textblock__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  color: #fff;
  word-wrap: break-word;
}

@media (max-width:991px) {
  .magazinbanner__wrapper .textblock__wrapper {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}

.magazinbanner__wrapper .textblock__wrapper h3 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 700;
  width: 100%;
  word-break: break-all;
}

.magazinbanner__wrapper .textblock__wrapper h5 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  width: 100%;
  word-wrap: break-word;
}

@media (min-width:992px) {
  .magazinbanner__wrapper .textblock__wrapper h3,
  .magazinbanner__wrapper .textblock__wrapper h5 {
    text-shadow: 0 0 4px rgba(0,0,0,.35);
  }
}

@media (max-width:767px) {
  .magazinbanner__wrapper .textblock__wrapper h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .magazinbanner__wrapper .textblock__wrapper h5 {
    font-size: 12px;
    line-height: 14px;
  }
}

.magazinbanner__wrapper .desktop__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.magazinbanner__wrapper .desktop__wrapper .magazinbanner__item {
  width: 100%;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  min-height: 350px;
  height: 25vw;
  max-height: 450px;
}

.magazinbanner__wrapper .tablet__wrapper {
  display: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.magazinbanner__wrapper .tablet__wrapper--images {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.magazinbanner__wrapper .tablet__wrapper--images .magazinbanner__item {
  width: 100%;
  min-height: 250px;
  height: 40vw;
}

.magazinbanner__wrapper .tablet__wrapper--images .magazinbanner__item--left {
  margin-right: 15px;
}

.magazinbanner__wrapper .tablet__wrapper--images .magazinbanner__item--right {
  margin-left: 15px;
}

.magazinbanner__wrapper .tablet__wrapper--text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.magazinbanner__wrapper .tablet__wrapper--text .textblock__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #fff;
  color: #565657;
}

.magazinbanner__wrapper .tablet__wrapper--text .textblock__wrapper--left {
  margin-right: 15px;
}

.magazinbanner__wrapper .tablet__wrapper--text .textblock__wrapper--right {
  margin-left: 15px;
}

@media (min-width:481px) and (max-width:991px) {
  .magazinbanner__wrapper .tablet__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}

.magazinbanner__wrapper .smartphone__wrapper {
  display: none;
}

.magazinbanner__wrapper .smartphone__wrapper .upper__item {
  margin-bottom: 15px;
}

.magazinbanner__wrapper .smartphone__wrapper .lower__item {
  margin-top: 15px;
}

.magazinbanner__wrapper .smartphone__wrapper .magazinbanner__item {
  width: 100%;
  min-height: 250px;
  height: 75vw;
}

.magazinbanner__wrapper .smartphone__wrapper .textblock__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #fff;
  color: #565657;
  margin: 0;
}

@media (max-width:480px) {
  .magazinbanner__wrapper .smartphone__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.emotion__tile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  opacity: 1;
  padding: 30px;
  text-decoration: none;
  transition: opacity .25s ease-in-out;
}

.emotion__tile:focus,
.emotion__tile:hover {
  text-decoration: none;
}

.emotion__tile:not(.default):hover {
  opacity: .7;
  text-decoration: none;
  transition: opacity .25s ease-in-out;
}

.emotion__tile.corner-top-right {
  border-top-right-radius: 20px;
}

.emotion__tile.corner-top-left {
  border-top-left-radius: 20px;
}

.emotion__tile.corner-bottom-left {
  border-bottom-left-radius: 20px;
}

.emotion__tile.corner-bottom-right {
  border-bottom-right-radius: 20px;
}

.emotion__tile.text-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.emotion__tile.text-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.emotion__tile.default {
  background: url(../img/pattern/pattern-paws.jpg) repeat;
  background-size: auto;
  outline: 1px solid #dfdfdf;
}

.emotion__tile.default:focus h3,
.emotion__tile.default:focus h6,
.emotion__tile.default:hover h3,
.emotion__tile.default:hover h6 {
  color: #00859b;
  transition: color .25s ease-in-out;
}

.emotion__tile.small {
  height: 262.5px;
}

@media (max-width:1199px) {
  .emotion__tile.small {
    height: 212.5px;
  }
}

@media (max-width:991px) {
  .emotion__tile.small {
    height: 157.5px;
  }
}

@media (max-width:767px) {
  .emotion__tile.small {
    height: calc(50vw * .61 + 30px);
    width: calc(50% - 15px);
    float: left;
  }
}

.emotion__tile.wide {
  height: 262.5px;
}

@media (max-width:1199px) {
  .emotion__tile.wide {
    height: 212.5px;
  }
}

@media (max-width:991px) {
  .emotion__tile.wide {
    height: 157.5px;
  }
}

@media (max-width:767px) {
  .emotion__tile.wide {
    height: calc(50vw * .61 + 30px);
  }
}

.emotion__tile.large,
.emotion__tile.long {
  height: 440.925px;
}

@media (max-width:1199px) {
  .emotion__tile.large,
  .emotion__tile.long {
    height: 360.425px;
  }
}

@media (max-width:991px) {
  .emotion__tile.large,
  .emotion__tile.long {
    height: 271.875px;
  }
}

@media (max-width:767px) {
  .emotion__tile.long {
    height: calc(50vw * 1.61 - 60px);
    width: calc(50% - 15px);
    float: left;
  }
}

@media (max-width:767px) {
  .emotion__tile.large,
  .emotion__tile.wide {
    height: calc(50vw * .61 + 30px);
    clear: both;
  }
}

.emotion__tile h3,
.emotion__tile h6 {
  color: #565657;
  font-weight: 700;
  margin: 10px 0 10px 0;
  text-align: center;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.emotion__tile h3:focus,
.emotion__tile h3:hover,
.emotion__tile h6:focus,
.emotion__tile h6:hover {
  text-decoration: none;
}

.emotion__tile h3 {
  font-size: 26px;
  line-height: 31px;
}

.emotion__tile h3.color_white {
  text-shadow: 0 0 4px rgba(0,0,0,.35);
}

@media (min-width:768px) and (max-width:991px) {
  .emotion__tile h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.emotion__tile h6 {
  font-size: 18px;
  line-height: 21px;
}

.emotion__tile h6.color_white {
  text-shadow: 0 0 2px rgba(0,0,0,.35);
}

@media (min-width:768px) and (max-width:991px) {
  .emotion__tile h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width:991px) {
  .emotion__tile.large,
  .emotion__tile.long,
  .emotion__tile.small,
  .emotion__tile.wide {
    padding: 15px;
  }
}

@media (max-width:767px) {
  .emotion__tile.large,
  .emotion__tile.long,
  .emotion__tile.small,
  .emotion__tile.wide {
    margin: 7.5px;
    border-radius: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .emotion__tile.large h3,
  .emotion__tile.large h6,
  .emotion__tile.long h3,
  .emotion__tile.long h6,
  .emotion__tile.small h3,
  .emotion__tile.small h6,
  .emotion__tile.wide h3,
  .emotion__tile.wide h6 {
    text-align: left;
  }
}

@media (max-width:480px) {
  .emotion__tile.large,
  .emotion__tile.long,
  .emotion__tile.small,
  .emotion__tile.wide {
    margin: 0 0 15px 0;
    float: none;
    height: calc(50vw * .61 + 60px);
    width: auto;
  }

  .emotion__tile.large h3,
  .emotion__tile.long h3,
  .emotion__tile.small h3,
  .emotion__tile.wide h3 {
    font-weight: 700;
  }

  .emotion__tile.large h6,
  .emotion__tile.long h6,
  .emotion__tile.small h6,
  .emotion__tile.wide h6 {
    font-weight: 600;
  }
}

@media (max-width:991px) {
  #login {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #login>div:first-child {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.login__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  border: 1px solid #dfdfdf;
  color: #565657;
  height: 400px;
  padding: 30px;
}

.login__wrapper .accordeon__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.login__wrapper .accordeon__wrapper .glyphicons {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  display: none;
}

.login__wrapper .accordeon__wrapper .glyphicons:before {
  transition: transform .5s ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.login__wrapper .accordeon__wrapper .glyphicons.expanded:before {
  transition: transform .5s ease-in-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width:991px) {
  .login__wrapper .accordeon__wrapper .glyphicons {
    display: block;
  }
}

@media (max-width:991px) {
  .login__wrapper {
    height: auto;
    margin-bottom: 30px;
  }
}

.login__wrapper h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  margin: 0;
}

.login__wrapper p {
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.login__wrapper .flyout__button {
  padding: 15px;
}

.login__wrapper .flyout__button--petrol,
.login__wrapper .flyout__button--red {
  float: right;
}

.login__wrapper .form-control {
  display: inline-block;
  height: 45px;
  margin-bottom: 20px;
  padding: 9px 15px 10px;
  border: 1px solid #dfdfdf;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 0;
  box-shadow: none;
}

.login__wrapper .form-control:focus,
.login__wrapper .form-control:hover {
  background-color: #fff;
}

.login__wrapper .form-control:focus {
  border-color: #00859b;
  outline: 0;
}

.login__wrapper .konto__loginform__body .password__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}

.login__wrapper .konto__loginform__body .password__wrapper .glyphicons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 20px);
  color: #565657;
  opacity: .7;
  font-size: 16px;
  line-height: 16px;
}

.login__wrapper .konto__loginform__footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.login__wrapper .konto__loginform__footer a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #00859b;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  text-align: left;
}

.login__wrapper .konto__loginform__footer a .glyphicons {
  font-size: 15px;
  line-height: 20px;
}

.login__wrapper .konto__loginform__footer a .glyphicons:before {
  padding: 1px 0 0 5px;
}

@media (max-width:767px) {
  .login__wrapper {
    padding: 10px;
  }
}

.benefit__wrapper {
  margin-bottom: 20px;
  padding-left: 20px;
}

.benefit__wrapper .benefit__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 12px;
}

.benefit__wrapper .benefit__item .glyphicons {
  color: #66a763;
  font-size: 20px;
  margin-right: 20px;
}

.benefit__wrapper .benefit__item .glyphicons:before {
  padding: 0;
}

.guest__order a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #00859b;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 30px;
  text-decoration: none;
  width: 100%;
}

.guest__order a .glyphicons:before {
  padding-right: 0;
}

.ctl_ipayment form .register input,
.ctl_ipayment form .register select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ctl_ipayment form .register div {
  line-height: 40px;
}

.ctl_ipayment form .register #secure_image {
  height: 130px;
  overflow: hidden;
}

.ctl_ipayment form .register label {
  display: inline-block;
  width: 300px;
  text-align: right;
  margin-right: 10px;
}

.ctl_ipayment form .register span {
  display: inline-block;
  text-align: left;
}

.ctl_ipayment form .register #addr_name {
  width: 250px;
}

.ctl_ipayment form .register .cc_number {
  width: 80px;
}

.ctl_ipayment form .register .cc_checkcode_notice {
  margin-left: 0;
}

.ctl_ipayment form .actions .button-left {
  color: #fff;
  width: 25%;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-decoration: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.ctl_ipayment form .actions .button-right {
  color: #fff;
  width: 25%;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.faq_container {
  padding-bottom: 80px;
}

.faq_container h1 {
  margin: 20px 0 30px;
  margin-bottom: 30px;
  color: #00859b;
}

.faq_item {
  margin-bottom: 5px;
}

.faq_item h2 {
  position: relative;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: all .5s ease;
}

.faq_item h2 span {
  position: absolute;
  top: 4px;
  right: 10px;
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/plugin/rmfaq/sprite_faq.png) no-repeat 0 0;
}

.faq_answer {
  display: none;
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 20px 40px 40px;
  margin-bottom: 20px;
  transition: all .5s ease;
}

.faq_item:hover .faq_answer,
.faq_item:hover .faq_header {
  border-color: #bfbfbf;
  transition: all .5s ease;
}

.open {
  display: block;
}

.up {
  background-position: 0 -21px!important;
}

.filter-alphabet-listing-col {
  text-align: center;
  margin-top: 10px;
}

.filter-alphabet-listing-col .filter-alphabet-listing-group {
  float: none;
}

.filter-alphabet-listing-col .entry {
  display: inline;
  float: left;
  margin-left: 2px;
  padding: 2px 8px;
  background: #f2f2f2!important;
  border: 1px solid #bfbfbf;
  color: grey!important;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.filter-alphabet-listing-col .entry:hover {
  cursor: pointer;
  border: 1px solid #404040!important;
}

.filter-alphabet-listing-col .entry:focus {
  border: 1px solid #00859b!important;
  color: #fff!important;
  font-weight: 600;
}

.brands-container {
  position: relative;
}

.brands-block .brands-index-heading {
  margin: 10px 0 20px;
  padding: 10px;
  font-size: 26px;
  font-weight: 700;
  color: #00859b;
  border-bottom: 2px solid #00859b;
}

.brands-block .caption {
  padding: 0;
  text-align: center;
}

.brands-block .caption a {
  font-weight: 600;
  color: grey;
  color: grey;
}

#cookieInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(238,238,238,.9);
  width: 100%;
  color: #000;
  text-align: center;
  padding: 15px 15px;
  display: none;
}

#cookieInfo .cookieInfoTitle {
  font-size: 14px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

#cookieInfo a {
  color: #000!important;
  text-decoration: underline;
}

#cookieInfo .closeButton {
  padding-left: 12px;
  cursor: pointer;
  background: #00859b!important;
  border-color: #00859b!important;
}

footer.cookieInfoOpen {
  padding-bottom: 80px;
}

@media (max-width:480px) {
  footer.cookieInfoOpen {
    padding-bottom: 120px;
  }
}

@-webkit-keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.listing-actions .action-filter-tabs {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

@media (min-width:1199px) {
  .listing-actions .action-filter-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .listing-actions .action-filter-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .listing-actions .panel {
    margin-top: 20px;
  }
}

.listing-actions .product__header {
  margin: 0;
}

@media (max-width:992px) {
  .listing-actions .product__header {
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    -ms-justify-content: inherit;
    justify-content: inherit;
    -ms-flex-pack: inherit;
    margin: 0;
  }
}

@media (max-width:480px) {
  .listing-actions .product__header {
    margin-top: -5px;
  }
}

.listing-actions .filter-active-container .active-filter,
.listing-actions .filter-active-container .active-filter-blank {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px 13px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  font-size: 13px;
  line-height: 14px;
  color: #565657;
}

.listing-actions .filter-active-container .active-filter input,
.listing-actions .filter-active-container .active-filter-blank input {
  display: none;
}

.listing-actions .filter-active-container .active-filter .glyphicon-remove,
.listing-actions .filter-active-container .active-filter-blank .glyphicon-remove {
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
}

.listing-actions .filter-active-container .active-filter-blank[data-filter-param=reset],
.listing-actions .filter-active-container .active-filter[data-filter-param=reset] {
  color: #cd1719;
}

.listing-actions .filter-active-container#filterActiveContainer {
  margin: 20px 0;
  border: 1px solid #dfdfdf;
  border-style: solid none;
  float: none;
  clear: both;
  padding: 15px 0 5px;
}

.listing-actions .filter-active-container#filterActiveContainer:after {
  content: 'X';
  margin-right: 0;
  margin-bottom: 10px;
  padding: 5px 0;
  width: 0;
  display: inline-block;
  visibility: hidden;
  color: #fff;
}

.listing-actions .action-filter-options {
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 10;
  padding: 20px 15px 0;
  margin-top: -2px;
}

@media (max-width:1200px) {
  .listing-actions .action-filter-options {
    margin-top: 0;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .listing-actions .action-filter-options {
    margin-top: -2px;
  }
}

@media (max-width:992px) {
  .listing-actions .action-filter-options {
    margin-left: -1px;
    margin-right: -1px;
  }
}

@media (max-width:768px) {
  .listing-actions .action-filter-options {
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

.listing-actions .action-filter-options form#filter {
  margin-bottom: 0;
}

.listing-actions .action-filter-options form#filter .filter-actions-submit {
  line-height: 0;
}

.listing-actions .action-filter-options form#filter .filter-btn-apply {
  margin-right: 10px;
  clear: none;
}

.listing-actions .action-filter-options form#filter .filter-btn-apply.is-loading .glyphicons-refresh {
  -webkit-animation: keyframe--spin-reverse 1s linear infinite;
  animation: keyframe--spin-reverse 1s linear infinite;
}

.listing-actions .action-filter-options form#filter .filter-btn-apply .glyphicons.glyphicons-refresh {
  display: none;
}

.listing-actions .btn-apply-loading:before {
  -webkit-animation: keyframe--spin-reverse 1s linear infinite;
  -o-animation: keyframe--spin-reverse 1s linear infinite;
  animation: keyframe--spin-reverse 1s linear infinite;
  content: "\e031";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  padding-right: 0;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.listing-actions .filter-panel-container .filter-panel {
  margin-bottom: 15px;
}

.listing-actions .filter-panel-container .search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  transition: border .5s ease-in-out;
}

.listing-actions .filter-panel-container .search form {
  width: 100%;
}

.listing-actions .filter-panel-container .search .input-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}

.listing-actions .filter-panel-container .search .input-group .form-control {
  -webkit-box-flex: 1 1;
  -webkit-flex: 1 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  border: none;
  box-shadow: none;
  background: 0 0;
  float: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.listing-actions .filter-panel-container .search .input-group .btn {
  background: 0 0!important;
  color: #cd1719!important;
  text-shadow: none!important;
  box-shadow: none!important;
  font-size: 22px;
  border: none;
  float: none;
}

.listing-actions .filter-panel-container .search:focus,
.listing-actions .filter-panel-container .search:hover {
  border: 1px solid #cd1719;
  transition: border .5s ease-in-out;
}

.listing-actions .productline__header {
  margin-top: -30px;
}

@media (min-width:992px) and (max-width:1199px) {
  .listing-actions .productline__header {
    margin-top: 0;
  }
}

@media (max-width:992px) {
  .listing-actions .productline__header {
    margin-top: 0;
  }
}

.listing-actions .product__filters .panel-header {
  margin-top: 0;
}

@media (max-width:992px) {
  .listing-actions .product__filters .panel-header {
    margin-top: 15px;
  }
}

.checkbox {
  color: #565657;
}

.checkbox.is-active,
.checkbox:hover {
  color: #00859b;
}

.checkbox:hover .filter-panel--checkbox {
  border-color: #00859b;
}

.checkbox .filter-panel--checkbox {
  width: 20px;
  height: 20px;
  padding: 1px 1px 1px 1px;
  border-radius: 0;
  background-clip: padding-box;
  display: inline-block;
  border: 1px solid #dfdfdf;
  background-color: #f5f5f5;
  cursor: pointer;
  position: absolute;
  top: 0;
  vertical-align: top;
}

.checkbox .filter-panel--checkbox input[type=checkbox] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: 0 0;
  cursor: pointer;
  z-index: 65;
  margin: 0;
}

.checkbox .filter-panel--checkbox .checkbox--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}

.checkbox .filter-panel--checkbox input[type=checkbox]:checked~.checkbox--state:before {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 4px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #00859b;
  content: "\e207";
  padding: 6px 0 0;
  position: absolute;
}

.checkbox .filter-panel--label {
  display: block;
  padding-left: 30px;
  text-align: left;
}

.checkbox.checkbox-right .filter-panel--checkbox {
  right: 0;
}

.checkbox.checkbox-right .filter-panel--label {
  padding-left: 0;
}

.checkbox.is-disabled {
  opacity: .5;
  color: #565657;
}

.checkbox.is-disabled:hover {
  color: #565657;
}

.checkbox.is-disabled:hover .filter-panel--checkbox {
  border-color: #dfdfdf;
}

.checkbox.is-disabled .filter-panel--checkbox,
.checkbox.is-disabled .filter-panel--label {
  cursor: inherit;
}

.checkbox.is-disabled .filter-panel--checkbox input {
  display: none;
}

.checkbox.is-disabled .filter-panel--checkbox:hover {
  border-color: #dfdfdf;
}

.option--container {
  background: #fff;
}

.option--container.checkbox-right .filter-panel--label {
  padding: 10px 15px;
}

.option--container.checkbox-right .filter-panel--checkbox {
  top: 10px;
  right: 15px;
}

.selectbox {
  display: inline-block;
  position: relative;
  top: -1px;
  right: -1px;
}

@media (max-width:768px) {
  .selectbox {
    top: 0;
  }
}

.selectbox .select2.select2-container--zrSelectBox {
  display: inline-block;
}

.selectbox .select2.select2-container--zrSelectBox .select2-selection--single {
  height: inherit;
}

.selectbox .select2.select2-container--zrSelectBox .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.selectbox .select2.select2-container--zrSelectBox .select2-selection--single .glyphicons {
  display: inline-block;
  width: 28px;
  height: 24px;
  top: 9px;
}

.selectbox .select2.select2-container--zrSelectBox .select2-selection--single .glyphicons b {
  display: none;
}

.selectbox .select2.select2-container--zrSelectBox .select2-selection--single .glyphicons:before {
  content: "\e602";
}

.selectbox .select2.select2-container--open {
  border-color: #f6ca56;
  border-bottom-color: transparent;
}

.selectbox .select2.select2-container--open .select2-selection--single {
  color: #00859b;
}

.selectbox .select2.select2-container--open .select2-selection--single .glyphicons:before {
  content: "\e601";
}

.selectbox .select2.select2-container--open:hover {
  border-bottom-color: transparent;
}

.dropdown {
  position: relative;
  height: 42px;
  display: inline-block;
}

@media (max-width:480px) {
  .dropdown {
    height: auto;
  }
}

.dropdown .dropdown-panel {
  background: 0 0;
  z-index: 800;
  height: 42px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:480px) {
  .dropdown .dropdown-panel {
    position: static;
    padding: 0;
  }
}

.dropdown .dropdown-panel .dropdown-panel-title {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  color: #565657;
  text-align: left;
  text-decoration: none;
  border: 1px solid #dfdfdf;
}

.dropdown .dropdown-panel .dropdown-panel-title:hover {
  border-color: #f6ca56;
}

.dropdown .dropdown-panel .dropdown-panel-title .glyphicons {
  position: absolute;
  right: 18px;
  font-size: 12px;
}

.dropdown .dropdown-panel .dropdown-panel-title .glyphicons:before {
  content: "\e602";
}

.dropdown .dropdown-panel .dropdown-menu {
  border: none;
  box-shadow: none;
  width: 100%;
  border: 1px solid #f6ca56;
  border-radius: inherit;
  border-top-style: none;
  max-height: 261px;
  overflow-y: auto;
  margin: -1px 0 0;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width:480px) {
  .dropdown .dropdown-panel .dropdown-menu {
    max-height: inherit;
    overflow-y: inherit;
  }
}

.dropdown.open {
  z-index: 990;
}

.dropdown.open .dropdown-panel {
  overflow: visible;
}

.dropdown.open .dropdown-panel .dropdown-panel-title {
  color: #00859b;
  border-bottom-style: none;
  border-color: #f6ca56;
}

.dropdown.open .dropdown-panel .dropdown-panel-title .glyphicons:before {
  content: "\e601";
}

.dropdown.open .dropdown-panel .dropdown-menu {
  display: block;
}

@media (max-width:992px) and (min-width:768px) {
  .filter-tab-panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
}

.filter-tab-panel .tab {
  padding: 10px 24px 10px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 15px;
  text-align: left;
}

.filter-tab-panel .tab.tab-default {
  background-color: #fff;
  color: #565657;
  border: 1px solid #dfdfdf;
  position: relative;
}

.filter-tab-panel .tab.tab-default:hover {
  border-color: #f6ca56;
}

.filter-tab-panel .tab.tab-default.is-active {
  background: #f5f5f5;
  border-bottom-color: #f5f5f5;
  color: #00859b;
}

.filter-tab-panel .tab.tab-default.is-active .glyphicons:before {
  content: "\e601";
}

.filter-tab-panel .tab.tab-default.is-active:hover {
  border-bottom-color: #f5f5f5;
}

.filter-tab-panel .tab:focus,
.filter-tab-panel .tab:hover {
  color: inherit;
  text-decoration: none;
}

.filter-tab-panel .tab .glyphicons {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 12px;
}

.filter-tab-panel .tab .glyphicons:before {
  content: "\e602";
}

.selectbox .tab {
  margin-right: 0!important;
  margin-bottom: 0!important;
}

@media (max-width:768px) {
  .tab {
    margin-right: 3%;
  }

  .selectbox {
    margin-right: 0;
    width: 30%;
  }

  .selectbox .tab {
    width: 100%!important;
  }
}

@media (max-width:480px) {
  .tab {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .selectbox {
    width: 100%;
  }
}

.filter-tab-panel #FilterContainer {
  margin-top: -16px;
  margin-bottom: 15px;
  position: relative;
}

.filter-tab-panel #FilterContainer #sticky {
  position: absolute;
  top: 50px;
  right: 15px;
  z-index: 998;
}

.range-slider {
  -webkit-touch-callout: none;
  touch-callout: none;
}

.range-slider--container {
  height: 12px;
  border-radius: 6px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background: #eee;
  box-shadow: inset 0 1px 1px #f0f0f0;
  border: 1px solid #ddd;
  -ms-touch-action: none;
}

.range-slider--range-bar {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  height: 100%;
  width: 100%;
  position: relative;
  background: #f6a828;
}

.range-slider--handle {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  background-image: linear-gradient(to bottom,#fff 0,#e9e9f0 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  position: absolute;
  border: 1px solid #dadae5;
  cursor: pointer;
}

.range-slider--handle.is--min {
  left: -10px;
  top: -5px;
}

.range-slider--handle.is--max {
  right: -10px;
  top: -5px;
}

.range-slider--handle.is--dragging,
.range-slider--handle:hover {
  border-color: #f6a828;
}

.range-slider--format {
  display: none;
}

.is-rounded {
  border-radius: 80px;
  background-clip: padding-box;
}

.select2-container--zrSelectBox.select2-container--open {
  border-color: #f6ca56!important;
}

.select2-container--zrSelectBox.select2-container--open .select2-dropdown.select2-dropdown--above,
.select2-container--zrSelectBox.select2-container--open .select2-dropdown.select2-dropdown--below {
  margin-left: 0;
  margin-top: -1px;
}

.select2-container--zrSelectBox .select2-dropdown {
  border-color: #f6ca56;
}

.select2-container--zrSelectBox .select2-results__option.select2-results__option--highlighted[aria-selected=false],
.select2-container--zrSelectBox .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #565657;
}

.tooltipster-zooRoyal,
.tooltipster-zooRoyal--info {
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0,0,0,.35);
  background: #000;
  color: #fff;
  background: #00859b;
}

.tooltipster-zooRoyal .tooltipster-content,
.tooltipster-zooRoyal--info .tooltipster-content {
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}

.tooltipster-zooRoyal--info-error,
.tooltipster-zooRoyal-error {
  color: #fff;
  background: #cd1719;
}

.highlight {
  background-color: #f5f5f5;
  color: #565657;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 30px;
}

@media (max-width:992px) {
  .highlight {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width:767px) {
  .highlight {
    left: -17px;
    margin: 0;
    margin-bottom: 30px;
  }
}

.highlight__image {
  background-size: cover;
  background-position: center center;
  padding: 0;
}

@media (max-width:992px) {
  .highlight__image {
    height: 300px;
    width: 100%;
  }
}

.highlight__content {
  padding: 40px;
}

@media (max-width:991px) {
  .highlight__content {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
  }
}

@media (max-width:767px) {
  .highlight__content {
    padding: 15px;
  }
}

@media (min-width:1200px) {
  .highlight__content h2 {
    width: 70%;
  }
}

@media (max-width:992px) {
  .highlight__content h2 {
    width: 100%;
  }
}

@media (min-width:1200px) {
  .highlight__content p {
    width: 70%;
  }
}

@media (max-width:992px) {
  .highlight__content p {
    width: 100%;
  }
}

@media (max-width:767px) {
  .highlight .container {
    margin-left: 0;
    margin-right: 0;
  }
}

.highlight .container .highlight__content {
  padding: 30px 0;
}

.highlight-background--rot {
  background-color: #00859b;
  color: #fff;
}

.highlight-background--petro {
  background-color: #00859b;
  color: #fff;
}

.highlight-onlytext .highlight__content p {
  width: 100%;
}

.quotes__title {
  text-align: center;
}

.quotes__main {
  width: 100%;
}

.quotes__item {
  min-height: 200px;
  display: table;
  width: 100%;
}

.quotes__thumbnail {
  width: 150px;
  height: 150px;
  float: left;
  margin: 20px 40px 20px 0;
}

@media (max-width:480px) {
  .quotes__thumbnail {
    float: none;
    margin: auto;
    margin-top: 20px;
  }
}

.quotes__content {
  width: 100%;
  padding: 20px 0;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width:480px) {
  .quotes__content {
    display: block;
  }
}

.quotes__content p {
  margin-bottom: 10px;
}

.quotes__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.quotes__text {
  color: #777;
  font-size: 16px;
}

.quotes__name {
  display: inline-block;
  font-weight: 400;
  color: #777;
}

.quotes__job {
  display: inline;
  font-weight: 400;
  color: #00859b;
  font-size: 14px;
}

.ekwelments--main {
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.glyph-boxes {
  width: 100%;
}

.cards--item {
  text-align: center;
  padding: 10px;
  background-color: #f5f5f5;
  margin: 9px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.cards--item .card--title {
  font-weight: 700;
}

@media (max-width:768px) {
  .cards--item {
    max-width: 50%;
  }
}

@media (max-width:505px) {
  .cards--item {
    max-width: 100%;
  }
}

.glyphicon--item {
  background-color: #f5f5f5;
  padding: 30px;
  margin: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.glyphicon--item .glyphicon--text {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.column--1 {
  max-width: 100%;
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.column--2 {
  -webkit-box-flex: 1 1 35%;
  -webkit-flex: 1 1 35%;
  -moz-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
}

.column--3 {
  -webkit-box-flex: 1 1 30%;
  -webkit-flex: 1 1 30%;
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

@media (min-width:769px) {
  .column--3 {
    max-width: 32%;
  }
}

.column--4 {
  -webkit-box-flex: 1 1 23%;
  -webkit-flex: 1 1 23%;
  -moz-flex: 1 1 23%;
  -ms-flex: 1 1 23%;
  flex: 1 1 23%;
}

.card--titel {
  font-size: 14px;
  font-weight: 500;
}

.card--image {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.glyphicon--icon {
  font-size: 23px;
  color: #00859b;
  margin-right: 20px;
}

.question--text {
  font-size: 14px;
  font-weight: 500;
}

.glyphicon--text {
  color: #565657;
}

.glyphicon--text:hover {
  color: #00859b;
}

.assortments {
  margin: 10px;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:992px) {
  .assortments {
    display: block;
  }
}

@media (min-width:992px) {
  .assortments {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.assortments__headings,
.assortments__item {
  padding: 10px;
  z-index: 1099;
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (max-width:767px) {
  .assortments__headings,
  .assortments__item {
    border-bottom: none;
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.assortments__headings-image,
.assortments__item-image {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.assortments__lables {
  position: relative;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.assortments__lables .item--space-between {
  padding: 12px 15px;
  height: 34px;
  max-width: 50%;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

@media (max-width:767px) {
  .assortments__lables .item--space-between {
    max-width: 100%;
    padding: 20px 15px;
    height: unset;
  }
}

.assortments__lables .item--space-between .glyphicon--text {
  width: 100%;
}

.assortments__lables .item--space-between .glyphicon--text .card--titel {
  float: right;
}

.assortments__lables .item--space-between:hover {
  background-color: #fff;
  transition-duration: .3s;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.assortments__lables .item--space-between .card--titel {
  font-size: 12px;
  line-height: 12px;
}

.assortments__lables .item--space-between .card--titel:hover {
  text-decoration: none;
}

.assortments__lables .glyphicons::before {
  padding: 0;
}

.assortments__lables .assortment-7,
.assortments__lables .assortment-8 {
  border-bottom: none;
}

.assortments__lables .assortment-1,
.assortments__lables .assortment-3,
.assortments__lables .assortment-5,
.assortments__lables .assortment-7 {
  border-right: 1px solid #dfdfdf;
}

@media (max-width:767px) {
  .assortments__lables .assortment-1,
  .assortments__lables .assortment-3,
  .assortments__lables .assortment-5,
  .assortments__lables .assortment-7 {
    border-right: none;
  }
}

.assortments__lables::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1099;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #f5f5f5;
}

.faq {
  margin: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.faq__panel-group {
  margin-bottom: 0;
}

.faq__panel-group--border {
  border-top: 1px solid #dfdfdf;
  padding: 11px 0 7px 0;
}

.faq__panel-group--border .item--space-between {
  padding: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.faq__panel-group--border .item--space-between a:hover {
  text-decoration: none;
}

.faq__panel-group--border .item--space-between .card--titel {
  float: right;
  transform: rotate(180deg);
}

.faq__panel-group--border .item--space-between .card--titel.collapsed {
  transform: rotate(0);
}

.card--btn-box {
  padding: 20px;
}

.card--btn {
  border-radius: 15px;
}

.contactform__field {
  min-height: 90px;
}

.contactform__field textarea {
  min-height: 150px;
}

.contactform-info {
  margin: 15px 0;
}

.contactform-info__text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}

.contactform-submit {
  margin: 0;
  border-radius: 5px;
}

.zrImageLinkBox {
  background-color: #ededed;
  position: relative;
  margin-bottom: 30px;
}

.zrImageLinkBox .zrImageLinkBox--textblock {
  padding: 0 30px;
}

.zrImageLinkBox .zrImageLinkBox--textblock p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}

.zrImageLinkBox img {
  width: 100%;
}

.zrImageLinkBox .linkListToggle {
  text-decoration: none;
  color: #565657;
  text-align: center;
}

.zrImageLinkBox .linkListToggle h3 {
  padding: 25px 15px 0;
  margin: 0;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}

.zrImageLinkBox .linkListToggle:hover {
  color: #00859b;
}

.zrImageLinkBox .linkListToggle .glyphicons {
  display: block;
  margin: 0 auto;
  font-size: 26px;
  padding-bottom: 15px;
}

.zrImageLinkBox ul.linkList {
  width: 100%;
  display: none;
  background-color: #ededed;
  margin: 0;
  padding: 15px;
}

.zrImageLinkBox ul.linkList li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-indent: 0;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px none #ededed;
}

.zrImageLinkBox ul.linkList li:hover a {
  background-color: #f8f8f8;
}

.zrImageLinkBox ul.linkList li:last-child {
  border-bottom: 0;
}

.zrImageLinkBox ul.linkList li:last-child:hover {
  color: #00859b;
}

.zrImageLinkBox ul.linkList li:last-child:hover a {
  background-color: transparent!important;
  padding-bottom: 10px;
}

.zrImageLinkBox ul.linkList li a {
  padding: 12px 15px;
  text-decoration: none;
  color: #575756;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
}

.zrImageLinkBox ul.linkList li a .zrEmotionLinkText {
  width: 100%;
}

.zrImageLinkBox ul.linkList li a .glyphicons {
  font-size: 18px;
  float: right;
}

.zrImageLinkBox ul.linkList li a.linkListClose {
  text-align: center;
}

.zrImageLinkBox ul.linkList li a.linkListClose .glyphicons {
  width: 100%;
  font-size: 24px;
}

.zrImageLinkBox.linkListOpen {
  padding-bottom: 53px;
}

.zrImageLinkBox.linkListOpen ul.linkList {
  z-index: 500;
  display: block;
  position: absolute;
}

.zrImageLinkBox.linkListOpen .linkListToggle .glyphicons {
  display: none;
}

@media screen and (max-width:768px) {
  .zrImageLinkBox.mobilefriendly img {
    display: none;
  }
}

.col-sm-3>.zrImageLinkBox .zrImageLinkBox--textblock {
  display: none;
}

.col-sm-3>.zrImageLinkBox a.linkListToggle h3 {
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 15px 0;
}

.col-sm-3>.zrImageLinkBox ul.linkList {
  padding-bottom: 0;
}

.col-sm-3>.zrImageLinkBox ul.linkList li a {
  font-size: 12px;
}

.col-sm-3>.zrImageLinkBox ul.linkList li a .glyphicons {
  font-size: 15px;
}

.col-sm-3>.zrImageLinkBox a.linkListClose .glyphicons,
.col-sm-3>.zrImageLinkBox a.linkListToggle .glyphicons {
  font-size: 15px;
}

.col-sm-3>.zrImageLinkBox.linkListOpen {
  padding-bottom: 42px;
}

.col-sm-2>.zrImageLinkBox .zrImageLinkBox--textblock {
  display: none;
}

.col-sm-2>.zrImageLinkBox a.linkListToggle h3 {
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 15px 0;
}

.col-sm-2>.zrImageLinkBox ul.linkList {
  padding-bottom: 0;
}

.col-sm-2>.zrImageLinkBox ul.linkList li a {
  font-size: 12px;
}

.col-sm-2>.zrImageLinkBox ul.linkList li a .glyphicons {
  font-size: 15px;
}

.col-sm-2>.zrImageLinkBox a.linkListClose .glyphicons,
.col-sm-2>.zrImageLinkBox a.linkListToggle .glyphicons {
  font-size: 15px;
}

.col-sm-2>.zrImageLinkBox.linkListOpen {
  padding-bottom: 42px;
}

.col-sm-1>.zrImageLinkBox .zrImageLinkBox--textblock {
  display: none;
}

.col-sm-1>.zrImageLinkBox a.linkListToggle h3 {
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 15px 0;
}

.col-sm-1>.zrImageLinkBox ul.linkList {
  padding-bottom: 0;
}

.col-sm-1>.zrImageLinkBox ul.linkList li a {
  font-size: 12px;
}

.col-sm-1>.zrImageLinkBox ul.linkList li a .glyphicons {
  font-size: 15px;
}

.col-sm-1>.zrImageLinkBox a.linkListClose .glyphicons,
.col-sm-1>.zrImageLinkBox a.linkListToggle .glyphicons {
  font-size: 15px;
}

.col-sm-1>.zrImageLinkBox.linkListOpen {
  padding-bottom: 42px;
}

.col-sm-10>.zrImageLinkBox,
.col-sm-11>.zrImageLinkBox,
.col-sm-12>.zrImageLinkBox,
.col-sm-7>.zrImageLinkBox,
.col-sm-8>.zrImageLinkBox,
.col-sm-9>.zrImageLinkBox {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  .col-sm-10>.zrImageLinkBox,
  .col-sm-11>.zrImageLinkBox,
  .col-sm-12>.zrImageLinkBox,
  .col-sm-7>.zrImageLinkBox,
  .col-sm-8>.zrImageLinkBox,
  .col-sm-9>.zrImageLinkBox {
    flex-direction: column;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn,
  .col-sm-11>.zrImageLinkBox .rightColumn,
  .col-sm-12>.zrImageLinkBox .rightColumn,
  .col-sm-7>.zrImageLinkBox .rightColumn,
  .col-sm-8>.zrImageLinkBox .rightColumn,
  .col-sm-9>.zrImageLinkBox .rightColumn {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .col-sm-10>.zrImageLinkBox .rightColumn,
  .col-sm-10>.zrImageLinkBox .zrImageLinkBox--image,
  .col-sm-11>.zrImageLinkBox .rightColumn,
  .col-sm-11>.zrImageLinkBox .zrImageLinkBox--image,
  .col-sm-12>.zrImageLinkBox .rightColumn,
  .col-sm-12>.zrImageLinkBox .zrImageLinkBox--image,
  .col-sm-7>.zrImageLinkBox .rightColumn,
  .col-sm-7>.zrImageLinkBox .zrImageLinkBox--image,
  .col-sm-8>.zrImageLinkBox .rightColumn,
  .col-sm-8>.zrImageLinkBox .zrImageLinkBox--image,
  .col-sm-9>.zrImageLinkBox .rightColumn,
  .col-sm-9>.zrImageLinkBox .zrImageLinkBox--image {
    width: 50%;
    padding: 15px;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn .zrImageLinkBox--image,
  .col-sm-11>.zrImageLinkBox .rightColumn .zrImageLinkBox--image,
  .col-sm-12>.zrImageLinkBox .rightColumn .zrImageLinkBox--image,
  .col-sm-7>.zrImageLinkBox .rightColumn .zrImageLinkBox--image,
  .col-sm-8>.zrImageLinkBox .rightColumn .zrImageLinkBox--image,
  .col-sm-9>.zrImageLinkBox .rightColumn .zrImageLinkBox--image {
    align-self: center;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn .zrImageLinkBox--textblock,
  .col-sm-11>.zrImageLinkBox .rightColumn .zrImageLinkBox--textblock,
  .col-sm-12>.zrImageLinkBox .rightColumn .zrImageLinkBox--textblock,
  .col-sm-7>.zrImageLinkBox .rightColumn .zrImageLinkBox--textblock,
  .col-sm-8>.zrImageLinkBox .rightColumn .zrImageLinkBox--textblock,
  .col-sm-9>.zrImageLinkBox .rightColumn .zrImageLinkBox--textblock {
    padding: 0;
    margin-bottom: 15px;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn .linkListToggle h3,
  .col-sm-11>.zrImageLinkBox .rightColumn .linkListToggle h3,
  .col-sm-12>.zrImageLinkBox .rightColumn .linkListToggle h3,
  .col-sm-7>.zrImageLinkBox .rightColumn .linkListToggle h3,
  .col-sm-8>.zrImageLinkBox .rightColumn .linkListToggle h3,
  .col-sm-9>.zrImageLinkBox .rightColumn .linkListToggle h3 {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn .linkListToggleArrow,
  .col-sm-11>.zrImageLinkBox .rightColumn .linkListToggleArrow,
  .col-sm-12>.zrImageLinkBox .rightColumn .linkListToggleArrow,
  .col-sm-7>.zrImageLinkBox .rightColumn .linkListToggleArrow,
  .col-sm-8>.zrImageLinkBox .rightColumn .linkListToggleArrow,
  .col-sm-9>.zrImageLinkBox .rightColumn .linkListToggleArrow {
    display: none;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-11>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-12>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-7>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-8>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-9>.zrImageLinkBox .rightColumn ul.linkList {
    padding: 0;
    display: flex;
    width: 100%;
    position: relative!important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-11>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-12>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-7>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-8>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-9>.zrImageLinkBox .rightColumn ul.linkList li {
    width: 50%;
    display: block;
    border: none;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-11>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-12>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-7>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-8>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-9>.zrImageLinkBox .rightColumn ul.linkList li a {
    font-weight: 400;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn ul.linkList li:last-child,
  .col-sm-11>.zrImageLinkBox .rightColumn ul.linkList li:last-child,
  .col-sm-12>.zrImageLinkBox .rightColumn ul.linkList li:last-child,
  .col-sm-7>.zrImageLinkBox .rightColumn ul.linkList li:last-child,
  .col-sm-8>.zrImageLinkBox .rightColumn ul.linkList li:last-child,
  .col-sm-9>.zrImageLinkBox .rightColumn ul.linkList li:last-child {
    display: none;
  }
}

@media screen and (min-width:768px) and screen and (max-width:1200px) {
  .col-sm-10>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-11>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-12>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-7>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-8>.zrImageLinkBox .rightColumn ul.linkList,
  .col-sm-9>.zrImageLinkBox .rightColumn ul.linkList {
    flex-flow: column nowrap;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-11>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-12>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-7>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-8>.zrImageLinkBox .rightColumn ul.linkList li,
  .col-sm-9>.zrImageLinkBox .rightColumn ul.linkList li {
    flex-basis: 100%;
  }

  .col-sm-10>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-11>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-12>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-7>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-8>.zrImageLinkBox .rightColumn ul.linkList li a,
  .col-sm-9>.zrImageLinkBox .rightColumn ul.linkList li a {
    padding: 10px 15px;
  }
}

@media screen and (max-width:768px) {
  .zrImageLinkBox .zrImageLinkBox--textblock {
    display: none;
  }

  .zrImageLinkBox a.linkListToggle h3 {
    font-size: 18px!important;
    padding: 20px 15px 0;
  }

  .zrImageLinkBox ul.linkList {
    padding-bottom: 0;
  }

  .zrImageLinkBox ul.linkList li a {
    font-size: 14px;
    padding: 15px 20px 15px 20px;
  }

  .zrImageLinkBox ul.linkList li a .glyphicons {
    font-size: 18px;
  }

  .zrImageLinkBox a.linkListClose .glyphicons,
  .zrImageLinkBox a.linkListToggle .glyphicons {
    font-size: 18px;
  }

  .zrImageLinkBox.linkListOpen {
    padding-bottom: 42px;
  }
}

.zrSurveyPortals,
.zrSurveyScale,
.zrSurveyScaleLabels {
  margin: 0 auto;
}

.zrSurveyScaleLabels {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 6px;
}

.zrSurveyScaleLabels .labelLow {
  justify-self: flex-start;
}

.zrSurveyScaleLabels .labelhigh {
  justify-self: flex-end;
}

.zrSurveyPortals,
.zrSurveyScale {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0;
  list-style: none;
}

.zrSurveyScale,
.zrSurveyScaleLabels {
  max-width: 680px;
}

.zrSurveyScale {
  padding: 0;
  list-style: none;
}

.zrSurveyScale li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  width: 50px;
  height: 50px;
}

@media screen and (max-width:768px) {
  .zrSurveyScale li {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width:480px) {
  .zrSurveyScale li {
    width: 35px;
    height: 35px;
  }
}

.zrSurveyScale li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  border-radius: 40px;
  background-clip: padding-box;
  color: grey;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.zrSurveyScale li a .label {
  color: inherit;
}

.zrSurveyScale li a:active,
.zrSurveyScale li a:focus,
.zrSurveyScale li a:hover {
  -webkit-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  -o-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  -o-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.35);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.35);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.35);
  z-index: 99;
  color: #404040;
}

.zrSurveyScale li a:active {
  color: #fff;
  background: #00859b;
  border-color: #00859b;
}

.zrSurveyPortals {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  flex-basis: 30%;
}

.zrSurveyPortals .portal--wrapper {
  width: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  margin: 12px;
  background: #fff;
  border-radius: 20px;
}

.zrSurveyPortals .portal--wrapper:active,
.zrSurveyPortals .portal--wrapper:focus,
.zrSurveyPortals .portal--wrapper:hover {
  -webkit-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  -o-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  -o-box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  box-shadow: '' 0 3px 10px 0 rgba(0,0,0,.35) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.35);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.35);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.35);
  z-index: 99;
}

.zrSurveyPortals .portal--wrapper:active .portal .subtitle,
.zrSurveyPortals .portal--wrapper:focus .portal .subtitle,
.zrSurveyPortals .portal--wrapper:hover .portal .subtitle {
  color: #404040;
}

.zrSurveyPortals .portal--wrapper .portal {
  padding: 12px;
  text-decoration: none;
}

.zrSurveyPortals .portal--wrapper .portal img {
  display: block;
  width: auto;
  max-height: 90px;
}

.zrSurveyPortals .portal--wrapper .portal img.logo-idealo {
  max-height: 60px;
}

.zrSurveyPortals .portal--wrapper .portal img.logo-yelp {
  max-height: 90px;
}

.zrSurveyPortals .portal--wrapper .portal img.logo-trustpilot {
  height: 80px;
}

.zrSurveyPortals .portal--wrapper .portal .subtitle {
  display: block;
  margin-top: 12px;
  color: grey;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}

.zrSurveyBad,
.zrSurveyGood,
.zrSurveyStart {
  padding: 20px;
  background-color: #f2f2f2;
}

.zrSurveyBad,
.zrSurveyGood {
  display: none;
}

.zrSurveyBad .btn.primary,
.zrSurveyGood .btn.primary {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  padding: 12px 20px;
  color: #fff;
  background: #cd1719;
  border-radius: 30px;
}

.secondaryLink {
  color: #777;
}

.zr-newsletter__header {
  color: #000;
}

.zr-newsletter #profileForm {
  padding: 0 20px;
}

.zr-newsletter .mandatory-field-warning {
  margin: 10px 0;
}

.zr-newsletter .info__wrapper {
  display: none;
}

.zr-newsletter .infotext {
  width: inherit;
}

.zr-newsletter .infotext li {
  list-style-position: inside;
}

.zr-newsletter .infotext #dateError,
.zr-newsletter .infotext #fieldsError,
.zr-newsletter .infotext #interestsError {
  display: none;
}

.zr-newsletter select::-ms-expand {
  display: none;
}

@media screen and (max-width:calc((768px) - 120px)) {
  .zr-newsletter .date-picker-wrapper {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .zr-newsletter .date-picker-wrapper .field-wrapper {
    padding: 0;
  }
}

@media screen and (min-width:767px) {
  .zr-newsletter .date-picker-wrapper .field-wrapper--left {
    padding-right: 10px;
    padding-left: 0;
  }
}

@media screen and (min-width:767px) {
  .zr-newsletter .date-picker-wrapper .field-wrapper--mid {
    padding: 0 5px;
  }
}

@media screen and (min-width:767px) {
  .zr-newsletter .date-picker-wrapper .field-wrapper--right {
    padding-right: 0;
    padding-left: 10px;
  }
}

.zr-newsletter__input-container {
  margin-top: 10px;
}

.zr-newsletter__input-container .radio--group__answers {
  line-height: 3;
}

.zr-newsletter__input-container .checkbox-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.zr-newsletter__input-container .checkbox-wrapper a {
  text-decoration: underline;
}

.zr-newsletter__input-container .checkbox-wrapper label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.zr-newsletter__input-container input[type=checkbox],
.zr-newsletter__input-container input[type=radio] {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
}

.zr-newsletter__input-container input[type=checkbox]:checked+div,
.zr-newsletter__input-container input[type=radio]:checked+div {
  color: #777;
  background-color: #fff;
  border-color: #777;
}

.zr-newsletter__input-container input[type=checkbox]:checked+div::after,
.zr-newsletter__input-container input[type=radio]:checked+div::after {
  content: "\E207";
}

.zr-newsletter__input-container .field-name {
  line-height: 3;
  text-align: right;
  word-break: break-word;
}

@media screen and (max-width:768px) {
  .zr-newsletter__input-container .field-name {
    margin-bottom: 5px;
    text-align: left;
  }
}

.zr-newsletter__input-container .field-text {
  line-height: 3;
}

.zr-newsletter__input-container .field-wrapper .error {
  color: #a31314;
}

.zr-newsletter__input-container .field-wrapper label.valid {
  display: none!important;
}

.zr-newsletter__input-container .field {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  padding: 9px 15px 10px;
  color: #565657;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  transition: none;
  -webkit-appearance: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,.2);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,.2);
  box-shadow: '' none 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.zr-newsletter__input-container .field:hover {
  background-color: transparent;
}

.zr-newsletter__input-container .field:focus {
  background-color: transparent;
  border-color: #c4d4e1;
}

.zr-newsletter__input-container .custom__checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Glyphicons Regular",sans-serif;
  background-color: #f0f0f0;
  border: 1px solid #dfdfdf;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.zr-newsletter__input-container .custom__radio {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Glyphicons Regular",sans-serif;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.zr-newsletter__input-container .register__wrapper__name .radio__info__text--name {
  margin-top: -20px;
}

.zr-newsletter__input-container .glyphicons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: calc(100% - 20px);
  padding: 10px 15px 0 0;
  color: #565657;
  font-size: 16px;
  line-height: 16px;
  opacity: .7;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.zr-newsletter__input-container .row--question {
  margin-bottom: 20px;
}

.zr-newsletter__data-protection {
  position: relative;
  margin-top: 0;
}

.zr-newsletter__data-protection a {
  text-decoration: underline;
}

.zr-newsletter__data-protection-text {
  font-weight: 300;
  font-size: 11px;
}

.zr-newsletter__data-protection-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  box-shadow: 0 -30px 30px #fff inset;
  cursor: pointer;
}

.zr-newsletter__data-protection-show-more {
  position: absolute;
  bottom: 0;
  margin-left: 35px;
  color: #00859b;
  font-weight: 700;
  font-size: 11px;
  text-decoration: underline;
}

.zr-newsletter__data-protection--cover-active {
  max-height: 50px;
  overflow: hidden;
  color: #555;
}

.zr-newsletter__data-protection--cover-active .zr-newsletter__data-protection-cover {
  display: block;
}

.zr-newsletter__submit-wrappper {
  margin-top: 5px;
  margin-bottom: 50px;
  text-align: center;
}

.zr-newsletter__btn--confirm {
  float: right;
  border-radius: 4px;
}

.zr-newsletter fieldset {
  display: contents;
}

.zr-newsletter .raffle-show-more {
  margin-left: 0;
  padding-left: 0;
}

.zr-newsletter--mailonly .zr-newsletter__btn--confirm {
  float: none;
}

.zr-newsletter--mailonly .zr-newsletter__header {
  padding-bottom: 0;
}

.js--overlay {
  -webkit-transition: all opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear ease;
  -moz-transition: all opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear ease;
  -ms-transition: all opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear ease;
  -o-transition: all opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear ease;
  transition: all opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear ease;
  -webkit-transition: opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear .2s ease-out;
  -moz-transition: opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear .2s ease-out;
  -o-transition: opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear .2s ease-out;
  transition: opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear .2s ease-out;
  -webkit-transition: opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear;
  -o-transition: opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear;
  transition: opacity .45s cubic-bezier(.3,0,.15,1),visibility .45s linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -moz-opacity: .01;
  -khtml-opacity: .01;
  -webkit-opacity: .01;
  opacity: .01;
  background: rgba(0,0,0,.26);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  visibility: hidden;
}

.js--overlay.is--open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.js--overlay.is--closable {
  cursor: pointer;
}

.js--overlay.js--overlay-market {
  background: rgba(0,0,0,.5);
  z-index: 10001;
}

.my-market-headline-wrapper {
  padding: 40px 25px 25px;
  position: relative;
}

@media (min-width:768px) {
  .my-market-headline-wrapper {
    padding: 55px 65px 50px;
  }
}

.my-market-headline-wrapper .my-market-headline {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (min-width:768px) {
  .my-market-headline-wrapper .my-market-headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width:1200px) {
  .my-market-headline-wrapper .my-market-headline {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

@media (min-width:1200px) {
  .my-market-headline-wrapper p {
    font-size: 14px;
    font-size: .875rem;
  }
}

.js--modal .content--my-market--loading {
  min-height: 150px;
}

.js--modal .modal--loading-indicator {
  background: rgba(255,255,255,.8) url(../img/modal/loading.gif) 50% 50% no-repeat;
  transition: height .1s linear;
  min-width: 32px;
  height: 32px;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin: -16px auto 0 auto;
}

.js--modal.is--market {
  box-sizing: border-box;
}

.js--modal.is--market .modal--close {
  background: 0 0;
  border-radius: 0;
}

.js--modal.is--market .modal--close:before {
  content: "×";
}

.js--modal.is--market .content {
  position: static;
  overflow-x: hidden;
  color: #7d7d7c;
}

.js--modal.is--market.is--intro,
.js--modal.is--market.sizing--auto.is--fullscreen.is--intro {
  width: 90%!important;
  height: auto!important;
  top: 8%!important;
  bottom: auto;
  max-width: 500px!important;
}

@media (min-width:768px) {
  .js--modal.is--market.is--intro,
  .js--modal.is--market.sizing--auto.is--fullscreen.is--intro {
    width: 60%!important;
  }
}

.js--modal.is--market.is--intro .list-map-wrapper,
.js--modal.is--market.is--intro .market-select,
.js--modal.is--market.is--intro .market-view-wrapper,
.js--modal.is--market.sizing--auto.is--fullscreen.is--intro .list-map-wrapper,
.js--modal.is--market.sizing--auto.is--fullscreen.is--intro .market-select,
.js--modal.is--market.sizing--auto.is--fullscreen.is--intro .market-view-wrapper {
  display: none;
  visibility: hidden;
}

.js--modal.is--market.is--detail {
  border: none;
  width: 100%!important;
  height: 100%!important;
  max-width: 1200px;
  max-height: 680px;
}

@media all and (max-width:480px) {
  .js--modal.is--market.is--detail {
    max-width: none;
    max-height: none;
    overflow: hidden;
  }
}

.js--modal.is--market.is--detail #market-search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  padding: 52px 15px;
  -webkit-box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.1);
  -o-box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.1);
  box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.2);
  -o-box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.2);
  box-shadow: '' 0 2px 4px 0 rgba(0,0,0,.27) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.27);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.27);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.27);
  z-index: 9;
  background-color: #fff;
}

@media (min-width:768px) {
  .js--modal.is--market.is--detail #market-search-form {
    width: 50%;
    height: 80px;
    border: none;
    -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: '' none 1px 2px rgba(0,0,0,.1);
    -o-box-shadow: '' none 1px 2px rgba(0,0,0,.1);
    box-shadow: '' none 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: '' none 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: '' none 1px 2px rgba(0,0,0,.2);
    box-shadow: '' none 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width:1200px) {
  .js--modal.is--market.is--detail #market-search-form {
    padding: 55px 20px;
  }
}

.js--modal.is--market.is--detail .market-search-wrapper {
  padding-right: 0;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .js--modal.is--market.is--detail .market-search-wrapper {
    padding-right: 0;
    margin-bottom: 0;
  }
}

.js--modal.is--market.is--detail .market-search-index {
  height: 100%;
  overflow: hidden;
}

@media (max-width:991px) {
  .js--modal.is--market.is--detail .market-search-index {
    min-height: 600px;
  }
}

.btn.btn-primary.my-market-search-button {
  padding: 7px 15px 7px 15px;
  padding: .4375rem .9375rem .4375rem .9375rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 100%;
}

#market-search-form {
  padding: 10px 25px 50px 25px;
  padding: .625rem 1.5625rem 3.125rem 1.5625rem;
}

@media (min-width:768px) {
  #market-search-form {
    padding: 20px 65px 50px 65px;
    padding: 1.25rem 4.0625rem 3.125rem 4.0625rem;
  }
}

.is--listmap .list-map-wrapper {
  position: absolute;
  width: 100%;
}

@media (max-width:767px) {
  .is--listmap .list-map-wrapper {
    overflow: hidden;
  }
}

.list-map-wrapper {
  height: -moz-calc(100% - 240px);
  height: -webkit-calc(100% - 240px);
  height: calc(100% - 240px);
  margin: 130px 0 70px;
}

@media (min-width:768px) {
  .list-map-wrapper {
    height: -moz-calc(100% - 120px);
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px);
    margin: 0 0 80px 0;
  }
}

@media (min-width:1200px) {
  .list-map-wrapper {
    height: -moz-calc(100% - 140px);
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
    margin: 0 0 100px 0;
  }
}

@media (max-width:767px) {
  .js--modal.is--market.is--intro #market-search-form {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .js--modal.is--market.is--detail .content {
    position: relative;
    height: 100vh;
  }

  .js--modal.is--market.is--detail #market-search-form {
    padding-top: 1em;
    padding-bottom: 1em;
    height: 120px;
  }

  .js--modal.is--market .list-map-wrapper {
    height: -moz-calc(100vh - 240px);
    height: -webkit-calc(100vh - 240px);
    height: calc(100vh - 240px);
    margin: 120px 0 70px;
  }

  .js--modal.is--market .market-select {
    position: fixed;
    bottom: 0;
  }
}

body.ios .js--modal.is--market.is--intro #market-search-form {
  padding-top: 1em;
  padding-bottom: 1em;
}

body.ios .js--modal.is--market.is--detail #market-search-form {
  padding-top: 1em;
  padding-bottom: 1em;
}

body.ios.iphone .js--modal.is--market.is--detail .content {
  position: relative;
  height: 100vh;
}

body.ios.iphone .js--modal.is--market.is--detail #market-search-form {
  height: 120px;
}

body.ios.iphone .js--modal.is--market .market-select {
  position: fixed;
  bottom: 0;
}

body.ios.iphone .js--modal.is--market .list-map-wrapper {
  height: -moz-calc(100vh - 240px);
  height: -webkit-calc(100vh - 240px);
  height: calc(100vh - 240px);
  margin: 120px 0 70px;
}

body.ios.ipad .js--modal.is--market.is--detail {
  max-height: 630px!important;
}

body.ios.ipad .js--modal.is--market.is--detail .content {
  position: relative;
  min-height: 590px;
}

body.ios.ipad .js--modal.is--market .market-select {
  position: absolute;
  bottom: 0;
}

body.ios.ipad .js--modal.is--market .list-map-wrapper {
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 0 0 80px;
}

.my-market-tab-wrapper {
  -webkit-box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.1);
  -moz-box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.1);
  -o-box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.1);
  box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.1);
  -webkit-box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.2);
  -moz-box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.2);
  -o-box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.2);
  box-shadow: '' inset -2px 0 0 0 #fff 2px 2px 0 0 #000 2px rgba(0,0,0,.2);
  margin-bottom: 20px;
  overflow: auto;
}

.my-market-tab-wrapper label {
  background: #e3e3e3;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 4px 12px;
  line-height: 28px;
  -webkit-transition: all all .2s ease;
  -moz-transition: all all .2s ease;
  -ms-transition: all all .2s ease;
  -o-transition: all all .2s ease;
  transition: all all .2s ease;
  -webkit-transition: all .2s .2s ease-out;
  -moz-transition: all .2s .2s ease-out;
  -o-transition: all .2s .2s ease-out;
  transition: all .2s .2s ease-out;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin-bottom: 0;
  text-align: center;
  width: 50%;
}

.my-market-tab-wrapper label.viewMode_list_label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.my-market-tab-wrapper label.viewMode_map_label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.my-market-tab-wrapper label:hover {
  background: #c9c9c9;
}

.my-market-tab-wrapper label:active {
  -webkit-box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.1);
  -o-box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.1);
  box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.2);
  -o-box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.2);
  box-shadow: '' inset 0 3px 5px rgba(0,0,0,.25) 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
}

.my-market-tab-wrapper input.active+label {
  background: #cd1719;
  color: #fff;
}

@media (min-width:768px) {
  .my-market-tab-wrapper {
    display: none;
  }
}

.market-search-input-wrapper {
  overflow: hidden;
  position: relative;
}

.market-search-input-wrapper .input-group {
  border: 1px solid #000;
  border-radius: 4px;
}

.market-search-input-wrapper .market-search-input {
  padding: 12px 50px 0 15px;
  border: none;
  background: 0 0;
  display: block;
  float: left;
}

.market-search-input-wrapper .input-group-addon {
  background-color: #cd1719;
  padding: 0 0;
}

.market-search-input-wrapper .input-group-addon a {
  display: block;
  width: 100%;
  padding: 6px 8px;
}

.market-search-input-wrapper .market-search-submit {
  color: #fff;
  background: 0 0;
}

.market-search-input-wrapper .market-search-submit span.glyphicons {
  font-size: 1.5em;
  color: #fff;
}

#list .markets-list,
#markets-result-wrapper .markets-list,
#selected-market-wrapper .markets-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  overflow: auto;
}

#list .markets-list .container,
#markets-result-wrapper .markets-list .container,
#selected-market-wrapper .markets-list .container {
  width: 100%;
}

#list .markets-list .markets-list-item,
#markets-result-wrapper .markets-list .markets-list-item,
#selected-market-wrapper .markets-list .markets-list-item {
  border-bottom: 1px solid #999;
}

#list .markets-list .markets-list-item:hover,
#markets-result-wrapper .markets-list .markets-list-item:hover,
#selected-market-wrapper .markets-list .markets-list-item:hover {
  background: #c6d5e2;
  cursor: pointer;
}

#list .markets-list .markets-list-item.markets-list-item--active,
#markets-result-wrapper .markets-list .markets-list-item.markets-list-item--active,
#selected-market-wrapper .markets-list .markets-list-item.markets-list-item--active {
  background: #c6d5e2;
}

#list .markets-list .markets-list-item .container,
#markets-result-wrapper .markets-list .markets-list-item .container,
#selected-market-wrapper .markets-list .markets-list-item .container {
  padding: 10px 0;
}

#list .markets-list .markets-list-item:last-child,
#markets-result-wrapper .markets-list .markets-list-item:last-child,
#selected-market-wrapper .markets-list .markets-list-item:last-child {
  border-bottom: 0;
}

#list .markets-list .markets-list-item .market-name,
#markets-result-wrapper .markets-list .markets-list-item .market-name,
#selected-market-wrapper .markets-list .markets-list-item .market-name {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width:1200px) {
  #list .markets-list .markets-list-item .market-name,
  #markets-result-wrapper .markets-list .markets-list-item .market-name,
  #selected-market-wrapper .markets-list .markets-list-item .market-name {
    font-size: 18px;
  }
}

#list .markets-list .markets-list-item .col-market,
#markets-result-wrapper .markets-list .markets-list-item .col-market,
#selected-market-wrapper .markets-list .markets-list-item .col-market {
  padding-left: 0;
}

#list .markets-list .markets-list-item .market-business-hours,
#markets-result-wrapper .markets-list .markets-list-item .market-business-hours,
#selected-market-wrapper .markets-list .markets-list-item .market-business-hours {
  list-style: none;
  padding: 0;
}

#list .markets-list .markets-list-item .market-save-button,
#markets-result-wrapper .markets-list .markets-list-item .market-save-button,
#selected-market-wrapper .markets-list .markets-list-item .market-save-button {
  margin-top: 20px;
}

@media (min-width:768px) {
  #list .markets-list .markets-list-item .market-save-button,
  #markets-result-wrapper .markets-list .markets-list-item .market-save-button,
  #selected-market-wrapper .markets-list .markets-list-item .market-save-button {
    margin-top: 0;
  }
}

#list .markets-list .markets-list-item .market-address,
#list .markets-list .markets-list-item .market-business-hours,
#markets-result-wrapper .markets-list .markets-list-item .market-address,
#markets-result-wrapper .markets-list .markets-list-item .market-business-hours,
#selected-market-wrapper .markets-list .markets-list-item .market-address,
#selected-market-wrapper .markets-list .markets-list-item .market-business-hours {
  font-size: 10px;
}

@media (min-width:1200px) {
  #list .markets-list .markets-list-item .market-address,
  #list .markets-list .markets-list-item .market-business-hours,
  #markets-result-wrapper .markets-list .markets-list-item .market-address,
  #markets-result-wrapper .markets-list .markets-list-item .market-business-hours,
  #selected-market-wrapper .markets-list .markets-list-item .market-address,
  #selected-market-wrapper .markets-list .markets-list-item .market-business-hours {
    font-size: 14px;
  }
}

#list .markets-list .markets-list-item .market-address,
#markets-result-wrapper .markets-list .markets-list-item .market-address,
#selected-market-wrapper .markets-list .markets-list-item .market-address {
  text-transform: uppercase;
  list-style: none;
  padding: 0;
}

#list .markets-list .markets-list-item .btn,
#markets-result-wrapper .markets-list .markets-list-item .btn,
#selected-market-wrapper .markets-list .markets-list-item .btn {
  height: 40px;
  margin-bottom: 0;
}

@media (min-width:1200px) {
  #list .markets-list,
  #markets-result-wrapper .markets-list,
  #selected-market-wrapper .markets-list {
    margin: 0 20px;
  }
}

#selected-market-wrapper .selected-market-headline {
  margin-bottom: 30px;
}

#selected-market-wrapper .markets-list .markets-list-item {
  border-bottom: 1px solid #000!important;
}

@media (min-width:768px) {
  #selected-market-wrapper .markets-list .markets-list-item {
    border-bottom: 1px solid #999!important;
  }
}

#selected-market-wrapper+#markets-result-wrapper {
  margin-top: 0;
}

#list,
#map {
  height: 100%;
  position: relative;
}

@media (min-width:768px) {
  #list,
  #map {
    float: left;
    width: 50%;
  }
}

@media (max-width:767px) {
  #list,
  #map {
    height: calc(100% - 60px);
  }
}

#list img,
#map img {
  max-height: none!important;
  max-width: none!important;
}

#list .gm-style-iw,
#map .gm-style-iw {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#list .gm-style-iw p,
#map .gm-style-iw p {
  font-size: 13px;
  margin: 0;
}

.markets-list-item-image {
  margin-top: 10px;
}

#list .markets-list-item-image {
  max-width: 100%!important;
  max-height: 100%!important;
}

@media (min-width:768px) {
  #list {
    padding-top: 80px;
  }
}

.market-select {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: #f1f1f1;
  clear: both;
  color: #000;
}

@media (max-width:480px) {
  .market-select {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.market-select>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.market-select .market-no-select {
  font-size: 16px;
  display: block;
  text-align: center;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
}

@media (min-width:1200px) {
  .market-select .market-no-select {
    font-size: 18px;
  }
}

.market-select .market-select-button-block {
  text-align: center;
  padding: 10px 15px;
}

@media (min-width:768px) {
  .market-select #market-select-button {
    width: auto;
  }

  .market-select #market-select-button:active {
    background: #002d35!important;
    color: #fff;
  }

  .market-select #market-select-button.btn-disable {
    background: #e4e4e4;
    color: #555;
  }

  .market-select #market-select-button.btn-disable:hover {
    background: #e4e4e4!important;
    cursor: not-allowed;
  }
}

@media (min-width:768px) and (min-width:768px) {
  .market-select #market-select-button {
    margin-top: 20px;
  }
}

@media (min-width:768px) and (min-width:1200px) {
  .market-select #market-select-button {
    font-size: 14px;
    max-width: 340px;
    margin: 30px auto 0 auto;
  }
}

@media (min-width:1200px) {
  .market-select #market-select-button {
    font-size: 14px;
    max-width: 340px;
    margin: 20px auto 0 auto;
  }
}

.market-select #market-select-button:active {
  background: #002d35!important;
  color: #fff;
}

.market-select #market-select-button.btn-disable {
  background: #e4e4e4;
  color: #555;
}

.market-select #market-select-button.btn-disable:hover {
  background: #e4e4e4!important;
  cursor: not-allowed;
}

.market-select .market-select-item {
  padding: 10px 0;
}

.market-select .market-select-item .markets-list-item {
  width: 100%;
}

@media (min-width:1200px) {
  .market-select .market-select-item {
    padding: 15px 20px;
  }
}

.market-select .market-select-item .market-address,
.market-select .market-select-item .market-business-hours {
  font-size: 10px;
}

@media (min-width:1200px) {
  .market-select .market-select-item .market-address,
  .market-select .market-select-item .market-business-hours {
    font-size: 14px;
  }
}

.market-select .market-select-item .col-market {
  padding-left: 0;
}

.market-select .market-select-item .col-market-address {
  width: 100%;
}

.market-select .market-select-item .market-address {
  text-transform: none;
  list-style: none;
  padding: 0;
  height: 28px;
  overflow: hidden;
  margin: 0;
}

@media (min-width:1200px) {
  .market-select .market-select-item .market-address {
    height: 40px;
  }
}

.market-select .market-select-item .market-name {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: block;
  height: 20px;
  overflow: hidden;
}

@media (min-width:1200px) {
  .market-select .market-select-item .market-name {
    height: 25px;
    font-size: 18px;
  }
}

.market-select .market-select-item .market-business-hours {
  list-style: none;
  padding: 0;
  font-size: 10px;
}

@media (min-width:768px) {
  .market-select {
    height: 80px;
  }
}

@media (min-width:1200px) {
  .market-select {
    height: 100px;
  }
}

.store-details {
  margin: 0;
  padding: 0;
  width: 100%;
}

.store-details__line {
  list-style: none;
  min-height: 1em;
}

@media (max-width:767px) {
  .visually-hidden {
    position: absolute!important;
    top: 120px;
    left: 100%;
    height: -moz-calc(100% - 240px)!important;
    height: -webkit-calc(100% - 240px)!important;
    height: calc(100% - 240px)!important;
    width: 100%;
  }
}

.street-number-container.division #market-link {
  text-align: center;
  width: 100%;
}

.division-selection-text {
  color: #777;
  font-style: normal;
  font-weight: 600;
}

.division-selection-text.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  height: 45px;
  margin-bottom: 20px;
}

#shippingAddress .form-group {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}

#shippingAddress .form-group:after {
  clear: both;
  content: ' ';
  display: table;
  width: 100%;
}

.modal-helper-title {
  background: #f1f1f1;
  height: 40px;
  position: relative;
  z-index: 10;
}

.modal-helper-title h2 {
  color: #777;
  font-size: 1.4em;
  margin: 0;
  padding: .65em 0 0 15px;
}

@media (max-width:400px) {
  .modal-helper-title h2 {
    font-size: 1.1em;
    padding-top: 1em;
  }
}

.biozid-row:after,
.biozid-row:before,
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.product-row .feature:after,
.product-row .feature:before,
.product-row:after,
.product-row:before,
.row:after,
.row:before,
.supplier-row:after,
.supplier-row:before {
  content: " ";
  display: table;
}

.biozid-row:after,
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.product-row .feature:after,
.product-row:after,
.row:after,
.supplier-row:after {
  clear: both;
}

.payolutionButton-hidden {
  visibility: hidden;
}

.payolutionButton-hidden .confirm--actions {
  padding-bottom: 0;
  margin-top: 0!important;
}

.payolution--privacyCheck .payolution--dataCheckbox {
  float: left;
  margin-right: 15px;
}

.payolution--privacyCheck .payolution--dataCheckboxLable {
  float: left;
  width: 85%;
  display: block;
}

.payolution--errorText,
.payolution--errorText--errorContainer {
  background-color: #fdd;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.payolutionInfoText {
  font-size: 11px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.payolution--privacyCheck {
  display: none;
}

#payolution--phone {
  display: none;
  padding-left: 2.5rem;
  margin-bottom: 10px;
  width: 100%;
}

#payolution--phone .payolution--phone--header {
  margin-bottom: 5px;
}

#payolution--phone #payolution--phone--input {
  margin-bottom: 5px;
  width: 100%;
}

@media screen and (min-width:768px) {
  #payolution--phone #payolution--phone--input {
    width: 35%;
  }
}

.payment-option #payolutionInstallmentCheckout .left {
  height: inherit;
}

.payolutionBirthdayForm.register--content {
  float: left;
  margin-top: 5px;
  display: block;
  width: 50%;
}

.payolutionBirthdayForm.register--content .register--birthdate .register--birthday,
.payolutionBirthdayForm.register--content .register--birthdate .register--birthmonth {
  padding-right: 15px;
}

@media screen and (max-width:480px) {
  .payolutionBirthdayForm.register--content .register--birthdate .register--birthday select,
  .payolutionBirthdayForm.register--content .register--birthdate .register--birthmonth select,
  .payolutionBirthdayForm.register--content .register--birthdate .register--birthyear select {
    padding: 0!important;
  }
}

.payolutionBirthdayForm .payolutionBirthdayInfoText18Error {
  color: red;
  font-weight: 700;
}

.payolutionBirthdayForm .payolutionBirthdayInfoText {
  font-weight: 700;
}

#payolutionInstallmentInfo {
  border-top: 1px solid #dadae5;
  padding-top: 10px;
}

#payolutionInstallmentInfo #payolutionInstallmentInfo--text {
  float: left;
}

@media screen and (min-width:480px) {
  #payolutionInstallmentInfo #payolutionInstallmentInfo--text {
    max-width: 60%;
  }
}

@media screen and (max-width:479px) {
  #payolutionInstallmentInfo #payolutionInstallmentInfo--text {
    width: 100%;
  }
}

#payolutionInstallmentInfo #payolutionInstallmentInfo--text span {
  font-size: 12px;
}

#payolutionInstallmentInfo #payolutionInstallmentInfo--text span#payolutionInstallmentPrice {
  color: red;
  font-size: 18px;
  font-weight: 700;
  margin-left: 0;
}

#payolutionInstallmentInfo #payolutionInstallmentInfo--text #icon--currency {
  margin-top: 2px;
  margin-right: 5px;
  background-color: #5f7285;
  text-align: center;
  border-radius: 100px;
  float: left;
  min-width: 20px;
  height: 20px;
  vertical-align: bottom;
}

#payolutionInstallmentInfo #payolutionInstallmentInfo--text #icon--currency span {
  font-size: 12px;
  margin-left: 0;
  color: #fff;
}

#payolutionInstallmentInfo #payolutionInstallmentButton {
  max-width: 40%;
  border: none;
  text-align: center;
  border-radius: 3px;
  float: right;
  padding: 5px 20px;
  background-color: #dadae5;
  background-image: linear-gradient(to bottom,#e4e4e4 0,#dadae5 100%);
}

#payolutionInstallmentInfo #payolutionInstallmentButton a {
  color: #000;
}

@media screen and (max-width:479px) {
  #payolutionInstallmentInfo #payolutionInstallmentButton {
    float: left;
    max-width: 100%;
    margin-top: 15px;
  }
}

#payolutionInstallmentInfoModal {
  width: 90%;
  margin: 10px auto;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--header {
  font-weight: 700;
  font-size: 16px;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentSelection {
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #dadae5;
  border-radius: 5px;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn {
  background-color: #dadae5;
  background-image: linear-gradient(to bottom,#e4e4e4 0,#dadae5 100%);
  border: none;
  border-bottom: 1px solid #dadae5;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
  float: left;
  width: 100%;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn:hover {
  color: #000;
  background: #f5f5f5 none repeat scroll 0 0;
  font-weight: 700;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn.payolutionRateActive {
  color: #000;
  background: #f5f5f5 none repeat scroll 0 0;
  font-weight: 700;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn.payolutionLastElement {
  border-bottom: 0;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview {
  width: 100%;
  margin-bottom: 15px;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element {
  list-style: none;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--rates div {
  margin-bottom: 10px;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--totalAmount div {
  margin-bottom: 10px;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--effectiveZins div {
  margin-bottom: 10px;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--monthlyAmount div {
  font-size: 16px;
  font-weight: 700;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--monthlyAmount div:last-child {
  color: red;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element div {
  width: 50%;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element div:first-child {
  text-align: left;
  float: left;
}

#payolutionInstallmentInfoModal .payolutionInstallmentInfoModal--payolutionInstallmentOverview div.payolutionInstallmentOverview--element div:last-child {
  text-align: right;
  float: right;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentButton {
  float: right;
  cursor: pointer;
  border: none;
  margin-top: 20px;
  color: #000;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  padding: 5px 20px;
  background-color: #dadae5;
  background-image: linear-gradient(to bottom,#e4e4e4 0,#dadae5 100%);
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentPlan #payolutionInstallmentPlan--header {
  font-weight: 700;
  font-size: 16px;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentPlan ul {
  border-top: 1px solid #000;
  margin-top: 15px;
  width: 100%;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentPlan ul li {
  list-style: none;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentPlan ul li .payolutionInstallmentPlanList--left {
  text-align: left;
  float: left;
  width: 20%;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentPlan ul li .payolutionInstallmentPlanList--middle {
  text-align: center;
  float: left;
  width: 20%;
}

#payolutionInstallmentInfoModal #payolutionInstallmentInfoModal--payolutionInstallmentPlan ul li .payolutionInstallmentPlanList--right {
  text-align: right;
  float: right;
  width: 60%;
}

@media screen and (max-width:417px) {
  .contentleftheight {
    height: 500px;
  }
}

@media screen and (min-width:418px) {
  .contentleftheight {
    height: 500px;
  }
}

@media screen and (min-width:798px) {
  .contentleftheight {
    height: 350px;
  }
}

@media screen and (min-width:1088px) {
  .contentleftheight {
    height: 650px;
  }
}

@media screen and (min-width:798px) {
  .buttoncontentleft {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width:1088px) {
  .buttoncontentleft {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (min-width:798px) {
  .buttoncontentRight {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width:1088px) {
  .buttoncontentRight {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (max-width:417px) {
  .contentleftheight2 {
    height: 90%;
  }
}

@media screen and (min-width:418px) {
  .contentleftheight2 {
    height: 90%;
  }
}

@media screen and (min-width:798px) {
  .contentleftheight2 {
    height: 85%;
  }
}

@media screen and (min-width:1088px) {
  .contentleftheight2 {
    height: 90%;
  }
}

@media screen and (max-width:417px) {
  .contentmiddleheight {
    min-height: 550px;
  }
}

@media screen and (min-width:418px) {
  .contentmiddleheight {
    min-height: 575px;
  }
}

@media screen and (min-width:798px) {
  .contentmiddleheight {
    min-height: 607px;
  }
}

@media screen and (min-width:1088px) {
  .contentmiddleheight {
    height: 350px;
  }
}

@media screen and (max-width:417px) {
  .contentmiddleheight2 {
    height: 90%;
  }
}

@media screen and (min-width:418px) {
  .contentmiddleheight2 {
    height: 90%;
  }
}

@media screen and (min-width:798px) {
  .contentmiddleheight2 {
    height: 100%;
  }
}

@media screen and (min-width:1088px) {
  .contentmiddleheight2 {
    height: 90%;
  }
}

@media screen and (max-width:417px) {
  .contentrightheight {
    height: 550px;
  }
}

@media screen and (min-width:418px) {
  .contentrightheight {
    height: 575px;
  }
}

@media screen and (min-width:798px) {
  .contentrightheight {
    min-height: 607px;
  }
}

@media screen and (min-width:1088px) {
  .contentrightheight {
    height: 350px;
  }
}

@media screen and (max-width:417px) {
  .contentrightheight2 {
    height: 90%;
  }
}

@media screen and (min-width:418px) {
  .contentrightheight2 {
    height: 90%;
  }
}

@media screen and (min-width:798px) {
  .contentrightheight2 {
    height: 100%;
  }
}

@media screen and (min-width:1088px) {
  .contentrightheight2 {
    height: 90%;
  }
}

@media screen and (max-width:797px) {
  .oneuptwodown .oneuptwodown-clearfix:after,
  .oneuptwodown .oneuptwodown-clearfix:before {
    content: " ";
    display: table;
  }

  .oneuptwodown .oneuptwodown-clearfix:after {
    clear: both;
  }

  .oneuptwodown .oneuptwodown-left {
    width: 100%;
  }
}

@media screen and (min-width:798px) {
  .oneuptwodown {
    float: right;
  }

  .oneuptwodown .oneuptwodown-clearfix:after,
  .oneuptwodown .oneuptwodown-clearfix:before {
    content: " ";
    display: table;
  }

  .oneuptwodown .oneuptwodown-clearfix:after {
    clear: both;
  }

  .oneuptwodown .oneuptwodown-left {
    float: left;
    width: 50%;
  }

  .oneuptwodown .bordermiddle {
    border-left: 1px solid #333;
  }
}

@media screen and (min-width:1088px) {
  .oneuptwodown {
    float: none;
    width: 100%;
  }

  .oneuptwodown .oneuptwodown-clearfix:after,
  .oneuptwodown .oneuptwodown-clearfix:before {
    content: " ";
    display: table;
  }

  .oneuptwodown .oneuptwodown-clearfix:after {
    clear: both;
  }

  .oneuptwodown .oneuptwodown-left {
    width: 33%;
  }

  .oneuptwodown .bordermiddle {
    border-left: none;
  }
}

@media screen and (max-width:797px) {
  .down .biozid-row:after,
  .down .biozid-row:before,
  .down .btn-group-vertical>.btn-group:after,
  .down .btn-group-vertical>.btn-group:before,
  .down .btn-toolbar:after,
  .down .btn-toolbar:before,
  .down .clearfix:after,
  .down .clearfix:before,
  .down .container-fluid:after,
  .down .container-fluid:before,
  .down .container:after,
  .down .container:before,
  .down .dl-horizontal dd:after,
  .down .dl-horizontal dd:before,
  .down .form-horizontal .form-group:after,
  .down .form-horizontal .form-group:before,
  .down .modal-footer:after,
  .down .modal-footer:before,
  .down .nav:after,
  .down .nav:before,
  .down .navbar-collapse:after,
  .down .navbar-collapse:before,
  .down .navbar-header:after,
  .down .navbar-header:before,
  .down .navbar:after,
  .down .navbar:before,
  .down .pager:after,
  .down .pager:before,
  .down .panel-body:after,
  .down .panel-body:before,
  .down .product-row .feature:after,
  .down .product-row .feature:before,
  .down .product-row:after,
  .down .product-row:before,
  .down .row:after,
  .down .row:before,
  .down .supplier-row:after,
  .down .supplier-row:before {
    content: " ";
    display: table;
  }

  .down .biozid-row:after,
  .down .btn-group-vertical>.btn-group:after,
  .down .btn-toolbar:after,
  .down .clearfix:after,
  .down .container-fluid:after,
  .down .container:after,
  .down .dl-horizontal dd:after,
  .down .form-horizontal .form-group:after,
  .down .modal-footer:after,
  .down .nav:after,
  .down .navbar-collapse:after,
  .down .navbar-header:after,
  .down .navbar:after,
  .down .pager:after,
  .down .panel-body:after,
  .down .product-row .feature:after,
  .down .product-row:after,
  .down .row:after,
  .down .supplier-row:after {
    clear: both;
  }

  .down .left {
    width: 100%;
  }
}

@media screen and (min-width:798px) {
  .down {
    float: right;
  }

  .down .biozid-row:after,
  .down .biozid-row:before,
  .down .btn-group-vertical>.btn-group:after,
  .down .btn-group-vertical>.btn-group:before,
  .down .btn-toolbar:after,
  .down .btn-toolbar:before,
  .down .clearfix:after,
  .down .clearfix:before,
  .down .container-fluid:after,
  .down .container-fluid:before,
  .down .container:after,
  .down .container:before,
  .down .dl-horizontal dd:after,
  .down .dl-horizontal dd:before,
  .down .form-horizontal .form-group:after,
  .down .form-horizontal .form-group:before,
  .down .modal-footer:after,
  .down .modal-footer:before,
  .down .nav:after,
  .down .nav:before,
  .down .navbar-collapse:after,
  .down .navbar-collapse:before,
  .down .navbar-header:after,
  .down .navbar-header:before,
  .down .navbar:after,
  .down .navbar:before,
  .down .pager:after,
  .down .pager:before,
  .down .panel-body:after,
  .down .panel-body:before,
  .down .product-row .feature:after,
  .down .product-row .feature:before,
  .down .product-row:after,
  .down .product-row:before,
  .down .row:after,
  .down .row:before,
  .down .supplier-row:after,
  .down .supplier-row:before {
    content: " ";
    display: table;
  }

  .down .biozid-row:after,
  .down .btn-group-vertical>.btn-group:after,
  .down .btn-toolbar:after,
  .down .clearfix:after,
  .down .container-fluid:after,
  .down .container:after,
  .down .dl-horizontal dd:after,
  .down .form-horizontal .form-group:after,
  .down .modal-footer:after,
  .down .nav:after,
  .down .navbar-collapse:after,
  .down .navbar-header:after,
  .down .navbar:after,
  .down .pager:after,
  .down .panel-body:after,
  .down .product-row .feature:after,
  .down .product-row:after,
  .down .row:after,
  .down .supplier-row:after {
    clear: both;
  }

  .down .left {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width:1088px) {
  .down .left {
    float: left;
    width: 100%;
  }
}

#payolutionInstallmentCheckout {
  margin-top: 15px;
  padding-left: 0;
  float: right;
}

#payolutionInstallmentCheckout .payolution--errorText,
#payolutionInstallmentCheckout .payolution--errorText--errorContainer {
  width: 100%;
}

@media screen and (max-width:417px) {
  #payolutionInstallmentCheckout .payolutionInstallmentContainer--headline {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0 15px 0;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 110%;
    z-index: 10;
    background-color: rgba(0,0,0,.15);
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer.no-after:after {
    display: none;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary {
    border-radius: 5px;
    float: right;
    width: 100%;
    margin-top: 10px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary span {
    float: right;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .payolutionInstallmentContainer--content {
    border-top: 1px solid #000;
    float: left;
    width: 100%;
  }
}

@media screen and (min-width:418px) {
  #payolutionInstallmentCheckout .payolutionInstallmentContainer--headline {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 15px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 105%;
    z-index: 10;
    background-color: rgba(0,0,0,.15);
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer.no-after:after {
    display: none;
    height: 65%;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary {
    border-radius: 5px;
    float: right;
    width: 58%;
    margin-top: 10px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary span {
    float: right;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .payolutionInstallmentContainer--content {
    border-top: 1px solid #000;
    float: left;
    width: 100%;
    min-height: 250px;
  }
}

@media screen and (min-width:798px) {
  #payolutionInstallmentCheckout .payolutionInstallmentContainer--headline {
    font-size: 18px;
    font-weight: 700;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 15px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,.15);
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer.no-after:after {
    display: none;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary {
    border-radius: 5px;
    float: right;
    min-width: 60%;
    margin-top: 10px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary span {
    float: right;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .payolutionInstallmentContainer--content {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width:1088px) {
  #payolutionInstallmentCheckout .payolutionInstallmentContainer--headline {
    font-size: 18px;
    font-weight: 700;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 15px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,.15);
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer.no-after:after {
    display: none;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary {
    border-radius: 5px;
    float: right;
    min-width: 80%;
    margin-top: 10px;
  }

  #payolutionInstallmentCheckout .payolutionInstallmentCheckout--payolutionInstallmentContainer .is--primary span {
    float: right;
  }
}

@media screen and (min-width:798px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width:1088px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft {
    width: 33%;
  }
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft .payolutionBirthdayForm {
  padding-left: 0;
  margin-bottom: 15px;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft .payolution--privacyCheck {
  padding-left: 0;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft .payolution--privacyCheck .payolution--dataCheckboxLable {
  float: left;
  width: 90%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentLeft .register--content {
  width: 100%;
  display: block;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentSelection {
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #dadae5;
  border-radius: 5px;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn {
  background-color: #dadae5;
  background-image: linear-gradient(to bottom,#e4e4e4 0,#dadae5 100%);
  border: none;
  border-bottom: 1px solid #dadae5;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
  float: left;
  width: 100%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn:hover {
  color: #000;
  background: #f5f5f5 none repeat scroll 0 0;
  font-weight: 700;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn.payolutionRateActive {
  color: #000;
  background: #f5f5f5 none repeat scroll 0 0;
  font-weight: 700;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentSelection .payolutionInstallmentSelection--payolutionInstallmentColumn.payolutionLastElement {
  border-bottom: 0;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan {
  display: block;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan #payolutionInstallmentPlan--header {
  font-weight: 700;
  font-size: 16px;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #dadae5;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
  display: block;
  position: relative;
}

@media screen and (max-width:797px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul {
    width: 100%;
  }
}

@media screen and (min-width:798px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul {
    width: 99%;
    float: right;
  }
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul .payolutionInstallmentPlanList--textOverlay {
  background-image: linear-gradient(to bottom,transparent 20%,#e9e9f0 100%);
  border-radius: 5px;
  display: block;
  height: 30px;
  margin-left: -10px;
  margin-top: 60px;
  position: absolute;
  width: 100%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul li {
  list-style: none;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul li .payolutionInstallmentPlanList--left {
  text-align: left;
  float: left;
  width: 25%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul li .payolutionInstallmentPlanList--middle {
  text-align: center;
  float: left;
  width: 25%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentPlan ul li .payolutionInstallmentPlanList--right {
  text-align: right;
  float: right;
  width: 50%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentCheckoutButton {
  cursor: pointer;
}

@media screen and (min-width:418px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentCheckoutButton {
    float: right;
  }
}

@media screen and (min-width:1088px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentCheckoutButton {
    float: none;
  }
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle #payolutionInstallmentCheckout--payolutionInstallmentCheckoutButton i {
  font-size: 8px;
  margin-left: 15px;
}

@media screen and (max-width:417px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle .payolutionInstallmentCheckout--payolutionInstallmentCheckoutLink {
    margin-top: -25px;
    float: left;
  }
}

@media screen and (min-width:418px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle .payolutionInstallmentCheckout--payolutionInstallmentCheckoutLink {
    margin-top: -25px;
    float: right;
  }
}

@media screen and (min-width:600px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle .payolutionInstallmentCheckout--payolutionInstallmentCheckoutLink {
    margin-top: -25px;
    float: left;
  }
}

@media screen and (min-width:788px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle .payolutionInstallmentCheckout--payolutionInstallmentCheckoutLink {
    float: right;
  }
}

@media screen and (min-width:1088px) {
  #payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentMiddle .payolutionInstallmentCheckout--payolutionInstallmentCheckoutLink {
    float: none;
  }
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element {
  list-style: none;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--rates div {
  margin-bottom: 10px;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--totalAmount div {
  margin-bottom: 10px;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--effectiveZins div {
  margin-bottom: 10px;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--monthlyAmount {
  margin-bottom: 15px;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--monthlyAmount div {
  font-size: 16px;
  font-weight: 700;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element.payolutionInstallmentOverview--monthlyAmount div:last-child {
  color: red;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element div {
  width: 50%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element div:first-child {
  text-align: left;
  float: left;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight .payolutionInstallmentCheckout--payolutionInstallmentOverview div.payolutionInstallmentOverview--element div:last-child {
  text-align: right;
  float: right;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight #payolutionInstallmentRight--accountForm {
  border-top: 1px solid #000;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight #payolutionInstallmentRight--accountForm .accountForm--payolutionHeader {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight #payolutionInstallmentRight--accountForm div {
  position: relative;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight #payolutionInstallmentRight--accountForm div.accountForm--payolutionField {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight #payolutionInstallmentRight--accountForm div.accountForm--payolutionField label {
  width: 35%;
  float: left;
  position: relative;
  text-align: right;
  padding-right: 15px;
  line-height: 2.188rem;
  font-weight: 700;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight #payolutionInstallmentRight--accountForm div.accountForm--payolutionField input {
  width: 65%;
  float: left;
  position: relative;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentRight #payolutionInstallmentRight--SubmitButton {
  float: right;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentError {
  display: none;
}

#payolutionInstallmentCheckout #payolutionInstallmentCheckout--payolutionInstallmentError ul {
  padding-left: 15px;
}

#payolutionB2bForm {
  width: 100%;
  padding-left: 2.5rem;
}

#payolutionB2bForm #payolutionB2bForm--CompanyName {
  width: 100%;
}

#payolutionB2bForm #payolutionB2bForm--CompanyName label {
  width: 100%;
}

#payolutionB2bForm #payolutionB2bForm--CompanyName #payolutionB2bErrorText {
  background-color: #fdd;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  display: inline-block;
  position: relative;
}

#payolutionB2bForm #payolutionB2bForm--VatNumber {
  width: 100%;
}

#payolutionB2bForm #payolutionB2bForm--VatNumber label {
  width: 100%;
}

@media screen and (max-width:480px) {
  #payolutionB2bForm input {
    width: 100%;
  }
}

#payolutionB2bForm * {
  display: inline-block;
  margin-bottom: 5px;
}

#payolutionElv--ElvAccountForm {
  display: none;
}

#payolutionElv--ElvAccountForm .payolutionElv--header {
  padding-left: 15px;
}

#payolutionElv--ElvAccountForm .ElvAccountForm--payolutionField {
  margin-top: 5px;
  padding-left: 15px;
}

#payolutionElv--ElvAccountForm .payolution--privacyCheck {
  width: 100%;
}

#payolutionElv--ElvAccountForm>.row {
  float: none;
  margin: 15px 0;
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00859b;
  color: #fff;
}

@media (max-width:320px) {
  .select2-container--default .select2-dropdown {
    width: 96px!important;
    left: -28px!important;
  }
}

@media (max-width:480px) and (min-width:321px) {
  .select2-container--default .select2-dropdown {
    width: 115px!important;
    left: -34px!important;
  }
}

@media (max-width:768px) and (min-width:481px) {
  .select2-container--default .select2-dropdown {
    width: 114px!important;
    left: -32px!important;
  }
}

@media (max-width:1199px) and (min-width:769px) {
  .select2-container--default .select2-dropdown {
    width: 114px!important;
    left: -34px!important;
  }
}

@media (min-width:1200px) {
  .select2-container--default .select2-dropdown {
    width: 110px!important;
    left: -30px!important;
  }
}

.ctl_checkout td select.form-control,
.quantityselect-container .quantityselect_wrapper select.quantityselect {
  max-width: 25px;
  min-width: 25px;
  width: 25px;
}

@media (max-width:1200px) {
  .ctl_checkout td select.form-control,
  .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
  }
}

@media (max-width:992px) {
  .ctl_checkout td select.form-control,
  .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
  }
}

@media (max-width:768px) {
  .ctl_checkout td select.form-control,
  .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
}

@media (max-width:480px) {
  .ctl_checkout td select.form-control,
  .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
  }
}

.select2-container .select2-selection--single {
  border: 0;
  border-radius: 0;
  background-color: transparent!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  line-height: 3.2;
}

@media (max-width:768px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 3.2;
  }
}

@media (max-width:480px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 3.2;
  }
}

.select2-container .select2-selection__arrow {
  display: none;
}

.select2-container .select2-dropdown {
  min-width: 52px!important;
}

.ctl_checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 3.3;
}

@media (max-width:480px) {
  .ctl_checkout .quantityselect-container .quantityselect_all_wrapper {
    margin: 1em 0 0 0;
  }
}

@media (max-width:480px) and (max-width:320px) {
  .ctl_checkout .quantityselect-container .quantityselect_all_wrapper {
    margin: 0;
  }
}

.ctl_checkout .quantityselect-container .quantityselect_all_wrapper.disabled {
  background-color: #e5e3e4;
}

@media (max-width:480px) {
  .ctl_checkout td.article-details .price-total-small {
    text-align: left;
    margin-top: 1.4em;
  }
}

@media (max-width:480px) and (max-width:320px) {
  .ctl_checkout td.article-details .price-total-small {
    float: left;
    margin-top: 8px;
  }
}

@media (max-width:480px) {
  .ctl_detail .quantityselect-container .quantityselect_all_wrapper {
    margin: 0;
  }
}

@media (max-width:480px) and (max-width:320px) {
  .ctl_detail .quantityselect-container .quantityselect_all_wrapper {
    margin: 0;
  }
}

.quantityselect-container {
  padding-right: 0;
}

.quantityselect-container .quantityselect_all_wrapper {
  position: relative;
  background: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  padding: 0;
  display: block;
  overflow: hidden;
  max-width: 120px;
  height: 46px;
}

.quantityselect-container .quantityselect_all_wrapper.disabled {
  background-color: #e5e3e4;
  cursor: not-allowed;
}

.quantityselect-container .quantityselect_all_wrapper.disabled * {
  cursor: not-allowed;
}

@media (min-width:1200px) {
  .quantityselect-container .quantityselect_all_wrapper {
    max-width: 130px;
  }
}

.quantityselect-container .quantityselect_wrapper {
  position: relative;
  display: block;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
}

.quantityselect-container .quantityselect {
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 4px;
  height: 46px;
  margin: 0;
  border: 0;
  background-color: #e5e3e4;
}

@media (max-width:320px) {
  .quantityselect-container .quantityselect {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.quantityselect-container .quantityselect.leftbutton.disabled,
.quantityselect-container .quantityselect.leftbutton[disabled],
.quantityselect-container .quantityselect.leftbutton[disabled]:active,
.quantityselect-container .quantityselect.leftbutton[disabled]:focus,
.quantityselect-container .quantityselect.leftbutton[disabled]:hover,
.quantityselect-container .quantityselect.rightbutton.disabled,
.quantityselect-container .quantityselect.rightbutton[disabled],
.quantityselect-container .quantityselect.rightbutton[disabled]:active,
.quantityselect-container .quantityselect.rightbutton[disabled]:focus,
.quantityselect-container .quantityselect.rightbutton[disabled]:hover {
  color: #555!important;
  border: 0!important;
  background: #e3e3e3!important;
  box-shadow: 0!important;
  text-shadow: none!important;
}

.quantityselect-container .quantityselect.leftbutton {
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.quantityselect-container .quantityselect.rightbutton {
  float: right;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.quantityselect-container .quantityselect.tinybutton {
  border: 0;
  padding: 12px 8px;
  margin-top: 0!important;
}

@media (min-width:992px) {
  .quantityselect-container .quantityselect.tinybutton {
    padding: 12px 9px;
  }
}

@media (min-width:1200px) {
  .quantityselect-container .quantityselect.tinybutton {
    padding: 12px 12px;
  }
}

.quantityselect-container .price-line {
  text-align: right;
}

.quantityselect-container.error .quantityselect_all_wrapper {
  border: 1px solid #cd1719;
}

.quantityselect-container.error .select2-selection__rendered {
  color: #cd1719;
}

li[aria-disabled=true] {
  background-color: #e3e3e3;
  color: #777!important;
}

td.quantity {
  min-width: 135px;
}

.cart__wrapper .ctl_checkout td select.form-control,
.cart__wrapper .quantityselect-container .quantityselect_wrapper select.quantityselect {
  max-width: 25px;
  min-width: 25px;
  width: 25px;
}

@media (max-width:1200px) {
  .cart__wrapper .ctl_checkout td select.form-control,
  .cart__wrapper .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
  }
}

@media (max-width:992px) {
  .cart__wrapper .ctl_checkout td select.form-control,
  .cart__wrapper .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
  }
}

@media (max-width:768px) {
  .cart__wrapper .ctl_checkout td select.form-control,
  .cart__wrapper .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
}

@media (max-width:480px) {
  .cart__wrapper .ctl_checkout td select.form-control,
  .cart__wrapper .quantityselect-container .quantityselect_wrapper select.quantityselect {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
  }
}

.cart__wrapper .select2-container {
  width: auto!important;
}

.cart__wrapper .select2-container .select2-selection--single {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 30px;
  min-width: 30px;
  padding: 0 2px 0 2px;
  width: auto;
  border-radius: 0;
  background-color: transparent!important;
}

.cart__wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  line-height: 1!important;
  padding: 0!important;
  margin: 0!important;
}

@media (max-width:480px) {
  .cart__wrapper .select2-container .select2-selection--single {
    height: 40px;
    min-width: 40px;
  }
}

.cart__wrapper .select2-container .select2-selection__arrow {
  display: none;
}

.cart__wrapper .select2-container .select2-dropdown {
  min-width: 52px!important;
}

.cart__wrapper .ctl_checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 3.3;
}

@media (max-width:480px) {
  .cart__wrapper .ctl_checkout .quantityselect-container .quantityselect_all_wrapper {
    margin: 1em 0 0 0;
  }
}

@media (max-width:480px) and (max-width:320px) {
  .cart__wrapper .ctl_checkout .quantityselect-container .quantityselect_all_wrapper {
    margin: 0;
  }
}

.cart__wrapper .ctl_checkout .quantityselect-container .quantityselect_all_wrapper.disabled {
  background-color: #e5e3e4;
}

@media (max-width:480px) {
  .cart__wrapper .ctl_checkout td.article-details .price-total-small {
    text-align: left;
    margin-top: 1.4em;
  }
}

@media (max-width:480px) and (max-width:320px) {
  .cart__wrapper .ctl_checkout td.article-details .price-total-small {
    float: left;
    margin-top: 8px;
  }
}

@media (max-width:480px) {
  .cart__wrapper .ctl_detail .quantityselect-container .quantityselect_all_wrapper {
    margin: 0;
  }
}

@media (max-width:480px) and (max-width:320px) {
  .cart__wrapper .ctl_detail .quantityselect-container .quantityselect_all_wrapper {
    margin: 0;
  }
}

.cart__wrapper .quantityselect-container {
  padding-right: 0;
}

.cart__wrapper .quantityselect-container .quantityselect_all_wrapper {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  margin: inherit;
  border: none;
  max-width: none;
}

.cart__wrapper .quantityselect-container .quantityselect_all_wrapper.disabled {
  background-color: #e5e3e4;
  cursor: not-allowed;
}

.cart__wrapper .quantityselect-container .quantityselect_all_wrapper.disabled * {
  cursor: not-allowed;
}

.cart__wrapper .quantityselect-container .quantityselect_wrapper {
  position: relative;
  display: block;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  width: 110px;
}

@media (max-width:480px) {
  .cart__wrapper .quantityselect-container .quantityselect_wrapper {
    width: 160px;
  }
}

.cart__wrapper .quantityselect-container .quantityselect {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  margin: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  background-color: #00859b;
}

.cart__wrapper .quantityselect-container .quantityselect.leftbutton:active,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton:hover,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton:active,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton:hover {
  color: #fff;
  background-color: #005968;
}

.cart__wrapper .quantityselect-container .quantityselect.leftbutton.disabled,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled],
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled]:active,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled]:focus,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled]:hover,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton.disabled,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled],
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled]:active,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled]:focus,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled]:hover {
  color: #555!important;
  border: 0!important;
  background: #d1d1d1!important;
  box-shadow: 0!important;
  text-shadow: none!important;
}

.cart__wrapper .quantityselect-container .quantityselect.leftbutton.disabled:hover,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled]:active:hover,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled]:focus:hover,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled]:hover,
.cart__wrapper .quantityselect-container .quantityselect.leftbutton[disabled]:hover:hover,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton.disabled:hover,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled]:active:hover,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled]:focus:hover,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled]:hover,
.cart__wrapper .quantityselect-container .quantityselect.rightbutton[disabled]:hover:hover {
  background-color: #9e9e9e!important;
}

.cart__wrapper .quantityselect-container .quantityselect.leftbutton {
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.cart__wrapper .quantityselect-container .quantityselect.rightbutton {
  float: right;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.cart__wrapper .quantityselect-container .quantityselect.tinybutton {
  border: 0;
  padding: 12px 8px;
  margin-top: 0!important;
}

@media (min-width:992px) {
  .cart__wrapper .quantityselect-container .quantityselect.tinybutton {
    padding: 12px 9px;
  }
}

@media (min-width:1200px) {
  .cart__wrapper .quantityselect-container .quantityselect.tinybutton {
    padding: 12px 12px;
  }
}

.cart__wrapper .quantityselect-container .quantityselect .glyphicon {
  color: #fff;
  text-shadow: none;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 0;
}

.cart__wrapper .quantityselect-container .quantityselect .glyphicon .glyphicon:before {
  padding: 0;
}

.cart__wrapper .quantityselect-container .quantityselect .glyphicon.glyphicon-plus {
  left: 1.25px;
}

.cart__wrapper .quantityselect-container .quantityselect .glyphicon.glyphicon-minus {
  left: .5px;
}

@media (max-width:480px) {
  .cart__wrapper .quantityselect-container .quantityselect {
    height: 40px;
    width: 40px;
  }

  .cart__wrapper .quantityselect-container .quantityselect .glyphicon {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}

.cart__wrapper .quantityselect-container .price-line {
  text-align: right;
}

.cart__wrapper .quantityselect-container.error .quantityselect_all_wrapper {
  border: 1px solid #cd1719;
}

.cart__wrapper .quantityselect-container.error .select2-selection__rendered {
  color: #00859b;
}

.cart__wrapper li[aria-disabled=true] {
  background-color: #e3e3e3;
  color: #777!important;
}

.cart__wrapper td.quantity {
  min-width: 135px;
}

.ctl_custom img.tinymce-editor-image,
.ctl_custom p>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.adform_element {
  margin-top: 15px;
}

.adform_element.adform_sidebar .adform-adbox {
  width: 100%!important;
  max-width: 250px;
  height: auto;
}

.adform_element.adform_sidebar .adform-adbox img {
  width: 100%;
  height: auto;
}

.lang-de-AT .we-love .image {
  background: url(../img/badges/de/wir-lieben-tiere.jpg) no-repeat;
}

.lang-de-AT footer div#rewe {
  background-image: url(../img/footer/premium-partners.png);
  background-position: 0 0;
}

.lang-de-AT footer .payment-icons .payment-icons-virement {
  background-image: url(../img/badges/fr/fr-virement.png);
  background-position: top;
}

.lang-de-AT footer .payment-icons .icon-de-payment-barzahlen {
  display: none!important;
}

.lang-de-AT footer #trusted-shop {
  margin-top: 74px;
}

.lang-de-AT .badge1,
.lang-de-AT .badge2,
.lang-de-AT .badge3,
.lang-de-DE .badge1,
.lang-de-DE .badge2,
.lang-de-DE .badge3 {
  background-image: url(../img/sprites/sprite-badges_de.png);
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  .lang-de-AT .badge1,
  .lang-de-AT .badge2,
  .lang-de-AT .badge3,
  .lang-de-DE .badge1,
  .lang-de-DE .badge2,
  .lang-de-DE .badge3 {
    background-image: url(../img/sprites/sprite-badges_de@2x.png);
    -webkit-background-size: 90px 165px;
    -moz-background-size: 90px 165px;
    -o-background-size: 90px 165px;
    background-size: 90px 165px;
  }
}

#header .payback-logo img {
  width: 91px;
  height: 35px;
}

@media (min-width:992px) {
  #header .payback-logo {
    padding-top: 1em;
  }

  #header .payback-logo img {
    margin-right: 1em;
  }
}

@media (min-width:1200px) {
  #header .payback-logo {
    display: inline-block;
    margin-left: -1.2em;
  }
}

#payback-box .payback-points,
.payback-box .payback-points {
  color: #0046aa;
  font-weight: 700;
  vertical-align: baseline;
}

#payback-box .payback-register,
.payback-box .payback-register {
  margin-top: 10px;
}

#payback-box .payback-register a,
.payback-box .payback-register a {
  color: #777;
  text-decoration: underline;
}

#payback-box .alert,
.payback-box .alert {
  clear: both;
}

#payback-box .payback-enter-coupon-code,
.payback-box .payback-enter-coupon-code {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

#payback-box .info__wrapper--payback,
.payback-box .info__wrapper--payback {
  display: none;
}

#payback-box .info__wrapper--payback .glyphicons,
.payback-box .info__wrapper--payback .glyphicons {
  margin-top: 3px;
}

#payback-box .save-info,
.payback-box .save-info {
  display: none;
  margin-top: 15px;
  padding: 15px;
  color: #fff;
  background: #777;
}

a.payback-help-button {
  display: inline-block;
  color: #777;
  text-align: center;
  cursor: pointer;
}

a.payback-help-button:active,
a.payback-help-button:hover {
  text-decoration: none;
}

a.payback-help-button .glyphicons {
  vertical-align: middle;
}

a.payback-help-button .glyphicons::before {
  padding: 0;
}

.payback-checkout-summary {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

@media (min-width:768px) {
  .payback-checkout-summary {
    float: left;
    width: 50%;
  }
}

@media (min-width:992px) {
  .payback-checkout-summary {
    float: left;
    width: 100%;
  }
}

@media (min-width:1200px) {
  .payback-checkout-summary {
    float: left;
    width: 50%;
  }
}

.payback-checkout-points {
  color: #0046aa;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}

.payback-checkout-points.base {
  float: none;
  width: auto;
  text-align: inherit;
}

@media (max-width:1199px) {
  .payback-checkout-points {
    text-align: left;
  }
}

@media (max-width:991px) {
  .payback-checkout-points {
    padding: 0;
    text-align: right;
  }
}

@media (max-width:767px) {
  .payback-checkout-points {
    text-align: left;
  }
}

.payback-points-summary-extra-text {
  display: block;
  font-size: 11px;
}

.payback-points-summary-extra-text::before {
  display: block;
  clear: both;
  padding-top: .5em;
  content: "";
}

.payback-enter-card-number {
  float: left;
  width: 85%;
  margin-bottom: 10px;
}

.popover {
  width: 420px;
  max-width: 420px;
}

@media (max-width:768px) {
  .popover {
    width: 100%;
    max-width: 100%;
  }
}

.in .payback-card-number-help-text {
  float: right;
  padding-top: 5px;
}

.in .popover-title {
  margin-left: 10px;
  padding-top: 10px;
  color: #0046aa;
  font-weight: 700;
  background-color: transparent;
  border-bottom: none;
}

.in .popover-content {
  padding-top: 0;
}

.payback .footer-heading {
  margin-top: 5px;
}

.payback a:not(.payback-help-button) {
  color: #777;
  text-decoration: underline;
}

.payback .payback-register {
  margin-top: 10px;
}

.payback_block {
  padding: 0 0;
}

.ctl_detail .pricebox {
  margin-bottom: 0;
}

.ctl_detail .payback-box.article {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}

@media (max-width:767px) {
  .ctl_detail .payback-box.article {
    padding: 0;
    border: 0;
  }
}

.ctl_detail .payback-points .popover {
  position: absolute;
  z-index: 1170;
  display: block;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  width: 200px;
  max-width: 200px;
  padding: 0 0!important;
}

.ctl_detail .payback-points .popover.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.ctl_detail .payback-points .popover.top {
  margin-top: -3px;
  padding: 5px 0;
}

.ctl_detail .payback-points .popover.right {
  margin-left: 3px;
  padding: 0 5px;
}

.ctl_detail .payback-points .popover.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.ctl_detail .payback-points .popover.left {
  margin-left: -3px;
  padding: 0 5px;
}

.ctl_detail .payback-points .popover.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_detail .payback-points .popover.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_detail .payback-points .popover.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_detail .payback-points .popover.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.ctl_detail .payback-points .popover.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.ctl_detail .payback-points .popover.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_detail .payback-points .popover.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_detail .payback-points .popover.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

@media (max-width:768px) {
  .ctl_detail .payback-points .popover {
    width: 200px;
    max-width: 200px;
  }
}

.ctl_detail .payback-points .popover .popover-content {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  text-align: left;
  background-color: #473525;
}

.ctl_detail .payback-points .popover .arrow::after {
  border-top-color: #777;
}

.checkout_finish_payback {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 1em 15px;
  border: 1px solid #eee;
}

@media (min-width:768px) {
  .checkout_finish_payback {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  .checkout_finish_payback {
    float: left;
    width: 100%;
  }
}

@media (min-width:1200px) {
  .checkout_finish_payback {
    float: left;
    width: 100%;
  }
}

@media (max-width:768px) {
  .checkout_finish_payback {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.checkout_finish_payback .payback_btn {
  padding-left: 0;
}

.checkout_finish_payback .payback_btn .paybackFinishInformNow {
  align-self: flex-end;
  color: #555;
  font-weight: 700;
}

.checkout_finish_payback .payback_text {
  width: 90%;
  padding-right: 0;
  padding-left: 20px;
}

.checkout_finish_payback .payback_text h3 {
  margin-top: 0;
  color: #0046aa;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width:1199px) {
  .checkout_finish_payback .payback_text {
    padding-right: 10px;
  }
}

@media (max-width:768px) {
  .checkout_finish_payback .payback_text {
    width: 100%;
  }

  .checkout_finish_payback .payback_logo,
  .checkout_finish_payback .payback_text {
    padding: 0 0 1em 0;
  }
}

@media (max-width:480px) {
  .checkout_finish_payback {
    display: block;
  }
}

.payback-invalid-number {
  clear: both;
  overflow: hidden;
}

.payback-box-header a:active,
.payback-box-header a:link,
.payback-box-header a:visited {
  color: #333;
  text-decoration: none;
}

@media (min-width:768px) and (max-width:991px) {
  .past-orders-box .panel {
    min-height: 165px;
  }
}

.payback-account-txt {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .payback-account-txt {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  .payback-account-txt {
    float: left;
    width: 58.33333333%;
  }
}

@media (min-width:1200px) {
  .payback-account-txt {
    float: left;
    width: 66.66666667%;
  }
}

.payback-account-btn {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .payback-account-btn {
    float: left;
    width: 100%;
  }
}

@media (min-width:992px) {
  .payback-account-btn {
    float: left;
    width: 41.66666667%;
  }
}

@media (min-width:1200px) {
  .payback-account-btn {
    float: left;
    width: 33.33333333%;
  }
}

.goToMyPaybackAccount,
.paybackFinishInformNow {
  width: 168px;
}

@media (min-width:992px) {
  .goToMyPaybackAccount,
  .paybackFinishInformNow {
    margin-left: 16px;
  }
}

.frontenend_detail_index_payback_1 .payback-box.article {
  margin-top: .12em;
  margin-bottom: .77em;
  padding-bottom: .64em;
}

.payback-content input.form-control {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
}

.payback-content input.form-control:focus,
.payback-content input.form-control:hover {
  background-color: #fff;
}

.payback-content textarea.form-control {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
}

.payback-content textarea.form-control:focus,
.payback-content textarea.form-control:hover {
  background-color: #fff;
}

.payback-content .info__wrapper.info__wrapper--error {
  margin-top: 10px;
}

.register__row .checkbox__wrapper-rows {
  margin-top: 20px;
}

.register__row .checkbox__wrapper-rows:first-child {
  margin-top: 0;
}

.zrabo-item-price {
  min-width: 150px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.zrabo-item-price .zrabo-item-price-item {
  background: #fff;
  border-top: 1px solid #e3e3e3;
}

.zrabo-item-price .zrabo-item-price-item:first-child {
  border-top: none;
}

.zrabo-item-price .zrabo-item-price-item.active.radio__outer__wrapper .radio__inner__wrapper .custom__radio {
  color: #878787;
  background-color: #fff;
  border-color: #878787;
}

.zrabo-item-price .zrabo-item-price-item.active.radio__outer__wrapper .radio__inner__wrapper .custom__radio::after {
  content: "\E207";
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper input[type=radio]:checked+div {
  color: #878787;
  background-color: #fff;
  border-color: #878787;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper input[type=radio]:checked+div::after {
  content: "\E207";
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .radio__inner__wrapper {
  position: relative;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .radio__inner__wrapper .custom__radio {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Glyphicons Regular",sans-serif;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .price__label {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .price__label .price__label--price {
  margin-left: 10px;
  font-weight: 700;
}

@media (max-width:1199px) {
  .zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .price__label .price__label--price {
    margin-left: 30px;
  }
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .price__label .price__label--text {
  margin-left: 30px;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .price__label .price {
  display: contents;
}

.zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .price__line {
  width: 40%;
  text-align: right;
}

@media (max-width:991px) {
  .zrabo-item-price {
    width: 100%;
    margin-right: 0;
  }
}

.abo__orderinfo {
  display: inline-block;
}

@media (min-width:992px) {
  .abo__orderinfo {
    margin-top: 34px;
  }
}

.abo__orderinfo .glyphicons {
  float: left;
  color: #00859b;
}

.ctl_zrabo.is--act-index .overview__row {
  padding-top: 0;
}

.ctl_zrabo.is--act-index .overview__row h3 {
  margin-top: 0;
  padding-left: 0;
}

.ctl_zrabo.is--act-index .cart__product__image {
  margin-left: 0;
}

.ctl_zrabo.is--act-index .checkout__buttons>a {
  margin-right: 15px;
}

.ctl_zrabo.is--act-index .checkout__buttons button {
  width: 250px;
}

.ctl_zrabo.is--act-index .cart__element .cart__pricing {
  width: 50%;
}

@media (max-width:992px) {
  .ctl_zrabo.is--act-index .cart__element .cart__pricing {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}

@media (max-width:480px) {
  .ctl_zrabo.is--act-index .cart__element .cart__pricing {
    width: 100%;
  }
}

.ctl_zrabo.is--act-index .cart__element .cart__total__price {
  width: 45%;
}

@media (max-width:992px) {
  .ctl_zrabo.is--act-index .cart__element .cart__total__price {
    width: 48%;
  }
}

.ctl_zrabo.is--act-index .cart__element .cart__info .pricing__mobile {
  display: none;
}

@media (max-width:991px) {
  .ctl_zrabo.is--act-index .cart__element {
    padding-right: 40px;
    padding-left: 20px;
  }
}

@media (max-width:768px) {
  .ctl_zrabo.is--act-index .cart__element {
    padding-right: 0;
    padding-left: 0;
  }
}

.ctl_zrabo.is--act-index .cart__header .cart__headline.cart__headline--amount {
  width: 15%;
}

.ctl_zrabo.is--act-index .cart__header .cart__headline.cart__headline--totalprice {
  width: 22%;
}

.ctl_zrabo .zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper .radio__inner__wrapper .price__label {
  margin-left: 30px;
}

.zrAbo-help-button {
  display: inline-block;
  color: #777;
  text-align: center;
  cursor: pointer;
}

.zrAbo-help-button:active,
.zrAbo-help-button:hover {
  text-decoration: none;
}

.zrAbo-help-button .glyphicons {
  color: #00859b;
}

.zrAbo-help-button .glyphicons::before {
  padding: 3px 0 0 0;
}

@media (max-width:767px) {
  .zrAbo-help-button {
    font-size: 1.2em;
    line-height: 100%;
  }

  .zrAbo-help-button .glyphicons {
    vertical-align: middle;
  }

  .zrAbo-help-button .glyphicons::before {
    padding: 0;
  }
}

.ctl_checkout .popover,
.ctl_detail .popover {
  width: 200px;
  max-width: 200px;
  padding: 0 0!important;
  position: absolute;
  z-index: 1170;
  display: block;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

.ctl_checkout .popover.in,
.ctl_detail .popover.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.ctl_checkout .popover.top,
.ctl_detail .popover.top {
  margin-top: -3px;
  padding: 5px 0;
}

.ctl_checkout .popover.right,
.ctl_detail .popover.right {
  margin-left: 3px;
  padding: 0 5px;
}

.ctl_checkout .popover.bottom,
.ctl_detail .popover.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.ctl_checkout .popover.left,
.ctl_detail .popover.left {
  margin-left: -3px;
  padding: 0 5px;
}

.ctl_checkout .popover.top .tooltip-arrow,
.ctl_detail .popover.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_checkout .popover.top-left .tooltip-arrow,
.ctl_detail .popover.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_checkout .popover.top-right .tooltip-arrow,
.ctl_detail .popover.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_checkout .popover.right .tooltip-arrow,
.ctl_detail .popover.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.ctl_checkout .popover.left .tooltip-arrow,
.ctl_detail .popover.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.ctl_checkout .popover.bottom .tooltip-arrow,
.ctl_detail .popover.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_checkout .popover.bottom-left .tooltip-arrow,
.ctl_detail .popover.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_checkout .popover.bottom-right .tooltip-arrow,
.ctl_detail .popover.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_checkout .popover .popover-content,
.ctl_detail .popover .popover-content {
  text-align: left;
  background-color: #777;
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.ctl_checkout .popover .popover-content a,
.ctl_detail .popover .popover-content a {
  color: #fff;
  text-decoration: underline;
}

.ctl_checkout .popover .arrow::after,
.ctl_detail .popover .arrow::after {
  border-top-color: #777;
}

.panel legend .zrAbo-help-button .glyphicons {
  font-size: .7em;
  vertical-align: baseline;
}

.ctl_account .popover,
.ctl_checkout .popover,
.ctl_detail .popover {
  width: 200px;
  max-width: 200px;
  padding: 0 0!important;
  position: absolute;
  z-index: 1170;
  display: block;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

.ctl_account .popover.in,
.ctl_checkout .popover.in,
.ctl_detail .popover.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.ctl_account .popover.top,
.ctl_checkout .popover.top,
.ctl_detail .popover.top {
  margin-top: -3px;
  padding: 5px 0;
}

.ctl_account .popover.right,
.ctl_checkout .popover.right,
.ctl_detail .popover.right {
  margin-left: 3px;
  padding: 0 5px;
}

.ctl_account .popover.bottom,
.ctl_checkout .popover.bottom,
.ctl_detail .popover.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.ctl_account .popover.left,
.ctl_checkout .popover.left,
.ctl_detail .popover.left {
  margin-left: -3px;
  padding: 0 5px;
}

.ctl_account .popover.top .tooltip-arrow,
.ctl_checkout .popover.top .tooltip-arrow,
.ctl_detail .popover.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_account .popover.top-left .tooltip-arrow,
.ctl_checkout .popover.top-left .tooltip-arrow,
.ctl_detail .popover.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_account .popover.top-right .tooltip-arrow,
.ctl_checkout .popover.top-right .tooltip-arrow,
.ctl_detail .popover.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.ctl_account .popover.right .tooltip-arrow,
.ctl_checkout .popover.right .tooltip-arrow,
.ctl_detail .popover.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.ctl_account .popover.left .tooltip-arrow,
.ctl_checkout .popover.left .tooltip-arrow,
.ctl_detail .popover.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.ctl_account .popover.bottom .tooltip-arrow,
.ctl_checkout .popover.bottom .tooltip-arrow,
.ctl_detail .popover.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_account .popover.bottom-left .tooltip-arrow,
.ctl_checkout .popover.bottom-left .tooltip-arrow,
.ctl_detail .popover.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_account .popover.bottom-right .tooltip-arrow,
.ctl_checkout .popover.bottom-right .tooltip-arrow,
.ctl_detail .popover.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.ctl_account .popover .popover-content,
.ctl_checkout .popover .popover-content,
.ctl_detail .popover .popover-content {
  text-align: left;
  background-color: #777;
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.ctl_account .popover .popover-content a,
.ctl_checkout .popover .popover-content a,
.ctl_detail .popover .popover-content a {
  color: #fff;
  text-decoration: underline;
}

.ctl_account .popover .arrow::after,
.ctl_checkout .popover .arrow::after,
.ctl_detail .popover .arrow::after {
  border-top-color: #777;
}

.ctl_account .popover.credit-card-popover,
.ctl_checkout .popover.credit-card-popover,
.ctl_detail .popover.credit-card-popover {
  width: 100%;
  max-width: 210px;
}

@media (min-width:480px) {
  .ctl_account .popover.credit-card-popover,
  .ctl_checkout .popover.credit-card-popover,
  .ctl_detail .popover.credit-card-popover {
    max-width: 420px;
  }
}

.ctl_account .popover.credit-card-popover .arrow::after,
.ctl_checkout .popover.credit-card-popover .arrow::after,
.ctl_detail .popover.credit-card-popover .arrow::after {
  border-top-color: #fff;
}

.ctl_account .popover.credit-card-popover .popover-title.credit-card-popover-title,
.ctl_checkout .popover.credit-card-popover .popover-title.credit-card-popover-title,
.ctl_detail .popover.credit-card-popover .popover-title.credit-card-popover-title {
  margin-left: 10px;
  padding-top: 10px;
  color: #0046aa;
  font-weight: 700;
  background-color: transparent;
  border-bottom: none;
}

.ctl_account .popover.credit-card-popover .popover-content.credit-card-popover-content,
.ctl_checkout .popover.credit-card-popover .popover-content.credit-card-popover-content,
.ctl_detail .popover.credit-card-popover .popover-content.credit-card-popover-content {
  max-width: 420px;
  padding: 0 14px 9px 14px;
  color: #777;
  background-color: #fff;
}

.ctl_account .popover.credit-card-popover .popover-content.credit-card-popover-content .payback-card-number-help-text,
.ctl_checkout .popover.credit-card-popover .popover-content.credit-card-popover-content .payback-card-number-help-text,
.ctl_detail .popover.credit-card-popover .popover-content.credit-card-popover-content .payback-card-number-help-text {
  font-size: 14px;
}

.ctl_detail .zrabo-item-price {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ctl_detail .zrabo-item-price .zrabo-item-price-item.radio__outer__wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ctl_checkout .cart-footer-title {
  font-size: 20px;
}

.ctl_checkout .cart__element.hasAbo .cart__pricing .cart__total__price {
  width: 59%;
}

@media (min-width:992px) {
  .ctl_checkout .cart__element.hasAbo .cart__pricing .cart__total__price {
    margin-right: -20px;
  }
}

@media (max-width:1199px) {
  .ctl_checkout .cart__element.hasAbo .cart__pricing .cart__total__price {
    width: 150px;
  }
}

@media (max-width:767px) {
  .ctl_checkout .cart__element.hasAbo .cart__pricing .cart__total__price {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width:480px) {
  .ctl_checkout .cart__element.hasAbo .cart__pricing {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ctl_checkout .cart__element.hasAbo .cart__pricing .cart__total__price {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .ctl_checkout .cart__element.hasAbo {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ctl_checkout .cart__element.hasAbo .cart__total__price {
    width: 100%;
  }
}

.ctl_checkout .zrabo-pricing-block {
  margin: 20px -20px 20px;
  padding: 15px;
  background-color: #f5f5f5;
  border: 5px solid #dfdfdf;
}

.ctl_checkout .zrabo-pricing-block .footer__pricing__block {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ctl_checkout .zrabo-pricing-block .footer__pricing__block .indent {
  padding-right: 100px;
}

@media (max-width:480px) {
  .ctl_checkout .zrabo-pricing-block .footer__pricing__block .indent {
    padding-right: 0;
  }
}

.ctl_checkout .zrabo-pricing-block .footer__pricing__block i {
  display: contents;
}

.ctl_checkout .zrabo-pricing-block .footer__pricing__block #zrAboIntervall {
  float: right;
  width: auto;
}

@media (max-width:768px) {
  .ctl_checkout .zrabo-pricing-block {
    margin: 20px -15px 20px;
    padding: 20px 10px 20px;
  }
}

.tooltipster-zrDefault {
  color: #fff;
  background: #000;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0,0,0,.35);
}

.tooltipster-zrDefault .tooltipster-content {
  padding: 8px 10px;
  font-size: 14px;
  font-family: inherit;
  line-height: 16px;
}

@media (max-width:991px) {
  .aboButtons .backToOverview {
    float: none;
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .aboButtons .checkout__buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .aboButtons .checkout__buttons .btn {
    margin-bottom: 1em;
  }
}

@media (max-width:991px) and (max-width:767px) {
  .aboButtons .checkout__buttons {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.aboButtons .aboCancelButton,
.aboButtons .aboSaveChangesButton {
  min-width: 15em;
  text-align: center;
}

@media (max-width:991px) {
  .aboButtons .aboCancelButton,
  .aboButtons .aboSaveChangesButton {
    margin: 0 1em;
  }
}

.aboButtons .aboSaveChangesButton:active,
.aboButtons .aboSaveChangesButton:focus,
.aboButtons .aboSaveChangesButton:hover {
  color: #fff;
}

@media (min-width:992px) {
  .aboButtons .aboSaveChangesButton {
    margin-left: 2em;
  }
}

@media (max-width:991px) {
  .aboButtons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#setIntervalForm.form-inline .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#setIntervalForm.form-inline .form-group label {
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}

#setIntervalForm.form-inline .form-group select {
  margin-right: 0;
}

.aboCancelModal {
  border: 0;
}

.aboCancelModal h2,
.aboCancelModal p {
  display: block;
  text-align: center;
}

.aboCancelModal h2 {
  width: 100%;
  padding: 0 15px;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
}

.aboCancelModal p {
  margin-bottom: 2em;
}

.aboCancelModal .modal_buttons {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
}

.aboCancelModal .modal_buttons div {
  width: 50%;
  text-align: center;
}

.aboCancelModal .modal_buttons div button {
  width: 80%;
  border-radius: 50px;
}

@media (max-width:991px) {
  .aboCancelModal .modal_buttons {
    flex-direction: column;
    padding-bottom: 0;
  }

  .aboCancelModal .modal_buttons div {
    width: 100%;
    text-align: center;
  }

  .aboCancelModal .modal_buttons div button {
    width: 90%;
    margin-bottom: 1em;
  }
}

.aboCancelModal .modal--close {
  display: none;
}

.facet-subscribable.dropdown {
  width: 100%;
}

.facet-subscribable.dropdown .dropdown-panel {
  overflow: visible;
  background-color: inherit;
}

@media (min-width:768px) {
  .facet-subscribable.dropdown .dropdown-panel {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.facet-subscribable.dropdown .dropdown-panel-title {
  display: none;
}

.facet-subscribable.dropdown .dropdown-panel .dropdown-menu {
  display: block;
  width: auto;
  padding: 0 15px;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 80px;
}

.herobanner__wrapper {
  background: #00859b url(../img/pattern/pattern-petrol-withstars.jpg) 0 0;
  background-size: cover;
  background-position: center center;
  color: #fff;
  line-height: 21px;
  padding: 0;
  height: 0;
  max-height: 0;
  text-align: center;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.herobanner__wrapper h3 {
  display: inline-block;
  font-family: inherit;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (max-width:1199px) {
  .herobanner__wrapper h3 {
    font-size: 30px;
  }
}

@media (max-width:767px) {
  .herobanner__wrapper h3 {
    margin-bottom: 20px;
  }
}

.herobanner__wrapper .herobanner-container {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width:1199px) {
  .herobanner__wrapper .herobanner-container {
    width: 960px;
    padding: 0;
  }
}

.herobanner__wrapper .herobanner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media (min-width:767px) {
  .herobanner__wrapper .herobanner {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner {
    width: calc(16.66666667%);
  }
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner:nth-child(1) {
    margin-right: 20px;
    margin-left: 5px;
    width: auto;
  }
}

.herobanner__wrapper .herobanner:nth-child(2) {
  width: 70%;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner:nth-child(2) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

.herobanner__wrapper .herobanner__timer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.herobanner__wrapper .herobanner__timer span {
  font-weight: 600;
}

.herobanner__wrapper .herobanner__content-timer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner__content-timer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.herobanner__wrapper .herobanner__counter {
  margin-left: 10px;
}

.herobanner__wrapper .herobanner__counter:nth-of-type(1),
.herobanner__wrapper .herobanner__counter:nth-of-type(2) {
  margin-left: 0;
}

.herobanner__wrapper .herobanner__counter:nth-of-type(1) {
  margin-right: 10px;
}

.herobanner__wrapper .herobanner__counter>span {
  font-size: 12px;
  width: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner__counter>span {
    width: 40px;
  }
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner__counter {
    margin-left: 0;
  }

  .herobanner__wrapper .herobanner__counter:nth-of-type(1) {
    margin-right: 0;
  }
}

.herobanner__wrapper .herobanner__timebox {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

.herobanner__wrapper .herobanner__timebox:after,
.herobanner__wrapper .herobanner__timebox:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  font-weight: 500;
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner__timebox:after,
  .herobanner__wrapper .herobanner__timebox:before {
    width: 20px;
  }
}

.herobanner__wrapper .herobanner__timebox:after {
  top: 0;
  right: 0;
}

.herobanner__wrapper .herobanner__timebox span {
  width: 60px;
  text-align: right;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 9px;
  z-index: 10;
  position: relative;
  text-shadow: none;
  font-weight: 400;
}

@media (max-width:767px) {
  .herobanner__wrapper .herobanner__timebox span {
    width: 40px;
    font-size: 15px;
    letter-spacing: 8px;
    line-height: 1.6;
  }
}

.herobanner__wrapper .herobanner__content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.herobanner__wrapper .herobanner__content span {
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
}

@media (max-width:991px) {
  .herobanner__wrapper .herobanner__content {
    margin-bottom: 10px;
  }
}

.herobanner__wrapper .voucher-code {
  overflow: hidden;
}

.herobanner__wrapper .herobanner__cta {
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}

.herobanner__wrapper .herobanner__cta a {
  display: inline-block;
  border-radius: 5px;
  background-color: #cd1719;
  color: #fff;
  padding: 8px 0;
  font-weight: 600;
  width: 150px;
  text-decoration: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.herobanner__wrapper .herobanner__cta a:hover {
  background-color: #fff;
  color: #cd1719;
}

@media (min-width:768px) {
  .herobanner__wrapper .herobanner__cta {
    width: 300px;
  }
}

.herobanner__wrapper .voucher {
  position: relative;
  min-width: 130px;
}

.herobanner__wrapper .voucher button {
  border: none;
  width: 40px;
  height: 40px;
  background-color: #cd1719;
  color: #fff;
  right: 0;
  top: 0;
  position: absolute;
  transition: all .5s;
}

.herobanner__wrapper .voucher button span {
  text-shadow: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.75;
}

.herobanner__wrapper .voucher__text {
  height: 40px;
  width: auto;
  background-color: #fff;
  color: #1f1f1f;
  border-radius: 5px 0 0 5px;
  padding-left: 8px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.herobanner__wrapper .voucher__text .voucher__text-label {
  margin-top: 3px;
  font-size: 9px;
}

.herobanner__wrapper .voucher__text .voucher__text-textarea {
  border: none;
  white-space: nowrap;
  overflow: hidden;
}

.herobanner__wrapper .voucher .voucher-copy-animation {
  width: 100%;
  transition: all .5s;
  right: 0;
}

.herobanner__wrapper .voucher .voucher-copy-animation:after {
  animation: aniOpacity 1s forwards;
  content: attr(data-copyVoucherText);
  font-size: 12px;
  padding-left: 5px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}

.herobanner__wrapper .herobanner__close {
  cursor: pointer;
  padding-top: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width:1199px) {
  .herobanner__wrapper .herobanner__close {
    padding-top: 5px;
    padding-right: 5px;
  }
}

.herobanner__wrapper .herobanner__close .glyphicons:before {
  padding: 0;
}

.herobanner__wrapper .cta--hide .timer--hide {
  width: 0;
  display: none;
}

.herobanner__wrapper .cta--hide .herobanner:nth-child(2) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width:992px) {
  .herobanner__wrapper .cta--hide .herobanner__cta {
    min-width: 200px;
    opacity: 0;
  }
}

@media (max-width:991px) {
  .herobanner__wrapper .cta--hide .herobanner__cta {
    display: none;
  }
}

.herobanner__wrapper .cta--hide .herobanner__cta a {
  display: none;
}

.herobanner__wrapper .cta--hide .timer--hide+.herobanner .herobanner__cta {
  display: none;
}

.herobanner__wrapper .timer--hide {
  opacity: 0;
}

@media (max-width:991px) {
  .herobanner__wrapper .timer--hide {
    display: none;
  }
}

@media (max-width:767px) {
  .herobanner__wrapper .timer--hide {
    width: 0;
  }
}

@keyframes aniOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.herobanner--menu-mobile {
  height: calc(-8%);
}

.herobanner--light h3,
.herobanner--light span {
  color: #fff;
  text-shadow: 1px 1px 1px #1f1f1f;
}

.herobanner--light .voucher__text span {
  color: #1f1f1f;
  text-shadow: none;
}

.herobanner--light .herobanner__timebox span {
  color: #1f1f1f;
}

@media (max-width:767px) {
  .herobanner--light .herobanner__timebox span {
    line-height: 1.6;
  }
}

.herobanner--light .herobanner__timebox:after,
.herobanner--light .herobanner__timebox:before {
  background-color: #fff;
}

@media (max-width:767px) {
  .herobanner--light .herobanner__timebox {
    height: 25px;
  }
}

.herobanner--dark h3,
.herobanner--dark span {
  color: #1f1f1f;
  text-shadow: 1px 1px 1px #fff;
}

.herobanner--dark .herobanner__timebox:after,
.herobanner--dark .herobanner__timebox:before {
  background-color: #1f1f1f;
}

.herobanner--dark .herobanner__timebox span {
  color: #fff;
}

@media (max-width:767px) {
  .herobanner--dark .herobanner__timebox {
    height: 25px;
  }
}

.herobanner--dark .glyphicons-copy {
  color: #fff;
  text-shadow: none;
}

.herobanner--fade-in {
  opacity: 1;
  padding: 10px;
  height: auto;
  max-height: 800px;
  -webkit-transition: all max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s ease;
  -moz-transition: all max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s ease;
  -ms-transition: all max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s ease;
  -o-transition: all max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s ease;
  transition: all max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s ease;
  -webkit-transition: max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s .2s ease-out;
  -moz-transition: max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s .2s ease-out;
  -o-transition: max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s .2s ease-out;
  transition: max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s .2s ease-out;
  -webkit-transition: max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s;
  -o-transition: max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s;
  transition: max-height .5s,height .5s,opacity .5s .5s,padding .3s,transform .5s;
}

@media (max-width:767px) {
  .herobanner--fade-in {
    padding: 10px;
  }
}

.herobanner--fade-out {
  opacity: 0;
  height: 0;
  -webkit-transition: all opacity .5s,height .5s ease .2s,padding .5s ease .2s ease;
  -moz-transition: all opacity .5s,height .5s ease .2s,padding .5s ease .2s ease;
  -ms-transition: all opacity .5s,height .5s ease .2s,padding .5s ease .2s ease;
  -o-transition: all opacity .5s,height .5s ease .2s,padding .5s ease .2s ease;
  transition: all opacity .5s,height .5s ease .2s,padding .5s ease .2s ease;
  -webkit-transition: opacity .5s,height .5s ease .2s,padding .5s ease .2s .2s ease-out;
  -moz-transition: opacity .5s,height .5s ease .2s,padding .5s ease .2s .2s ease-out;
  -o-transition: opacity .5s,height .5s ease .2s,padding .5s ease .2s .2s ease-out;
  transition: opacity .5s,height .5s ease .2s,padding .5s ease .2s .2s ease-out;
  -webkit-transition: opacity .5s,height .5s ease .2s,padding .5s ease .2s;
  -o-transition: opacity .5s,height .5s ease .2s,padding .5s ease .2s;
  transition: opacity .5s,height .5s ease .2s,padding .5s ease .2s;
}

body.heroBannerActive .searchresults {
  top: 236px;
}

@media (min-width:1200px) {
  body.heroBannerActive .searchresults {
    top: 250px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  body.heroBannerActive .searchresults {
    top: 288px;
  }
}

@media (max-width:991px) {
  body.heroBannerActive header div#header {
    position: relative;
    top: 0;
  }

  body.heroBannerActive #content {
    margin-top: 20px;
  }
}

@media (max-width:991px) {
  body.searchBarActive.heroBannerActive #main-navbar-container {
    top: 239px;
  }
}

@media (max-width:767px) {
  body.searchBarActive.heroBannerActive #main-navbar-container {
    top: 219px;
  }
}

@supports (-ms-ime-align:auto) {
  .herobanner__wrapper .voucher__text .voucher__text-label {
    margin-top: 20px;
  }
}

.sparbox-detail,
.sparbox-overview {
  height: 100%;
}

.sparbox-detail h3,
.sparbox-overview h3 {
  margin: 10px 0 5px 0;
}

.sparbox-detail__logo,
.sparbox-overview__logo {
  height: 50px;
  padding: 5px;
  user-select: none;
}

.sparbox-detail__logo--wrapper,
.sparbox-overview__logo--wrapper {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

.sparbox-detail__text,
.sparbox-overview__text {
  position: absolute;
  bottom: 0;
  left: 5px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  user-select: none;
}

.sparbox-detail__header,
.sparbox-overview__header {
  position: relative;
  height: 80px;
  background: #00859b;
}

.sparbox-detail__header--container,
.sparbox-overview__header--container {
  position: relative;
  width: 450px;
  margin: 10px auto;
}

.sparbox-detail__search,
.sparbox-overview__search {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}

.sparbox-detail__search #sparbox-overview__search-input,
.sparbox-overview__search #sparbox-overview__search-input {
  width: 275px;
  height: 36px;
  padding: 5px 10px;
  color: #000;
  font-size: 15px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  opacity: 1;
}

.sparbox-detail__search #sparbox-overview__search-input ::-ms-input-placeholder,
.sparbox-detail__search #sparbox-overview__search-input::placeholder,
.sparbox-overview__search #sparbox-overview__search-input ::-ms-input-placeholder,
.sparbox-overview__search #sparbox-overview__search-input::placeholder {
  color: #777;
}

.sparbox-detail__search #sparbox-overview__search-input::selection,
.sparbox-overview__search #sparbox-overview__search-input::selection {
  color: #fff;
  text-shadow: none;
  background-color: #01475d;
}

.sparbox-detail header,
.sparbox-detail thead,
.sparbox-overview header,
.sparbox-overview thead {
  background-color: #f5f5f5;
}

.sparbox-detail label,
.sparbox-overview label {
  margin: 0;
}

.sparbox-detail__table,
.sparbox-overview__table {
  width: 100%;
  margin: 0;
  overflow: auto;
  table-layout: fixed;
}

.sparbox-detail__table--wrapper,
.sparbox-overview__table--wrapper {
  width: 100%;
  overflow: auto;
}

.sparbox-detail__table--wrapper .dataTables_wrapper,
.sparbox-overview__table--wrapper .dataTables_wrapper {
  min-height: 175px;
}

.sparbox-detail__table--list,
.sparbox-overview__table--list {
  cursor: pointer;
}

.sparbox-detail__table--list tr td:last-child,
.sparbox-overview__table--list tr td:last-child {
  padding: 5px 10px;
}

.sparbox-detail__table table,
.sparbox-overview__table table {
  width: 100%;
}

.sparbox-detail__table thead tr th,
.sparbox-overview__table thead tr th {
  position: relative;
  padding: 20px 10px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.sparbox-detail__table thead tr th.sorting,
.sparbox-detail__table thead tr th.sorting_asc,
.sparbox-detail__table thead tr th.sorting_desc,
.sparbox-overview__table thead tr th.sorting,
.sparbox-overview__table thead tr th.sorting_asc,
.sparbox-overview__table thead tr th.sorting_desc {
  background-image: none;
}

.sparbox-detail__table thead tr th.sorting::after,
.sparbox-detail__table thead tr th.sorting_asc::after,
.sparbox-detail__table thead tr th.sorting_asc_asc::after,
.sparbox-detail__table thead tr th.sorting_asc_desc::after,
.sparbox-detail__table thead tr th.sorting_desc::after,
.sparbox-detail__table thead tr th.sorting_desc_asc::after,
.sparbox-detail__table thead tr th.sorting_desc_desc::after,
.sparbox-overview__table thead tr th.sorting::after,
.sparbox-overview__table thead tr th.sorting_asc::after,
.sparbox-overview__table thead tr th.sorting_asc_asc::after,
.sparbox-overview__table thead tr th.sorting_asc_desc::after,
.sparbox-overview__table thead tr th.sorting_desc::after,
.sparbox-overview__table thead tr th.sorting_desc_asc::after,
.sparbox-overview__table thead tr th.sorting_desc_desc::after {
  position: absolute;
  top: 20px;
  right: -5px;
  z-index: 7999;
  display: block;
  padding: 5px;
  color: #555;
  font-size: 12px;
  font-family: "Glyphicons Regular",sans-serif;
  opacity: .6;
}

.sparbox-detail__table thead tr th.sorting::after,
.sparbox-detail__table thead tr th.sorting_asc::after,
.sparbox-detail__table thead tr th.sorting_desc::after,
.sparbox-overview__table thead tr th.sorting::after,
.sparbox-overview__table thead tr th.sorting_asc::after,
.sparbox-overview__table thead tr th.sorting_desc::after {
  content: "\e404";
}

.sparbox-detail__table thead tr th.sorting_asc::after,
.sparbox-detail__table thead tr th.sorting_asc_asc::after,
.sparbox-detail__table thead tr th.sorting_desc_asc::after,
.sparbox-overview__table thead tr th.sorting_asc::after,
.sparbox-overview__table thead tr th.sorting_asc_asc::after,
.sparbox-overview__table thead tr th.sorting_desc_asc::after {
  opacity: 1;
  content: "\e409";
}

.sparbox-detail__table thead tr th.sorting_asc_desc::after,
.sparbox-detail__table thead tr th.sorting_desc::after,
.sparbox-detail__table thead tr th.sorting_desc_desc::after,
.sparbox-overview__table thead tr th.sorting_asc_desc::after,
.sparbox-overview__table thead tr th.sorting_desc::after,
.sparbox-overview__table thead tr th.sorting_desc_desc::after {
  opacity: 1;
  content: "\e410";
}

.sparbox-detail__table thead tr th:first-child,
.sparbox-overview__table thead tr th:first-child {
  padding: 10px 20px 10px 10px;
}

.sparbox-detail__table thead tr th:last-child,
.sparbox-overview__table thead tr th:last-child {
  padding: 10px;
  opacity: .6;
}

.sparbox-detail__table thead tr th input,
.sparbox-overview__table thead tr th input {
  padding: 5px;
  font-size: 14px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #555;
  outline: 0;
  opacity: .6;
  transition: all 150ms;
}

.sparbox-detail__table thead tr th input:hover,
.sparbox-overview__table thead tr th input:hover {
  opacity: .8;
}

.sparbox-detail__table thead tr th input:focus,
.sparbox-overview__table thead tr th input:focus {
  color: #000;
  border-bottom: 2px solid #555;
  opacity: 1;
}

.sparbox-detail__table thead tr th input::placeholder,
.sparbox-overview__table thead tr th input::placeholder {
  color: #555;
}

.sparbox-detail__table thead tr td,
.sparbox-overview__table thead tr td {
  padding: 15px 10px;
  text-align: center;
}

.sparbox-detail__table tbody tr,
.sparbox-overview__table tbody tr {
  transition: all 150ms;
}

.sparbox-detail__table tbody tr td,
.sparbox-overview__table tbody tr td {
  padding: 15px 10px;
  text-align: center;
}

.sparbox-detail__table tbody tr:nth-child(even),
.sparbox-overview__table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.sparbox-detail__table tbody tr:nth-child(even):hover,
.sparbox-overview__table tbody tr:nth-child(even):hover {
  background-color: #f0f0f0;
}

.sparbox-detail__table tbody tr:hover,
.sparbox-overview__table tbody tr:hover {
  background-color: #f0f0f0;
}

.sparbox-detail__table .btn-primary,
.sparbox-detail__table .pagination>.active>a,
.sparbox-overview__table .btn-primary,
.sparbox-overview__table .pagination>.active>a {
  color: #fff;
  background-color: #00859b;
  transition: ease-in-out all .3s;
}

.sparbox-detail__table .btn-primary:hover,
.sparbox-detail__table .pagination>.active>a:hover,
.sparbox-overview__table .btn-primary:hover,
.sparbox-overview__table .pagination>.active>a:hover {
  background-color: #005968;
  transition: ease-in-out all .2s;
}

.sparbox-detail__table .btn-danger,
.sparbox-overview__table .btn-danger {
  transition: ease-in-out all .3s;
}

.sparbox-detail__table .btn-danger:hover,
.sparbox-overview__table .btn-danger:hover {
  color: #fff;
}

.sparbox-detail__table .pagination>li>a,
.sparbox-overview__table .pagination>li>a {
  color: #00859b;
}

.sparbox-detail #js-id,
.sparbox-detail__header--abo-id,
.sparbox-overview #js-id,
.sparbox-overview__header--abo-id {
  width: 60px;
}

.sparbox-detail #js-created-at,
.sparbox-detail #js-deleted,
.sparbox-detail #js-deleted-at,
.sparbox-detail__header--created-at,
.sparbox-detail__header--deleted,
.sparbox-detail__header--deleted-at,
.sparbox-overview #js-created-at,
.sparbox-overview #js-deleted,
.sparbox-overview #js-deleted-at,
.sparbox-overview__header--created-at,
.sparbox-overview__header--deleted,
.sparbox-overview__header--deleted-at {
  width: 130px;
}

.sparbox-detail #js-abo-email,
.sparbox-detail #js-customer-id,
.sparbox-detail #js-ean,
.sparbox-detail #js-last-order-date,
.sparbox-detail #js-last-order-id,
.sparbox-detail #js-next-order-date,
.sparbox-detail #js-surname-id,
.sparbox-detail__header--abo-email,
.sparbox-detail__header--customer-id,
.sparbox-detail__header--details-button,
.sparbox-detail__header--ean,
.sparbox-detail__header--last-order-date,
.sparbox-detail__header--last-order-id,
.sparbox-detail__header--next-order-date,
.sparbox-detail__header--surname-id,
.sparbox-overview #js-abo-email,
.sparbox-overview #js-customer-id,
.sparbox-overview #js-ean,
.sparbox-overview #js-last-order-date,
.sparbox-overview #js-last-order-id,
.sparbox-overview #js-next-order-date,
.sparbox-overview #js-surname-id,
.sparbox-overview__header--abo-email,
.sparbox-overview__header--customer-id,
.sparbox-overview__header--details-button,
.sparbox-overview__header--ean,
.sparbox-overview__header--last-order-date,
.sparbox-overview__header--last-order-id,
.sparbox-overview__header--next-order-date,
.sparbox-overview__header--surname-id {
  width: 160px;
}

.sparbox-detail #js-delivery-interval,
.sparbox-detail #js-escalation-counter,
.sparbox-detail #js-original-order-id,
.sparbox-detail__header--delivery-interval,
.sparbox-detail__header--escalation-counter,
.sparbox-detail__header--original-order-id,
.sparbox-overview #js-delivery-interval,
.sparbox-overview #js-escalation-counter,
.sparbox-overview #js-original-order-id,
.sparbox-overview__header--delivery-interval,
.sparbox-overview__header--escalation-counter,
.sparbox-overview__header--original-order-id {
  width: 180px;
}

.sparbox-detail #js-status,
.sparbox-detail__header--status,
.sparbox-overview #js-status,
.sparbox-overview__header--status {
  width: 135px;
}

.sparbox-detail .modal .modal-header,
.sparbox-overview .modal .modal-header {
  color: #fff;
}

.sparbox-detail .top-row,
.sparbox-overview .top-row {
  padding: 20px 0;
}

.sparbox-detail .top-row .btn,
.sparbox-overview .top-row .btn {
  margin: 5px 0;
}

.sparbox-detail__info td,
.sparbox-overview__info td {
  padding: 10px;
  text-align: left;
}

.sparbox-detail__item-row:hover,
.sparbox-overview__item-row:hover {
  cursor: pointer;
}

.sparbox-detail .dataTables_info,
.sparbox-detail .dataTables_length,
.sparbox-detail .dataTables_paginate,
.sparbox-overview .dataTables_info,
.sparbox-overview .dataTables_length,
.sparbox-overview .dataTables_paginate {
  display: inline-block;
  clear: unset;
  margin: 10px;
  padding: 0;
  vertical-align: top;
}

.sparbox-detail .dataTables_paginate,
.sparbox-overview .dataTables_paginate {
  float: right;
}

.sparbox-detail .dataTables_paginate .paginate_button,
.sparbox-overview .dataTables_paginate .paginate_button {
  margin: 0 3px;
  padding: 5px 11px;
  color: #777;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.sparbox-detail .dataTables_paginate .paginate_button.current,
.sparbox-overview .dataTables_paginate .paginate_button.current {
  color: #fff;
  background: #00859b;
  border: none;
  border-radius: 5px;
}

.sparbox-detail .dataTables_paginate .paginate_button.current:hover,
.sparbox-overview .dataTables_paginate .paginate_button.current:hover {
  background: #00b1ce;
}

.sparbox-detail .dataTables_paginate .paginate_button.disabled,
.sparbox-overview .dataTables_paginate .paginate_button.disabled {
  cursor: no-drop;
  opacity: .4;
}

.sparbox-detail .dataTables_paginate .paginate_button.disabled:hover,
.sparbox-overview .dataTables_paginate .paginate_button.disabled:hover {
  color: #777;
  background: 0 0;
  border: none;
  border-radius: 5px;
}

.sparbox-detail .dataTables_paginate .paginate_button:hover,
.sparbox-overview .dataTables_paginate .paginate_button:hover {
  color: #00859b;
  background: #e3e3e3;
  border: none;
  border-radius: 5px;
}

.sparbox-detail__bottom,
.sparbox-overview__bottom {
  margin: 20px;
}

.sparbox-detail~.select2-container .select2-dropdown,
.sparbox-overview~.select2-container .select2-dropdown {
  z-index: 10003;
  margin-left: 0;
}

.sparbox-detail #escalation-counter,
.sparbox-detail #status,
.sparbox-overview #escalation-counter,
.sparbox-overview #status {
  width: 200px;
}

.sparbox-detail .history__toggle-button,
.sparbox-overview .history__toggle-button {
  margin: 10px;
}

.sparbox-detail .history__item,
.sparbox-overview .history__item {
  margin-bottom: 3px;
  padding: 10px;
  border-bottom: 2px solid #e5e5e5;
}

.sparbox-detail .history__item:last-child,
.sparbox-overview .history__item:last-child {
  border-bottom: none;
}

.sparbox-detail .history__item-body,
.sparbox-overview .history__item-body {
  padding: 5px 0 0;
}

.sparbox-detail .history__item-body ul,
.sparbox-overview .history__item-body ul {
  margin: 0;
}

.sparbox-detail .history__item-payload:last-child,
.sparbox-overview .history__item-payload:last-child {
  margin-bottom: 0;
}

.sparbox-detail__logo--wrapper {
  display: block;
  margin: 10px auto;
}

.sparbox-detail__table thead tr th:last-child {
  opacity: 1;
}

.sparbox-detail__info .panel-heading,
.sparbox-detail__table .panel-heading {
  margin: 0;
  padding: 15px;
  color: #555;
  background: #f5f5f5!important;
  background-image: none!important;
}

.sparbox-detail__row {
  margin-bottom: 10px;
}

.sparbox-detail .modal .modal-header {
  color: #555;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
}

.sparbox-detail .modal .modal__input {
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: all 150ms;
}

.sparbox-detail .modal .modal__input:hover {
  border-color: #b3b3b3;
}

.sparbox-detail .modal .modal__input:focus {
  border-color: #555;
}

.sparbox-detail .modal .modal__input--interval {
  width: 50px;
}

.sparbox-detail .modal .modal-body {
  padding-bottom: 0;
}

.sparbox-detail .modal .modal-body form {
  margin-bottom: 0;
}

.sparbox-detail .modal .modal-footer {
  border-top: none;
}

.sparbox-detail .modal .modal-footer .btn-primary {
  background: #00859b;
  transition: all .3s;
}

.sparbox-detail .modal .modal-footer .btn-primary:hover {
  background: #005968;
}

.sparbox-detail .modal .modal-footer .btn-secondary {
  font-size: 14px;
  background: #e4e4e4;
  border-color: #e4e4e4;
  border-radius: 20px;
  transition: all .3s;
}

.sparbox-detail .modal .modal-footer .btn-secondary:hover {
  background: #cbcbcb;
  border-color: #cbcbcb;
}

.sparbox-detail .modal .modal-footer .btn-danger {
  transition: all .3s;
}

.sparbox-detail .modal .modal-footer .btn-danger:hover {
  color: #fff;
}

body>[data-notify=container] {
  width: 40%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

body>[data-notify=container] span {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}

body>[data-notify=container] .close {
  margin-left: auto;
  color: #000;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

body>[data-notify=container] [data-notify=title] {
  margin-right: 8px;
}

.reorder-modal__items--header {
  padding: 5px;
  color: #fff;
  background: #555;
}

.reorder-modal__items--header div:nth-child(2) {
  text-align: center;
}

.reorder-modal__items--wrapper {
  padding: 5px 0;
}

.reorder-modal__item {
  padding: 5px;
  border-bottom: 1px solid #777;
}

.reorder-modal__item.not-active {
  background: #e3e3e3;
}

.reorder-modal__item.not-active>div {
  text-decoration: line-through;
  text-decoration-color: #555;
}

.reorder-modal__new-quantity {
  text-align: center;
}

.reorder-modal__old-quantity {
  margin-left: 5px;
  text-decoration: line-through;
}

@media screen and (min-width:768px) {
  .order-scroll-none {
    overflow: unset;
    -ms-overflow-style: none;
  }
}

.is--nowrap {
  white-space: nowrap;
}

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

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

.icon-brands-all {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: 0 -65px;
  width: 84px;
  height: 84px;
}

.icon-clock {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -116px -65px;
  width: 32px;
  height: 32px;
}

.icon-de-delivery-dhl-packstation {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -180px 0;
  width: 120px;
  height: 40px;
}

.icon-de-delivery-dhl {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -180px -40px;
  width: 120px;
  height: 40px;
}

.icon-exclamation-mark {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -148px -65px;
  width: 32px;
  height: 32px;
}

.icon-letter {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -180px -130px;
  width: 16px;
  height: 16px;
}

.icon-message {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -84px -65px;
  width: 32px;
  height: 32px;
}

.icon-packet {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -116px -97px;
  width: 32px;
  height: 27px;
}

.icon-rewe {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: 0 0;
  width: 180px;
  height: 65px;
}

.icon-social-facebook {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -280px -80px;
  width: 16px;
  height: 16px;
}

.icon-social-google {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -196px -130px;
  width: 16px;
  height: 16px;
}

.icon-social-pinterest {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -212px -130px;
  width: 16px;
  height: 16px;
}

.icon-social-twitter {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -280px -96px;
  width: 16px;
  height: 16px;
}

.icon-social-youtube {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -280px -112px;
  width: 16px;
  height: 16px;
}

.icon-ssl {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -180px -80px;
  width: 50px;
  height: 50px;
}

.icon-star {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -84px -97px;
  width: 32px;
  height: 31px;
}

.icon-trustedshops {
  background-image: url(../img/sprites/sprite-general.png);
  background-position: -230px -80px;
  width: 50px;
  height: 48px;
}