@import "fonts.css";

.banner-fullwidth {
  min-height:565px;
  overflow:hidden;
}
.banner-fullwidth * {
  float:none;
  width:100%;
  height:auto;
}

.banner-fullwidth .item-slogan img,
.banner-fullwidth .item-slogan {
  width:auto;
}

.banner-fullwidth .item-slogan {
  position:absolute;
  top:80px;
  left:0;
  right:0;
  width:100%;
  max-width:1020px;
  margin-left:auto;
  margin-right:auto;
}

.banner-fullwidth .item-slogan img {
  width:auto !important;
  left:-85px;
  position:relative;
}

.owl-controls {
  position:absolute;
  bottom:0px;
  width:100%;
  max-width:1020px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  z-index:100000;
}

.banner-slide-owl .owl-prev {
  position:absolute;
  left:0;
    z-index: 62;
  width: 45px;
  height: 45px;
  bottom:40px;
  background:url('../media/sliderlet.png') no-repeat;
  background-size:100% auto;
}
.banner-slide-owl .owl-prev:hover {
  background:url('../media/sliderlet_hover.png') no-repeat;
  background-size:100% auto;
}

.banner-slide-owl .owl-next {
  position:absolute;
  right:0px;
    z-index: 62;
    height: 13px;
    width: 8px;
  width: 45px;
  height: 45px;
  bottom:40px;
  background:url('../media/sliderright.png') no-repeat;
  background-size:100% auto;
}

.banner-slide-owl .owl-next:hover {
  background:url('../media/sliderright_hover.png') no-repeat;
  background-size:100% auto;
}

/* section 1 area ----------------------- */

.cc-wrapper {
  width:100%;
  max-width:1020px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}

.ccbox {
  float:left;
  width:20%;
  height:420px;
  overflow:hidden;
  position:relative;
  background:#000;
}

.ccbox-3 {
  background:#004800;
}

.ccbox:hover {
  background:#648141;
}

.ccbox:hover img {
  opacity:0.7;
  z-index:1;
}

.ccbox-3:hover img {
  opacity:0.5;
  z-index:1;
}


.ccbox img{
  width:auto;
  height:100%;
  min-width:100%;
}

.ccbox-3 img{
  height:auto;
  width:100%;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
}

.c-wrapper {
  position:absolute;
  height:calc(100% - 40px);
  width:calc(100% - 40px);
  margin:20px;
  border:2px solid #fff;
  z-index:99;
}

.c-wrapper:after {
  position:absolute;
  width:44px;
  height:51px;
  background:url('../media/hex.png') no-repeat;
  background-size:100% auto;
  content:'';
  bottom:15px;
  left:15px;
}

.c-wrapper:before {
  position:absolute;
  width:35px;
  height:16px;
  background:url('../media/arrow2_sprite_light.png') right center no-repeat;
  background-size:auto 100%;
  content:'';
  bottom:32px;
  left:19px;
  transition: all 300ms ease 0ms;
}

.ccbox:hover .c-wrapper:before {
  background:url('../media/arrow2_sprite_light.png') left center no-repeat;
}

.boxes1-area .cc-wrapper {
  padding-top:70px;
  padding-bottom:70px;
}

.boxes1-area {
  background:url('../media/vauen_1848-u6477-fr.png') fixed no-repeat #e9e1da;
  background-size:auto 100%;
}

.boxes1-area .cc-wrapper a {
  color:#fff;
  display:block;
  position:relative;
}

.boxes1-area .cc-wrapper h3 {
  padding-top:20px;
  padding-bottom:30px;
  line-height:120%;
  color:#fff;
}

.boxes1-area .cc-wrapper p {
  opacity:1;
  transition: all 300ms ease 0ms;
  text-align:left;
  padding-left:15px;
  color:#fff;
}

.boxes1-area .cc-wrapper .ccbox:hover p {
  opacity:1;
}

/*
.boxes1-area .cc-wrapper .ccbox-5 p {
  opacity:1 !important;
}
*/

/* section 2 area ------------------------------------------------------ */

.section-home-2 {
  min-height:480px;
  position:relative;
  padding-bottom:50px;
}

.section-home-2 .cc-content-wrapper {
  padding-top:100px;
}

.section-home-2 h3 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding: 0px;
  color: #A77E62;
  line-height: 52px;
  text-align:left;
  margin-bottom:80px;
  font-family: 'Lato', sans-serif;
}

