<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Layout */
html, body, html body {
    color: #333;
}
body .container {
	max-width: 100%;
}
body .header-wrapper-sticky {
  /* padding: 0 15px; */
}
body .container-header-sticky {
  /* margin: 0 -15px; */
}
body .header-wrapper-sticky.enabled-header-sticky.enable-sticky .container-header-sticky {
  margin: 0 auto;
}
body .header-container .header .col-logo {
  text-align: center;
}
body .header-container .header .logo {
  max-width: none;
  z-index: 4;
  bottom: -42px;
}

body .header-container .header .nav-toggle {
  top: 0;
  bottom: 0;
}


body .header-container .col-actions {
  position: absolute;
  top: 17px;
  right: 0;
}
body .header-container .col-actions .compare .fa {
  margin-top: 4px;
}
.header-container .action-sticky .block-search {
    float: right;
}

@media(max-width: 767px) {
	body .block-search input {
	 left: 0;
	 margin: 0;
	 height: 40px;
	 padding: 0 15px !important;
	 position: absolute !important;
	}
	body .block-search .label {
	 display: none;
	}
	.header-container .action-sticky .block-search, .header-container .action-sticky .block-search .dropdown {
    position: static;
  }
  body .header-container .action-sticky .block-search .block-content .dropdown .dropdown-menu {
    left: 15px;
    right: 15px;
    min-width: 0;
  }
}

@media(min-width: 768px) {
  body .header-container .col-actions {
    position: static
  }
}

@media(max-width: 1199px) {
	 body .header-container .col-actions {
    margin-top: 7px;
  }
	body .header-container .header .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: auto;
	}
	body .header-container .header .logo img {
	 width: 200px;
	 transform: none;
	}
	.header-container {
	 margin-bottom: 40px;
	}
	body .breadcrumbs {
   margin-top: 40px;
  }
	.header-container .container-header-sticky &gt; div.col-logo {
	 border-color: transparent;
	}
	.header-container .container-header-sticky &gt; div.col-menu {
    bottom: auto;
  }
  body .navigation li.level0 {
    margin-right: 10px;
  }
  .header-container .container-header-sticky &gt; div {
    display: block;
  }
  .header-container .container-header-sticky &gt; div.logo-sticky {
    display: none !important;
  }
  .header-container .container-header-sticky &gt; div.col-actions {
    float: right;
  }
}
@media(min-width: 1200px) {
  body .container-header-sticky.container {
    max-width: 1350px;
  } 
}

