/* Stoff-connexion.de ChildTemplate; (C) by ERITA.de */

/* Pfeil direkt neben den Kategorienamen */
.navbar-nav .dropdown > .nav-link.dropdown-toggle span::after {
    content: "\f078"; /* FontAwesome down arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.4em;  /* Abstand zwischen Text und Pfeil */
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75em;
    transition: transform 0.2s;
}

/* Rotation beim Öffnen */
.navbar-nav .dropdown.show > .nav-link.dropdown-toggle span::after {
    transform: rotate(180deg);
}
/* Alte Bootstrap-Carets ausblenden */
.navbar-nav .dropdown > .nav-link.dropdown-toggle::after {
    content: none !important;
}








#footer a.nav-link {
    font-weight: 300;
	font-size: 0.9rem;
}
#footer .productlist-filter-headline {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    color: #edb217 !important;
}
#footer {
    margin-top: auto;
    padding: 4rem 0 0;
    background-color: #1a1e22;
    color: #bbb;
}
#footer a:not(.btn), #footer .productlist-filter-headline, #footer .newsletter-footer-heading, #footer .btn-outline-primary {
    color: #eee;
}
#header-top-bar, header {
    background-color: #f9f9f9;
    color: #525252;
}
.DIV-KontaktinfoFooter {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
}
.DIV-KontaktinfoFooter .icon {
    margin-right: 20px;
}
.DIV-KontaktinfoFooter .text {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    line-height: 20px;
}
.DIV-KontaktinfoFooter .text-titel {
    color: #ddd;
    font-weight: 600;
}
.DIV-KontaktinfoFooter .text a {
    text-decoration: none;
    color: #ddd !important;
	font-size: 0.9rem;
}
.DIV-KontaktinfoFooter .text a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 0.9rem;
}
.DIV-KontaktinfoFooter .AdresseText {
    color: #ddd;
    font-size: 0.9rem;
}
.footnote-vat {
    font-size: 0.8rem;
    margin-top: 20px;
}
#footer .btn-icon-secondary {
    border-color: #bbb;
    color: #bbb;
    background-color: transparent;
}
#footer .btn-icon-secondary:hover {
    border-color: #eee;
    background-color: #eee;
    color: #111;
}


/* Gründung und Team */
/* Umschließendes Div */
#DIV_StoffConnexion {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 1.6;
    color: #2b2b2b;
    margin-top: 30px;
}

/* Boxen */
#DIV_StoffConnexion .sc-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #edb217;
    border-radius: 6px;
    padding: 18px 20px;
    margin-bottom: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Überschriften */
#DIV_StoffConnexion h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #eeb521;
    font-weight: 600;
}

/* Listen */
#DIV_StoffConnexion ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#DIV_StoffConnexion ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

#DIV_StoffConnexion ul li::before {
  content: "•";
  color: #2e7d32;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Hervorhebungen */
#DIV_StoffConnexion strong {
  color: #333;
  font-weight: 600;
}

#DIV_StoffConnexion .nowrap {
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
  #DIV_StoffConnexion {
    padding: 12px;
  }
  #DIV_StoffConnexion .sc-box {
    padding: 14px;
  }
  #DIV_StoffConnexion h3 {
    font-size: 16px;
  }
}

/* Gründung und Team - ENDE */






/* TOP-BAR */
#topbarub {
  background-color: #1C2228;
  color: #eee;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 0;
}

#topbarub .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#topbarub .topbar-col {
  display: flex;
  align-items: center;
  margin: 5px 10px;
  flex: 1 1 auto;
}

#topbarub .left-align {
  justify-content: flex-start;
}

#topbarub .center-text {
  justify-content: center;
}

#topbarub .right-align {
  justify-content: flex-end;
}

#topbarub .tel-icon {
  color: white;
  display: flex;
  align-items: center;
  font-weight: 500;
}

#topbarub .tel-icon i {
  margin-right: 0;
  color: white;
}