.section-home-2 p {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 27px;
  font-size: 18px;
  color:#fff;
  font-weight:300;
  font-family: 'Lato', sans-serif;
}


.section-home-2 .cc-content-wrapper:after {
  position:absolute;
  width:35px;
  height:16px;
  background:url('../media/arrow2_sprite_light.png') right center no-repeat;
  background-size:auto 100%;
  content:'';
  bottom:-50px;
  left:0px;
  transition: all 300ms ease 0ms;
  z-index:99999;
}

.section-home-2 .cc-content-wrapper:hover:after {
  background:url('../media/arrow2_sprite_light.png') left center no-repeat;
}

.section-home-2  img {
  display:none !important;
}

/* section 3 area ------------------------------------------------------ */

.section-home-3 {
  min-height:420px;
  position:relative;
  background:url('../media/vauen_1848-u6477-fr.png') fixed no-repeat #e9e1da;
  background-size:auto 100%;
  padding-bottom:50px;
}

.section-home-3 .cc-content-wrapper {
  padding-top:50px;
  width:60%;
  margin-right:0;
  margin-left:auto;
}

.section-home-3 h3 {
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -0.05em;
  padding: 0px;
  color: #A77E62;
  line-height: 52px;
  text-align:right;
  margin-bottom:15px;
  font-family: 'Lato', sans-serif;
  color:#000;
}

.section-home-3 h3 strong {
  font-weight:700;
  color:#000;
}

.section-home-3 p {
  text-align: right;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 18px;
  color:#000;
  font-family: 'Lato', sans-serif;
  font-weight:400;
}

.section-home-3 .cc-content-wrapper:after {
  position:absolute;
  width:35px;
  height:16px;
  background:url('../media/arrow2_sprite_black.png') right center no-repeat;
  background-size:auto 100%;
  content:'';
  bottom:-30px;
  right:0px;
  transition: all 300ms ease 0ms;
  z-index:99999;
}

.section-home-3 .cc-content-wrapper:hover:after {
  background:url('../media/arrow2_sprite_black.png') left center no-repeat;
}

.section-home-3 img {
  position:absolute;
  top:-150px;
  left:-100px;
}


/* section 4 area ------------------------------------------------------ */

.section-home-4{
  min-height:420px;
  position:relative;
  background:#000;
  padding-bottom:50px;
  padding-top:30px;
}

.section-home-4 .cc-content-wrapper {
  padding-top:50px;
  width:100%;
  margin-right:0;
  margin-left:auto;
  position:absolute;
  z-index:999;
}

.section-home-4 h3 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding: 0px;
  color: #A77E62;
  line-height: 52px;
  text-align:right;
  margin-bottom:15px;
  font-family: 'Lato', sans-serif;
  color: #A77E62;
}
.section-home-4 h3 a {
  color: #A77E62;
}

.section-home-4 p {
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 27px;
  font-size: 18px;
  color:#fff;
  font-weight:300;
  font-family: 'Lato', sans-serif;
}

.section-home-4 .cc-content-wrapper:after {
  position:absolute;
  width:35px;
  height:16px;
  background:url('../media/arrow2_sprite_light.png') right center no-repeat;
  background-size:auto 100%;
  content:'';
  bottom:-30px;
  right:0px;
  transition: all 300ms ease 0ms;
  z-index:99999;
}

.section-home-4 .cc-content-wrapper:hover:after {
  background:url('../media/arrow2_sprite_light.png') left center no-repeat;
}

.section-home-4 video {
  max-width:100%;
}

/* section 5 area ------------------------------------------------------ */

.section-home-5 {
  position:relative;
  padding-bottom:50px;
  padding-top:10px;
  background:#e9e1da;
}

.section-home-5 .cc-content-wrapper {
  padding-top:50px;
  width:100%;
  margin-right:0;
  margin-left:auto;
}

.section-home-5 h3 {
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -0.05em;
  padding: 0px;
  color: #000;
  line-height: 52px;
  text-align:left;
  margin-bottom:15px;
  font-family: 'Lato', sans-serif;
}

.section-home-5 h3 strong {
  font-weight:700;
}

.section-home-5 h3 a {
  color: #000;
}

.section-home-5 p {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 27px;
  font-size: 18px;
  color:#000;
  font-weight:400;
  font-family: 'Lato', sans-serif;
}