/* menu */
body .navigation .level0 .submenu {
  /* margin-top: -20px !important; */
  background-color: #4c4d52; 
}
.navigation li.level0 .submenu .subchildmenu {
  background-color: #4c4d52;
}
body .navigation .level0.stage-open &gt; .submenu, .navigation li.level0.stage-open .submenu .subchildmenu {
	opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body .header-container .header-top-setting.stage-open .setting-container {
  top: 150%;
  visibility: visible;
  opacity: 1;
}
.custommenu.navigation li.level0.fullwidth &gt; .submenu {
	padding: 40px 0 40px 30px;
}
.custommenu.navigation li.level0.fullwidth &gt; .submenu &gt; .row {
	max-height: calc(100vh - 260px);
  overflow: auto !important;
  overflow-x: auto;
  overflow-x: hidden !important;
}
.header .menu-right {
	float: left;
}

.header .menu-right {
    display: none;
}
@media(min-width: 1200px) {
  .header .menu-right {
    float: left;
    display: block;
    width: auto;
  }	
  body .header .menu-right.navigation li.level0 &gt; .level-top {
    line-height: normal;
  }
  body .navigation .hide-desktop {
    display: none;
  }
}


@media(min-width: 768px) {
	body .navigation li.level0 {
  }
	body .custommenu.navigation li.level0 &gt; .level-top {
    line-height: normal;
  }
  body .custommenu.navigation li.level0.fullwidth .submenu a, .custommenu.navigation li.level0.staticwidth .submenu a {
    line-height: normal;
  }
  body .navigation li.level0 .submenu .subchildmenu li:first-child &gt; a {
    margin-top: 0;
  }
  body .navigation li.level0 .submenu .subchildmenu li:not(.parent):last-child &gt; a {
    margin-bottom: 15px;
  } 
  /* fix menu-width 20230228 */
  body .custommenu.navigation &gt; ul {
    position: static;
  }
  body .navigation {
    position: static;
  }
  body .header .col-menu {
    position: static;
  }
  body .container-header-sticky {
    position: relative;
  }
  body .navigation .level0 .submenu {
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
    z-index: 10;
  }
}

@media (max-width: 992px) {
	.header-container .container-header-sticky &gt; div.col-menu {
	  position: static;
	  display: table-cell;
	}
}


@media(max-width: 991px) {
	body .custommenu.navigation .subchildmenu.mega-columns.columns5 &gt; li {
	 width: 33%;
	}
  body .custommenu.navigation .subchildmenu.mega-columns.columns5 &gt; li:nth-child(3n+1) {
   clear: both;
  }
}
@media(max-width: 767px) {
	body .custommenu.navigation .subchildmenu.mega-columns.columns5 &gt; li {
   width: 100%;
  }
	.navigation li.level0 .submenu .subchildmenu li a span:before {
	  display: none;
	}
	.custommenu.navigation li.level0.fullwidth &gt; .submenu {
	 padding: 0;
	}
	.custommenu.navigation li.level0.fullwidth .submenu a, .custommenu.navigation li.level0.staticwidth .submenu a {
    padding: 8px 20px;
  }
  .custommenu.navigation li.level0.fullwidth .submenu .level2 a, .custommenu.navigation li.level0.staticwidth .submenu .level2 a {
    padding: 8px 30px;
  }
  .custommenu.navigation li.level0.fullwidth .submenu .level3 a, .custommenu.navigation li.level0.staticwidth .submenu .level3 a {
    padding: 8px 40px;
  }
}

/* Kacheln */
body .box-banner-middle.select-element .middle-block {
  background-color: #4c4d52;
}

body .box-banner-middle .text-description .content {
	padding: 0 15px;
}

body .box-banner-middle .row &gt; div .text-description {
  opacity: 1!important;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border: 0;
  box-shadow: none;
}

body .box-banner-middle .row &gt; div .text-description.text-red,
body .box-banner-middle .row &gt; div .text-description.text-orange,
body .box-banner-middle .row &gt; div .text-description.text-blau,
body .box-banner-middle .row &gt; div .text-description.text-gruen,
body .box-banner-middle .row &gt; div .text-description.text-lila {
  background-repeat: no-repeat;
  height: 144px !important;
  background-position: 100% 0;
}
body .box-banner-middle .row &gt; div .text-description.text-red {
  background-image: url(../images/cms/rot_h144.png);
}
body .box-banner-middle .row &gt; div .text-description.text-orange {
  background-image: url(../images/cms/orange_h144.png);
}
body .box-banner-middle .row &gt; div .text-description.text-blau {
  background-image: url(../images/cms/blau_h144.png);
}
body .box-banner-middle .row &gt; div .text-description.text-gruen {
  background-image: url(../images/cms/gruen_h144.png);
}
body .box-banner-middle .row &gt; div .text-description.text-lila {
  background-image: url(../images/cms/lila_h144.png);
}
body .box-banner-middle .row &gt; div .text-description.text-red .content,
body .box-banner-middle .row &gt; div .text-description.text-orange .content,
body .box-banner-middle .row &gt; div .text-description.text-blau .content,
body .box-banner-middle .row &gt; div .text-description.text-gruen .content,
body .box-banner-middle .row &gt; div .text-description.text-lila .content {
  padding-right: 60px;
  padding-top: 28px;
}
body .box-banner-middle .row &gt; div .text-description.text-red *,
body .box-banner-middle .row &gt; div .text-description.text-orange *,
body .box-banner-middle .row &gt; div .text-description.text-blau *,
body .box-banner-middle .row &gt; div .text-description.text-gruen *,
body .box-banner-middle .row &gt; div .text-description.text-lila * {
  text-align: right;
}
body .box-banner-middle .row &gt; div .text-description.text-align-bottom  {
  top: auto;
  bottom: -100px;
  height: 50px !important;
  overflow: visible;
}

body .box-banner-middle .row &gt; div .text-description h3 {
  color: #fff;
}

/* Startseite */
body .header-container {
  position: relative;
}
body .box-banner-video video {
  height: auto;
}

body .top-content-home .select-element {
    padding-top: 0;
    margin-top: 0;
}

body .category_tab.category_listing_block .row {
  margin: 0 0 0 -15px;
}

body .category_tab.category_listing_block .owl-wrapper-outer {
  padding-right: 15px;
}

body .popcat-box-catthum-slide .owl-wrapper {
  /* padding: 0 7.5px; */
  padding: 0 0 0 7.5px;
}
body .popcat-box-catthum-slide .owl-wrapper .owl-item {
  padding: 0 7.5px;
}

body .popcat-box &gt; div .category-thumnail::after {
  background-color: transparent;
}
body .category-thumnail &gt; a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 10;
}
body .popcat-box &gt; div .category-thumnail h3 {
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #FFF;  
}
body .popcat-box &gt; div .category-thumnail h3,
body .box-banner-middle .text-description {
	/* text-shadow: 0px 2px 12px rgba(0,0,0,1), 0px 2px 12px rgba(0,0,0,1), 0px 2px 12px rgba(0,0,0,1); */
	text-shadow: 0px 2px 12px rgba(0,0,0,1), 0px 2px 12px rgba(0,0,0,1);
}