#topbarub a {
  color: #eee;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 500;
}
#topbarub span.fas.fa-question-circle {
    margin-right: 8px;
}
/* Hover-Effekt für Telefonnummer, B2B & Kontakt */
#topbarub .tel-icon a,
#topbarub a[href*="B2B-Konto-eroeffnen"],
#topbarub a[href="/Kontakt"] {
  text-decoration: none;
  color: #eee;
  transition: color 0.3s ease;
}

#topbarub .tel-icon a:hover,
#topbarub a[href*="B2B-Konto-eroeffnen"]:hover,
#topbarub a[href="/Kontakt"]:hover {
  color: #edb217;
  text-decoration: none;
}

#topbarub a:hover {
  text-decoration: underline;
}

#topbarub img.logo {
  height: 24px;
}

@media (max-width: 768px) {
  #topbarub .container {
    flex-direction: column;
    align-items: flex-start;
  }

  #topbarub .topbar-col {
    justify-content: flex-start !important;
    width: 100%;
    margin: 5px 0;
  }

  #topbarub .right-align,
  #topbarub .center-text {
    justify-content: flex-start !important;
  }

  #topbarub a {
    margin-left: 0;
  }
  #topbarub {
    display: none;
  }  
}
/* TOP-BAR - ENDE */




#main-wrapper {
    background: #f9f9f9;
}

.GRID-SS-FirstContent {
    background-color: #eee;
    padding: 20px;
}


/* Gewebe Section */
/* EINLEITUNG */
.textil-einleitung {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 0.5rem 2rem;
  text-align: left;
}
.garne-section .textil-einleitung {
    padding: 0;
}
.garne-section .textil-einleitung p {
    max-width: 100%;
    font-weight: 600;
}

.textil-einleitung h2 {
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 0.5rem;
}

.textil-einleitung p {
  font-size: 1.1rem;
  color: #444;
  max-width: 100%;
  line-height: 1.6;
}

/* GESAMTBOX */
.textil-box {
  padding: 0 0 3rem 0;
  width: 100%;
}

/* GRID */
.textil-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start; /* Bild & Text oben bündig */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* BILD */
.textil-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2rem;
}

.textil-img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

/* TEXT */
.textil-info {
  padding: 0 2rem;
}

