/*blogbeitrag  === */
<style>
:root{
  --bb-border:#e5eaf0;
  --bb-blue:#25c2f3;
}

:root {
  --bb-blue: #04b2eb;  /* Bartenbach-Türkisblau für Headlines/Pfeile */
}

/* Ende blogbeitrag  === */








/* Artikelansicht Warenkorbanzeige auf gleiche höhe gesetzt */
  html body #mengenEingabeContainer .cs-articleAmountBox #wkmenge {border-color: var(--primaryFontColor);padding-bottom: 8px;}


/* Artikel download Button in der Artikelansicht */
.cs-newPriceRow svg path { fill: var(--primarySvgFill);}


/* "NEWSLETTER ABONNIEREN" auf gleicher höhe im Footer */
footer .cs-footerNewsletterBox.heading{
    font-family: var(--secondaryFont);
    text-transform: uppercase;
    font-weight: var(--secondaryFontWeight);
    font-style: var(--secondaryItalic);
    margin-bottom: 13px;
}



/* Nachweis dropdown menü + buttons bei den Nachweispflichtigen Positionen in unser Style verändert */
.nachweis-eingabe-head-frontend {
    cursor: pointer;
    border: 1px solid #afafaf;
    display: inline-block;
    padding: 0.1em 0.6em;
    border-radius: 0px;
    background: #f7f7f7;
    margin-top: 1em;
}
.ui-button .ui-icon {
    background-image: none !important;
}
.nachweisOverviewFilterForm .cs-nachweisFilterRow button {
    display: block;
    margin: 1em 0 !important;
    padding: 0.3em 0.6em !important; /* Abstand */
    background-color: #f7f7f7 !important; /* Hintergrundfarbe */
    border: 1px solid #afafaf !important; /* Rand */
    font-size: 17px !important; /* Schriftgröße */
    text-align: left; /* Text links ausrichten */
    color: #000 !important; /* Textfarbe */
    font-family: Cambria, serif !important; 
    position: relative !important;
}
.nachweisOverviewFilterForm .cs-nachweisFilterRow button::before {
    content: "\e8cc"; /* Ersetze dies durch den Unicode deines Icons */
    font-family: cs; /* Stelle sicher, dass die Font-Family "cs" korrekt eingebunden ist */
    font-size: 1.2em;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;

    font-style: normal;
    font-weight: 400;
    speak: none;

    text-decoration: inherit;
    width: auto;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}



/* Checkout boxen werden bei Auswahl in Firmenfarben angezeigt */
.checkoutStep4 .cs-paymentBox,.checkoutStep4 .cs-shippingBox {
    border: 1px solid #000;
    border-radius: 0.2em;
    margin-right: 1em;
    position: relative;
    margin-bottom: 0.5em;
}

.checkoutStep4 .cs-paymentBox.active:after, 
.checkoutStep4 .cs-shippingBox.active:after {
    content: "";
    display: none; /* Versteckt den Punkt */
}

.checkoutStep4 .cs-paymentBox.active, 
.checkoutStep4 .cs-shippingBox.active {
    border: 3px solid var(--primaryBackground) !important; /* Dynamische Umrandungsfarbe */
     /* Falls du abgerundete Ecken möchtest */
}

