/*
Theme Name: PressureHub Main
Theme URI: https://pressurehub.de/
Author: PressureHub
Description: Eigenständiges PressureHub Haupttheme ohne Chromax/Chromica/Desert-Companion-Abhängigkeit.
Version: 5.4.5
Text Domain: pressurehub
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
*/
   1) Fonts
   ========================================================= */



/* =========================================================
   2) Root Variables (NUR EINMAL!)
   ========================================================= */
:root{
  --dt-main-color:#00a7b5;
  --dt-secondary-color:#003661;

  --bs-primary:#00a7b5;
  --bs-secondary:#003661;
  --bs-third:#F28C1D;

  --dt-title-family:var(--ph-font-family);
  --dt-base-family:var(--ph-font-family);
}

.hidden{ display:none; }

/* =========================================================
   3) Base Typography
   ========================================================= */
h2{
 /* font-size:24px;*/
  font-weight:700;
  text-transform:inherit;
}
@media (max-width: 480px){
  h2{ font-size:20px; }
}

/* =========================================================
   4) Gutenberg Content Spacing (Frontend ≈ Editor)
   ========================================================= */
.entry-content p{
  margin-bottom:1.1em;
  line-height:1.7;
}
.entry-content ul{
  margin:1em 0 1.2em 1.2em;
}
.entry-content li{
  margin-bottom:0.6em;
}
.entry-content h2,
.entry-content h3{
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.3;
}
#content .wp-block-heading {
  margin-block-start: 3rem !important;
  margin-block-end: 2rem !important;
}

#content p,

#content ol {
  margin-block-end: 2rem !important;
  padding-left: 10px;
}

/* =========================================================
   5) Chromax Page Title Tweaks
   ========================================================= */
.dt_pagetitle_content .title{ display:none; }
.dt_pagetitle .dt_pagetitle_bigtitle{ bottom:80px; }

.dt_pagetitle .breadcrum-item,
.dt_pagetitle .breadcrum-item.active{
  color:var(--dt-main-color);
}
.dt_pagetitle .dt_pagetitle_bgimage::before{
  background-color:var(--dt-secondary-color);
}
.dt_pagetitle_bgimage{
  background-size:contain !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

/* =========================================================
   6) Buttons (Theme + Gutenberg)
   ========================================================= */
.wp-block-button__link,
.wp-element-button{
  display:inline-block;
  font-weight:500;
  text-align:center;
  border:none;
  border-radius:0.375rem;
  padding:0.6rem 1.2rem;
  color:#fff;
  background-color:var(--bs-primary);
  text-decoration:none;
  transition:all .25s ease !important;
}
.wp-block-button__link:hover,
.wp-element-button:hover{
  background-color:var(--bs-secondary);
  color:#fff;
  text-decoration:none;
}

/* =========================================================
   7) Cards / Service Boxes
   ========================================================= */
.service-wrapper{ display:flex; flex-wrap:wrap; align-items:stretch; }
.service-wrapper .col-lg-3{ display:flex; }

.service-inner{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:100%;
  background:#fff;
  border-radius:8px;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
  padding:20px;
  transition:all .3s ease;
}
.service-inner:hover{
  transform:translateY(-4px);
  box-shadow:0 4px 20px rgba(0,0,0,0.1);
}
.service-content{
  flex-grow:1;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:0 5px 20px 5px;
}
.service-thumb img{
  max-height:120px;
  object-fit:contain;
  margin-bottom:15px;
}
.fbox-number{ display:none !important; }

/* =========================================================
   8) Sidebar / Widgets
   ========================================================= */
.sidebar h2.wp-block-heading,
.sidebar .widget-title{
  margin-bottom:0;
  padding:16px 18px;
  line-height:1.2;
  text-align:center;
  overflow:hidden;
  font-size:22px;
  font-weight:500;
  color:var(--bs-secondary);
  background-color:var(--bs-white);
}
.sidebar h3.wp-block-heading{ margin-bottom:0; font-size:1rem; }

.wp-block-woocommerce-product-filter-taxonomy,
.wp-block-woocommerce-product-filter-status,
.wp-block-woocommerce-product-filter-price{
  padding:16px 18px;
}
.wp-block-search__label{
  font-weight:700;
  padding:16px 0;
}

/* =========================================================
   9) Accordion
   ========================================================= */
.accordion-button{
  display:block;
  width:100%;
  transition:all .25s ease !important;
}
.accordion-button:not(.collapsed){
  background-color:var(--bs-secondary);
  color:#fff;
}
.accordion-button::after{ filter:brightness(0) invert(1); }

.accordion-body{
  background:#fff;
  border:1px solid #e5e5e5;
  border-top:none;
  border-radius:0 0 6px 6px;
  padding:20px;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.accordion-item{
  margin-bottom:14px;
  border:none;
  background:transparent;
}

/* =========================================================
   10) Utility
   ========================================================= */
.obj-margined img{
  display:block;
  max-width:100%;
  height:auto;
  padding:1.5rem;
  box-sizing:border-box;
}


/* =========================================================
   Responsive Typography Fixes (Mobile)
   ========================================================= */
@media (max-width: 768px){

  .dt_slider--two .active .dt_slider-content .title{
    font-size: 26px;
    line-height: 1.1;
  }

  .dt_slider--two .active .dt_slider-content .text{
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    height: auto !important;
    max-height: none !important;
  }

  .section-title-two .section-title .title{
    font-size: 24px;
    line-height: 1.1;
  }

  .section-title-two .section-title .sub-title{
    font-size: 18px;
    line-height: 1.1;
  }

  h4{
    font-size: 20px;
  }

  .dt_information--five .item-inner .title{
    font-size: 20px;
    font-weight: 600;
  }
}


/* =========================================================
   #dt_about – Pattern NICHT fullwidth
   Theme setzt background-image inline -> daher: background killen
   ========================================================= */

/* A) Theme-Shape-DIV komplett neutralisieren (INLINE background aushebeln) */
#dt_about > .bg-shape-image{
  background: none !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
}

/* B) Pattern innerhalb des Containers zeichnen */
#dt_about .dt-container{
  position: relative !important;
  z-index: 1 !important;
}

#dt_about .dt-container::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;

  background-image: url("https://pressurehub.de/wp-content/uploads/2026/01/backround_shape-1.webp") !important;
  background-repeat: no-repeat !important;
  /*background-position: center center !important;*/
  background-position: 70% 180% !important;
  /*background-size: cover !important; /* ggf. contain */
  background-size: min(500px, 50%) !important;



}

/* C) Inhalt über das Pattern */
#dt_about .dt-container > *{
  position: relative !important;
  z-index: 1 !important;
}
/* SECTION soll keine Fullwidth-"Karte" mehr sein */
#dt_about{
  background: transparent !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Die "Karte" sitzt auf dt-container Breite */
#dt_about .dt-container{
  background: rgb(230, 233, 241) !important; /* dein Grau */
  border-radius: 50px !important;
  overflow: hidden !important;              /* wichtig für runde Ecken + Hintergründe */
}

/* optional: falls das Theme dem Container keinen Innenabstand gibt */
#dt_about .dt-container{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
#dt_about > div.dt-container > div > div:nth-child(1) > div.section-title.dt-mb-6 > h2 {
	font-size:3em;
}


/* =========================================================
   WooCommerce Loop Cards (PressureHub / Chromax)
   Desktop: 4 pro Zeile | Mobile: 2 pro Zeile
   Einheitliche Card + Bild + Button + Sale
   ========================================================= */

