@-webkit-keyframes slidein{
  0% {opacity:0}
  1%{-webkit-transform:translateX(160px);transform:translateX(160px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}

@keyframes slidein {
  0%{opacity:0}
  1%{-webkit-transform:translateX(160px);transform:translateX(160px)}
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  color: #5d5d5d;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

input, textarea {
  -webkit-appearance:none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

a.to-top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #adadad;
  z-index: 9999999;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  opacity: 0.3;
  text-align: center;
}

a.to-top i {
  line-height: 50px;
  font-size: 24px;
  color: black;
}

a.to-top:hover {
  opacity: 0.5;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  width: 0;
  height: 0;
}

.tooltipster-base {
  pointer-events: all;
}

.tooltip_templates { display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
  overflow: hidden;
}

.tooltipster-sidetip .tooltipster-content  .flag span{
  top: 12px;
  left: 16px;
}
.tooltipster-sidetip .tooltipster-content {
  padding-top:0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 200;

}

.tooltipster-content a {
  display: block;
  padding: 14px 20px 14px 50px;
  width: 100%;
  min-width: 180px;
  border-bottom: 1px solid #dadada;
}

.tooltipster-content a:hover {
  background: #f8f8f9;
}

.tooltipster-content a:last-child {
  border: none;
}

.mobile {
  display: none;
}

body.subnavi {
  padding-top: 107px;
}

div.breadcrumb-nav {
    margin-top: 25px;
    margin-bottom: 20px;

}

div.breadcrumb-nav ul {
  list-style-type: none;
  padding: 0;
  margin:0 ;
}

div.breadcrumb-nav ul li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 15px;
  position: relative;
}

div.breadcrumb-nav ul li,
div.breadcrumb-nav ul li a {
  color: #d7d7d7;
  font-size: 12px;
}

div.breadcrumb-nav ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  left: 5px;
  top: 0px;
  position: absolute;
}

/* Teilen */

.tooltipster-box a.share {
  color: #474747;
  font-size: 12px;
  display: block;
  position: relative;
}

.tooltipster-box a.share:before {
  font-family: "FontAwesome";
  font-size: 16px;
  display: inline-block;
  left: 18px;
  top: 14px;
  position: absolute;
}

.tooltipster-box a.share.facebook:before {
  content: "\f09a";
}

.tooltipster-box a.share.twitter:before {
  content: "\f099";
}


/* Flaggen */

div.spacer {
  padding: 20px 30px;
}

div.spacer h4 {
  margin-bottom: 25px;
}

div.spacer a.flag {
  display: block;
  margin: 30px 0 10px 0;
}

.flag {
  padding-left: 30px;
  position: relative;
  color: #474747;
  font-size: 12px;
}

.flag span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cecdbe;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
}

.flag.germany span {
  background: url('../images/flag/germany.png') no-repeat center -5px;
  background-size: 160%;
}

.flag.england span {
  background: url('../images/flag/england.png') no-repeat center -5px;
  background-size: 160%;
}

/* Forms */

div.select-style {
  display: inline-block;
  margin-right: -15px;
  cursor: pointer;
  position: relative;
}
div.select-style:after {
  font-family: "FontAwesome";
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -2px;
}

select {
  background: none;
  border: none;
  -webkit-appearance:none;
  position: relative;
  cursor: pointer;
}

input[type="submit"] {
  background: #45bceb;
  color: white;
  border-radius: 5px;
  padding: 11px 25px;
  margin-top: -3px;
  transition: all 0.3s ease 0s;
}
.newsletter-form input[type="submit"] {
  padding: 11px 25px;
  margin-top: 0;
}

input[type="submit"]:hover ,
input[type="submit"]:focus,
input[type="submit"]:active {
  color: white;
  background: #ed749c;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0 none !important;
}

/* Farben */

.grey {
    color: #bababa;
}

a,
a:focus,
a:active {
  color: #39b3e3;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  text-decoration: none !important;
  outline: none !important;
}

strong {
  font-weight: 600;
}

a.btn {
  padding: 12px 40px;
  font-size: 16px;
  display: inline-block;
  border-radius: 8px;
}

a.btn-grey,
a.btn-grey:focus,
a.btn-grey:active {
  background: #474747;
  color: white;
}

a.btn.angle-right {
  padding-right: 55px;
  position: relative;
}

a.btn.angle-right:after {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 30px;
  font-size: 20px;
  /*color: #f89820;*/
}

a.btn-grey:hover {
  background: #ed749c;
  color: white;
}

a.btn-grey.angle-right:hover:after {
  color: white;
}

a.btn-blue,
a.btn-blue:focus,
a.btn-blue:active {
  background: #45bceb;
  color: white;
  border-radius: 0;
}

a.btn-blue:hover {
  color: white;
  background: #ed749c;
}

a.btn-rose,
a.btn-rose:focus,
a.btn-rose:active {
  background: #ed749c;
  color: white;
  border-radius: 5px;
}

a.btn-rose:hover {
  color: white;
  background: #45bceb;
}

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

a:hover {
  color: black;

}

a.more i {
  padding-right: 5px;
}

input[type="text"],
.newsletter-form input[type="email"] {
  border: 1px solid #c1c1c1;
  padding: 12px 20px;
  min-width: 340px;
  margin-right: 15px;
  border-radius: 5px;
}

p {
  font-weight: 300;
  line-height: 1.5em;
}

h3 {
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 25px 0;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px 0;
}

h5 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Schirftfarbwn */
.light-grey {
  color: #9c9c9c;
}

/* Voucher */

.popup-dialog {
  max-width: 900px;
}

.voucher .angle-right {
  white-space: normal !important;
  padding-right: 40px !important;
}