.container-black:after {
  content: " ";
  background-color: #4b4e53;
  height: 200px;
  position: absolute;
  left: 0; 
  right: 0;
  display: block;
  margin-top: -330px;
  z-index: -1;
}
body .tab_content_bestseller .product-item .item .product-info {
  /*margin-top: 0;*/
  height: 95px;
}
@media(min-width: 768px) {
	body .tab_content_bestseller .product-item .item .product-info {
    height: 60px;
    margin: 25px 0 0;
  }
}

body .product-item .item .actions-secondary.add-to-links, .product-list-item .item .actions-secondary.add-to-links {
    right: 0;
}

body .product-item .item .product-image-container {
  position: relative;
}

body .product-item .item .product-image-photo {
  left: auto;
  right: auto;
  top: auto;
}
body .product-item .item .actions-secondary.add-to-links-custom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
}

body .product-item .item .actions-secondary.add-to-links-custom li {
  display: block;
  color: #fff;
  margin-top: 12px;
}
body .product-item .item .actions-secondary.add-to-links-custom li a {
  background-color: #4b4e53;
  color: #fff;
  display: inline-block;
  width: 54px;
  height: 54px;
  font-size: 30px;
  border-radius: 27px;
}
body .product-item .item .actions-secondary.add-to-links-custom li a .fa {
  line-height: 54px;
}
body .product-item .item .actions-secondary.add-to-links-custom li a .fa:before {
  width: 100%;
  display: inline-block;
}
body .product-item .tocompare:before {
  display: none;
}
body .product-item .item .product-photo .image-switch, 
body .product-item .item .image-container .image-switch {
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  -ms-transition: none !important; 
  -o-transition: none !important; 
  transition: none !important; 
}

body .box-blog .widget.box-section.block-recent-posts {
	margin-bottom: 80px;
}

body .box-blog .widget.box-section.block-recent-posts .owl-buttons {
  margin: 0px auto 0 auto;
}

body .box-blog .container-black:after {
  margin-top: 0;
  bottom: 307px;
}
body .box-blog .container-black .blog-content {
  height: 240px;
  overflow: hidden;
}