/* ---------- GRID ---------- */
.woocommerce ul.products,
.woocommerce-page ul.products{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

@media (max-width: 768px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

/* ---------- THEME FLOAT FIX ---------- */
.woocommerce ul.products li.product{
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Leeres Theme-Element entfernen */
.woocommerce ul.products > *:not(li.product){
  display: none !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{
  display: none !important;
  content: none !important;
}

/* ---------- CARD ---------- */
.woocommerce ul.products li.product .loop-product-wrap{
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 12px;
  overflow: hidden;
}

/* ---------- BILD ---------- */
.woocommerce ul.products li.product .woo-thumb-wrap{
  position: relative !important;
  height: 220px !important;
  margin-bottom: 10px !important;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden !important;
}

@media (max-width: 768px){
  .woocommerce ul.products li.product .woo-thumb-wrap{
    height: 170px !important;
  }
}

.woocommerce ul.products li.product .woo-thumb-wrap img{
  position: absolute !important;
  inset: 10px !important;
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  object-fit: contain !important;
  display: block !important;
}

/* ---------- BUTTON ---------- */
.woocommerce ul.products li.product .product-icons-pack{
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 10px !important;
  display: flex !important;
  justify-content: center !important;
  pointer-events: none !important;
}

.woocommerce ul.products li.product .product-icons-pack > a.button{
  pointer-events: auto !important;
  width: calc(100% - 20px) !important;
  margin: 0 auto !important;
  text-align: center !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
}

/* ---------- TITEL ---------- */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  margin: 6px 0 8px !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;

  min-height: calc(14px * 1.25 * 3) !important;
}

/* ---------- PREIS ---------- */
.woocommerce ul.products li.product .woocommerce-Price-amount,
.woocommerce ul.products li.product .german-market-from-price-prefix{
  font-size: 14px !important;
  font-weight: 600 !important;
}

.woocommerce ul.products li.product .loop-product-wrap > *:last-child{
  margin-top: auto !important;
}

/* =========================================================
   SALE BADGE – KATALOG
   ========================================================= */

.woocommerce ul.products li.product .woo-thumb-wrap .onsale{
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 70px solid #e30613 !important;
  border-right: 70px solid transparent !important;
  background: transparent !important;
  color: transparent !important;
  z-index: 10 !important;
}

.woocommerce ul.products li.product .woo-thumb-wrap .onsale::after{
  content: "Angebot" !important;
  position: absolute !important;
  top: -30px !important;
  left: 5px !important;
  transform: rotate(-45deg) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  color: #fff !important;
  white-space: nowrap !important;
}

@media (max-width: 768px){
  .woocommerce ul.products li.product .woo-thumb-wrap .onsale{
    border-top-width: 62px !important;
    border-right-width: 62px !important;
  }
  .woocommerce ul.products li.product .woo-thumb-wrap .onsale::after{
    top: -26px !important;
    font-size: 9px !important;
  }
}

/* =========================================================
   SALE BADGE – SINGLE PRODUCT
   ========================================================= */

.single-product div.product .woocommerce-product-gallery{
  position: relative !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.single-product div.product span.onsale{
  display: none !important;
}

.single-product div.product.sale .woocommerce-product-gallery::before{
  content: "" !important;
  position: absolute !important;
  top: -1px !important;
  left: -1px !important;
  width: 120px !important;
  height: 120px !important;
  background: #e30613 !important;
  clip-path: polygon(0 0, 100% 0, 0 100%) !important;
  z-index: 20 !important;
}

.single-product div.product.sale .woocommerce-product-gallery::after{
  content: "Angebot" !important;
  position: absolute !important;
  top: 60px !important;
  left: 6px !important;
  transform: rotate(-45deg) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  z-index: 25 !important;
}

@media (max-width: 768px){
  .single-product div.product .woocommerce-product-gallery{
    border-radius: 14px !important;
  }
  .single-product div.product.sale .woocommerce-product-gallery::before{
    width: 96px !important;
    height: 96px !important;
  }
  .single-product div.product.sale .woocommerce-product-gallery::after{
    top: 50px !important;
    font-size: 12px !important;
  }
}
/* =========================================================
   OVERRIDE: "Angebot" Text-Positionen wieder wie im Original
   ========================================================= */

/* KATALOG: Text im Dreieck */
.woocommerce ul.products li.product .woo-thumb-wrap .onsale::after,
.woocommerce-page ul.products li.product .woo-thumb-wrap .onsale::after{
  top: -30px !important;
  left: 5px !important;
  transform: rotate(-45deg) !important;
  transform-origin: left center !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

/* KATALOG Mobile */
@media (max-width: 768px){
  .woocommerce ul.products li.product .woo-thumb-wrap .onsale::after,
  .woocommerce-page ul.products li.product .woo-thumb-wrap .onsale::after{
    top: -26px !important;
    left: 5px !important;
    font-size: 9px !important;
  }
}

/* SINGLE: Text im Dreieck */
.single-product div.product.sale .woocommerce-product-gallery::after{
  top: 60px !important;
  left: 6px !important;
  transform: rotate(-45deg) !important;
  transform-origin: left top !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* SINGLE Mobile */
@media (max-width: 768px){
  .single-product div.product.sale .woocommerce-product-gallery::after{
    top: 50px !important;
    left: 5px !important;
    font-size: 12px !important;
  }
}
/* =========================================================
   FINAL OVERRIDE: "Angebot" Texte wieder sichtbar (Katalog + Single)
   ========================================================= */

/* ---------------- KATALOG ---------------- */
.woocommerce ul.products li.product .woo-thumb-wrap .onsale{
  display: block !important;
  overflow: visible !important;
  z-index: 10 !important;
}

/* Text im Dreieck (Katalog) */
.woocommerce ul.products li.product .woo-thumb-wrap .onsale::after{
  content: "Angebot" !important;
  position: absolute !important;
  top: -30px !important;
  left: 5px !important;
  transform: rotate(-45deg) !important;
  transform-origin: left center !important;

  color: #fff !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: .5px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

@media (max-width: 768px){
  .woocommerce ul.products li.product .woo-thumb-wrap .onsale::after{
    top: -26px !important;
    left: 5px !important;
    font-size: 9px !important;
  }
}

/* ---------------- SINGLE PRODUCT ---------------- */
/* Text auf das Dreieck (Single) */
.single-product div.product.sale .woocommerce-product-gallery::after{
  content: "Angebot" !important;
  position: absolute !important;
  top: 60px !important;
  left: 6px !important;

  transform: rotate(-45deg) !important;
  transform-origin: left top !important;

  color: #fff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: .4px !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  z-index: 25 !important;
  pointer-events: none !important;
}

/* =========================================================
   iOS Safari (KATALOG): Sale-Badge ohne Border-Dreieck (kein Halbkreis-Artefakt)
   ========================================================= */
@supports (-webkit-touch-callout: none){

  .woocommerce ul.products li.product .woo-thumb-wrap .onsale{
    position: absolute !important;
    top: -1px !important;
    left: -1px !important;

    width: 74px !important;
    height: 74px !important;

    /* Dreieck via Gradient (iOS-sauber) */
    background: linear-gradient(135deg, #e30613 0 50%, transparent 50% 100%) !important;

    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;

    z-index: 9999 !important;
    pointer-events: none !important;
    overflow: visible !important;

    /* echten Text verstecken (gegen iOS Auswahl/Artefakte) */
    text-indent: -9999px !important;
    white-space: nowrap !important;
  }

  .woocommerce ul.products li.product .woo-thumb-wrap .onsale::after{
    content: "Angebot" !important;
    position: absolute !important;
    top: 14px !important;
    left: -6px !important;

    transform: rotate(-45deg) !important;
    transform-origin: left top !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .4px !important;
    line-height: 1 !important;
    white-space: nowrap !important;

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;

    z-index: 10000 !important;
    pointer-events: none !important;
  }

  @media (max-width: 768px){
    .woocommerce ul.products li.product .woo-thumb-wrap .onsale{
      width: 66px !important;
      height: 66px !important;
      top: -1px !important;
      left: -1px !important;
    }
    .woocommerce ul.products li.product .woo-thumb-wrap .onsale::after{
      top: 12px !important;
      left: -8px !important;
      font-size: 9px !important;
    }
  }
}

/* Ab hier WooCommerce Single-Product view verändern/anpassen */

.product_meta {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 0.75rem;
    row-gap: 0.4rem;
    font-size: 13px !important;       /* anpassen wenn du willst */
   
   
}

.product_meta > span {
    display: contents; /* GANZ WICHTIG */
}

/* Labels fett */
.product_meta > span::before {
    font-weight: 600;
}


/* Werte normal */
.product_meta a,
.product_meta .sku,
.product_meta .gtin {
    font-weight: 400;
    font-size: 13px !important;       /* anpassen wenn du willst */
}
/* Eigener Wrapper als Box */
.ph-product-meta-box{
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: #fff;
}

/* Table-Layout für den Meta-Block */
.ph-product-meta-box .product_meta{
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 14px;
  row-gap: 8px;
  align-items: baseline;
  
}

/* Woo gibt oft spans als Zeilen aus – wir machen sie zu "Row items" */
.ph-product-meta-box .product_meta > span{
  display: contents;
  font-size: 13px !important;       /* anpassen wenn du willst */
}

/* Label + Value: gleiche Schriftgröße */
.ph-product-meta-box .product_meta,
.ph-product-meta-box .product_meta *{
  font-size: 13px !important;       /* anpassen wenn du willst */
  line-height: 1.35;
}

/* Labels optisch klar */
.ph-product-meta-box .product_meta > span::before{
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}

/* Werte */
.ph-product-meta-box .product_meta .sku,
.ph-product-meta-box .product_meta .gtin,
.ph-product-meta-box .product_meta a{
  font-weight: 400;
}

/* Verhindert "Buchstaben untereinander" */
.ph-product-meta-box .product_meta a,
.ph-product-meta-box .product_meta .sku,
.ph-product-meta-box .product_meta .gtin{
  word-break: normal;
  overflow-wrap: anywhere; /* lange GTIN/SKU bricht sauber um */
}

.woocommerce select, .page div.product form.cart .variations select {
    height: 40px !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 40px !important;

}
/* --- PressureHub: Single Product Layout (links Gallery+Meta, rechts Summary) --- */

/* Grid nur auf den Top-Wrapper legen (nicht auf .product) */
.single-product div.product #ph_woo_single-top{
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(320px, 1fr);
  gap: 32px;
  align-items: start;
}

/* beide Spalten dürfen nicht wegen breiten Inhalten sprengen */
.single-product div.product #ph_woo_top_left,
.single-product div.product #ph_woo_top_right{
  min-width: 0;
}

/* Linke Spalte */
.single-product div.product #ph_woo_top_left{
  grid-column: 1;
  width: 100%;
}

/* Rechte Spalte (Summary) */
.single-product div.product #ph_woo_top_right{
  grid-column: 2;
  width: 100%;
}

/* Wichtig: alte Float/Width Regeln aus Woo/Theme neutralisieren */
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary.entry-summary{
  float: none !important;
  clear: none !important;
  max-width: 100% !important;
  width: 100% !important; /* überschreibt Woo Standard 48% */
}

/* Gallery darf nicht "rausfloaten" */
.single-product div.product .woocommerce-product-gallery{
  margin: 0 !important;
}

/* Meta unter der Gallery im linken Container */
.single-product div.product #ph_woo_top_left .product_meta{
  margin-top: 16px;
}

/* Mobile: untereinander */
@media (max-width: 900px){
  .single-product div.product #ph_woo_single-top{
    grid-template-columns: 1fr;
  }

  .single-product div.product #ph_woo_top_left,
  .single-product div.product #ph_woo_top_right{
    grid-column: 1;
    width: 100% !important;
    float: none !important;
  }
}

/* Grundtabelle */
/* Tabelle */
.variations {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

/* Jede Zeile = Grid */
.variations tr {
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 16px;
  align-items: center;
}

/* Label: Theme-Standard */
.variations th.label {
  padding: 0;
  margin: 0;
  text-align: left;
  white-space: nowrap;

  /* WICHTIG: nichts erzwingen */
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/* Value */
.variations td.value {
  padding: 0;
  margin: 0;
}

/* Select: volle TD-Breite */
.variations td.value select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

/* Reset-Zeile */
.variations .variation-reset-row {
  grid-template-columns: 160px 1fr;
}

.variations .variation-reset-row th {
  visibility: hidden;
}

.variations .variation-reset-row td {
  text-align: right;
}
/* TD soll wirklich die volle Restbreite bekommen */
.variations td.value{
  width: 100% !important;
  min-width: 0;               /* wichtig bei grid/flex */
}

/* Select + Woo-Wrapper auf volle Breite zwingen */
.variations td.value select,
.variations td.value .value select{
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box;
}

/* Manche Themes packen den Select in einen Wrapper (z.B. .value, .select, .wgm-select etc.) */
.variations td.value > *{
  width: 100% !important;
  max-width: 100% !important;
}

/* Wenn Select2 aktiv ist (Dropdown ersetzt) */
.variations td.value .select2,
.variations td.value .select2-container{
  width: 100% !important;
  max-width: 100% !important;
}

/* Optional: wenn irgendein Theme "max-width: 200px" o.ä. setzt */
.variations select{
  min-width: 0 !important;
}

.woocommerce.single .product .woocommerce-Price-amount, .woocommerce.single .product .price {
    font-size: 25px !important;
    line-height: 36px !important;
    font-weight: 600;
    text-align: start;
}
.woocommerce-page div.product .woocommerce-tabs .panel table.shop_attributes {
    font-size: 14px !important;
}
.woocommerce ul.products li.product a.button {
    max-width: 100%;
    word-break: break-word;
    text-transform: uppercase;
    font-weight: 500;
  }

/* --- PressureHub: Mobile Button Text kleiner im Produkt-Grid --- */
@media (max-width: 768px) {
    


  /* Variable Produkte (Ausführung wählen) */
  .woocommerce ul.products li.product 
  a.button.product_type_variable.add_to_cart_button,

  /* Externe Produkte (Anfrage stellen) */
  .woocommerce ul.products li.product 
  a.button.product_type_external,

  /* Sicherheitshalber Simple auch mitnehmen */
  .woocommerce ul.products li.product 
  a.button.product_type_simple {
    
    font-size: 12px !important;
    line-height: 1.2;
    padding: 8px 10px;
    letter-spacing: .02em;
    white-space: normal; /* erlaubt Umbruch */
    text-align: center;
  }
}
/**** Für Produkte mit Massanfertigung ****/
.ph-made-to-order-notice {
    margin:20px 0;
    padding:16px;
    border:1px solid #d6b25e;
    background:#fff8e6;
    border-radius:6px;
    font-size:14px;
}

.ph-mto-button {
    margin-top:15px;
}

/* ================================
   PHWEX Preisliste – dynamische Spalten
================================= */
/* Wrapper: kein horizontaler Scroll */
.phwex-price-list{
  overflow-x: hidden;
}

/* Tabelle bleibt in 100% und verteilt fix */
.phwex-price-list table{
  width: 100%;
  max-width: 100%;
  table-layout: fixed;          /* wichtig: verhindert “wächst nach rechts” */
}

/* Zellen dürfen schrumpfen */
.phwex-price-list th,
.phwex-price-list td{
  min-width: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* Artikel + Kategorie dürfen umbrechen */
.phwex-price-list th:nth-child(1),
.phwex-price-list td:nth-child(1),
.phwex-price-list th:nth-child(3),
.phwex-price-list td:nth-child(3){
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Hersteller + Codes eher kompakt (nicht umbrechen) */
.phwex-price-list th:nth-child(2),
.phwex-price-list td:nth-child(2),
.phwex-price-list th:nth-child(4),
.phwex-price-list td:nth-child(4),
.phwex-price-list th:nth-child(5),
.phwex-price-list td:nth-child(5),
.phwex-price-list th:nth-child(6),
.phwex-price-list td:nth-child(6){
  white-space: nowrap;
}

/* Preise: kompakt + rechtsbündig */
.phwex-price-list th:nth-child(7),
.phwex-price-list td:nth-child(7),
.phwex-price-list th:nth-child(8),
.phwex-price-list td:nth-child(8),
.phwex-price-list th:nth-child(9),
.phwex-price-list td:nth-child(9),
.phwex-price-list th:nth-child(10),
.phwex-price-list td:nth-child(10){
  white-space: nowrap;
  text-align: right;
}

/* ✅ Breiten (Summe ~100%) */
.phwex-price-list th:nth-child(1),
.phwex-price-list td:nth-child(1){ width: 24%; } /* Artikel */

.phwex-price-list th:nth-child(2),
.phwex-price-list td:nth-child(2){ width: 10%; } /* Hersteller */

.phwex-price-list th:nth-child(3),
.phwex-price-list td:nth-child(3){ width: 12%; } /* Kategorie */

.phwex-price-list th:nth-child(4),
.phwex-price-list td:nth-child(4){ width: 8%; }  /* SKU */

.phwex-price-list th:nth-child(5),
.phwex-price-list td:nth-child(5){ width: 10%; } /* GTIN */

.phwex-price-list th:nth-child(6),
.phwex-price-list td:nth-child(6){ width: 8%; }  /* MPN */

.phwex-price-list th:nth-child(7),
.phwex-price-list td:nth-child(7){ width: 7%; }  /* Limit */

.phwex-price-list th:nth-child(8),
.phwex-price-list td:nth-child(8){ width: 7%; }  /* UVP */

.phwex-price-list th:nth-child(9),
.phwex-price-list td:nth-child(9){ width: 7%; }  /* POS */

.phwex-price-list th:nth-child(10),
.phwex-price-list td:nth-child(10){ width: 7%; } /* Online */



.phwex-price-list table {
    font-size: 12px;
}

.phwex-price-list th,
.phwex-price-list td {
    padding: 6px 8px;
}

.phwex-price-list table {
    border-collapse: collapse;
}

.phwex-price-list th {
    background: #f6f7f7;
    color:#000;
}
.phwex-price-list a{
    color:#000;
}
/* PHWEX Preisliste Tabelle */
.phwex-price-list {
    font-family:var(--ph-font-family,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);
    font-size: 13px;
    color: #1e1e1e;
    background: #ffffff;
    border-collapse: collapse;
    width: 100%;
}

/* Header */
.phwex-price-list thead th {
    background: #f4f6f8;
    color: #0a2c40;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 10px;
    border-bottom: 2px solid #d8dde3;
    text-transform: uppercase;
}

/* Zellen */
.phwex-price-list td {
    padding: 7px 10px;
    border-bottom: 1px solid #e5e7ea;
    vertical-align: top;
}

/* Zebra für bessere Lesbarkeit */
.phwex-price-list tbody tr:nth-child(even) {
    background: #fafbfc;
}

/* Artikelname */
.phwex-price-list td:first-child {
    font-weight: 500;
    color: #0b5c75;
}

/* Preise */
.phwex-price-list td:nth-last-child(-n+4) {
    text-align: right;
    font-weight: 600;
    color: #002c45;
}
/* Standard */
.phwex-price-list .phwex-row td{
  background: #fff;
}

/* Elternartikel (variable parent) */
.phwex-price-list .phwex-row--parent td{
  background: #f4f8ff;   /* leicht blau */
}

/* Simple Produkte */
.phwex-price-list .phwex-row--simple td{
  background: #f4fff4;   /* leicht grün */
}

/* Varianten */
.phwex-price-list .phwex-row--variation td{
  background: #ffffff;   /* leicht grau */
}

/* optional: Variation etwas „eingezogen“ wirken lassen */
.phwex-price-list .phwex-row--variation td:first-child{
  padding-left: 20px;
}
/* default: alle varianten eingeklappt */
.phwex-price-list tr.phwex-row--variation{
  display:none;
}

.phwex-toggle{
  all: unset;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;height:18px;
  border:1px solid rgba(0,0,0,.55);
  border-radius:3px;
  margin-right:6px;
  cursor:pointer;
  background:#fff;
  line-height:1;
}
.phwex-toggle:hover{ background:#f2f2f2; }

.phwex-toggle__icon{
  position:relative;
  width:10px;height:10px;
  display:block;
}
.phwex-toggle__icon::before,
.phwex-toggle__icon::after{
  content:"";
  position:absolute;
  left:0; top:50%;
  width:10px; height:2px;
  background:#111;
  transform:translateY(-50%);
}
.phwex-toggle__icon::after{
  transform:translateY(-50%) rotate(90deg);
}
.phwex-toggle.is-open .phwex-toggle__icon::after{
  display:none; /* + wird zu – */
}

.phwex-toggle-spacer{
  display:inline-block;
  width:18px; height:18px;
  margin-right:6px;
}
@media (max-width: 768px) {

.phwex-price-list th,
.phwex-price-list td {
    font-size: 10px;
    padding: 2px 2px;
}
.phwex-price-list th:nth-child(1),
.phwex-price-list td:nth-child(1){ width: 32%; } /* Artikel */

.phwex-price-list th:nth-child(2),
.phwex-price-list td:nth-child(2){ display: none; } /* Hersteller */

.phwex-price-list th:nth-child(3),
.phwex-price-list td:nth-child(3){ display: none; } /* Kategorie */

.phwex-price-list th:nth-child(4),
.phwex-price-list td:nth-child(4){ display: none; }  /* SKU */

.phwex-price-list th:nth-child(5),
.phwex-price-list td:nth-child(5){ display: none; } /* GTIN */

.phwex-price-list th:nth-child(6),
.phwex-price-list td:nth-child(6){ display: none; }  /* MPN */

.phwex-price-list th:nth-child(7),
.phwex-price-list td:nth-child(7){ width: 17%; }  /* UVP */

.phwex-price-list th:nth-child(8),
.phwex-price-list td:nth-child(8){ width: 17%; }  /* POS */

.phwex-price-list th:nth-child(9),
.phwex-price-list td:nth-child(9){ width: 17%; }  /* MIN POS */

.phwex-price-list th:nth-child(10),
.phwex-price-list td:nth-child(10){ width: 17%; } /* Online */
    
}

/* =========================================================
   PressureHub – Information Cards (Premium, Text oben)
   ========================================================= */

/* 1) Wrapper/Panel des Themes entfernen (weißer Hintergrund + Shadow) */
#dt_information,
#dt_information .dt-container,
#dt_information .dt_information-row{
  background: transparent !important;
  box-shadow: none !important;
}

/* 2) Gutter ohne Layout-Bruch (statt gap) */
#dt_information .dt_information-row{
  margin-left: -12px;
  margin-right: -12px;
}
#dt_information .dt_information-row > [class*="dt-col-"]{
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

/* 3) Card Grundlayout */
#dt_information .ph-card{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  min-height: 380px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /* ✅ Text nach oben */
  padding: 36px 28px;

  background: #0f2c3f;          /* fallback */
  transition: transform .3s ease, box-shadow .3s ease;
}

/* Hintergrundbild (über ph-card-bg Div) */
#dt_information .ph-card-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  filter: brightness(0.82) contrast(1.08);
}

/* 4) Overlay: oben dunkel → unten heller */
#dt_information .ph-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,12,24,0.96) 0%,
    rgba(0,12,24,0.88) 28%,
    rgba(0,12,24,0.55) 58%,
    rgba(0,12,24,0.18) 100%
  );
  z-index: 2;
}

