:root {
  --primary-color: #4C2F2F;
  /* Hauptfarbe 477B94*/
  --secondary-color: #fff;
  /*Zweitfarbe */
  --border-primary-color: #EDD4CA;
  /*Rahmenfarbe hell */
  --border-secondary-color: #E4AB9B;
  /*Rahmenfarbe dunkel */
  --border-radius-big: 20px;
  --border-radius-small: 20px;
  /*Header*/
  --background-header-color: #EAEBED;
  --background-header-nav: #4C2F2F;
  --background-header-form: #fff;
  --icon-header-color: #000;
  --font-header-color: #000;
  --font-nav-color: #fff;
  /*Main */
  --background-main-color: #fff;
  --background-secondary-color: rgb(135, 136, 138, 0.10);
  --background-main-form: #fff;
  --font-main-color: #333;
  /*Schriftarbe*/
  /*Footer*/
  --background-footer-color: #EAEBED;
  --font-footer-color: #fff;
  /*Schriftarten*/
  --font-family-primary: 'Open Sans', sans-serif;
  --font-family-secondary: 'Open Sans', sans-serif;
}
body {
  background-color: #EAEBED;
  letter-spacing: -0.25px;
}

/*Fonts*/
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - 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: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
  font-size: 16px;
}

@media (max-width: 1279px) {
  html {
    font-size: 15px;
  }
  
}

@media (max-width: 1023px) {
  html {
    font-size: 14px;
  }
  
}

/******* CUSTOM *******/

/*Schriften */

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .custom-content .products-section-title {
  border-bottom: 6px double var(--primary-color);
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.featured-products .products-section-title {
  font-size: 2rem;
  font-weight: 600;
}

.product-miniature .product-title {
  min-height: 2rem;
}

.product-miniature .product-title a {
  font-size: 1rem;
  font-weight: 600;
}

.products article .wishlist-button-add {
  bottom: 75px !important;
}

/*Header */

.header-nav #search_widget input {
  border-radius: 20px;
}

.searchbar-autocomplete {
  border: 1px solid #EDD4CA !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px !important;

}

.header-nav #search_widget input:focus {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.header-nav .shop-nav #_desktop_logo {
  max-width: 240px;
}


  @media (max-width: 1023px) {
  .header-nav .shop-nav #_desktop_logo {
    max-width: 120px;
  }
}

  @media (max-width: 1023px) {
 #header .header-nav #user_widget .material-icons {
    font-size: 2rem;
    line-height: 2rem;
  }
}





/*Navigation */

#link-cms-page-14-5::before {
  font-family: "Material Icons", Arial, sans-serif;
  vertical-align: middle;
  content: "\e3b7";
  color: #000;
  margin-right: 5px;
  padding-bottom: 3px;
  line-height: 0px;
  
}

#link-cms-page-4-5::before {
  font-family: "Material Icons", Arial, sans-serif;
  vertical-align: middle;
  content: "\e7fb";
  color: #000;
  font-size: 1.5rem;
  margin-right: 5px;
  padding-bottom: 3px;
  line-height: 0px;
}



#link-cms-page-14-5::before {
  font-family: "Material Icons", Arial, sans-serif;
  vertical-align: middle;
  content: "\e3b7";
  color: #000;
  font-size: 1.5rem;
  margin-right: 5px;
  padding-bottom: 3px;
  line-height: 0px;
  
}

#_desktop_top_menu .top-menu[data-depth="1"] {
  text-align: center;
}

#_desktop_top_menu .top-menu[data-depth="1"] img {
  height: 150px;
  margin-bottom: 0.5rem;
}

@media (max-width: 1400px) {
#_desktop_top_menu .top-menu a[data-depth="0"] {
  font-size: 1rem;
}
}

#_desktop_top_menu  #category-53 {
  float: right;
  background: #EDD4CA;
  color: #000;
}

#_desktop_top_menu  #category-53 a {
  color: #000;
}

#_desktop_top_menu  #lcategory-53:hover {
  opacity: 0.9;
}

#_desktop_top_menu  #category-53 a {
}

#_desktop_top_menu  #category-53 a:hover {
  background: #EDD4CA;
  color: #000;
}