body .box-blog .container-black .blog-content .short-des {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
body .box-blog .container-black .blog-content .short-des:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
body .box-blog .container-black .blog-content .short-des:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
body .weitere-marken {
  text-align: center;
  position: relative;
}
body .weitere-marken h2 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 70px;
}
body .weitere-marken h2:after {
  color: #333;
  text-transform: uppercase;
  height: 1px;
  background-color: #f5f5f5;
  width: 1320px;
  max-width: 100%;
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  margin-left: -660px;
  margin-top: -15px;
  z-index: -1;
}
body .weitere-marken .link-block {
  background-color: #f5f5f5;
  padding: 58px 0;
  
}
body .weitere-marken .link-block img {
  margin-right: 75px;
}
body .weitere-marken .link-block .info-notice {
  display: inline-block;
  margin-top: 25px;
}
/* footer */
body .page-footer .footer-copyright ul li {
    display: block;
    text-align: left;
}
body .page-footer , body .page-footer .footer-container {
  background-color: transparent;
  border: 0;
}
body .footer-black-box {
  background-image: url('../images/wuwe_website-2021-lay_footer_1920.jpg');
  background-repeat: no-repeat;
  background-color: #4b4e53;
  background-position: 50%;
  padding-top: 0;
  height: 208px;
}
body .footer-black-box .footer-black-box-inner {
  width: 1320px;
  margin: 0 auto;
  max-width: 100%;
}
body .page-footer .footer-link {
  float: left;
  text-align: left;
}
body .page-footer .footer-copyright {
  background-color: transparent;
  border: 0;
  text-align: right;
}
body .page-footer .footer-link ul li a {
  color: #FFF;
}
body .page-footer .footer-copyright .copyright a {
  color: #FFF;
}
body .page-footer .footer-link ul li a:hover {
  color: #888; 
}
body.cms-home .popcat-box &gt; div .category-thumnail h3 {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
body.cms-home .category-highlights-banner {
  text-align: center;
  margin-bottom: 126px;
}
body.cms-home .categorytab-container .container  {
  padding: 0;
  /* margin-left: -15px; */
}
body .category_tab .categorytab-container ul.tabs.tabs-bestseller &gt; li {
  padding-right: 0;
}
body .page-footer .footer-link {
  float: none;
}
body .page-footer .footer-copyright small.copyright {
  text-align: left;
  padding: 0 15px;
  margin: 0;
}
@media(min-width: 768px) {
	body.cms-home .categorytab-container .container  {
    padding: 0;
    margin-left: -15px;
  }
  body .page-footer .footer-copyright ul li {
    display: inline-block;
    text-align: right;
  }
  body .footer-black-box {
    padding-top: 53px;
    height: 208px;
  }
  body .page-footer .footer-link {
    float: left;
  }
  body .page-footer .footer-copyright small.copyright {
    text-align: right;
    padding: 0 15px;
    margin: 0;
  }
}
/* HÃ¤ndlersuche */
.cms-haendler .page-main {
  max-width: none !important;
}
.cms-haendler .page-main.container {
  width: 100%;
  padding: 0;
}
body .header-container .action-sticky .block-search .block-content .dropdown .dropdown-menu {
  background-color: #FFF;
  border: 1px solid #4c4d52;
  overflow: hidden;
}
body .block-search .action.search {
  height: 42px;
}
/* Kategorieseite */
.catalog-category-view .category-view .category-description:first-child {
  margin-top: 100px;
}
.catalog-category-view .page-wrapper &gt; .container:not(.page-main) {
  max-width: none !important;
  width: 100%;
  padding: 0;
  text-align: center;
}
.catalog-category-view .category-more-banner {
  text-transform: uppercase;
}

.catalog-category-view .category-image {
  display: inline-block;
}
.catalog-category-view .category-description {
  max-width: 1350px;
  margin: 0 auto;
  padding: 15px;
  max-width: 100%;
}
.catalog-category-view .category-highlights-banner {
  text-transform: uppercase;
  color: #333;
  padding: 90px 0 79px;
}
.catalog-category-view .ct-thumnail {
  margin-top: 92px;
  color: #333;
}
.catalog-category-view .price-box.price-final_price .strait-pangv-zusatz {
	color: #888;
	font-weight: 400;
}
/*.catalog-category-view .price-box.price-final_price .strait-pangv-itemprice
, .catalog-category-view .price-box.price-final_price .strait-pangv-zusatz{
  display: none;
}
 */

footer .category-footer-block {
  color: #fff;
  text-transform: uppercase;
  padding: 40px 0 30px;
}
.catalog-category-view .weitere-marken.select-element h2, .catalog-product-view .weitere-marken.select-element h2 {
  display: none;
}

body.catalog-category-view .product-item .preis-info {
  display: none;
}

body .product-item .item:hover .product-info .price-box, 
body .product-list-item .item:hover .product-info .price-box, 
body .product-item .item:hover .actions .price-box, 
body .product-list-item .item:hover .actions .price-box {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  -o-transition: none !important; 
  -ms-transition: none !important; 
  transition: none !important; 
  transform: none !important; 
}
body .product-item .item .actions-secondary.add-to-links ul.add-to-links, 
body .product-list-item .item .actions-secondary.add-to-links ul.add-to-links {
  background: none;
  padding: 0px;
  opacity: 1;
  visibility: visible;
  filter: none;
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  -o-transition: none !important; 
  -ms-transition: none !important; 
  transition: none !important; 
}
body .product-item .item:hover .actions-secondary.add-to-links ul.add-to-links, 
body .product-list-item .item:hover .actions-secondary.add-to-links ul.add-to-links {
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  -o-transition: none !important; 
  -ms-transition: none !important; 
  transition: none !important; 
  transform: none !important;
}
body .product-item .item .actions-secondary.add-to-links-custom li a {
  background-color: #4b4e53;
  color: #fff;
  display: inline-block;
  width: 54px;
  height: 54px;
  font-size: 30px;
  border-radius: 27px;
}
body .product-item .item .actions-secondary.add-to-links-custom li a .fa {
  line-height: 54px;
  padding: 0 12px;
}

body .product-item .item .actions-secondary.add-to-links-custom li a .fa.fa-balance-scale {
    padding: 0 0 0 9px;
}
.category_tab_slider .product-item .item .actions-secondary.add-to-links-custom li a .fa.fa-balance-scale {
    padding: 0 0 0 2px;
}
.category_tab_slider .product-item .item .product-info {
	height: 45px;
	margin-top: 40px;
}

body .product-item .item .actions-secondary.add-to-links-custom li a .fa:before {
  width: 100%;
  display: inline-block;
}

body .product-item .item .addto-links-icons.visible-onhover {
  display: none;
}


body .block-recent-posts .row {
  margin: 0 -15px;
}

@media(max-width: 991px) {
	body .sidebar-shop .widget .filter-options-item .filter-options-title:after {
   top: -1px;
  }
  body .sidebar-shop .widget .filter-options-item .filter-options-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
  }	
}
.category-cms .categorytab-container ul.tabs &gt; li.active a {
	border-bottom: 1px solid #222222;
  text-decoration: none;
}