/* Theme-Shapes innerhalb der Cards deaktivieren */
#dt_information .ph-card::after{
  content: none !important;
}
#dt_information .ph-card .item-image,
#dt_information .ph-card .item-image::before,
#dt_information .ph-card .item-image::after{
  display: none !important;
}

/* 5) Content Layer */
#dt_information .ph-card-content{
  position: relative;
  z-index: 3;
  color: #fff;

  display: flex;
  flex-direction: column;
  flex: 1;              /* nimmt komplette Höhe ein */
}

/* Icon bleibt (Customizer steuerbar) */
#dt_information .ph-card .item-icon{
  position: relative;
  z-index: 4;
}

/* 6) Typografie (mehr Kontrast + Premium-Lesbarkeit) */
#dt_information .ph-card .title,
#dt_information .ph-card .title a{
  color:#fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  text-shadow: 0 4px 18px rgba(0,0,0,0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

#dt_information .ph-card .text{
  color: rgba(255,255,255,0.90);
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 18px;
  text-shadow: 0 3px 14px rgba(0,0,0,0.45);
}

/* 7) CTA Button – volle Breite + unten ausgerichtet */
#dt_information .ph-info-cta{
  margin-top: auto;     /* schiebt Button nach unten */
  margin-bottom: 4px;   /* fixer Abstand vom unteren Rand */

  display: block;
  width: 100%;
  padding: 13px 18px;
  border-radius: 8px;
  background: #00bcd4;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
}