/* Schließen-Button bei "Ähnliche Artikel"*/
html body.cs-body .ui-dialog .ui-dialog-titlebar-close {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
html body.cs-body .ui-dialog .ui-dialog-titlebar-close::before {
    content: "×"; /* schönes X */
    font-size: 28px;
    color: #ffffff;
    text-indent: 0; /* ::before bleibt sichtbar */
}



.cs-successBox {background: #cff3c0;color: #000000;padding: 0.3em 0.6em;margin-bottom: 2em;display: inline-block;width:100%}

/* buttons (cs-body class for jquery ui overwrites) */
.cs-body .cs-button1 {padding: 0.72em 1em;font-size: 1rem;border: 0;background: #000000;color: #fff;border: 0;cursor: pointer;display: inline-block;margin-bottom: 4px;}
.cs-body .cs-button1:hover {background: #000000;color: #fff;}
.cs-body .cs-button2 {width: auto;padding: 0.72em 2em;background: #ffffff;color: #111111;border: 1px solid #111111;cursor: pointer;display: inline-block;margin-bottom: 4px;}
.cs-body .cs-button2:hover {background: #f5f5f5;color: #111111;}
.cs-body .cs-button3 {width: auto;padding: 0.72em 2em;background: #ffffff;color: #111111;border: 1px solid #00b4eb;cursor: pointer;display: inline-block;margin-bottom: 4px;}
.cs-body .cs-button3:hover {background: #ffffff;color: #111111;}






/*_________________________________________________ Code für blogbeiträge ___________________________________________________*/



/* Hover Tooltip (Vorschauansicht) */
.vk-tooltip {
position: relative;
cursor: help;
display: inline-block;
}
.vk-tooltip::before {
content: attr(data-title) "\A\A" attr(data-text);
white-space: pre-line;
position: absolute;
left: 50%;
bottom: calc(100% + 14px);
transform: translateX(-50%);
width: min(680px, 92vw);
background: #25c2f3;
padding: 22px 28px;
text-align: center;
z-index: 9999;
display: none;
color: #ffffff;
font-weight: 700;
letter-spacing: -0.01em;
line-height: 1.35;
font-size: clamp(16px, 1.6vw, 22px);
box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
.vk-tooltip::after {
content: "";
position: absolute;
left: 50%;
bottom: 100%;
transform: translateX(-50%);
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-top: 14px solid #25c2f3;
display: none;
}
.vk-tooltip:hover::before,
.vk-tooltip:focus-within::before,
.vk-tooltip:hover::after,
.vk-tooltip:focus-within::after { display: block; }

/* Hover-Lift/Highlight (optional, falls noch nicht eingebunden) */
.box-hover{
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
will-change: transform, box-shadow, border-color, background-color;
}
.box-hover:hover{ transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.box-hover.border-red:hover{ border-color:#EB3B3B !important; background-color:#fff8f8 !important; }
.box-hover.border-blue:hover{ border-color:#04B2EB !important; background-color:#f4fbff !important; }




.vk-konfigurator-section {
  margin: 40px 0;
}

.vk-konfigurator-title {
  text-align: center;
  margin-bottom: 20px;
}

/* Wrapper + Bild bleiben clean */
.vk-konfigurator-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.vk-konfigurator-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* HOTSPOTS – gestrichelter Rand + blauer Glow, INNEN leicht BLAU */
.vk-hotspot {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border-style: dashed;
  border-width: 2px;
  border-color: rgba(255,255,255,0.95);
  background: rgba(0,80,170,0.20);            /* leicht BLAUER Hintergrund im Kreis */
  cursor: pointer;
  padding: 0;
  outline: none;
  box-shadow: 0 0 10px rgba(0,80,170,0.55);   /* blauer Glow */
  transition: transform 0.18s ease,
              box-shadow 0.18s ease,
              background 0.18s ease;
}

.vk-hotspot::after {
  content: none;
}

.vk-hotspot:hover,
.vk-hotspot.is-active {
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(0,80,170,0.80);   /* stärkerer blauer Glow */
  background: rgba(0,80,170,0.30);            /* etwas kräftigeres Blau beim Hover */
}

/* TOOLTIP – saubere, einzelne KACHEL */
.vk-hotspot-tooltip {
  position: absolute;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

/* sichtbar wenn JS is-visible setzt */
.vk-hotspot-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* eine EINZIGE weiße Karte, nichts ausgeschnitten, nichts doppelt */
.vk-hotspot-tooltip-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 260px;
  max-width: 340px;
  background: #ffffff;                         /* durchgehend weiß */
  border-radius: 22px;                         /* weiche Ecken */
  padding: 18px 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);    /* dezenter Schatten */
  overflow: hidden;                            /* falls Bild größer ist, keine „Schnittkanten“ */
}

/* Bild rechts – optional; wenn keins geladen, bleibt einfach weiß */
.vk-hotspot-tooltip-image {
  width: 120px;
  height: 82px;
  border-radius: 16px;
  object-fit: cover;
  display: none;                               /* JS schaltet auf block, wenn data-img vorhanden ist */
}

/* Textbereich links */
.vk-hotspot-tooltip-content {
  flex: 1 1 auto;
}

/* Titel in Bartenbach-Blau – jetzt etwas kleiner */
.vk-hotspot-tooltip-title {
  font-size: 14px;        /* vorher 16px */
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #04b2eb;
  margin: 0 0 6px;
  text-transform: uppercase;
}

/* Fließtext klar und lesbar */
.vk-hotspot-tooltip-text {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
  margin: 0;
}

/* Beispiel-Positionen – an dein Bild anpassen */
.vk-hotspot-1 { top: 11%; left: 73%; }  /* vorschau */
.vk-hotspot-2 { top: 45.5%; left: 74.5%; } /* design auswählen */
.vk-hotspot-3 { top: 29%; left: 74.5%; } /* hochladen */
.vk-hotspot-4 { top: 8.5%; left: 15%; } /* vorderseite */
.vk-hotspot-5 { top: 4.5%; left: 72.5%; } /* pfeile */
.vk-hotspot-6 { top: 21%; left: 67%; } /* Bild zoom */
.vk-hotspot-7 { top: 11%; left: 80%; } /* warenkorb */
.vk-hotspot-8 { top: 16%; left: 76.5%; }  /* Drehen */
.vk-hotspot-9 { top: 16%; left: 73%; }  /* Filter/Helligkeit */








/* === Grid: 3 Karten nebeneinander, ohne Rahmen === */
.flip-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  padding:0;
  margin:0;
  background:none;
  border:none;
  box-shadow:none;
}



/* jede Karte: kein eigener Rahmen / Hintergrund */
.flip-cell{
  padding:0;
  margin:0;
  background:none;
  border:none;
  box-shadow:none;
}

/* === Flip-Container === */
.flip-wrap{
  position:relative;
  height:280px;
  perspective:1200px;
  padding:0;
  margin:0;
  background:none;
  border:none;
  box-shadow:none;
}

.flip-inner{
  position:relative;
  width:100%;
  height:100%;
  transform-style:preserve-3d;
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
}

/* Vorder- und Rückseite: KEIN Rand, KEIN Schatten */
.flip-front,
.flip-back{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  border:none !important;
  box-shadow:none !important;
  background:none;
}

/* Vorderseite: Bild + Label */
.flip-front{
  padding:0;
  overflow:hidden;
}

/* Rückseite: weißer Kasten mit Text (wenn du auch den Kasten weg willst: background:none) */
.flip-back{
  transform:rotateY(180deg);
  background:#ffffff;
  padding:22px;
}

/* Flip per Hover */
.flip-cell:hover .flip-inner{
  transform:rotateY(180deg);
}

/* === Vorderseite: Bilder vollflächig === */
.card-front-img-1,
.card-front-img-2{
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* Bild 1 */
.card-front-img-1{
  background-image:url('/cosmoshop/1729076070/pix/user_img/Download%20%282%29.png');
}

/* Bild 2 */
.card-front-img-2{
  background-image:url('/cosmoshop/1729076070/pix/user_img/Bildschirmfoto%202025-11-24%20um%2009.35.41.png');
}

/* Titel-Balken unten AUF dem Bild */
.front-label{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:8px 16px;
  background:rgba(255,255,255,0.9);
  font-size:16px;
  font-weight:700;
  color:#111;
  text-transform:uppercase;
  z-index:2;
}

/* Rückseite: Text */
.back-content{
  font-size:15px;
  color:#333;
  line-height:1.6;
  text-align:center;
  max-width:520px;
}

/* Pfeil-Icon sicher deaktivieren, falls global definiert */
.flip-front::after{
  display:none !important;
}

/* alte flip-title-Elemente komplett neutralisieren (falls noch vorhanden) */
.flip-title{
  margin:0;
  padding:0;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}

/* Rückseite: weißer Kasten mit zentriertem Text */
.flip-back{
  transform:rotateY(180deg);
  background:#ffffff;
  padding:22px;

  /* NEU: Inhalt vertikal & horizontal zentrieren */
  display:flex;
  align-items:center;      /* vertikal mittig */
  justify-content:center;  /* horizontal mittig */
  text-align:center;
}

/* Rückseite: Text */
.back-content{
  font-size:15px;
  color:#333;
  line-height:1.6;
  text-align:center;
  max-width:520px;
  margin:0 auto;           /* optional, für sauberen Mittelblock */
}

</style>




/*_________________________________________________ Ende für Code für blogbeiträge ___________________________________________________*/




/*_________________________________________________ FAQ Code, DASS MAN ES AUFKLAPPEN KANN ___________________________________________________*/

/* Container für alle FAQ-Inhalte */



/* FAQ aufklappen funktioniert */


/* Button-Layout: Text links, Pfeil rechts */
#vk-faq .vk-faq-q {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* nur der Pfeil (Chevron) rechts */
#vk-faq .vk-faq-q::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #25c2f3;   /* Pfeilfarbe blau */
  border-bottom: 2px solid #25c2f3;  /* Pfeilfarbe blau */
  transform: rotate(45deg);          /* nach unten zeigend */
  transition: transform 0.25s ease;
  margin-left: 16px;                  /* Abstand zum Text */
}

/* Wenn Item geöffnet: Pfeil nach oben drehen */
#vk-faq .vk-faq-item[data-open="true"] .vk-faq-q::after {
  transform: rotate(225deg);         /* nach oben zeigend */
}





.faq-container {
    max-width: 900px;
    margin: auto;
    background-color: transparent;
}
 
/* FAQ-Item-Wrap */

.faq-item {
    border-top: 1px solid #ddd;
    overflow: hidden;
}
 
/* Frage-Button-Stil */

.faq-question {
    cursor: pointer;
    padding: 16px;
    background-color: transparent;
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 26px;
    color: rgb(10, 187, 239);

}
 
/* Antwort-Block (geschlossen) */

.faq-answer {
    max-height: 0;
    opacity: 0;
    padding: 0 16px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    transition: max-height 0.3s ease-in, opacity 0.2s ease-out;

}
 
/* Antwort-Block (sichtbar bei .active) */

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding: 16px;

}

/*__________________________________________ ENDE CODE FÜR FAQ Code, DASS MAN ES AUFKLAPPEN KANN _______________________________________ */





/* ============================================
   MEGA MENU – Strukturierte Spalten & elegantes Layout
   ============================================ */

/* Haupt-Container des Mega-Menüs */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer {
  background: var(--primaryBackground);
  border: 0px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 2em 2.5em;
  color: #111;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.25s ease;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Mega-Menü sichtbar beim Hover über Hauptkategorie (Top-Navi) */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li:hover .cs-megaMenuContainer {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* Spalten-Layout */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2em;
}

/* Spalten-Listen */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Hauptkategorie-Titel im Dropdown-Menü */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul > li > a {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff !important;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

/* Hauptkategorie-Titel HOVER */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer .cs-megamenu > div > ul > li > a:hover {
  color: #fff !important;
  transform: scale(1.08) translateY(-2px);
  text-shadow: 0 0 6px rgba(0,0,0,0.1);
}

/* Unterstreichung für alle Links im Mega-Menü deaktivieren */
.cs-categoriesMegaMenu .cs-megaMenu a,
.cs-categoriesMegaMenu .cs-megaMenu a:hover,
.cs-categoriesMegaMenu .cs-megaMenu a:focus,
.cs-categoriesMegaMenu .cs-megaMenu a:active {
  text-decoration: none !important;
}

/* ============================================
   Pfeile für Kategorien mit Unterpunkten
   ============================================ */

.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li:has(ul) > a {
  position: relative;
  padding-right: 18px;
}

.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li:has(ul) > a {
  position: relative;
  display: inline-flex;       /* Text + Pfeil nebeneinander */
  align-items: center;
  gap: 0.4em;                /* Abstand zwischen Text und Pfeil */
  padding-right: 0;           /* keinen extra Platz mehr rechts */
}

.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li:has(ul) > a::after {
  content: "▾";
  margin-left: 0.4em;
  position: static;           /* nicht mehr absolut */
  transform: none;
  font-size: 0.8em;
  color: #fff;
  transition: transform 0.25s ease, color 0.25s ease;
}


/* ============================================
   Unterkategorien – öffnen/schließen über .is-open
   ============================================ */

/* Grundzustand: Unterkategorien versteckt, langsame Transition fürs Schließen */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition:
    max-height 0.4s ease-in,
    opacity    0.4s ease-in,
    transform  0.4s ease-in;
  margin-top: 0.3em;
  padding-left: 0.8em;
}

/* Sichtbar, wenn LI die Klasse .is-open hat → schnelles AUFKLAPPEN */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li.is-open > ul {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    max-height 0.2s ease-out,
    opacity    0.2s ease-out,
    transform  0.2s ease-out;
}

/* Unterkategorien-Links */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul > li {
  margin: 0.3em 0;
}

.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul > li > a {
  display: block;
  padding: 4px 0;
  font-size: 0.95rem;
  color: #fff !important;
  transition: color 0.2s ease;
}

/* Hover-Effekt für Unterlinks */
.cs-categoriesMegaMenu .cs-megaMenu > ul > li .cs-megaMenuContainer ul li > ul > li > a:hover {
  color: #fff !important;
}

/* ============================================
   MEGA MENU – Ende
   ============================================  */