#_desktop_top_menu  #category-53 a:before {
  font-family: "Material Icons",Arial,sans-serif;
  vertical-align: middle;
  content: "\e80e";
  color: #000;
  font-size: 1.5rem;
  margin-right: 5px;
  padding-bottom: 3px;
  line-height: 0px;
}



/* Index Startseite */

/*Slider*/

/* slider */

#index .carousel {
  margin-bottom: 3rem;
}

.carousel .carousel-item img {
  height: 600;
}

@media (max-width: 991px) {
  #index .carousel {
    margin-bottom: 0rem;
  }
}

#index .carousel .carousel-item .caption {
  color: #333;
  background-color: rgba(255, 255, 255, 0.85); 
  padding: 2rem;
  max-width: 600px;
  width: 600px;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0px;
  border-radius: 20px;
}
@media (max-width: 767px) {
#index .carousel .carousel-item .caption {
  width: 350px;
}
}

#index .carousel .carousel-item  .text-uppercase {
  letter-spacing: -2.5px;
  line-height: 3rem;
}



#index .carousel .carousel-item .caption p {
  display: block;
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}





@media (max-width: 991px) {
  #index .carousel .carousel-item .caption {
    text-align: center;
  }
}

#index .carousel .carousel-item .caption .btn {
  height: 2.75rem;
  line-height: inherit;
  border-radius: var(--border-radius-small);
  color: var(--secondary-color);
  background-color: none;
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
  font-weight: 600;

}

#index .carousel .carousel-item .caption {
  border: 6px double var(--primary-color);

}

#index .carousel .direction {
}

#index .carousel .carousel-item img {
  height: 450px;
}
@media (max-width: 767px) {
#index .carousel .carousel-item img {
  height: 350px;
}
}

@media (max-width: 991px) {
.carousel .carousel-item .caption {
  position: absolute;
  margin: 0rem;
  text-align: center;
}}

.carousel-indicators {
  display: none;
}

/*Startseite Subcategories */

#index #subcategories-home {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#index #subcategories-home .subcategories-wrapper {
  max-width: 24%;
  display: flex;
  
}

@media  (max-width: 1279px) {
  #index #subcategories-home .subcategories-wrapper {
    max-width: 32%;
  }
  
  #index #subcategories-home .subcategories-accessoires {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #index #subcategories-home .subcategories-wrapper {
    max-width: 49%;
    width: 49%;
  }
  
  #index #subcategories-home .subcategories-accessoires {
    max-width: 49%;
    max-width: 49%;
    padding: 1rem;
    margin: 0rem;
  }
}

#index #subcategories-home .subcategories-accessoires .accessoires {
  border: 6px double var(--primary-color);
  padding: 1rem;
  width: 100%;
}

@media (max-width: 767px) { 
  #index #subcategories-home .subcategories-accessoires {
    margin: 0rem;
    border: 0px 
  }
  
}

#index #subcategories-home  .subcategories-wrapper .subcategories-content {
  background: var(--primary-color);
}

#index #subcategories-home  .subcategories-wrapper .subcategories-content a {
  color: #fff;
}
#index #subcategories-home  .subcategories-accessoires .subcategories-content {
  background: none;
  text-align: left;
  padding: 1.5rem;
  
}

@media (max-width: 1680px) {
  #index #subcategories-home  .subcategories-accessoires .subcategories-content {
    padding: 0rem;
  }
}

#index #subcategories-home  .subcategories-accessoires .h2 {
  font-size: 2rem !important;
  line-height: 2.5rem;
}

@media (max-width: 767px) {
  #index #subcategories-home  .subcategories-accessoires .h2 {
    font-size: 1.5rem !important;
    line-height: 1.8rem;
  }
}
@media (max-width: 767px) {
#index #subcategories-home .subcategories-accessoires .h2 {
  margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {
  #index #subcategories-home .subcategories-accessoires .slidertext {
    display: none;
  }
}

#index #subcategories-home  .subcategories-accessoires .btn {
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
  font-weight: 600;
}

#index #subcategories-home .subcategories-wrapper .subcategories-content .subcategories-name {
  font-size: 1.1rem;
}

#index .unternehmen-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 4rem;
}