#dt_information .ph-info-cta:hover{
  background: #0097a7;
  transform: translateY(-2px);
}

/* 8) Card Hover */
#dt_information .ph-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

#dt_information .ph-subtitle{
  margin: 4px 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color:#fff;
  text-shadow: 0 3px 14px rgba(0,0,0,0.45);
}

#dt_information { margin-bottom: 0; padding-bottom: 40px; }

#dt_service .ph-service-cta{
  display:inline-block;
  margin-top:14px;
  padding:10px 14px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  line-height:1;
}
#dt_service .ph-service-cta:hover{
  transform:translateY(-2px);
}

#dt_service .ph-service-subline{
  margin-top:6px;
  margin-bottom:10px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  color: var(--bs-secondary);
}

/* Service-Kacheln: Bildbereich fixieren + sauber croppen */
#dt_service .item-inner .item-image{
  height: 160px;              /* ← hier Höhe einstellen (z.B. 150–190) */
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#dt_service .item-inner .item-image a,
#dt_service .item-inner .item-image img{
  width: 100%;
  height: 100%;
  display: block;
}

#dt_service .item-inner .item-image img{
  object-fit: cover;
  object-position: center;
}
/* =========================================
   Service Section: gleiche Kachelhöhen
   ========================================= */

/* 1) Owl-Carousel Items gleich hoch machen */
#dt_service .dt_owl_carousel .owl-stage{
  display: flex;
}
#dt_service .dt_owl_carousel .owl-item{
  display: flex;
}
#dt_service .dt_owl_carousel .owl-item > *{
  width: 100%;
  display: flex;
}

/* 2) Card Layout: immer gleiche Höhe + CTA unten */
#dt_service .item-inner{
  height: 100%;
  display: flex;
  flex-direction: column;
}

#dt_service .item-content{
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 3) Bild fix (falls noch nicht gesetzt) */
#dt_service .item-image{
  height: 160px;
  overflow: hidden;
}
#dt_service .item-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 4) Titel/Subline/Text auf feste “Zeilenanzahl” begrenzen,
      damit Karten überall gleich enden */
#dt_service .item-content .title{
  margin-bottom: 8px;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;           /* max 2 Zeilen */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.15em * 2);    /* reserviert Platz für 2 Zeilen */
}

/* Subline: einheitlich (optional 1 Zeile) */
#dt_service .item-content .ph-subline{
  color: var(--bs-secondary);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 2px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;           /* max 1 Zeile */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.2em;
}

/* Text: max 3 Zeilen (passt meist sehr gut) */
#dt_service .item-content .text{
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;           /* max 3 Zeilen */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.45em * 3);
}

/* CTA immer nach unten */
#dt_service .item-content a.ph-service-cta,
#dt_service .item-content a.dt-more,
#dt_service .item-content a:last-child{
  margin-top: auto;
  padding-top: 14px; /* Abstand über dem CTA */
}
#dt_service .dt-text-center > .text{
    font-size: 30px;
    line-height: 1.65;
    font-weight: 700;
    color:var(--bs-secondary);
    letter-spacing: 0.2px;
}
#dt_service .dt-btn-primary{
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
}
body.taxonomy-ph_ep_agency #ep_single_frontend_view_container,
body.tax-ph_ep_agency #ep_single_frontend_view_container{
  margin-top: 60px !important;
}


/* Bild selbst: keine Rundung, kein Zuschnitt, keine Fixgrößen */
body.taxonomy-ph_ep_agency img.ph-ep-agency-logo,
body.tax-ph_ep_agency      img.ph-ep-agency-logo{
  background: #fff !important;     /* falls Box-Styling irgendwo greift */

}
.padding-20{
    padding:20px;
}


.ph-expertenwissen {
  position: relative;
  margin: 2rem 0;
  padding: 2.2rem 1.4rem 1.2rem;
  border: 1.5px solid #0f6c7a !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #f8fcfd 0%, #f2f8fa 100%) !important;
  box-shadow: 0 6px 18px rgba(15, 108, 122, 0.08) !important;
  overflow: hidden;
}

.ph-expertenwissen::before {
  content: "Expertenwissen";
  position: absolute;
  top: 0.85rem;
  left: 1.1rem;
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #0f6c7a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ph-expertenwissen > *:last-child {
  margin-bottom: 0;
}

.ph-expertenwissen h2,
.ph-expertenwissen h3,
.ph-expertenwissen h4,
.ph-expertenwissen h5,
.ph-expertenwissen h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #12343b;
  line-height: 1.3;
}

.ph-expertenwissen p {
  margin-bottom: 0.9rem;
  color: #24363c;
  line-height: 1.7;
}

.ph-expertenwissen ul,
.ph-expertenwissen ol {
  margin: 0.4rem 0 1rem 1.2rem;
  padding: 0;
}

.ph-expertenwissen li {
  margin-bottom: 0.45rem;
  color: #24363c;
  line-height: 1.6;
}

.ph-expertenwissen strong {
  color: #12343b;
}

.ph-expertenwissen a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ph-expertenwissen .wp-block-group,
.ph-expertenwissen .kt-row-layout-inner,
.ph-expertenwissen .kt-inside-inner-col {
  margin-bottom: 0.9rem;
}