.textil-info ul {
  margin: 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.textil-info li {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.textil-info strong {
  color: #c0392b;
  font-weight: 600;
}

/* HINWEIS */
.textil-hinweis {
    margin-top: 1.5rem;
    padding: 1rem 1.2rem;
    background: #eeeeee;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

/* TRENNLINIE */
.section-divider {
  max-width: 1200px;
  margin: 3rem auto 0 auto;
  border: none;
  border-top: 1px solid #ddd;
}

/* GARNE-BEREICH MIT HINTERGRUND */
.garne-section, .gewebe-section {
    background-color: #f9f9f9;
    padding: 3rem 0;
    margin-top: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.garne-section .textil-grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .textil-grid {
    grid-template-columns: 1fr;
  }

  .textil-img,
  .textil-info {
    padding: 1.5rem 2rem;
  }

  .textil-einleitung {
    padding: 0 1.5rem 0.5rem 1.5rem;
  }

  .textil-einleitung h2 {
    font-size: 1.8rem;
  }

  .textil-einleitung p {
    font-size: 1rem;
  }
}
/* Gewebe Section - ENDE */








/* Leistungen-Grid */
.leistungen {
    padding: 3rem 2rem;
    background: #eaeaea;
}
.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.leistung-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px,
              rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.leistung-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 45px 0px,
              rgba(0, 0, 0, 0.1) 0px 0px 0px 1px; 
}

.leistung-icon {
  margin-bottom: 1rem;
  height: 60px;
}

.leistung-icon img {
  height: 100%;
  width: auto;
}

.leistung-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

.leistung-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .leistungen-grid {
    grid-template-columns: 1fr;
  }

  .leistung-card {
    padding: 1.5rem;
  }
}
/* Leistungen-Grid - ENDE */



.smoothscroll-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1030;
    width: 35px;
    height: 34px;
    line-height: 38px;
    right: 20px;
    bottom: -20px;
    padding-top: 2px;
    border-radius: 0.125rem;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.2s;
    background: #ffffff;
    color: #707070;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
i.fas.fa-2x.fa-chevron-up {
    font-size: 1.5rem;
}







/* ============================
   NAVIGATION – KOMPLETTSTIL
   ============================ */
/* ---------- MOBILE NAVIGATION (NUR bis 991px) ---------- */
@media (max-width: 991px) {
  .nav-mobile-body .nav-link {
    color: #333 !important; /* ← geändert von #eee zu #333 */
    text-decoration: none !important;
    padding: 10px 15px !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    background: none !important;
    transition: color 0.3s ease !important;
    display: inline-block !important;
  }

  .nav-mobile-body .nav-link:hover {
    color: #edb217 !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
  }
  .nav-mobile-body .nav-item {
    font-size: 0.95rem; /* etwas kleiner */
    padding: 6px 0; /* weniger Abstand */
    border-bottom: 1px dotted #ccc; /* gepunktete Linie */
  }

  /* Optional: letzte Zeile ohne Trennlinie */
  .nav-mobile-body .nav-item:last-child {
    border-bottom: none;
  }  
}


/* ---------- DESKTOP NAVIGATION (ab 992px) ---------- */
@media (min-width: 992px) {
  header .navbar-nav > .nav-item > .nav-link {
    display: inline-block;
    color: #333;
    position: relative;
    padding: 10px 15px;
    line-height: 1.5;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    z-index: 1;
    background-color: transparent;
    box-sizing: border-box;
    font-weight: 600 !important;
    font-size: 1.1rem;
  }

  /* Hover-Effekt Desktop: Farbe, Rahmen, Lift */
  header .navbar-nav > .nav-item > .nav-link:hover {
    color: #edb217;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background-color: transparent;
    z-index: 2;
    text-decoration: none;
    border-bottom: 2px solid #edb217;
  }

  /* Abstand für mehrzeilige Navigation */
  header .nav-multiple-row .navbar-nav > .nav-item > .nav-link {
    padding: 0.5rem 0.2rem;
  }
}






/* Claim-Box */
.headline-section {
    padding: 0rem 1rem 1rem;
    margin: 2rem;
}

.headline-wrapper {
  display: flex;
  align-items: stretch; /* <<< wichtig für vertikale Gleichheit */
  justify-content: center;
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.headline-icon {
  width: 60px;
  height: auto;
  object-fit: contain;
  display: flex;
  align-self: stretch; /* <<< sorgt dafür, dass die Icon-Höhe an den Textblock angepasst wird */
}

.headline-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* <<< gleicht Text vertikal zum Icon aus */
  text-align: left;
  padding: 0.2rem 0; /* ggf. feinjustieren je nach Font */
}

.headline-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 2rem;
}

.headline-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  margin: 0;
}

@media (max-width: 600px) {
  .headline-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .headline-text {
    text-align: center;
    justify-content: center;
  }

  .headline-icon {
    align-self: center;
  }
}

/* Claim-Box - ENDE */









/* ---------- JTL STANDARD-HOVER DEAKTIVIEREN ---------- */
header .navbar-nav > .nav-item > .nav-link::before {
  content: none !important;
}














/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('/templates/NOVAChild/fonts/mulish-v17-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/NOVAChild/fonts/mulish-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url('/templates/NOVAChild/fonts/mulish-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('/templates/NOVAChild/fonts/mulish-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: 'Mulish';
  font-style: normal;
  font-weight: 800;
  src: url('/templates/NOVAChild/fonts/mulish-v17-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@media (min-width: 992px) {
    #content-wrapper:not(.has-fluid) {
        padding-top: 1rem;
    }
}