.voucher a.btn.angle-right:after {
  content: '';
}

div.no-padding {
  padding: 0;
}

.voucher .logo {
  margin: 12px 15px 12px;
}

.voucher .teaser-product {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  margin-right: 20px;
}

.voucher .teaser-product img {
  display: inline-block;
  margin-bottom: 15px;
}

.voucher .row {
  padding: 30px 45px;
  margin: 0;
  width: 100%;
}

.voucher .row.grey {
  background: #f8f8f8;
}

.voucher .row img {
  max-width: 100%;
}

.voucher .banner {
  background: #39b3e3;
  padding: 10px 45px 15px;
}

.voucher .banner h2 {
  font-size: 50px;
  color: white;
  font-weight: normal;
}

.voucher p.small {
  font-size: 11px;
  margin-top: 40px;
}

.voucher span.voucher {
  display: inline-block;
  background: white;
  padding: 8px 15px;
  font-family: "Courier New", Georgia, serif;
  color: #5d5d5d;
  font-size: 22px;
  border: 1px solid #c1c1c1;
}

.voucher .center {
  max-width: 500px;
  margin: 0 auto;
}

.voucher .center .btn-blue {
  margin-left: 10px;
  margin-top: -2px;
}

.voucher .center .btn-rose {
  margin-top: 30px;
}

/* Header */

#navbar {
  position: relative;
  padding-right: 60px;
  float: right;
  width: 75%;
  overflow: hidden;
}

#navbar .shader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 40px;
  height: 72px;
}

nav.navbar-default > .container {
  position: relative;
}

nav.navbar-fixed-top {
  height: 72px;
  background: white;
}

nav.navbar-fixed-top .navbar-brand {
  margin-top:10px;
  z-index: 20;
  position: relative;
}

nav.navbar-fixed-top .navbar-right {
  margin-top: 10px;
  margin-right: -475px;
}

nav.navbar-fixed-top .navbar-right a {
  font-size: 16px;
}

nav.navbar-fixed-top .navbar-right li:hover {
  color: black;
}

nav.navbar-fixed-top .navbar-right li.active a {
  background: none !important;
  color: #39b3e3 !important;
}

nav.navbar-fixed-top li.search {
  cursor: pointer;
  width: 22px;
  height: 20px;
  background: url('../images/search.png') no-repeat center;
  margin-left: 23px;
  margin-top: 15px;
  position: absolute;
  right: 0;
  z-index: 20;
}

nav.navbar-fixed-top li.searchfield {
  padding-left: 50px;
  position: relative;
}

nav.navbar-fixed-top li.searchfield input {
  position: relative;
  top: 3px;
  width: 280px;
  min-width: 280px;
}



nav.navbar-fixed-top div.searchfield input.submit {
  display: none;
}

.scrollbar {
    margin: 0 0 1em 0;
    height: 2px;
    background: #ccc;
    line-height: 0;
}

.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}


div.subnavi {
  background: #f8f8f8;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  min-height: 70px;
  margin-top: 11px;
  overflow: hidden;

}

div.subnavi > div {
  height:107px;
  overflow: hidden;
}

div.subnavi ul {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y:hidden;
  height: 170px;
  white-space: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding-bottom: 50px;
}

div.subnavi ul::-webkit-scrollbar {
    display: none;
}

div.subnavi ul li {
  display: inline-block;
  margin: 13px 0px 7px;
  text-align: center;
  width: 120px;
  white-space: nowrap;

  -webkit-animation: slidein 350ms backwards;
  animation: slidein 350ms backwards
}

div.subnavi ul li a {
  display: block;
  text-align: center;
}

div.subnavi ul li img {
  display: block;
  margin: 0 auto 5px;
  max-height: 60px;
}

div.subnavi ul li span {
  display: block;
  font-size: 12px;
  color: #474747;
}

div.subnavi ul li.active a span,
div.subnavi ul li a:hover span {
  color: #39b3e3;
}

.slick-slide,
.slick-slide img,
.slick-track {
  outline:none !important;
}

#headerslider {
  margin-top: -72px;
}

#headerslider .item>a>img, #headerslider .item>img, #headerslider .img-responsive {
  max-width: none;
  margin: 0 auto;
  width: 1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
}

#headerslider .slick-slide {
  position: relative;
}

#headerslider .slick-dots {
  list-style-type: none;
  text-align: center;
  top: -50px;
  z-index: 10;
  position: relative;
  padding-left: 0;
}

#headerslider .slick-dots li {
  margin-right: 14px;
  margin-left: 14px;
  display: inline-block;
}

#headerslider .slick-dots li button {
  background: white;
  border:none;
  border-radius: 0;
  width: 68px;
  height: 3px;
  display: inline-block;
  text-indent: -9999px;
}

#headerslider .slick-dots li.slick-active button {
  background: #45bceb;
}

#headerslider .caption {
  top: 115px;
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  text-align: center;
}

#headerslider h2 {
  font-size: 28px;
  text-shadow: none;
  color: #303030;
  font-weight: 600;
}

#headerslider h3 {
  font-size: 36px;
  text-shadow: none;
  color: #303030;
  font-weight: 300;
}

#headerslider .item {
  overflow: hidden;
}

#headerslider .slick-next {
  display: inline-block;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0px;
    border: none;
    background: none;
    text-indent: -99999px;
    background: url('../images/arrow_right_grey.png') no-repeat center center;
    z-index: 100;
}

#headerslider .slick-next:hover {
  background: url('../images/arrow_right_blue.png') no-repeat center center;
}

#headerslider .slick-prev {
  display: inline-block;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0px;
    border: none;
    background: none;
    text-indent: -99999px;
    background: url('../images/arrow_left_grey.png') no-repeat center center;
    z-index: 100;
}