.ph-expertenwissen .wp-block-group:last-child,
.ph-expertenwissen .kt-row-layout-inner:last-child,
.ph-expertenwissen .kt-inside-inner-col:last-child {
  margin-bottom: 0;
}

.ph-praxistipp {
  position: relative;
  margin: 1.8rem 0;
  padding: 4rem 1.3rem 1.1rem;
  border: 1.5px solid #4caf50 !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #f8fcf8 0%, #f1f8f1 100%) !important;
  box-shadow: 0 4px 14px rgba(76, 175, 80, 0.08) !important;
  overflow: hidden;
}

.ph-praxistipp::before {
  content: "Praxistipp";
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #4caf50;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
	margin-bottom: 15px;
}

.ph-praxistipp > *:last-child {
  margin-bottom: 0;
}

.ph-praxistipp h2,
.ph-praxistipp h3,
.ph-praxistipp h4,
.ph-praxistipp h5,
.ph-praxistipp h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #2e7d32;
  line-height: 1.3;
}

.ph-praxistipp p {
  margin-bottom: 0.85rem;
  color: #24363c;
  line-height: 1.7;
}

.ph-praxistipp p:last-child {
  margin-bottom: 0;
}

.ph-praxistipp strong {
  color: #2e7d32;
}

.ph-praxistipp ul,
.ph-praxistipp ol {
  margin: 0.4rem 0 0.9rem 1.2rem;
  padding: 0;
}

.ph-praxistipp li {
  margin-bottom: 0.4rem;
  color: #24363c;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ph-expertenwissen {
    padding: 2rem 1rem 0.95rem;
    border-radius: 12px !important;
  }

  .ph-expertenwissen::before {
    top: 0.75rem;
    left: 0.85rem;
    font-size: 0.72rem;
    padding: 0.3rem 0.6rem;
  }

  .ph-praxistipp {
    padding: 1.85rem 1rem 0.95rem;
    border-radius: 10px !important;
  }

  .ph-praxistipp::before {
    top: 0.7rem;
    left: 0.85rem;
    font-size: 0.7rem;
    padding: 0.28rem 0.55rem;
  }
}
.ph-gut-zu-wissen {
  position: relative;
  margin: 1.8rem 0;
  padding: 2.2rem 1.3rem 1.1rem;
  border: 1.5px solid #f57c00 !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #fff8f2 0%, #fff3e8 100%) !important;
  box-shadow: 0 4px 14px rgba(245, 124, 0, 0.08) !important;
  overflow: hidden;
}

.ph-gut-zu-wissen::before {
  content: "Gut zu wissen";
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  display: inline-block;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #f57c00;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ph-gut-zu-wissen > *:last-child {
  margin-bottom: 0;
}

.ph-gut-zu-wissen h2,
.ph-gut-zu-wissen h3,
.ph-gut-zu-wissen h4,
.ph-gut-zu-wissen h5,
.ph-gut-zu-wissen h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #e65100;
  line-height: 1.3;
}

.ph-gut-zu-wissen p {
  margin-bottom: 0.85rem;
  color: #3a2a1f;
  line-height: 1.7;
}

.ph-gut-zu-wissen strong {
  color: #bf360c;
}

.ph-gut-zu-wissen ul,
.ph-gut-zu-wissen ol {
  margin: 0.4rem 0 0.9rem 1.2rem;
  padding: 0;
}

.ph-gut-zu-wissen li {
  margin-bottom: 0.4rem;
  color: #3a2a1f;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ph-gut-zu-wissen {
    padding: 1.85rem 1rem 0.95rem;
    border-radius: 10px !important;
  }

  .ph-gut-zu-wissen::before {
    top: 0.7rem;
    left: 0.85rem;
    font-size: 0.7rem;
    padding: 0.28rem 0.55rem;
  }
}
.ph-anspruch {
  position: relative;
  margin: 2.2rem 0;
  padding: 2.4rem 1.4rem 1.3rem;
  border: 1.5px solid #7b1fa2 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #faf7fd 0%, #f3ecf9 100%) !important;
  box-shadow: 0 6px 18px rgba(123, 31, 162, 0.10) !important;
  overflow: hidden;
}

.ph-anspruch::before {
  content: "Unser Anspruch";
  position: absolute;
  top: 0.85rem;
  left: 1.1rem;
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #7b1fa2;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ph-anspruch > *:last-child {
  margin-bottom: 0;
}

.ph-anspruch h2,
.ph-anspruch h3,
.ph-anspruch h4,
.ph-anspruch h5,
.ph-anspruch h6 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #4a148c;
  line-height: 1.3;
}

.ph-anspruch p {
  margin-bottom: 0.95rem;
  color: #2f2435;
  line-height: 1.7;
  font-size: 1.02em;
}

.ph-anspruch strong {
  color: #4a148c;
}

.ph-anspruch ul,
.ph-anspruch ol {
  margin: 0.4rem 0 1rem 1.2rem;
}

.ph-anspruch li {
  margin-bottom: 0.45rem;
  color: #2f2435;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ph-anspruch {
    padding: 2rem 1rem 1rem;
    border-radius: 12px !important;
  }

  .ph-anspruch::before {
    top: 0.75rem;
    left: 0.85rem;
    font-size: 0.72rem;
    padding: 0.3rem 0.6rem;
  }
}

.ph-disclaimer {
  position: relative;
  margin: 2.2rem 0;
  padding: 2.4rem 1.4rem 1.3rem;
  border: 1.5px solid #f57c00 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #fffaf3 0%, #fff4e5 100%) !important;
  box-shadow: 0 6px 18px rgba(245, 124, 0, 0.10) !important;
  overflow: hidden;
}

.ph-disclaimer::before {
  content: "Wichtiger Hinweis";
  position: absolute;
  top: 0.85rem;
  left: 1.1rem;
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f57c00;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ph-disclaimer > *:last-child {
  margin-bottom: 0;
}

.ph-disclaimer h2,
.ph-disclaimer h3,
.ph-disclaimer h4,
.ph-disclaimer h5,
.ph-disclaimer h6 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #e65100;
  line-height: 1.3;
}

.ph-disclaimer p {
  margin-bottom: 0.95rem;
  color: #4e342e;
  line-height: 1.7;
  font-size: 1.02em;
}

.ph-disclaimer strong {
  color: #e65100;
}

.ph-disclaimer ul,
.ph-disclaimer ol {
  margin: 0.4rem 0 1rem 1.2rem;
}

.ph-disclaimer li {
  margin-bottom: 0.45rem;
  color: #4e342e;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ph-disclaimer {
    padding: 2rem 1rem 1rem;
    border-radius: 12px !important;
  }

  .ph-disclaimer::before {
    top: 0.75rem;
    left: 0.85rem;
    font-size: 0.72rem;
    padding: 0.3rem 0.6rem;
  }
}

.ph-product-video h3 {
    margin-bottom: 8px;
}

.ph-product-video {
    clear: both;
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
}

.ph-product-video iframe {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: 260px;
}

/* PressureHub Blog / Magazin Übersicht
 * Version: 0.9.5
 * Ersetzt den bisherigen .ph-blog-* Block in der style.css des Child Themes.
 */

.ph-blog-hero {
  padding: 10rem 0 3rem;
  background: linear-gradient(180deg, #f2fbfd 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 59, 92, 0.08);
}

.ph-blog-hero-clean {
  margin-top: 0;
}

.ph-blog-eyebrow {
  margin: 0 0 0.65rem;
  color: #00a7b5;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ph-blog-hero h1 {
  max-width: 980px;
  margin: 0 0 0.8rem;
  color: #003661;
  letter-spacing: -0.02em;
}

.ph-blog-hero p {
  max-width: 880px;
  margin: 0;
  color: #2d4b5d;
}

.ph-blog-overview {
  background: #fff;
}

.ph-blog-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 1rem 1.2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.ph-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.ph-blog-chip,
.ph-blog-categories a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(0, 59, 92, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #003661;
  font-weight: 750;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0, 59, 92, 0.04);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ph-blog-chip:hover,
.ph-blog-categories a:hover {
  border-color: #00a7b5 !important;
  background: #00a7b5 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.ph-blog-chip-active {
  border-color: #003661 !important;
  background: #003661 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.ph-blog-search {
  width: 100%;
}

.ph-blog-search form {
  display: flex;
  gap: 0.45rem;
  width: 100%;
}

.ph-blog-search input[type="search"],
.ph-blog-search input[type="text"] {
  width: 100%;
  min-height: 2.65rem;
  border: 1px solid rgba(0, 59, 92, 0.16);
  border-radius: 999px;
  background: #fff;
  padding: 0.55rem 1rem;
  color: #123;
  box-shadow: 0 3px 12px rgba(0, 59, 92, 0.05);
}

.ph-blog-search input[type="submit"],
.ph-blog-search button[type="submit"] {
  min-height: 2.65rem;
  padding: 0.55rem 1.05rem;
  border: 0;
  border-radius: 999px;
  background: #00a7b5;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.ph-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  overflow: hidden;
  margin-bottom: 2.6rem;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfd 100%);
  box-shadow: 0 12px 34px rgba(0, 59, 92, 0.10);
}

.ph-blog-featured-image {
  display: block;
  min-height: 360px;
  background: #eaf6f9;
  overflow: hidden;
}

.ph-blog-featured-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.ph-blog-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.6rem, 3vw, 2.7rem);
}