/* .boxes -------------- */

.col1_3,
.col2_3,
.col3_3 {
  float:left;
  max-width:calc(33% - 26px);
  overflow:hidden;
  margin-left:13px;
  margin-right:13px;
}

.col1_2 {
  float:left;
  width:calc(33% - 26px);
  margin-left:13px;
  margin-right:13px;
}
.col2_2 {
  float:left;
  width:calc(66% - 26px);
  margin-left:13px;
  margin-right:13px;
}

.col1_1{
  width:99%;
  margin-left:0px;
  margin-right:0px;
}

.bb_box {
  max-width:100%;
  position:relative;
  overflow:hidden;
  margin-bottom:28px;
}

.section-home-6 {
  padding-bottom:50px;
  padding-top:0px;
  background:#e9e1da;
}


.section-home-6 .cols {
  margin-left:-13px;
  margin-right:-13px;
}

.section-home-6 .colslast {
  margin-left:0;
  margin-right:0;
}

.section-home-6 .medium .csc-textpic-image  {
  height:558px;
  position:relative;
  overflow:hidden;
  display:block;
}

.section-home-6 .small .csc-textpic-image  {
  height:265px;
  position:relative;
  overflow:hidden;
  display:block;
}

.section-home-6 img {
  height:100%;
  min-width:100%;
  width:auto;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}

.section-home-6  div.csc-textpic-intext-right .csc-textpic-imagewrap,
.section-home-6  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 0px !important;
}
.section-home-6 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom:0px !important;
  margin-left:0px !important;
}

.section-home-6 div.csc-textpic-intext-right .csc-textpic-imagewrap {
  float:none !important;
}

.section-home-6 .csc-textpic-imagewrap,
.section-home-6 .csc-textpic-imagewrap div,
.section-home-6  figure {
  display:block;
  width:100%;
}

.section-home-6 a {
  display:inline;
}

.bb_box_9 {
  background:#000;
}
.bb_box_9 img {
  height:100%;
  width:auto !important;
  height:auto !important;
  margin-top:25px;
}

.section-home-6  .csc-textpic-text,
.section-home-6 .csc-header {
  position:absolute;
  top:60%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  color:#fff;
  transform:translateY(-60%);
  z-index:9999;
  opacity:0;
  transition: all 300ms ease 0ms;
}

.section-home-6 .bb_box:hover  .csc-textpic-text,
.bb_box:hover:after,
.bb_box:hover .csc-header {
  opacity:1;
}

.bb_box {
  position:relative;
}

.bb_box:after {
  width:100%;
  height:100%;
  background:rgba(12,34,63,0.5);
  position:absolute;
  z-index:99;
  content:'';
  top:0;
  left:0;
  opacity:0;
  transition: all 300ms ease 0ms;
}

.bb_box  h2,
.bb_box  h3 {
  font-size: 26px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-weight:400;
}

.section-home-6 .csc-textpic-text:after{
  position:absolute;
  width:44px;
  height:51px;
  background:url('../media/hex.png') no-repeat;
  background-size:100% auto;
  content:'';
  top:-75px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}

.section-home-6 .csc-textpic-text:before {
  position:absolute;
  width:35px;
  height:16px;
  background:url('../media/arrow2_sprite_light.png') right center no-repeat;
  background-size:auto 100%;
  content:'';
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  transition: all 300ms ease 0ms;
  top:-57px;
}

.section-home-6 .bb_box:hover  .csc-textpic-text:before {
  background:url('../media/arrow2_sprite_light.png') left center no-repeat;
}

.bb_box_11 .csc-textpic-text:after {
  top:-67px;
}

.bb_box_11 .csc-textpic-text:before  {
  top:-49px;
}

.owl-item {
  overflow:hidden;
}


.banner-fullwidth img {
  display:none;
}

.banner-slide-owl .owl-item  img {
  display:block;
}

.clearfix {
  clear:both;
}

/* series ------------------------------------ */

html[lang=de] .hide-de {
  display:none;
}

html[lang=en] .hide-en {
  display:none;
}

.banner-single,
.section-series-wrapper {
  background:#eae1da;
  position:relative;
  width:100%;
}
.section-series {
  margin-bottom:50px;
}

.banner-single > img {
  width:100%;
}

.series-title {
  font-size:22px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:35px;
  letter-spacing:0.5px;
  color:#000;
}

