
/* test */

.section-big-header {
  font-size: 30px;
}

.designs {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #3f93c5;
  display: inline-block;
  position: relative;
  z-index: 103;
}
@media all and (max-width: 992px) {
  .designs {
    display: block;
  }
}
.designs li {
  display: inline-block;
  padding: 6px 25px;
  border: 1px solid #dcdcdc;
  margin-bottom: 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(#f1f1f1, #e3e3e3);
  background-image: linear-gradient(#f1f1f1, #e3e3e3);
  position: relative;
}
@media all and (max-width: 992px) {
  .designs li {
    background: none;
    border-radius: 0;
    border: none;
    color: #616161;
    height: 92px;
    padding: 10px;
    margin-right: 30px;
  }
}
.designs li.active, .designs li:hover {
  cursor: pointer;
  color: #4c4c4c;
  background: white;
  border-bottom: 1px solid white;
}
@media all and (max-width: 992px) {
  .designs li.active, .designs li:hover {
    border-bottom: 3px solid #409ED6;
  }
}
.designs li.active:after, .designs li:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media all and (max-width: 992px) {
  .designs li.active:after, .designs li:hover:after {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .designs li {
    display: block;
  }
}
.designs li img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
@media all and (max-width: 992px) {
  .designs li img {
    display: block;
    margin: 0 auto 8px;
    height: 30px;
  }
}
.designs li p {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
}
.designs li p strong {
  display: block;
}

.nav_sofa-info {
  border: 1px solid #e0e0e0;
  padding: 6px 20px;
  text-align: justify;
  background: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}
@media all and (max-width: 992px) {
  .nav_sofa-info {
    background: #F2F2F2;
    border: none;
    padding: 6px 0 6px 15px;
  }
}
.nav_sofa-info li {
  font-size: 14px;
  font-weight: bold;
  color: #409ed6;
  display: inline-block;
  position: relative;
  background: #fff;
  margin-right: 5px;
}
@media all and (max-width: 992px) {
  .nav_sofa-info li {
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    color: #303030;
    border-radius: 4px;
    padding: 4px 10px;
    box-shadow: 0px 3px 6px #00000029;
  }
}
.nav_sofa-info li.active, .nav_sofa-info li:hover {
  cursor: pointer;
  color: #4d4d4d;
}
.nav_sofa-info li.active:after, .nav_sofa-info li:hover:after {
  content: "";
  display: block;
  border: 11px solid rgba(224, 224, 224, 0);
  border-top-color: #fff;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media all and (max-width: 992px) {
  .nav_sofa-info li.active:after, .nav_sofa-info li:hover:after {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .nav_sofa-info li.active, .nav_sofa-info li:hover {
    background: #303030;
    color: #fff;
  }
}
.nav_sofa-info li p {
  margin: 0;
}

.tabs-content {
  position: relative;
  background: white;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.tabs-content .gradient-top-down {
  background: url("../images/gradient-topdown.png");
  height: 64px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.tabs-content .gradient-bottom-up {
  background: url("../images/gradient-bottomup.png");
  height: 64px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.tabs-content .dots-warpper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.tabs-content #image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.tabs-content #image-wrapper img {
  width: 100%;
}
.tabs-content .circle {
  z-index: 100;
  background: url("//img.jouwmaatkast.nl/media/bilder_neu/qualitaet_detailsCircle_blau.png") top left no-repeat;
  width: 63px;
  height: 63px;
  position: absolute;
  -webkit-animation: scaleEffect 1.5s infinite ease;
  -moz-animation: scaleEffect 1.5s infinite ease;
  animation: scaleEffect 1.5s infinite ease;
}
@media all and (max-width: 768px) {
  .tabs-content .circle {
    display: none;
  }
}
.tabs-content .circle_1 {
  top: 35%;
  left: 26%;
}
.tabs-content .circle_2 {
  top: 32%;
  left: 41%;
}
.tabs-content .circle_3 {
  top: 17%;
  left: 44%;
}
.tabs-content .circle_4 {
  top: 20%;
  left: 63%;
}
.tabs-content .circle_5 {
  top: 55%;
  left: 62%;
}
.tabs-content .circle_6 {
  top: 33%;
  left: 65%;
}
.tabs-content .circle_7 {
  top: 27%;
  left: 55%;
}
.tabs-content .circle_8 {
  top: 27%;
  left: 55%;
}
@keyframes scaleEffect {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.slider-wrapper {
  height: 70px;
  width: 100%;
  max-width: 492px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 2px 1px 1px #d4d4d4;
  box-shadow: 0 2px 1px 1px #d4d4d4;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
  background-image: linear-gradient(#ffffff, #eeeeee);
  z-index: 2;
}
@media all and (max-width: 992px) {
  .slider-wrapper {
    bottom: 93px;
    position: relative;
  }
}
@media all and (max-width: 768px) {
  .slider-wrapper {
    width: 80%;
    height: 54px;
  }
}
.slider-wrapper p {
  color: #4d4d4d;
  font-size: 22px;
  text-align: center;
  margin-top: -36px;
}
.slider-wrapper .slider {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 20px;
  height: 14px;
  width: 100%;
  max-width: 415px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(#dddddd, #fdfdfd);
  background-image: linear-gradient(#dddddd, #fdfdfd);
}
@media all and (max-width: 768px) {
  .slider-wrapper .slider {
    width: 82%;
  }
}
.slider-wrapper .slider img {
  transform: translateY(-8px);
  margin-left: -4px;
}
.slider-wrapper span:not(.text) {
  color: #50a2d3;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
}
@media all and (max-width: 992px) {
  .slider-wrapper span:not(.text) {
    bottom: -27px;
  }
}
.slider-wrapper span:not(.text).front-view {
  left: 10px;
}
@media all and (max-width: 480px) {
  .slider-wrapper span:not(.text).front-view {
    left: -19px;
  }
}
.slider-wrapper span:not(.text).side-view {
  left: 50%;
  transform: translateX(-50%);
}
.slider-wrapper span:not(.text).rear-view {
  right: 10px;
}
@media all and (max-width: 480px) {
  .slider-wrapper span:not(.text).rear-view {
    right: -12px;
  }
}
.slider-wrapper span:not(.text).clockwise {
  position: absolute;
  left: -34px;
  top: 30px;
}
@media all and (max-width: 768px) {
  .slider-wrapper span:not(.text).clockwise {
    left: -28px;
    top: 16px;
  }
}
.slider-wrapper span:not(.text).counter-clockwise {
  position: absolute;
  right: -34px;
  top: 30px;
}
@media all and (max-width: 768px) {
  .slider-wrapper span:not(.text).counter-clockwise {
    right: -28px;
    top: 16px;
  }
}
.slider-wrapper .config-btn {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  width: 163px;
  padding: 6px 10px;
  display: none;
}
@media all and (max-width: 992px) {
  .slider-wrapper .config-btn {
    display: block;
  }
}

.feature {
  display: none;
  color: #676767;
}
.feature .teaser {
  font-size: 16px;
  padding: 25px;
  margin-bottom: 5px;
  line-height: 20px;
  color: #676767;
}
.feature .teaser h3 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 5px 0;
  color: #676767;
}
.feature .feature_text {
  padding: 20px 25px;
  -webkit-box-shadow: 0 1px 2px 0 #999;
  box-shadow: 0 1px 2px 0 #999;
  border: 1px solid #efefef;
  max-width: 800px;
  position: relative;
  color: #676767;
  background: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 992px) {
  .feature .feature_text {
    margin: 0 15px 20px;
  }
}
.feature .feature_text h3 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding: 0;
  margin: 0;
  color: #676767;
}
.feature .feature_text h4 {
  font-size: 16px;
  display: block;
  padding: 2px 0 15px;
  margin: 0;
  color: #676767;
}
.feature .feature_text p {
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, sans-serif;
  margin-bottom: 12px;
}
.feature .feature_text p:last-child {
  margin-bottom: 0;
}

.feature_1 {
  display: flex;
  padding: 50px 20px 0 0;
  align-items: center;
}
@media all and (max-width: 992px) {
  .feature_1 {
    flex-wrap: wrap;
  }
}

.feature_3 {
  padding-bottom: 20px;
}

.feature_2 .feature-block,
.feature_3 .feature-block,
.feature_4 .feature-block,
.feature_5 .feature-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 20px;
}
@media all and (max-width: 992px) {
  .feature_2 .feature-block,
.feature_3 .feature-block,
.feature_4 .feature-block,
.feature_5 .feature-block {
    flex-wrap: wrap;
  }
}
.feature_2 .feature-block:not(:last-child),
.feature_3 .feature-block:not(:last-child),
.feature_4 .feature-block:not(:last-child),
.feature_5 .feature-block:not(:last-child) {
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
}
@media all and (max-width: 992px) {
  .feature_2 .feature-block img,
.feature_3 .feature-block img,
.feature_4 .feature-block img,
.feature_5 .feature-block img {
    max-width: 100%;
  }
}
.feature_2 .feature_text,
.feature_3 .feature_text,
.feature_4 .feature_text,
.feature_5 .feature_text {
  transform: translateX(-31px);
  max-width: 600px;
}
@media all and (max-width: 992px) {
  .feature_2 .feature_text,
.feature_3 .feature_text,
.feature_4 .feature_text,
.feature_5 .feature_text {
    transform: translateX(0);
  }
}

.feature_3 .feature-block {
  align-items: center;
}

.feature_4 .feature-block {
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.feature_4 .feature-block .feature_text {
  transform: translateX(-69px);
}
@media all and (max-width: 992px) {
  .feature_4 .feature-block .feature_text {
    transform: translateX(0);
  }
}

.feature_5 .feature-block {
  border-bottom: none !important;
  margin: 0 !important;
  background: #7db9e8;
  background: -moz-linear-gradient(bottom, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 18%);
  background: -webkit-linear-gradient(bottom, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 18%);
  background: linear-gradient(to top, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 18%);
  padding-bottom: 64px;
}
.feature_5 .feature-block .feature_text {
  align-self: center;
}

.feature_6 .upholstery-content {
  padding: 0 20px;
}
.feature_6 .upholstery-content .feature_text {
  max-width: 100%;
  margin-bottom: 10px;
}
.feature_6 .upholstery-content .upholstery-image {
  position: relative;
  margin-bottom: 10px;
}
.feature_6 .upholstery-content .upholstery-image.mb-30 {
  margin-bottom: 30px;
}
.feature_6 .upholstery-content .upholstery-image img {
  width: 100%;
}
@media all and (max-width: 580px) {
  .feature_6 .upholstery-content .upholstery-image img {
    min-height: 110px;
  }
}
@media all and (max-width: 480px) {
  .feature_6 .upholstery-content .upholstery-image img {
    min-height: 165px;
  }
}
.feature_6 .upholstery-content .upholstery-image_description {
  position: absolute;
  left: 20px;
  top: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: #676767;
  font-family: Arial;
}
@media all and (max-width: 480px) {
  .feature_6 .upholstery-content .upholstery-image_description {
    left: 10px;
    right: 10px;
  }
}
.feature_6 .upholstery-content .upholstery-image_description h3 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 5px 0;
}
.feature_6 .upholstery-content .upholstery-image_description h4 {
  font-size: 16px;
  display: block;
  margin: 2px 0;
}
.feature_6 .upholstery-content .upholstery-image .qtip_text {
  display: none;
  position: absolute;
  bottom: 102%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #676767;
  font-size: 13px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  width: 100%;
  max-width: 890px;
}
.feature_6 .upholstery-content .upholstery-image .qtip_text p {
  margin-bottom: 5px;
}
.feature_6 .upholstery-content .upholstery-image .qtip_text:after {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.feature_6 .upholstery-content .upholstery-image:hover .qtip_text {
  display: block;
}

.feature_7 {
  padding: 500px 30px 30px;
  background: url("../images/masse-bg.jpg") no-repeat center;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .feature_7 {
    padding: 300px 10px 10px;
  }
}
@media all and (max-width: 480px) {
  .feature_7 {
    padding-top: 20px;
    background: none;
  }
}
.feature_7 .feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media all and (max-width: 768px) {
  .feature_7 .feature-block {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.feature_8 {
  text-align: center;
  padding: 0 30px 30px;
}
.feature_8 .feature_text {
  text-align: left;
  position: absolute;
  bottom: 17px;
}
@media all and (max-width: 992px) {
  .feature_8 .feature_text {
    position: static;
  }
}

.feature_9 {
  padding: 30px 30px 500px;
  background: url("../images/fertigung-bg.jpg") no-repeat center;
  background-size: cover;
}

.garantie-badge {
  background: url("../images/garantie-badge.png") no-repeat;
  width: 185px;
  height: 185px;
  position: absolute;
  top: -33px;
  right: -30px;
}

div.features div.feature div.collectionWrapper {
  display: none;
}
div.features div.feature div.collectionWrapper img {
  max-width: 100%;
}

div.features div.feature.london div.collectionWrapper.london {
  display: block;
}

div.features div.feature.ny div.collectionWrapper.ny {
  display: block;
}

div.features div.feature.wien div.collectionWrapper.wien {
  display: block;
}

.how-made {
  text-align: right;
  font-size: 22px;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.btn-white {
  display: inline-block;
  text-align: center;
  border: 1px solid white;
  font-size: 14px;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(white, #eee);
  background-image: linear-gradient(white, #eee);
  color: #5bafe3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  height: 33px;
  line-height: 19px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
}
.btn-white:hover {
  cursor: pointer;
  color: #5bafe3;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, white));
  background-image: -webkit-linear-gradient(#eee, white);
  background-image: linear-gradient(#eee, white);
}

@media all and (max-width: 992px) {
  .px-tablet-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=quality-sofa.css.map */

/* additional css for hiding behind main-navigation dropdown. */

.sofa-style .row:first-of-type {
  position: relative;
  z-index: 0;
}