#headerslider .slick-prev:hover {
  background: url('../images/arrow_left_blue.png') no-repeat center center;
}

div.header {
  margin-top: 72px;
}

/* Content  */

div.content .row {
  margin-top: 55px ;
  margin-bottom: 50px;
}

div.content img {
  max-width: 100%;
}

.news p.date {
  font-size: 14px;
  color: #9c9c9c;
}

.news img {
  margin-bottom: 15px;
}

.news p {
  padding-right: 30px;
}

div.header div.big-teaser {
  margin-bottom: 20px;
}

div.big-teaser {
  position: relative;
  margin-bottom: 70px;
  overflow-x: hidden;
}

div.big-teaser img {
  width: 100%;
}

div.big-teaser .contents {
  position: absolute;
  width: 100%;
  top: 28%;
  left: 0;
  text-align: center;
  color: white;
}

div.big-teaser h3,
div.big-teaser p {
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

div.big-teaser p {
  font-size: 16px;
  line-height: 24px;
}

div.big-teaser a:hover {
  color: white;
}

/* Footer */

footer div.top {
  background: #f8f8f9;
  padding: 30px 0;
}

footer div.top p.newsletter {
  font-size: 24px;
  color: #5d5d5d;
}

footer div.top p {
  font-size: 16px;
  color: #868686;
}

footer div.bottom {
  background: #ededee;
  padding: 43px 0 60px;
  color: #616161;
  font-size: 14px;
}

footer div.bottom img.logo-footer {
  margin-bottom: 15px;
}

footer div.bottom .col-md-8 ul {
  padding: 0;
  margin: 0;
  /*display: inline-block;*/
  list-style-type: none;
  padding-left: 20px;
}

footer div.bottom .col-md-8 ul li.header {
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cdcdcd
}

footer div.bottom .col-md-8 ul li {
  display: block;
}

footer div.bottom .col-md-8 ul li a {
  color: #9c9c9c;
  line-height: 24px;
  font-size: 13px;
}

footer div.bottom .col-md-8 ul li a:hover {
  color: #000;
}

/*footer div.bottom {
  overflow: hidden;
}*/

footer .left {
  width: 85%;
  float: left;
}

footer .right {
  width: 15%;
  float: right;
  text-align: right;
}

footer p.border-bottom {
  margin-top: 35px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

footer ul.footer-meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul.footer-meta li {
  display: inline-block;
  border-right: 1px solid #696969;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 14px;
}

footer ul.footer-meta li:last-child {
  border:none
}

footer ul.footer-meta li a {
  font-size: 13px;
  color: #696969;
}

footer ul.footer-meta li a:hover {
  color: #000;
}

footer div.language a {
  color: #474747;
  font-size: 12px;
  cursor: pointer;
}

#language {
  max-width: 400px;
}

/* Filter */

.no-search-results {
  background: url('../images/sad-smiley.png') no-repeat center top;
  padding-top: 280px;
  padding-bottom: 60px;
  text-align: center;
}

.no-results {
  display: none;
  margin: 30px 0;
  float: right;
  width: 80%;
}

.no-results p {
  text-align: center;
}

.subfilter ul.ratings li {
  margin-bottom: 8px;
  cursor: pointer;
}

div.filter-top {
  padding: 20px 0;
}

.filter-top .col-md-6 {
  padding-left: 0;
}

div.filter-top span.filter {
  padding-right: 15px;
  border-right: 1px solid #bababa;
  line-height: 14px;
  display: inline-block;
  height: 14px;
}

div.filter-top span.reset {
  padding-left: 12px;
}

div.filter-top select.sortby {
  background: none;
  border: none;
  -webkit-appearance:none;
  padding-left: 10px;
  padding-right: 40px;
  margin-right: -15px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

div.box-grey {
  background: #f8f8f8;
  padding: 20px 25px 10px;
}

div.products {
  padding-bottom: 70px;
  border-top: 1px solid #dadada;
}

div.products div.left {
  width: 20%;
  float: left;
}

div.products div.right {
  width: 80%;
  float: right;
  border-left: 1px solid #dadada;
}

div.products .product {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 0;
  overflow: hidden;
  padding-bottom: 60px;
}

div.products .product h3,
div.products .product p {
  margin: 20px;
}

div.products .product h3 {
  color: #39b3e3 !important;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 24px;
}

div.products .product p {
  color: #474747 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.products .product a:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

div.products .product .image-container {
  height: 275px;
  overflow: hidden;
}

div.products .product img {
  max-width: 80%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10%;
}

div.products .product .ratings {
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}

div.products .product .ratings p {
  font-style: italic;
  font-size: 13px;
  margin: 0;
  color: #bababa !important;
}

div.products .product .price {
  margin-left: 20px;
  margin-top: -5px;
  font-size: 20px;
  border-top: 1px solid #dadada;
  margin-right: 20px;
  display: block;
  padding-top: 12px;
  padding-bottom: 20px;
  font-weight: 500;
  color: black !important;
  text-align: right;

  position: absolute;
  bottom: 0;
  width: 87%;
}

div.products .product .price small {
  color: #bababa;
  font-size: 12px;
  text-decoration: line-through;
  padding-right: 15px;
}

ul.filter {
    margin-top: 25px;
    padding: 0;
    list-style-type: none;
    width: 90%;
    position: relative;
}

ul.filter ul {
    margin-top: 15px;
    padding: 0;
    list-style-type: none;
    position: static;
}

ul.filter > li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ul.filter li a {
  font-size: 13px;
  font-weight: bold;
  color: #2f2f2f;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

ul.filter li.filters p {
  font-weight: bold;
  font-size: 13px;
  color: #2f2f2f;
}

ul.filter li.filters span {
  display: inline-block;
  padding: 5px 26px 5px 8px;
  background: #f8f8f9;
  border: 1px solid #ededee;
  margin: 2px 4px 0 0;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

ul.filter li.filters span .hamburger {
    top: -13px;
    right: -27px;
}

ul.filter li.filters span .hamburger-inner, ul.filter li.filters span .hamburger-inner:after, ul.filter li.filters span .hamburger-inner:before {
  width: 10px;
  background: #adadad !important;
}

ul.filter ul li a {
    font-weight: normal;
    line-height: 24px;
}

ul.filter ul li.active a {
  /*pointer-events: none;*/
  color: #e8e8e8;
}

ul.filter li.select {
  margin-bottom: 15px;
}

ul.filter li.select label {
  font-weight: normal;
  display: inline-block;
  width: 25%;
}

ul.filter li.select .select-style {
  width: 77%;
}

.filter-window select.sortby,
ul.filter li.select select {
  width: 100%;
  border-radius: 0;
  border: 1px solid #dadada;
  padding-left: 10px;
  padding-right: 40px;
  margin-right: -25px;
  line-height: 30px;
}

ul.filter ul li.active a:after {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  right: 0px;
  top: 0px;
  color: #ed749c;
  position: absolute;
  font-size: 20px;
  -webkit-text-stroke: 2px white;
}

div.pagination {
  width: 100%;
  margin-top: 60px;
  padding-left: 20%;
}

div.pagination ul {
  padding-left: 0;
  text-align: center;
  width: 100%;
  list-style-type: none;
}

div.pagination ul li {
  display: inline-block;
  font-size: 16px;
}

div.pagination ul li a {
  padding: 8px 10px;
  margin: 0 2px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;

}

/*div.pagination ul li a:hover {
  background: #f8f8f9;
  border: 1px solid #ededee;
}*/

div.pagination ul li.active {
  color: black;
  padding: 0 10px;
}

div.pagination ul li.next a,
div.pagination ul li.prev a {
  border: none !important;
  background: none !important;
  position: relative;
  text-indent: -99999px;
  display: inline-block;
  margin: 0 10px;
}

div.pagination ul li.next a:after, div.pagination ul li.next a:before,
div.pagination ul li.prev a:after, div.pagination ul li.prev a:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.pagination ul li.next a:before {
	border-left-color: #39b3e3;
	border-width: 14px;
	margin-top: -14px;
}

div.pagination ul li.next a:after {
	border-left-color: white;
	border-width: 12px;
	margin-top: -12px;
}

div.pagination ul li.prev a:after, div.pagination ul li.prev a:before {
	right: 0%;
  left: auto;
}

div.pagination ul li.prev a:before {
	border-right-color: #39b3e3;
	border-width: 14px;
	margin-top: -14px;
}

div.pagination ul li.prev a:after {
	border-right-color: white;
	border-width: 12px;
	margin-top: -12px;
}
/* Produktdetail */

#productslider .slick-slide > img {
  width: 100%;
  height: auto;
}

#productslider .slide-title {
  display: none;
}

#productslider .slick-dots {
  width: 100%;
  margin-left: 0;
  text-align: left;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

#productslider .slick-dots li {
  width: 47px;
  text-indent: 0;
  border: 1px solid red;
  border-radius: 0;
  margin: 0;
  border: 1px solid #e7e7e7;
  height: auto;
  display: inline-block;
  margin: 0 5px 5px 5px;
  cursor: pointer;
}

#productslider .slick-next {
  display: inline-block;
    position: absolute;
    width: 70px;
    height: 85%;
    top: 0;
    right: 0px;
    border: none;
    background: none;
    text-indent: -99999px;
    background: url('../images/arrow_right_grey.png') no-repeat center center;
    z-index: 100;
}

#productslider .slick-next:hover {
  background: url('../images/arrow_right_blue.png') no-repeat center center;
}