.category-cms .categorytab-container ul.tabs &gt; li a {
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
  padding-bottom: 8px;
}
.visible-xs.slider_kategorie-werbung_mobile {
	display: none !important;
}

/* Kategorieseite - Liste */
.catalog-category-view .products-list .product-item {
	display: block;
}

/* Detailseite */

body.catalog-product-view .main-detail &gt; .row &gt; div {
  padding-bottom: 55px;
}
body.catalog-product-view .breadcrumbs {
  margin: 40px auto 100px;
  padding: 0 15px;
}
body.catalog-product-view .page-main.container {
  width: 100%;
  max-width: none!important;
  margin: 0;
  padding: 0;
}
body.catalog-product-view .main-detail {
  padding: 30px 0;
}
body.catalog-product-view .main-detail&gt;.row {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}
body.catalog-product-view .main-detail&gt;.row&gt;div {
  position: static;
}
body .product-info-stock-sku .stock.available, body .product-info-stock-sku .configurable-variation-qty {
  display: none !important;
}
body .product-view .product-info-stock-sku .attribute .type,
body .product-view .product-info-stock-sku .attribute .value {
  color: #333
}
body .product-view .product-info-stock-sku .attribute {
	display: inline-block;
}
body .product-view .product-info-stock-sku {
  margin-top: 0;
  margin-bottom: 25px;
}
body .product-view .price-box {
  color: #C3945B; 
}