.series-description {
  text-align:left;
  column-count: 2;
  column-gap: 35px;
  letter-spacing:0.5px;
}

.series-items-wrapper {
  margin-left:-15px;
  margin-right:-15px;
  position:relative;
  padding-bottom:60px;
}

.series-item {
  float:left;
  width:calc(33% - 30px);
  margin-left:15px;
  margin-right:15px;
  text-align:center;
  margin-top:60px;
}

.series-item a {
  text-decoration:none !important;
}

.series-item a img {
  width: 238px;
  height: 185px;
}

.series-item span {
  display:block;
  font-weight:bold;
  color:#000;
  font-size:16px;
  margin-bottom:3px;
  text-decoration:none !important;
}

span.ccfirst {
  text-transform:uppercase;
}

a {
  outline:none !important;
}

.banner-content-wrapper {
  position:absolute;
  transform:translateY(-50%);
  left:0;
  right:0;
  top:50%;
  margin-left:auto;
  margin-right:auto;
  max-width:1020px;
  width:100%;
  display:flex;
}

.banner-content-wrapper > div {
  width:50%;
}

.banner-content-wrapper .banner-serie {
  text-align:left;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  line-height:130%;
  text-transform:uppercase;
}

.banner-content-wrapper .banner-product-title {
  text-align:left;
  color:#fff;
  font-size:48px;
  font-weight:bold;
  line-height:130%;
  text-transform:uppercase;
}

.banner-details-inside {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  width:50%;
}

.banner-image {
  text-align:right;
}

.series-slider-title {
  margin-top:90px;
  text-transform:uppercase;
  margin-bottom:30px;
}

.series-items-slider-wrapper {
  width:73%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}

.series-items-slider a > img {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:95%;
  max-width:160px;
}

.series-items-slider a,
.series-items-slider a * {
  text-decoration:none !important;
  color:#000 !important;
}

.series-items-slider a span {
  display:block;
  color:#000;
  font-weight:bold;
  text-transform:uppercase;
}

.series-items-slider .owl-controls {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  margin-top:10px;
}

.series-items-slider .owl-controls .owl-prev {
  position:absolute;
  left:-30px;
}

.series-items-slider .owl-controls .owl-next {
  position:absolute;
  right:-30px;
}

.product-details-table {
  width:100%;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
}