#productslider .slick-prev {
  display: inline-block;
    position: absolute;
    width: 70px;
    height: 85%;
    top: 0;
    left: 0px;
    border: none;
    background: none;
    text-indent: -99999px;
    background: url('../images/arrow_left_grey.png') no-repeat center center;
    z-index: 100;
}

#productslider .slick-prev:hover {
  background: url('../images/arrow_left_blue.png') no-repeat center center;
}

#productslider .slick-dots li img {
  width: 100%;
  height: auto;
}

#productslider .slick-dots li.slick-active {
  border: 1px solid #39b3e3;
}

div.contentdetail {
  margin-top: 20px;
}

div.contentdetail .row:first-child {
  margin-bottom: 50px;
}

div.desc-detail:last-child {
  margin-bottom: 70px;
}

div.contentdetail .col-md-7 {
  padding-left: 55px;
}

div.desc-detail .col-md-9 > div {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

#recensions .col-md-9 > div  {
  padding-bottom: 0;
}

div.desc-detail h3 {
  font-size: 24px;
  line-height: 30px;
}

div.desc-detail p,
div.desc-detail span,
div.desc-detail a {
  font-size: 16px;
}

div.desc-detail p {
  margin-bottom: 20px;
}

div.desc-detail table {
  width: 100%;
}

div.desc-detail td {
  vertical-align: top;
  line-height: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
}

div.desc-detail td ,
div.desc-detail td span,
div.desc-detail td a{
  font-size: 14px;
}

div.desc-detail td span {
  color: #36aede;
}

div.desc-detail table tr td:first-child {
  font-weight: bold;
  width: 35%;

}

div.recension:last-child {
  margin-bottom: 0;
}