body .product-view .price-box .pangv-price, body .product-view .price-box .price-container .price {
  font-size: 28px;
  font-weight: bold;
  color: #C3945B;
}
body .product-view .price-box .strait-pangv-baseprice,
body .product-view .price-box .strait-pangv-itemprice {
  margin-bottom: 12px;
}

body .product-view .price-box .preis-info {
  color: #333;
  margin-top: 25px;
}
body .product-view .attr-info {
	display: none;
}
body.page-product-configurable .product-view .attr-info {
  display: block;
}
body .product-view .attr-info .product-options-bottom, body .product-view .attr-info .product-social-extra {
  display: none;
}
body .product.attribute.overview {
  margin-top: 25px;
}

body .haendler-wrapper a.btn {
  color: #fff;
  /*background-color: #C3945B;*/
  border-radius: 0;
  padding: 10px 10px;
  position: absolute;
  bottom: 0;
}
body .fotorama__thumb-border {
  border-color: #C3945B;
} 
body .product.info.detailed &gt; .data, 
body .block.related .rokan-relate-heading {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

body.catalog-product-view .product.attribute li {
    list-style-type: none;
    background-image: url(../images/li_Haekchen.png);
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: 0 5px;
}

body #relate_product_slider .actions-secondary {
	display: none;
}

@media(min-width: 768px) {
  body.catalog-product-view .main-detail &gt; .row &gt; div {
    padding-bottom: 0;
  }
}

.catalog-product-view .content_icons_detailpage {
  margin-top: 30px;
}
.catalog-product-view .content_icons_detailpage .attribute-icon {
  float: left;
  margin-right: 15px;
}
.catalog-product-view .content_icons_detailpage:after {
    display: block;
    clear: both;
    content: "";
}

/* attachments */

.downloadcenter-index-index h2 {
	margin: 2em 0 2em;
}

.downloadcenter-index-index #maincontent {
	margin-top: 44px;
}
.catalog-product-view .attachments-title, .downloadcenter-index-index .attachments-title {
  text-align: left;
  padding-right: 0;
}

.catalog-product-view .box-attachments, .downloadcenter-index-index .box-attachments {
  text-align: center;
}

.catalog-product-view .box-attachments .item {
  width: 50%;
  float: left;
  margin-bottom: 2em;
  list-style-type: none;
  padding: 0 15px;
}
.downloadcenter-index-index .box-attachments .item {
	margin-bottom: 8px;
  margin-top: 27px;
}