.ph-blog-featured-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: #00a7b5;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ph-blog-featured h2 {
  margin: 0 0 0.9rem;
  color: #003661;
  letter-spacing: -0.02em;
}

.ph-blog-featured h2 a {
  color: #003661;
  text-decoration: none !important;
}

.ph-blog-featured p {
  display: -webkit-box;
  margin: 0 0 1.3rem;
  color: #2d4b5d;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ph-blog-section-head {
  margin: 0 0 1.25rem;
}

.ph-blog-section-head h2 {
  margin: 0 0 0.35rem;
  color: #003661;
  letter-spacing: -0.01em;
}

.ph-blog-section-head p {
  margin: 0;
  color: #526b78;
}

.ph-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.ph-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 59, 92, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ph-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 59, 92, 0.12);
}

.ph-blog-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  background: #eaf6f9;
  overflow: hidden;
}

.ph-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.ph-blog-card:hover .ph-blog-card-image img {
  transform: scale(1.035);
}

.ph-blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem 1.05rem 1.15rem;
}

.ph-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  margin-bottom: 0.75rem;
  color: #60717d;
  font-weight: 500;
}

.ph-blog-meta a {
  color: #00a7b5;
  font-weight: 750;
  text-decoration: none !important;
}

.ph-blog-card h3 {
  margin: 0 0 0.7rem;
  color: #003661;
  letter-spacing: -0.01em;
}

.ph-blog-card h3 a {
  color: #003661;
  text-decoration: none !important;
}

.ph-blog-card p {
  display: -webkit-box;
  margin: 0 0 1.05rem;
  color: #334852;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ph-blog-readmore {
  margin-top: auto;
  color: #00a7b5 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-blog-readmore:hover {
  color: #003661 !important;
}

.ph-blog-pagination {
  margin-top: 2.5rem;
}

.ph-blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.ph-blog-pagination .page-numbers {
  display: inline-flex;
  min-width: 2.35rem;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(0, 59, 92, 0.14);
  border-radius: 999px;
  color: #003661;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-blog-pagination .page-numbers.current,
.ph-blog-pagination .page-numbers:hover {
  background: #00a7b5;
  color: #fff;
  border-color: #00a7b5;
}

.ph-blog-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #003661 0%, #00a7b5 100%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ph-blog-cta {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 1.4rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #003661 0%, #005f86 55%, #00a7b5 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 59, 92, 0.16);
}

.ph-blog-cta h2 {
  margin: 0 0 0.35rem;
  color: #fff;
}

.ph-blog-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.ph-blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.ph-blog-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #003661 !important;
  font-weight: 900;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .ph-blog-tools {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ph-blog-featured {
    grid-template-columns: 1fr;
  }

  .ph-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ph-blog-hero {
    padding: 2.4rem 0 1.8rem;
  }

  .ph-blog-tools {
    gap: 1rem;
  }

  .ph-blog-search form {
    flex-direction: column;
  }

  .ph-blog-grid {
    grid-template-columns: 1fr;
  }

  .ph-blog-featured-image,
  .ph-blog-featured-image img {
    min-height: 230px;
  }

  .ph-blog-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph-blog-cta-actions {
    justify-content: flex-start;
  }
}

/* PressureHub Single Blog Beiträge
 * In die style.css des Child Themes einfügen.
 */

.ph-single-wrap {
  background: #fff;
}

.ph-single-hero {
  padding: 14rem 0 3rem;
  background: linear-gradient(180deg, #f2fbfd 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 59, 92, 0.08);
}

.ph-single-hero-inner {
  max-width: 980px;
}

.ph-single-back {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #00a7b5 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-single-back:hover {
  color: #003661 !important;
}

.ph-single-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.ph-single-cats a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(0, 59, 92, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #003661 !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0, 59, 92, 0.04);
}

.ph-single-cats a:hover {
  background: #00a7b5;
  border-color: #00a7b5;
  color: #fff !important;
}

.ph-single-hero h1 {
  max-width: 980px;
  margin: 0 0 1rem;
  color: #003661;
}

.ph-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  color: #526b78;
  font-weight: 600;
}

.ph-single-featured-image {
  max-width: 980px;
  margin: 2rem auto 2.5rem;
  overflow: hidden;
  border-radius: 22px;
  background: #eaf6f9;
  box-shadow: 0 10px 28px rgba(0, 59, 92, 0.10);
}

.ph-single-featured-image img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.ph-single-featured-image figcaption {
  padding: 0.75rem 1rem;
  color: #526b78;
  text-align: center;
}

.ph-single-layout {
  display: block;
}

.ph-single-content {
  max-width: 920px;
  margin: 0 auto;
}

.ph-single-content > *:first-child {
  margin-top: 0;
}

.ph-single-content h2,
.ph-single-content h3,
.ph-single-content h4 {
  color: #003661;
}

.ph-single-content a {
  color: #00a7b5;
  font-weight: 700;
}

.ph-single-content img {
  height: auto;
  max-width: 100%;
  border-radius: 16px;
}

.ph-single-page-links {
  margin-top: 2rem;
}

.ph-single-footer {
  max-width: 980px;
  margin-top: 3rem;
}

.ph-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1.2rem;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 18px;
  background: #f7fcfd;
}

.ph-single-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #00a7b5;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
}

.ph-single-button:hover {
  background: #003661;
  color: #fff !important;
}

.ph-single-button-secondary {
  background: #fff;
  color: #003661 !important;
  border: 1px solid rgba(0, 59, 92, 0.16);
}

.ph-single-button-secondary:hover {
  background: #003661;
  color: #fff !important;
}

.ph-single-postnav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.ph-single-postnav a {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 16px;
  background: #fff;
  color: #003661 !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(0, 59, 92, 0.06);
}

.ph-single-next a {
  justify-content: flex-end;
  text-align: right;
}

.ph-single-postnav a:hover {
  border-color: #00a7b5;
  color: #00a7b5 !important;
}

.ph-related-posts {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ph-related-grid {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ph-single-hero {
    padding: 2.4rem 0 1.8rem;
  }

  .ph-single-featured-image {
    margin: 1.5rem auto 2rem;
    border-radius: 16px;
  }

  .ph-single-featured-image img {
    max-height: 360px;
  }

  .ph-single-postnav {
    grid-template-columns: 1fr;
  }

  .ph-single-next a {
    justify-content: flex-start;
    text-align: left;
  }
}

/* PressureHub Suche
 * Für die style.css des Child Themes.
 * Chromax Header bleibt erhalten; darunter erscheinen moderne Ergebnis-Karten.
 */

.ph-search-overview {
  background: #fff;
}

.ph-search-intro {
  max-width: 920px;
  margin: 0 0 1.8rem;
}

.ph-search-eyebrow {
  margin: 0 0 0.55rem;
  color: #00a7b5;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ph-search-intro h1 {
  margin: 0 0 0.65rem;
  color: #003661;
}

.ph-search-intro p {
  margin: 0;
  color: #2d4b5d;
}

.ph-search-panel {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
  box-shadow: 0 8px 24px rgba(0, 59, 92, 0.06);
}

.ph-search-form {
  display: flex;
  gap: 0.65rem;
  width: 100%;
}

.ph-search-form input[type="search"] {
  width: 100%;
  min-height: 2.8rem;
  border: 1px solid rgba(0, 59, 92, 0.16);
  border-radius: 999px;
  background: #fff;
  padding: 0.65rem 1rem;
  color: #123;
  box-shadow: 0 3px 12px rgba(0, 59, 92, 0.05);
}

.ph-search-form button {
  min-height: 2.8rem;
  padding: 0.65rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: #00a7b5;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.ph-search-form button:hover {
  background: #003661;
}

.ph-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.ph-search-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 59, 92, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ph-search-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 59, 92, 0.12);
}

.ph-search-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  background: #eaf6f9;
  overflow: hidden;
}

.ph-search-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.ph-search-card:hover .ph-search-card-image img {
  transform: scale(1.035);
}

.ph-search-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #003661 0%, #00a7b5 100%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ph-search-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem 1.05rem 1.15rem;
}

.ph-search-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  margin-bottom: 0.75rem;
  color: #60717d;
  font-weight: 500;
}

.ph-search-type {
  color: #00a7b5;
  font-weight: 800;
}

.ph-search-card h2 {
  margin: 0 0 0.7rem;
}

.ph-search-card h2 a {
  color: #003661;
  text-decoration: none !important;
}

.ph-search-card p {
  display: -webkit-box;
  margin: 0 0 1.05rem;
  color: #334852;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ph-search-readmore {
  margin-top: auto;
  color: #00a7b5 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-search-readmore:hover {
  color: #003661 !important;
}

.ph-search-pagination {
  margin-top: 2.5rem;
}

.ph-search-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.ph-search-pagination .page-numbers {
  display: inline-flex;
  min-width: 2.35rem;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(0, 59, 92, 0.14);
  border-radius: 999px;
  color: #003661;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-search-pagination .page-numbers.current,
.ph-search-pagination .page-numbers:hover {
  background: #00a7b5;
  color: #fff;
  border-color: #00a7b5;
}

.ph-search-empty {
  padding: 1.6rem;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfd 100%);
  box-shadow: 0 8px 24px rgba(0, 59, 92, 0.08);
}

.ph-search-empty h2 {
  margin-top: 0;
  color: #003661;
}