div.recension {
  margin-bottom: 45px;
}

div.recension p.date {
  color: #9c9c9c;
  font-size: 14px;
}

div.recension p.date span {
  color: #36aede;
  font-size: 14px;
}

div.recension .ratings {
  display: inline-block;
  margin-right: 10px;
}

div.recension h5 {
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}

div.recension p {
  font-size: 14px;
}

div.desc-detail p.recension-header {
  font-size: 14px;
}

div.recension p.helpful {
  color: #9c9c9c;
  font-size: 12px;
}

div.desc-detail p.recension-header a {
  font-size: 14px;
}

div.desc-detail .download:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  display: inline-block;
  left: -30px;
  font-size: 40px;
  top:-5px;
  position: absolute;
  color:#39b3e3;
}

div.desc-detail .download span {
  display: block;
  color: #474747;
  font-size: 14px;
  padding-top: 3px;
}

div.desc-detail .download {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 300;
  margin-left: 30px;
}

div.desc-detail .download:last-child {
  margin-bottom: 0;
}

div.prices {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
}

.header-product-desktop div.prices .right {
  float: right;
  width: 50%;
  padding-top: 10px;
}

.header-product-desktop .ratings p {
  cursor: pointer;
}

p.brand span {
  color: #39b3e3;
}

div.prices div.price {
  display: none;
}

div.prices div.price.active {
  display: block;
}

div.possibility {
  display: inline-block;
}

div.possibility a {
  min-width: 200px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.possibility p {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
}

div.possibility span {
  font-size: 13px;
  font-weight: 300;
}

div.possibility.active {
  min-width: 200px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f2fbff;
  border: 1px solid #39b3e3;

}

div.contentdetail .col-md-7 h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 0;
}

div.contentdetail div.desc-short {
  margin-top: 30px;
}

div.contentdetail div.desc-short ul {
  padding-left: 17px;
}

div.contentdetail div.desc-short p,
div.contentdetail div.desc-short li,
div.contentdetail div.desc-short td {
  font-weight: 300;
  line-height: 22px;
}

div.price .left {
  float: left;
  width: 48%;
}

div.price .right {
  text-align: right;
}

div.price .left p {
  margin: 0;
}

div.price .left p span {
  display: inline-block;
  width: 85px;
  margin-right: 15px;
  border-right: 1px solid #d7d7d7;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: right;
  padding-right: 15px;
}

div.price p.uvp span {
  text-decoration: none;
}

div.price p.uvp {
  font-size: 16px;
  color :#474747;
  text-decoration: line-through;
}

div.price p.price span {
  font-size: 16px;
  color :#474747;
  font-weight: 300;
}

div.price p.price {
  font-size: 20px;
  color :#39b3e3;
  font-weight: 600;
}

div.price p.sparen {
  font-size: 14px;
  color :#474747;
}

div.price p.sparen {
  font-size: 14px;
  color :#1e8230;
}

div.onstock {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 25px;
}

div.onstock h6 {
  font-size: 16px;
  font-weight: 300;
}

div.onstock.red .colored {
  color: #b12704;
}

div.onstock.green .colored {
  color: #1e8230;
}

.contentdetail a.share {
  color: #464646;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  margin-right: 0px;
  padding-right: 40px;
  margin-top: 20px;
  right: 70px;
  cursor: pointer;
}

.contentdetail a.share:after {
  font-family: "FontAwesome";
  content: "\f1e0";
  display: inline-block;
  right: 15px;
  top: 0px;
  position: absolute;
}

/* Rating Sterne */

div.ratings i {
  margin-right: 10px;
}

div.ratings p {
  display: inline-block;
  color: #39b3e3;
}

td div.ratings p {
  margin-bottom: 0;
  margin-top: -3px;
}

td .a-icon {
  margin-top: 3px;
}

.a-icon-alt {
    position: absolute;
    left: -9999px;
    top: auto;
    display: block;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

.a-icon-star {
    width: 80px;
    height: 18px;
}

.a-icon {
    background-image: url('../images/rating-stars.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.a-star-5 {
    background-position: 0px 0;
}

.a-star-4-5 {
    background-position: -170px 0;
}

.a-star-4 {
    background-position: -16px 0;
}

.a-star-3-5 {
    background-position: -186px 0;
}

.a-star-3 {
    background-position: -32px 0;
}

.a-star-2-5 {
    background-position: -202px 0;
}

.a-star-2 {
    background-position: -48px 0;
}

.a-star-1-5 {
    background-position: -218px 0;
}

.a-star-1 {
    background-position: -64px 0;
}

.a-star-0-5 {
    background-position: -234px 0;
}

.a-star-0 {
    background-position: 0px 0;
}

/* Hamburger */

.hamburger {
  position: absolute;
  top: 11px;
  right: 0px;
  cursor: pointer;
}

.hamburger-box {
  width: 30px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0px;
    background-color: #cdcdcd;
}

.is-active .hamburger-inner, .is-active .hamburger-inner:after, .is-active .hamburger-inner:before {
    background-color: #3cb9ea;
}

/* Mobile */

@media only screen and (min-width:992px) {
  #navbar {
    display: block !important;
  }
}

@media only screen and (max-width:1400px) {

  a.to-top {
    right: 10px;
    bottom: 10px;
  }

  div.header div.big-teaser .contents {
    top: 23%;
  }

  div.header div.big-teaser {
    overflow-x: hidden;
  }

  div.header div.big-teaser img {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -700px;
  }

}

@media only screen and (max-width:1199px) {
  #headerslider .carousel-inner>.item>a>img, #headerslider .carousel-inner>.item>img, #headerslider .img-responsive {
    width: 1600px;
    margin-left: -800px;
  }
  #headerslider .carousel-caption {
    top: 110px;
  }
  .desc-detail .col-md-3 h3 {
    font-size: 20px;
  }
  div.products .product .image-container {
    height: 230px;
  }
  #productslider .carousel-indicators li {
    width: 40px;
    margin-right: 5px;
  }
}