.product-details-table img {
  width:100%;
  max-width:350px;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.product-details-table td {
  width:50%;
  vertical-align:top;
}

.product-single-description{
  text-align:left;
  padding-left:20px;
}

.product-single-title {
  font-size:21px;
  color:#000;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:30px;
}

.single-price-tax,
.product-single-artnr {
  font-size:13px;
  margin-top:3px;
}

.product-single-points {
  margin-top:28px;
  margin-bottom:35px;
}

.content .product-single-points ul,
.content .product-single-points li {
  display:block;
  padding:0;
  margin:0;
  color:#28211a;
}

.content .product-single-points li  {
  padding-left:25px;
  position:relative;
  margin-bottom:5px;
}

.content .product-single-points li:before {
  position:absolute;
  left:0;
  top:5px;
  width:13px;
  height:12px;
  background:url('../media/check.png') no-repeat;
  content:'';
}

.single-price {
  font-size:21px;
  color:#0f2039;
  font-weight:bold;
}

.product-details2-title {
  font-size:18px;
  color:#000;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:10px;
  margin-bottom:30px;
  letter-spacing:1px;
}

.product-details2-table {
  width:100%;
  max-width:450px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:30px;
}

.product-details2-table tr {
  border-bottom:1px solid #b8b1ab;
  width:100%;
  display:block;
  clear:both;
  height:42px;
  line-height:42px;
}

.product-details2-table td {
  height:42px;
  line-height:42px;
  display:inline-block;
}

.product-details2-table td:first-child {
  float:left;
  font-size:14px;
  color:#0f2039;
  font-weight:bold;
}


.product-details2-table td:last-child {
  float:right;
  color:#28211a;
}

.series-items-slider .series-slide-item {
  visibility:hidden;
}

.series-items-slider .owl-stage .series-slide-item {
  visibility:visible;
}

.cc-description p {
  margin:0 !important;
  display:block;
  vertical-align:top;
}

span.shapes-count {
  display:block;
  color:#000;
  font-weight:normal;
  font-size:13px;
}

.owl-stage-outer {
  z-index:99999;
}

.easyzoom {
    position: relative;
}

.easyzoom .magnifier {
    box-sizing: border-box;
    border: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    cursor: zoom-in;;
}

.easyzoom .small,
.easyzoom .big {
    position: absolute;
    border: 1px solid #aaa;
}

.easyzoom .small {
  border:none;
}

.easyzoom .small {
    top: 0;
    left: 0;
    cursor: zoom-in;;
}

.easyzoom .big {
    overflow: hidden;
    display: none;
  z-index:9999;
  position:relative;
  background:#eae1da;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.25);
  border:0px !important;
}

.easyzoom .small img,
.easyzoom .big img {
    position: absolute;
    top: 0;
    left: 0;
}

.easyzoom .big img {
  width:800px !important;
  max-width:800px !important;
}

.descriptions_wrapper {
  display:none;
}


/* rwd --------------------------------------- */
.banner-fullwidth .slider-item {
  overflow:hidden;
  position:relative;
}

@media screen and (max-width: 1700px) {

  .banner-fullwidth {
    min-height:500px;
  }

  .slider-item > img {
    height:500px !important;
    width:auto !important;
    max-width:500% !important;
    clear:both;
  }

  .banner-fullwidth .item-slogan {
    top:15px;
    max-height:100%;
  }
}

@media screen and (max-width: 1350px) {
  .banner-fullwidth {
    min-height:0px;
  }

  .slider-item > img {
    height:auto !important;
    width:100% !important;
    max-width:500% !important;
    clear:both;
  }


  .banner-fullwidth .item-slogan  {
    height:80%;
    top:15px;
  }
  .banner-fullwidth .item-slogan img {
    max-height:100%;
  }

  .banner-slide-owl .owl-prev {
    position: absolute;
    left: 50px;
    bottom:15px;
  }
  .banner-slide-owl .owl-next {
    position: absolute;
    left: 110px;
    bottom:15px;
  }
}

@media screen and (max-width: 1040px) {
  .banner-single > img {
    width:auto;
    max-width:400%;
    height:400px;
  }
}
@media screen and (max-width: 1040px) {
  .ccsection {
    padding-left:15px;
    padding-right:15px;
  }

  .section-home-3 img {
    max-width:50%;
    height:auto;
  }

  .section-home-3 h3 {
    font-size: 36px;
    line-height:120%;
  }

  .banner-details-inside {
    left:15px;
  }

  .banner-image > img {
    max-width:90%;
  }
}

@media screen and (max-width: 991px) {
  .ccbox {
    float: left;
    width: 50%;
  }

  .ccbox img {
    width: auto;
    height: auto;
    min-width: 100%;
  }

  .bb_box h2, .bb_box h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 860px) {
  .big {
    width:100% !important;
    max-width:250px !important;
    height:250px !important;
  }
}


@media screen and (max-width: 800px) {
  .banner-fullwidth {
    height:240px;
  }

  .slider-item {
    height:240px;
  }

  .banner-fullwidth .slider-item > img {
    height:240px !important;
    width:auto !important;
    position:absolute;
  }

  .banner-fullwidth .item-slogan {
    top:10px;
  }

  .banner-fullwidth .item-slogan img {
    max-height: 190px;
  }

  .banner-slide-owl  .owl-next,
  .banner-slide-owl  .owl-prev {
    bottom:10px;
  }

  .series-item {
    float: left;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    margin-top: 60px;
  }

  .series-items-wrapper .clearfix {
    display:none !important;
  }
}


@media screen and (max-width: 767px) {

  .section-home-3 .cc-content-wrapper {
    padding-top: 50px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }

  .section-home-3 img {
    position: static;
    top: 0px;
    left: 0px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:80%;
  }

  .series-description {
    text-align: left;
    column-count: 1;
    column-gap: 0px;
    letter-spacing: 0.5px;
  }


  .banner-content-wrapper .banner-details {
    position:relative;
    display:block;
  }

  .banner-content-wrapper .banner-image {
    position:relative;
    display:block;
  }

  .banner-content-wrapper {
    display:block;
  }

  .banner-details-inside {
    position:relative;
    transform:none;
    padding-top:30px;
    padding-bottom:30px;
    top:auto;
    width:100%;
    text-align:center;
  }

  .banner-content-wrapper > div  {
    width:100%;
  }

  .banner-content-wrapper .banner-product-title,
  .banner-content-wrapper .banner-serie {
    text-align:center;
  }

  .banner-content-wrapper {
    transform:none;
    top:0;
  }

  .banner-content-wrapper  .banner-image img {
    height:200px;
    margin-left:auto;
    margin-right:auto;
    display:block;
  }

  .banner-details-inside {
    left: 0px;
  }

  .product-details-table {
    width:100%;
  }

  .product-details-table td {
    display:block;
    margin-top:15px;
    margin-bottom:15px;
    width:100%;
  }
}

@media screen and (max-width: 700px) {

  .product-single-image {
    margin-left:auto;
    margin-right:auto;
  }

  .big {
    left:0 !important;
    right:0 !important;
    top:320px;
    width:100% !important;
    max-width:400px !important;
    height:250px !important;
  }
}

@media screen and (max-width: 680px) {
  .bb_box h2, .bb_box h3 {
    font-size: 16px;
  }

  .cols > div {
    width:100%;
    max-width:calc(100% - 26px);
    clear:both;
    min-height:200px;
  }

  .cols > div:last-child {
    display:none !important;
  }

  .section-home-6 .small .csc-textpic-image {
    height:auto !important;
  }

  .section-home-6 img {
    left:0;
    top:0;
    position:static;
    transform:none;
    width:100%;
    height:auto !important;
  }

  .bb_box_9 img {
    height:auto !important;
    max-width:100% !important;
    min-height:0px !important;
    min-width:0px !important;
    width:auto !important;
  }



  .section-home-6 figure,
  .section-home-6 div {
    height:auto !important;
    min-height:0px !important;
  }

  .bb_box_11 img {
    height:265px !important;
    width:auto !important;
    left:0;
    top:0;
    max-width:900% !important;
    transform:none;
  }

  .cols.colslast > div {
    max-width:100% !important;
  }


}

@media screen and (max-width: 640px) {
  .banner-fullwidth .slider-item > img {
    right:-100px;
    position:absolute;
  }

  img[src="/fileadmin/user_upload/3_text.png"] {
    margin-left:30px;
  }

  .banner-slide-owl .owl-prev {
    left: 15px;
  }
  .banner-slide-owl .owl-next {
    left: 70px;
  }
  .banner-slide-owl .banner-fullwidth .item-slogan {
    left: 60px;
  }

  .series-item {
    float: none;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    margin-top: 60px;
  }

}

@media screen and (max-width: 480px) {
  .ccbox {
    float: none;
    clear:both;
    width: 100%;
  }
  .ccsection h3,
  .ccsection h3 {
    font-size:28px;
  }
  .banner-fullwidth .slider-item > img {
    right:-160px;
    position:absolute;
  }

  .banner-fullwidth .slider-item > img {
    opacity:1;
  }

  .banner-fullwidth .slider-item {
    background:#000;
    position:relative;
    overflow:hidden;
  }
}

@media screen and (max-width: 440px) {
  .product-single-image .small,
  .product-single-image {
    width:100% !important;
    height:280px !important;
    max-width:1000% !important;
  }
  .big {
    left:0 !important;
    right:0 !important;
    top:280px;
    width:100% !important;
    max-width:350px !important;
    height:250px !important;
  }

}

@media screen and (max-width: 480px) {
  .boxes1-area .cc-wrapper p { display:none; }
  .ccbox { height:100px; }
  .c-wrapper { height:60px; }
  .c-wrapper:after,
  .c-wrapper:before { display:none; }

  .boxes1-area .cc-wrapper h3 { font-size:20px; }
}

@media screen and (max-width: 360px) {
}


/* CUSTOM */
.banner-fullwidth .item-slogan .header-slogan {
    color: #fff !important;
    text-align: left !important;
    line-height: 36px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
.banner-fullwidth .item-slogan .header-slogan span {display:block;}
.banner-fullwidth .item-slogan .header-slogan-1 {font-size:30px;}
.banner-fullwidth .item-slogan .header-slogan-2 {font-size:36px;}
.banner-fullwidth .item-slogan .header-slogan-3 {font-size:22px;}
.banner-fullwidth .item-slogan .header-slogan-4 {font-size:20px;}

.responsive-video { position:relative; padding-bottom:56.25%; padding-top:0px; height:0; overflow:hidden; }
.responsive-video iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