.ph-search-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ph-search-empty-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #00a7b5;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-search-empty-actions a:hover {
  background: #003661;
}

@media (max-width: 1024px) {
  .ph-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ph-search-form {
    flex-direction: column;
  }

  .ph-search-grid {
    grid-template-columns: 1fr;
  }
}
/* PressureHub Kategorie-Archiv / Reihenlayout
 * In die style.css des Child Themes einfügen.
 */

.ph-category-archive {
  
  background: #fff;
}

.ph-category-top {
  padding-top: 10rem;
  max-width: 980px;
  margin: 0 auto 2.2rem;
}

.ph-category-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #00a7b5 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.ph-category-back:hover {
  color: #003661 !important;
}

.ph-category-top h1 {
  margin: 0 0 0.8rem;
  color: #003661;
}

.ph-category-description {
  max-width: 820px;
  margin: 0 0 1.4rem;
  color: #2d4b5d;
}

.ph-category-description p {
  margin-bottom: 0.8rem;
}

.ph-category-description-fallback {
  opacity: 0.9;
}

.ph-category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.ph-category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(0, 59, 92, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #003661 !important;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0, 59, 92, 0.04);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ph-category-chip:hover,
.ph-category-chip-active {
  border-color: #00a7b5 !important;
  background: #00a7b5 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.ph-category-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.ph-category-row {
  display: grid;
  grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 59, 92, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ph-category-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 59, 92, 0.12);
}

.ph-category-row-image {
    height: 240px;
    overflow: hidden;
    background: #eaf6f9;
}

.ph-category-row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ph-category-row:hover .ph-category-row-image img {
  transform: scale(1.035);
}

.ph-category-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #003661 0%, #00a7b5 100%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ph-category-row-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.4rem 1.5rem;
}

.ph-category-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin-bottom: 0.7rem;
  color: #60717d;
  font-weight: 500;
}

.ph-category-meta a {
  color: #00a7b5 !important;
  font-weight: 700;
  text-decoration: none !important;
}

.ph-category-row h2 {
  margin: 0 0 0.7rem;
  color: #003661;
}

.ph-category-row h2 a {
  color: #003661 !important;
  text-decoration: none !important;
}

.ph-category-row p {
  display: -webkit-box;
  margin: 0 0 1rem;
  color: #334852;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ph-category-readmore {
  width: fit-content;
  margin-top: auto;
  color: #00a7b5 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-category-readmore:hover {
  color: #003661 !important;
}

.ph-category-pagination {
  margin-top: 2.5rem;
}

.ph-category-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.ph-category-pagination .page-numbers {
  display: inline-flex;
  min-width: 2.35rem;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(0, 59, 92, 0.14);
  border-radius: 999px;
  color: #003661 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ph-category-pagination .page-numbers.current,
.ph-category-pagination .page-numbers:hover {
  background: #00a7b5;
  color: #fff !important;
  border-color: #00a7b5;
}

.ph-category-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(0, 59, 92, 0.10);
  border-radius: 20px;
  background: #f4fbfd;
}

.ph-category-empty h2 {
  margin-top: 0;
  color: #003661;
}

.ph-category-empty a {
  color: #00a7b5 !important;
  font-weight: 800;
  text-decoration: none !important;
}

@media (max-width: 820px) {
  .ph-category-row {
    grid-template-columns: 1fr;
  }

  .ph-category-row-image,
  .ph-category-row-image img,
  .ph-category-placeholder {
    min-height: 220px;
  }

  .ph-category-row-content {
    padding: 1.2rem;
  }
}

@media (max-width: 520px) {
  .ph-category-top {
    margin-bottom: 1.6rem;
  }

  .ph-category-row-image,
  .ph-category-row-image img,
  .ph-category-placeholder {
    min-height: 190px;
  }
}


/* =========================================================
   PressureHub Main additions
   ========================================================= */