@media only screen and (max-width:991px) {

  /* Filkter mobil */

  div.filter-top {
    margin-top: -90px;
  }

  div.products .product img {
    width: 100%;
    margin: 0;
  }

  li.subfilter[data-type="kategorie"] a {
    line-height: 36px;
  }

  div.holder {
    width: 100% !important;
  }

  .no-results {
    float: none;
    width: 100%;
    padding-top: 40px;
  }

  ul.filter li a,
  ul.filter li.filters p {
    font-size: 16px;
    line-height: 32px;
  }

  ul.filter li.filters span {
    padding: 7px 30px 7px 15px;
    font-size: 16px;
  }

  ul.filter li.filters span .hamburger {
    top: -7px;
  }

  ul.filter {
    display: none;
  }

  div.filter-top select.sortby {
    width: 100%;
    border-radius: 0;
    border: 1px solid #dadada;
    padding-left: 10px;
    padding-right: 40px;
    margin-right: 0px;
    line-height: 30px;
    background-color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    font-size: 13px;
    width: 100%;
  }

  div.filter-top .align-right {
    text-align: left;
    padding-left: 15px;
  }

  div.filter-top .grey {
    display: block;
    margin-bottom: 8px;
    float:right;
    width: 88%;
  }

  div.filter-top div.select-style {
    width: 88%;
    margin-right: 0;
    float: right;
  }

  div.filter-top div.select-style:after {
    right: 10px;
    z-index: 100;
  }

  div.filter-top .filter-icon {
    width: 40px;
    height: 40px;
    background: url(../images/filter_icon.png) no-repeat center;
    position: absolute;
    top: 30px;
    left: 15px;
    cursor: pointer;
  }

  ul.filter {
    padding: 30px 15px 0 15px;
  }

  /* Filkter mobil ende */

  #productslider .slick-next,
  #productslider .slick-prev,
  #headerslider .slick-prev,
  #headerslider .slick-next {
    display: none !important;
  }
  #navbar {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 9999;
    overflow: scroll;
    padding-bottom: 120px;
    -webkit-overflow-scrolling: touch;
    padding-right: 0;
  }
  #headerslider .slick-track {
    height: 550px !important;
  }
  div.products div.right {
    border-left: none;
  }
  nav.navbar-fixed-top li.searchfield {
    padding-left: 0;
  }
  nav.navbar-fixed-top li.searchfield input {
    width: 100%;
  }
  div.header {
    /*display: none;*/
  }
  div.breadcrumbs.header {
    display: block;
  }
  div.mobile-header {
    margin-top: 110px;
  }
  div.mobile-header h3 {
    font-size: 26px;
  }
  .filter-window {
    width: 100%;
    background: #fff;
    z-index: 9999;
    overflow: scroll;
  }
  .filter-window .container {
    position: relative;
  }
  .filter-window .filter-header {
    height: 72px;
    margin-top: 0;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    background: white;
    z-index: 10;
  }
  .filter-window a.reset {
    cursor: pointer;
    text-transform: uppercase;;
    font-size: 14px;
  }
  .filter-window div.select-style {
    width: 100%;
  }
  .filter-window .filter-content {
    padding-top: 72px;
    background: #f8f8f9;
  }

  .filter-window ul.filter > li {
    border-bottom: none;
  }

  .filter-window ul.filter li.select .select-style {
    width: 100%;
    position: relative;
  }

  .filter-window ul.filter li.select label {
    font-size: 13px;
    font-weight: bold;
  }

  .filter-window select.sortby,
  .filter-window ul.filter li.select select {
    background-color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    font-size: 13px;
  }

  div.select-style:after {
    color: #2f2f2f;
    position: absolute;
    font-size: 16px;
    top: 14px;
  }

  .filter-window h5 {
    margin-top: 50px;
    font-weight: 600;
  }

  .filter-window ul.filter li.filters span {
    padding: 10px 32px 10px 12px;
    background: white;
    border-color: #dadada;
  }

  .filter-window ul.filter li.filters span .hamburger {
    top: -8px;
  }

  .filter-window ul.filter > li > a,
  .filter-window ul.filter li.filters p {
    font-size: 16px;
    font-weight: 300;
  }

  .filter-window ul.filter ul li a {
    background: white;
    padding: 10px 25px;
    border-bottom: 1px solid #ededee;
    position: relative;
  }

  ul.filter ul li.active a:after {
    right: 15px;
    top: 11px;
    font-size: 26px;
    -webkit-text-stroke: 3px white;
  }

  ul.navbar-nav {
    float: none !important;
    width: 750px !important;
    margin: 10px auto 0 !important;

  }
  ul.navbar-nav li,
  ul.navbar-nav li a {
    display: block;
    width: 100%;
  }
  ul.navbar-nav li a {
    padding: 18px 15px;
    border-bottom: 1px dotted #e6e6e6;
  }
  ul.navbar-nav li.search {
    display: none;
  }
  form.search input[type="submit"] {
    display: none
  }
  form.search input[type="text"] {
    width: 100%;
    border: none;
    background: url('../images/search.png') no-repeat left center;
    padding-left: 40px;
    border-bottom: 3px solid #e6e6e6;
    margin-top: 15px;
    min-width: 100%;
  }
  div.header div.big-teaser .contents {
    top: 20%;
  }
  div.header div.big-teaser img {
    width: 1140px;
    margin-left: -570px;
  }

  #headerslider .carousel-inner>.item>a>img, #headerslider .carousel-inner>.item>img, #headerslider .img-responsive {
    width: 1200px;
    margin-left: -600px;
  }
  #headerslider .carousel-caption {
    top: 90px;
    left: 5%;
    right: 5%;
  }

  div.news .col-sm-12 {
    margin-bottom: 60px;
  }
  div.news .col-sm-12:first-child {
    margin-bottom: 20px;
  }
  div.news .col-sm-12:last-child {
    margin-bottom: 0;
  }
  div.news .col-sm-12 img {
    width: 47%;
    float: left;
    margin-right: 3%;
  }

  div.news .col-sm-12 img +div {
    width: 47%;
    margin-left: 3%;
    float: left;
  }
  .container.big-teaser {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  footer div.bottom .col-sm-8 ul {
    /*padding-left: 5%;
    width: 32%;*/
    margin-bottom: 40px;
  }
  div.products {
    border-top: none;
    margin-top: -30px;
    padding-bottom: 50px;
  }
  div.products div.left,
  div.products div.right {
    float: none;
    width: 100%;
    padding: 0;
  }
  div.products .product {
    border: none;
    padding: 0 15px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 60px !important;
  }
  div.products .product .image-container {
    text-align: center;
    height: 275px;
    border: 1px solid #dadada;
  }
  div.products .product .price {
    width: 91%;
  }
  div.products .product h3, div.products .product p, div.products .product .ratings, div.products .product .price {
    margin-left: 0;
    margin-right: 0;
  }
  div.products ul.filter {
    width: 100%;
  }

  .filter-window ul.filter {
    width: 100%;
  }

  div.pagination {
    padding-left: 0;
  }
  .header-product-desktop {
    display: none !important;
  }
  #productslider {
    padding: 0 30px;
    margin-top: 20px;
  }
  #productslider .carousel-inner>.item>a>img, #productslider  .carousel-inner>.item>img {
    margin: 0 auto;
  }
  #productslider {
    margin-bottom: 40px;
  }
  #productslider .carousel-indicators {
    text-align: center;
    bottom: -30px;
  }
  #productslider .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin-right: 20px;
    background: #e7e7e7;

  }
  #productslider .carousel-indicators li.active {
    background: #39b3e3;
  }
  #productslider .carousel-indicators li img {
    display: none;
  }
  div.prices {
    border: none;
  }
  div.possibility {
    min-width: inherit;
  }
  div.price .left {
    width: 100%;
  }
  div.price .right {
    text-align: left;
  }
  div.onstock {
    border:none;
    margin-top: 10px;
  }
  div.onstock h6 {
    font-weight: 600;
  }
  div.contentdetail h1 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
  .desc-detail .col-md-3 h3 {
    font-size: 24px;
  }
  div.contentdetail .col-md-7 {
    padding-left: 15px;
  }
  div.contentdetail div.desc-short {
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
  }
  div.price a.share {
    margin-right: 0;
    left: 30px;
    margin-top: 0;
  }
  div.price .right br {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  a.to-top {
    display: none !important;
  }
  .voucher .col-sm-5  {
      display: none;
  }

  div.reviews-wrapper .a-spacing-micro .a-size-base.a-text-bold {
    display: block !important;
    padding-left: 0 !important;
  }

  footer {
    overflow: hidden;
  }

  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important;
  }

  .voucher .banner h2 {
    font-size: 36px;
  }

  #headerslider .caption {
    width: 80%;
    margin-left: 10%;
    left: 0;
  }

  div.products .product .price {
    width: 89%;
  }

  div.mobile-header {
    margin-bottom: 30px;
  }

  ul.navbar-nav {
    float: none !important;
    width: 100% !important;
    margin: 10px auto 0 !important;
  }
  ul.navbar-nav {
    padding: 0 50px;
  }
  ul.navbar-nav li a {
    padding: 18px 0px;
  }

  div.news .col-sm-12 img {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  div.news .col-sm-12 img +div {
    width: 100%;
    margin-left: 0%;
    float: none;
  }

  div.desc-detail table tr td:first-child {
    width: 50%;
    padding-right: 15px;
  }

  div.ratings p {
    margin-left: 0;
  }

  div.desc-detail {
    overflow: hidden;
  }

  div.desc-detail:last-child {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
  }

  .desc-detail .col-md-9.active,
  .desc-detail .col-md-4.active {
    display: block;
  }

  .desc-detail .col-md-9,
  .desc-detail .col-md-5,
  .desc-detail .col-md-4 {
    display: none;
  }

  .desc-detail .col-md-4 {
    padding-bottom: 30px;
  }

  a.last-button {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .desc-detail .col-md-3 {
    padding: 0;
    border-top: 1px solid #d7d7d7;
  }

  .desc-detail .col-md-3 h3 {
    padding: 20px 60px 20px 15px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }

  .desc-detail .hamburger-inner {
    height: 0;
    width: 0;
  }

  .desc-detail .hamburger-inner:before {
    height: 30px;
    width: 2px;
    left: 14px;
    top: -14px;
  }

  .desc-detail .hamburger-inner:after {
    width: 30px;
    height: 2px;
    top: 0;
  }

  .desc-detail .is-active .hamburger-inner:after {
    transform: rotate(-45deg);

  }

  .desc-detail .is-active .hamburger-inner:before {
    transform: rotate(-45deg);

  }

  div.contentdetail div.desc-short {
    padding-top: 25px;
  }

  div.contentdetail .row:first-child {
    margin-bottom: 20px;
  }

  div.desc-detail .col-md-9 > div {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
  }

  footer div.bottom .col-sm-8 ul {
    padding-left: 0;
    width: 27%;
    margin-right: 5%;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  footer div.top p,
  footer div.top form {
    text-align: center;
  }

  footer div.top input[type="text"] {
    margin-bottom: 20px;
  }

  .mc-field-group {
    width: 100%;
  }

  .newsletter-form input[type="email"] {
    width: 300px;
    max-width: 90%;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 15px;
    min-width: 10px !important;
  }

  .newsletter-form input[type="submit"] {
    width: 300px;
    max-width: 90%;
  }

  div.big-teaser img {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -500px;
  }

  div.products .product {
    padding: 0 15px;
  }
}

@media only screen and (max-width:480px) {

  div.filter-top div.select-style {
    width: 80%;
  }

  div.filter-top span.grey {
    width: 80%;
  }

  .big-teaser {
    display: none;
  }

  .filter-top {
    margin-top: -35px !important;
  }

  #headerslider h3 {
    font-size: 30px;
  }

  #headerslider h2 {
    font-size: 24px;
  }

  nav.navbar-fixed-top li.searchfield input {
    min-width: 0;
  }

  #headerslider .slick-track {
    height: auto !important;
  }

  #headerslider .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 7px;

    padding: 0;
    text-indent: -999999px;
  }

  #headerslider .slick-dots li {
    margin: 0 8px;
  }

  div.price .right br {
    display: block;
  }

  div.price a.share {
    margin-top: 20px;
    left: 50%;
    margin-left: -42px;
  }

  div.products .product .price {
    width: 93%;
  }

  .voucher .banner {
    padding: 10px 15px 15px;
  }

  .voucher .banner h2 {
    font-size: 24px;
  }

  .voucher .row {
    padding: 30px 3px;
  }

  .voucher span.voucher {
    width: 100%;
    text-align: center;
  }

  .voucher .center .btn-blue {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }

  .voucher .center .btn-rose {
    width: 100%;
  }

  .mobile {
    display: block !important;
  }
  .no-mobile {
    display: none !important;
  }
  #headerslider .item>a>img, #headerslider .item>img, #headerslider .img-responsive {
    width: 1000px;
    margin-left: -500px;
  }
  #headerslider .caption {
    width: 80%;
    margin-left: 10%;
    left: 0;
  }
  div.products {
    border-top: none;
    padding-bottom: 40px;
  }
  div.products div.product {
    width: 100%;
    margin-bottom: 20px;
  }
  div.products .product h3 {
    margin-top: 15px;
  }
  div.products .product img {
    width: 100%;
  }
  div.price  a.btn.angle-right {
    padding-right: 40px;
    padding-left: 25px;
    width: 100%;
  }
  div.price  a.btn.angle-right:after {
    right: 20px;
  }
  .desc-detail .col-md-3 h3 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .desc-detail .hamburger {
    right: -5px;
  }
  .desc-detail .hamburger-inner:after {
    width: 24px;
    height: 2px;
    top: 0;
  }
  .desc-detail .hamburger-inner:before {
    height: 24px;
    width: 2px;
    left: 11px;
    top: -11px;
  }
  footer div.bottom {
    padding-top: 0;
  }
  footer div.bottom .col-sm-8 {
    border-top: 1px solid #cdcdcd;
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  footer div.bottom .col-sm-8 ul {
    width: 100%;
    float: none;
    margin: 0;
    padding-bottom: 0px;
  }
  footer div.bottom .col-sm-8 ul li {
    display: none;
    position: relative;
  }

  footer div.bottom .col-sm-8 ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }

  footer div.bottom .col-sm-8 ul li:last-child {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
  }

  footer div.bottom .col-sm-8 ul li.active {
    display: block;
  }

  footer div.bottom .col-sm-8 ul li.header {
    display: block;
    margin-bottom: 0;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    height: auto;
  }
  footer div.bottom .logo-footer {
    margin-top: 40px;
  }

  footer div.bottom .border-bottom.light-grey {
    border-bottom: none;
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  footer div.bottom .flag {
    margin-bottom: 20px;
    display: inline-block !important;
    cursor: pointer;
  }

  footer ul.footer-meta li {
    line-height: 10px;
    margin-bottom: 10px;
  }

  footer div.bottom .light-grey,
  footer div.bottom .footer-meta {
    font-size: 12px;
  }

  footer div.bottom .left {
    float: none;
    width: 100%;
  }

  footer div.top input,
  .newsletter-form input {
    width: 100%;
    min-width: 0;
  }

  footer .hamburger-inner {
    height: 0;
    width: 0;
  }

  footer .hamburger-inner:before {
    height: 15px;
    width: 1px;
    left: 7px;
    top: -14px;
    background: #616161;
  }

  footer .hamburger {
    position: absolute;
    top: 7px;
    right: -14px;
    cursor: pointer;
  }

  footer .hamburger-inner:after {
    width: 15px;
    height: 1px;
    top: -7px;
    background: #616161;
  }

  footer .is-active .hamburger-inner:after {
    transform: rotate(-45deg);

  }

  footer .is-active .hamburger-inner:before {
    transform: rotate(-45deg);

  }
}

/* Cookie Layer */

.cc_container {
  background: #efefef !important;
  color: #000 !important;
  font-size: 17px;
  border-top: 1px solid #d1d1d1 !important;
  padding-bottom: 70px !important;
}

.cc_container .cc_message {
  line-height: 24px !important;
}

.cc_container a, .cc_container a:visited {
  color: #45bceb !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  background-color: #45bceb !important;
  color: #fff !important;
}

.cc_container .cc_btn {
  bottom: 20px !important;
}

@media only screen and (max-width:500px) {
  footer div.bottom {
    padding-bottom: 115px;
  }
}