.downloadcenter-index-index .box-attachments .item:nth-child(2n + 1) {
	clear: both;
}
.downloadcenter-index-index .category-tile a {
	color: #222222;
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

.downloadcenter-index-index .category-tile a, .downloadcenter-index-index .box-attachments .item a {
	margin-bottom: 1em;
	color: #222222 !important;
	display: block; 
}

@media(min-width: 768px) {
	.downloadcenter-index-index .box-attachments .item:nth-child(2n + 1) {
    clear: none;
  }
  .downloadcenter-index-index .box-attachments .item:nth-child(3n + 1) {
    clear: both;
  }
}
@media(min-width: 992px) {
  .downloadcenter-index-index .box-attachments .item:nth-child(3n + 1) {
    clear: none;
  }
  .downloadcenter-index-index .box-attachments .item:nth-child(4n + 1) {
    clear: both;
  }
}

.downloadcenter-index-index .category-tile:nth-child(2n + 1) {
   clear:both;
}

@media(min-width: 768px) {
	.downloadcenter-index-index .category-tile:nth-child(2n + 1) {
   clear:none;
  }
	.downloadcenter-index-index .category-tile:nth-child(3n + 1) {
	 clear:both;
	}
}


.catalog-product-view .box-attachments .attachment-text, .downloadcenter-index-index .box-attachments .attachment-text {
  margin-top: 5px;
  display: block;
  color: #333;
  text-decoration: none;
}

.catalog-product-view .box-attachments .attachment-text:hover, .downloadcenter-index-index .box-attachments .attachment-text:hover {
  color: #333;
}

.catalog-product-view .box-attachments .attachment-image, .downloadcenter-index-index .box-attachments .attachment-image {
  background-color: #f0f0f0;
  width: 98px;
  height: 140px;
  background-size: contain;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #c1c1c1;
  margin: 0 auto;
}

body .fotorama__active .fotorama__dot {
    background-color: #C3945B;
    border-color: #C3945B;
}

/* upsell products */
@media(max-width: 767px) {
	.rokan-upsell-heading {
    text-align: center;
	}
}

@media(min-width: 1200px) {
  .catalog-product-view .block.upsell {
    position: relative;
  }
  .catalog-product-view .block.upsell:before {
    background-color: #4c4e52;
    content: ' ';
    display: block;
    height: 200px;
    left: 0;
    right: 0;
    top: 37%;
    position: absolute;
    
  }
  .catalog-product-view .block.upsell .block-content.content,
  .catalog-product-view .rokan-product-heading.rokan-upsell-heading {
    width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
  }
  .block.upsell .preis-info,
  .block.upsell .strait-pangv-itemprice,
  .block.upsell .strait-pangv-zusatz {
    display: none;
  }
  .block.upsell  .price-box .pangv-price {
    font: inherit;
    font-weight: inherit;
  }
  .block.upsell .owl-carousel {
    overflow-x: hidden;
    padding-bottom: 200px;
  }
  .block.upsell .owl-carousel .owl-controls {
    display: none !important;
  }
  .block.upsell .owl-carousel .product-info {
    position: absolute;
  }
  .block.upsell .owl-carousel .owl-wrapper-outer, .block.upsell .product-item, .product-list-item {
    overflow: visible;
  }
  .block.upsell .product-item .item .product-photo .product-image-container {
    -webkit-transition: none !important; 
    -moz-transition: none !important; 
    -ms-transition: none !important; 
    -o-transition: none !important; 
    transition: none !important; 
  }
}

/* Formulare / Kontakt */
body .page.messages {
  max-width: none;
}
body input:not([type]), 
body input[type="text"], 
body input[type="password"], 
body input[type="date"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="month"], 
body input[type="week"], 
body input[type="email"], 
body input[type="number"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="time"], 
body input[type="url"], 
body input[type="color"], 
body textarea {
  border-color: #bbb;
  line-height: normal;
}
body #contact-form {
  width: 100%;
}
body #contact-form .required label:after {
  content: '*';
  color: #d00006;
  display: inline-block;
  position: absolute;
  margin-left: 3px;
}
#contact-form .field {
  margin-bottom: 1em;
}
body textarea { 
  height: auto;
}
.contact-index-index .page-title-wrapper .container {
  padding: 0;
  margin-top: 52px;
} 
.contact-index-index .page-title-wrapper h1.page-title {
  color: #333; 
  font-weight: 600;
  font-size: 1.5em;
}
/*  Produkte verglcihen */
body.catalog-product_compare-index .table th span, body.catalog-product_compare-index .table-comparison .cell.attribute {
	font-size: 14px;
}
body.catalog-product_compare-index  #maincontent {
	padding-top: 60px;
}
@media(min-width: 768px) {
	body.catalog-product_compare-index .table th span, body.catalog-product_compare-index .table-comparison .cell.attribute {
    font-size: 16px;
  }
}
/* BIMproducts */
.cms-bimobjects h1.page-title {
	display: none !important;
}
</pre></body></html>