.dt-container{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.dt-row{display:flex;flex-wrap:wrap}.dt-col-12{width:100%}.dt-text-center{text-align:center}.dt-py-default{padding:72px 0}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ph-site-topbar{background:#003661;color:#fff;font-size:13px}.ph-site-topbar a{color:#fff;text-decoration:none}.ph-topbar-inner{display:flex;justify-content:space-between;gap:24px;padding:10px 24px}.ph-topbar-menu,.ph-topbar-actions{display:flex;gap:18px;align-items:center}.ph-header{background:#fff;position:relative;z-index:50;box-shadow:0 1px 0 rgba(0,0,0,.06)}.ph-header-main{display:grid;grid-template-columns:220px 1fr auto;grid-template-areas:'logo search actions' 'logo nav nav';align-items:center;gap:12px 26px;padding-top:22px;padding-bottom:16px}.ph-logo{grid-area:logo}.ph-logo img{max-width:190px;height:auto}.ph-search{grid-area:search}.ph-search .search-form{display:flex;border:1px solid rgba(0,0,0,.13);border-radius:999px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.06)}.ph-search input[type=search]{width:100%;border:0;padding:16px 20px}.ph-search input[type=submit],.ph-search button{border:0;background:#00a7b5;color:#fff;font-weight:700;padding:0 28px}.ph-actions{grid-area:actions;display:flex;gap:18px;align-items:center}.ph-actions a{text-decoration:none;color:#003661}.ph-nav{grid-area:nav}.ph-nav ul{display:flex;gap:26px;justify-content:flex-end;list-style:none;margin:0;padding:0}.ph-nav a{color:#003661;text-decoration:none;font-weight:700}.ph-mobile-toggle{display:none}.ph-page-wrap{padding:64px 0}.ph-layout{display:grid;gap:40px}.ph-layout--right{grid-template-columns:minmax(0,1fr) 300px}.ph-layout--left{grid-template-columns:300px minmax(0,1fr)}.ph-sidebar{background:#f5f8fb;border-radius:18px;padding:24px}.ph-course-hero,.ph-global-hero{position:relative;background:#061628;color:#fff;overflow:hidden}.ph-course-hero{padding:110px 0 90px}.ph-course-hero:before,.ph-global-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,54,97,.92),rgba(0,167,181,.42)),var(--ph-hero-image,none);background-size:cover;background-position:center;opacity:1}.ph-course-hero .dt-container,.ph-global-hero .dt-container{position:relative;z-index:2}.ph-hero-kicker{font-weight:800;text-transform:uppercase;letter-spacing:.13em;color:#00d2df;margin:0 0 14px}.ph-course-hero h1,.ph-global-hero h1{font-size:clamp(40px,6vw,76px);line-height:.98;margin:0 0 20px;color:#fff}.ph-course-hero p,.ph-global-hero p{font-size:20px;max-width:760px}.ph-btn,.dt-btn,.dt-btn-primary{display:inline-block;background:#00a7b5;color:#fff!important;border-radius:999px;padding:14px 28px;font-weight:800;text-decoration:none}.ph-front-cta{text-align:center;padding:70px 24px}.ph-blog-grid,.ph-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.ph-footer{background:#003661;color:#fff;padding-top:70px}.ph-footer a{color:#00d2df}.ph-footer-title{text-align:center;color:#00a7b5;font-size:clamp(44px,7vw,72px);font-weight:900;letter-spacing:.03em;text-transform:uppercase;margin-bottom:60px}.ph-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.ph-footer-bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;margin-top:60px;padding:28px 0}.ph-header-main--mobile{display:none}@media(max-width:980px){.ph-site-topbar{display:none}.ph-header-main{display:flex;justify-content:space-between}.ph-search,.ph-actions,.ph-nav{display:none}.ph-mobile-toggle{display:inline-flex;background:#00a7b5;color:#fff;border:0;border-radius:10px;padding:10px 14px}.ph-header.is-open .ph-header-main--mobile{display:block;padding:0 24px 24px}.ph-header-main--
	mobile ul{list-style:none;margin:0;padding:0}.ph-header-main--mobile a{display:block;padding:12px 0;color:#003661;text-decoration:none;font-weight:700}.ph-layout--right,.ph-layout--left{grid-template-columns:1fr}.ph-footer-grid,.ph-blog-grid,.ph-card-grid{grid-template-columns:1fr}.ph-course-hero{padding:78px 0 64px}}
/* Intranet inklusive Untermenü öffentlich ausblenden */
nav li:has(> a[href*="/intranet/"]),
.ph-mobile-nav li:has(> a[href*="/intranet/"]),
.ph-mobile-menu li:has(> a[href*="/intranet/"]),
#site-navigation li:has(> a[href*="/intranet/"]) {
	display: none !important;
}

/* =========================================================
   PressureHub Wissen – Kategorie-Landingpages (v0.9.5)
   ========================================================= */
.ph-knowledge-landing{padding:36px 0 90px;background:#fff}
.ph-knowledge-breadcrumb{display:flex;align-items:center;gap:10px;margin:0 0 34px;color:#66717c;font-size:14px;font-weight:700}
.ph-knowledge-breadcrumb a{color:var(--ph-primary);text-decoration:none}
.ph-knowledge-intro{max-width:920px;margin:0 auto 72px;font-size:clamp(17px,1.5vw,20px);line-height:1.75;color:#4d5360;text-align:center}
.ph-knowledge-intro p:last-child{margin-bottom:0}
.ph-knowledge-section{margin-top:74px}
.ph-knowledge-eyebrow{margin:0 0 10px!important;color:var(--ph-primary)!important;font-size:13px!important;font-weight:900!important;letter-spacing:.16em;text-transform:uppercase}
.ph-knowledge-section .ph-blog-section-head{text-align:center;max-width:850px;margin:0 auto 34px}
.ph-knowledge-section .ph-blog-section-head h2{margin:0;color:var(--ph-secondary);font-size:clamp(30px,4vw,48px);line-height:1.1}
.ph-knowledge-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ph-knowledge-topic-card{display:flex;flex-direction:column;min-height:190px;padding:28px;border:1px solid rgba(0,54,97,.12);border-radius:22px;background:#f7fafc;box-shadow:0 8px 22px rgba(0,54,97,.06);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.ph-knowledge-topic-card:hover{transform:translateY(-4px);border-color:rgba(0,167,181,.45);box-shadow:0 14px 30px rgba(0,54,97,.12)}
.ph-knowledge-topic-card h3{margin:0 0 12px;color:var(--ph-secondary);font-size:24px}
.ph-knowledge-topic-card p{margin:0 0 22px;color:#58616b;line-height:1.55}
.ph-knowledge-topic-card span{margin-top:auto;color:var(--ph-primary);font-weight:900}
.ph-knowledge-featured-grid,.ph-knowledge-post-grid{margin-top:0}
.ph-knowledge-post-card{display:flex;flex-direction:column}
.ph-knowledge-post-card .ph-blog-card-body{display:flex;flex-direction:column;flex:1}
.ph-knowledge-post-card .ph-blog-readmore{margin-top:auto}
.ph-knowledge-cta{display:grid;grid-template-columns:minmax(0,1.5fr) auto;gap:38px;align-items:center;margin-top:82px;padding:44px 48px;border-radius:28px;background:linear-gradient(135deg,#003661,#00557e);color:#fff;box-shadow:0 18px 42px rgba(0,54,97,.2)}
.ph-knowledge-cta h2{margin:0 0 12px;color:#fff;font-size:clamp(28px,3vw,42px)}
.ph-knowledge-cta p:not(.ph-knowledge-eyebrow){margin:0;max-width:760px;color:#fff;line-height:1.65}
.ph-knowledge-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.ph-knowledge-cta .ph-btn-secondary{background:#fff;color:var(--ph-secondary)!important}
.ph-knowledge-image-preview img{display:block;max-width:260px;height:auto;margin:0 0 10px;border-radius:8px}
@media (max-width:900px){.ph-knowledge-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-knowledge-cta{grid-template-columns:1fr}.ph-knowledge-cta-actions{justify-content:flex-start}}
@media (max-width:620px){.ph-knowledge-landing{padding-top:24px}.ph-knowledge-intro{margin-bottom:50px;text-align:left}.ph-knowledge-section{margin-top:54px}.ph-knowledge-topic-grid{grid-template-columns:1fr}.ph-knowledge-cta{padding:32px 24px}.ph-knowledge-cta-actions{flex-direction:column}.ph-knowledge-cta-actions .ph-btn{width:100%}}

/* PressureHub Wissen 1.0 */
.ph-knowledge-section-row th,.ph-knowledge-section-row{padding-top:28px!important;border-bottom:1px solid #dcdcde}
.ph-knowledge-section-row h2{margin:0 0 8px;color:#003661;font-size:18px}
.ph-knowledge-post-picker{max-width:720px;position:relative}
.ph-knowledge-post-results{position:absolute;z-index:20;left:0;right:0;max-height:260px;overflow:auto;background:#fff;border:1px solid #c3c4c7;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.ph-post-result,.ph-post-result-empty{display:block;width:100%;padding:10px 12px;border:0;border-bottom:1px solid #eee;background:#fff;text-align:left;cursor:pointer}
.ph-post-result:hover{background:#f0f6f8}
.ph-knowledge-selected-posts{margin-top:12px}
.ph-knowledge-selected-post{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:6px 0;padding:10px 12px;border:1px solid #dcdcde;border-radius:6px;background:#fff}
.ph-knowledge-selected-post>span{font-weight:600}
.ph-knowledge-selected-post>div{display:flex;gap:10px;white-space:nowrap}
.ph-knowledge-expert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.ph-knowledge-expert-card{padding:30px;border:1px solid rgba(0,54,97,.12);border-radius:22px;background:#f7fafc;box-shadow:0 8px 22px rgba(0,54,97,.06)}
.ph-knowledge-expert-card h3{margin:0 0 6px;color:var(--ph-secondary)}
.ph-knowledge-expert-card .ph-expert-role{margin:0 0 16px;color:var(--ph-primary);font-weight:800}
.ph-knowledge-expert-card a{font-weight:800;text-decoration:none}
.ph-knowledge-faq-list{max-width:900px;margin:0 auto}
.ph-knowledge-faq-list details{margin:12px 0;border:1px solid rgba(0,54,97,.14);border-radius:14px;background:#fff;overflow:hidden}
.ph-knowledge-faq-list summary{padding:20px 24px;color:var(--ph-secondary);font-weight:800;cursor:pointer}
.ph-knowledge-faq-list details>div{padding:0 24px 20px;color:#4d5360;line-height:1.65}
.ph-knowledge-index{padding:50px 0 90px}
.ph-knowledge-index-intro{max-width:900px;margin:0 auto 46px;text-align:center;font-size:18px;line-height:1.7}
.ph-knowledge-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ph-knowledge-index-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,54,97,.12);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(0,54,97,.08);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.ph-knowledge-index-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,54,97,.14)}
.ph-knowledge-index-card__media,.ph-knowledge-index-card img,.ph-knowledge-index-placeholder{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;flex:0 0 auto}
.ph-knowledge-index-placeholder{display:grid;place-items:center;padding:0;background:linear-gradient(135deg,#003661,#00a7b5);color:#fff;font-weight:800}
.ph-knowledge-index-card__body{display:flex;flex:1;flex-direction:column;padding:26px}
.ph-knowledge-index-card h2{margin:0 0 12px;color:var(--ph-secondary)}
.ph-knowledge-index-card p:not(.ph-knowledge-eyebrow){color:#58616b;line-height:1.55}
.ph-knowledge-index-card span{margin-top:auto;color:var(--ph-primary);font-weight:900}
@media(max-width:900px){.ph-knowledge-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.ph-knowledge-expert-grid,.ph-knowledge-index-grid{grid-template-columns:1fr}}


/* =========================================================
   PressureHub Card System 1.2.0
   Reusable cards for Knowledge, related content and later modules.
   ========================================================= */
.ph-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(0,54,97,.14);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,54,97,.08);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ph-card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,167,181,.4);
  box-shadow:0 16px 34px rgba(0,54,97,.14);
}
.ph-card__media{
  display:block;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#eef4f7;
  text-decoration:none;
}
.ph-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.ph-card:hover .ph-card__media img{transform:scale(1.035)}
.ph-card__placeholder{
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  background:linear-gradient(135deg,#003661,#00a7b5);
  color:#fff;
  font-weight:800;
}
.ph-card__body{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  padding:22px 22px 24px;
}
.ph-card__badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  margin:0 0 12px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(0,167,181,.1);
  color:#007f8b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  line-height:1.2;
  text-decoration:none;
  text-transform:uppercase;
}
.ph-card__badge:hover{background:rgba(0,167,181,.18);color:var(--ph-secondary)}
.ph-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 10px;
  color:#65717d;
  font-size:13px;
  line-height:1.4;
}
.ph-card__title{
  margin:0 0 12px;
  color:var(--ph-secondary);
  font-size:clamp(19px,1.7vw,23px);
  line-height:1.2;
}
.ph-card__title a{color:inherit;text-decoration:none}
.ph-card__title a:hover{color:var(--ph-primary)}
.ph-card__excerpt{
  margin:0 0 18px;
  color:#4f5b66;
  line-height:1.6;
}
.ph-card__link{
  display:inline-flex;
  gap:6px;
  align-items:center;
  margin-top:auto;
  color:var(--ph-primary);
  font-weight:900;
  text-decoration:none;
}
.ph-card__link:hover{color:var(--ph-secondary)}
.ph-knowledge-post-grid,.ph-knowledge-featured-grid,.ph-related-grid{
  align-items:stretch;
}
.ph-knowledge-post-grid .ph-card,.ph-knowledge-featured-grid .ph-card,.ph-related-grid .ph-card{height:100%}
@media(max-width:620px){
  .ph-card__body{padding:20px}
  .ph-card__title{font-size:21px}
}

/* 4.1.4 – Front page: Magazine / Knowledge / Magazine */
.ph-editorial-card__type{margin:0 0 8px!important;color:var(--dt-main-color)!important;font-size:.78rem!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important;}
.ph-editorial-card__date{margin:0 0 10px!important;color:#607487!important;font-size:.86rem!important;}
.ph-editorial-card--knowledge{border-color:rgba(0,167,181,.42)!important;}
.ph-editorial-card--knowledge .ph-blog-card__body{background:linear-gradient(180deg,rgba(0,167,181,.055),#fff 34%)!important;}
.ph-editorial-card__link{display:inline-flex;margin-top:auto;font-weight:800;text-decoration:none;}
.ph-editorial-card .ph-blog-card__body{display:flex;flex-direction:column;height:100%;text-align:left;}
@media (max-width:767px){.ph-editorial-grid{grid-template-columns:1fr!important;}.ph-editorial-card--knowledge{order:1}.ph-editorial-card--magazine:first-child{order:0}.ph-editorial-card--magazine:last-child{order:2}}