#index .unternehmen-informationstext {
  width: 47%;
  position: relative;
}



#index .unternehmen-informationstext h2 {
  border-bottom: 6px double var(--primary-color);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

#index .unternehmen-wrapper .unternehmen-bild {
  width: 49%;
}

#index .unternehmen-wrapper .unternehmen-bild img{
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  #index .unternehmen-informationstext,
  #index .unternehmen-wrapper .unternehmen-bild {
    width: 49%;
    width: 100%;
    margin-bottom: 1rem;
  }
}



/*Kategorien */

#category .category-header-overcontainer .category-h1-wrapper, #category .category-header-overcontainer .block-category-inner {
  max-width: 100%;
}

#subcategories ul li {
  border: 0px;
}

#category #subcategories ul li .subcategory-image {
  padding: 0px;
}

#subcategories ul li .subcategory-name {
  min-height: 0px;
}

#category #subcategories ul li a {
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  
}

#category #subcategories .subcategory-name-wrapper  {
  background: var(--primary-color);
}

#category #category-description img {
  width: 100%;
  height: auto;
}



#category .category-additional-description {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}

#category .category-cover {
  display: none
}

#category .category-cover img {
  display: none;
}

/*Artikelseite */



#itn-article-question,
#itn-article-question p,
#itn-article-question a,
#itn-article-question span {
  color: var(--primary-color);
}

#itn-article-question {
  background-color: #fff;
  border: 6px double var(--primary-color);
  padding-left: 1rem ;
}
  
#product .iconset-wrapper img {
  width: 100px;
  height: auto;
}

#product .product-accessories .product-description {
  border-top: 0px !important;
}

#product .product-customization .card {
  border: 1px solid  #C5CEC7;
  border-radius: 20px;
  padding-bottom: 20px;
  padding: 20px !important;
  
}

/* Footer */

#footer {
  margin-top: 2rem;
}

 .footer-container {
  background-color: #4C2F2F;
}

#footer .block-social {
  border: 0px;
}


#footer .shop-footer-information {
  border-bottom: 1px solid var(--border-secondary-color);
}
#footer .shop-footer-information  * {
  color: #000 !important;
}

#footer .shop-footer-information .shop-footer-information-box .btn {
  border: 2px solid #C5CEC7;
}

#footer .shop-footer-information .shop-footer-information-box .btn:hover {
  background: rgb(255,255,255,0.05);
}

#footer .box-4 .sfw {
  width: 40px;
  display: inline-block;
}



.facebook, .twitter, .linkedin, .rss, .youtube, .googleplus, .pinterest, .vimeo, .instagram {
  filter: invert(80%);
}

/*Kontakt*/

#contact .contact-rich .email {
  display: none;
}

.contact-rich .block .icon i {
  font-size: 1.5rem;
}

/*Checkout */



body#checkout #delivery textarea, body#checkout #gift_message textarea {
  padding: 20px;
}

body#checkout #order-summary-content .order-confirmation-table .summary-header {
  background:none;
}

#pay-with-payment-option-1-form {
  background-color: var(--background-main-color);
  border: 1px solid var(--border-secondary-color);
  border-radius: var(--border-radius-small);
  padding: 20px;
  margin-bottom: 2rem;
  
}

/* Sonstiges */

.no-account a {
  font-weight: bold;
  text-decoration: underline;
  
}



#adveg-grecaptcha-legal {
  display: none;
}

#GcCookieBox .wrapper.animated.bounceInDown {
  border-radius: 20px !important;
}


#trustpilot-widget-trustbox-0-wrapper,
#trustpilot-widget-trustbox-1-wrapper,
#trustpilot-widget-trustbox-2-wrapper
[id^="trustpilot-widget-trustbox-"][id$="-wrapper"] {
  min-width: 350px;
}

.product-flags li.product-flag.on-sale,
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background: #cd3330;
}

.featured-products {
  margin-bottom: 3rem;
}

.featured-products .all-product-link {
  display: none;
}




/* CSS effekte */

/*css effekte */

   .fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} 

/*Template Integration */

/*20250307*/

#search_filters .facet .facet-label a {
  width: calc(100% - 50px);
}