/* manrope-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/manrope-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.cms-teaser-content {
  color: #ffffff !important;
  background-color: #f36717 !important;
  max-width: 600px !important;
}

.cms-element-zen-teaser .cms-teaser-content {
  position: relative;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 600 !important;
  padding: 8px 16px;
  margin: 0px;
  border-radius: 2px;
}


.category-listing-box:hover .category-listing-label {
  background-color: #f3671799 !important;
}

.small-box .cms-row {
  background-color: #f36717 !important;
  margin: 0;   
}

.small-box .col-first {
 padding: 40px;  
}
 
.small-box .cms-row .col-last { 
  margin: 0  !important;
  padding: 0  !important;
  --zen-gutter-y: 0px !important;
}

h1, h2 {
  border-bottom: 2px solid #f36717;
  padding-bottom: 10px;
}

.c108accounter {
  font-size: 50px !important;
  font-weight: 600 !important;
}

.c108aclabel {
  font-weight: 600 !important;
}

.c108accounter::before {
    content: "+"; 
}

  .product-detail-tabs .product-detail-tab-navigation-link.active, .product-detail-tabs .product-detail-tab-navigation-link.hover {  
    background: #f36817 !important;
    color: #ffffff !important;
  }

  .product-detail-tabs .product-detail-tab-navigation-link {  
    background: #2c2c2d !important;
    color: #ffffff !important;
  }
  
  #product-detail-cross-selling-tabs {
  border-bottom: 2px solid #f36717 !important;
  padding-bottom: 10px !important;
}

  #product-detail-cross-selling-tabs a {
  padding: 0;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
}

.c108acitem {
     width: 33.334% !important;
    margin: 0 !important;
}

.btn-primary {  
    --bs-btn-color: #fff;
    --bs-btn-bg: #F36817;
    --bs-btn-border-color: #F36817;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f57f3a;
    --bs-btn-hover-border-color: #f57f3a;
    --bs-btn-focus-shadow-rgb: 211, 93, 24;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f58645;
    --bs-btn-active-border-color: #f4772e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F36817;
    --bs-btn-disabled-border-color: #F36817;
    --bs-btn-focus-box-shadow: 0 0 0 0.0625rem #f6f7f9, 0 0 0 0.1875rem #1d1d1c;
}

.slider-startseite .col-first  {  
    background: #f36817;
    color: #ffffff;
    padding: 25px;
  }
 
 .slider-startseite .col-first h2,  .slider-startseite .col-first h3 {   
    color: #ffffff; 
  }
   
   
   @media (min-width: 1200px) {
 .slider-startseite .col-first h2, .h2 {
    font-size: 2.75rem;
  }
}


  
 @media (min-width: 1200px) {
  .product-detail-description-title h2 {
    font-size: 1.25rem;
  }
}

.ansprechpartner {
 margin-bottom: 35px;

  --zen-gutter-x: 40px;
  --zen-gutter-y: 20px;
 
  margin-right: calc(-.5 * var(--zen-gutter-x));
  margin-left: calc(-.5 * var(--zen-gutter-x));
  }


.pictobox img {
	width: 80px;
	}
	
	@media (min-width: 992px) {
  .breadcrumb-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}