/* ============================================================
SERVICES GLOBAL LAYOUT STYLES
============================================================ */

/* ============================================================
GLOBAL BUTTON STYLES - CI Design
Filled button (blue bg, white text) → Outline on hover
============================================================ */

.services-btn,
.services-header-btn,
.services-conclusion-btn {
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1.4em !important;
padding: .8em 2.1em !important;
font-weight: 600 !important;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.05em;
text-decoration: none !important;
border: 2px solid #1b3d58 !important;
border-radius: 10px;
background-color: #1b3d58 !important;
color: #ffffff !important;
transition: all 0.3s ease;
cursor: pointer;
}

.services-btn:hover,
.services-header-btn:hover,
.services-conclusion-btn:hover {
background: transparent !important;
color: #1b3d58 !important;
}

/* Secondary button (outline style - for 2nd button next to primary) */
.services-btn--secondary,
.services-header-btn-secondary {
background: transparent !important;
color: #b5ab9f !important;
border-color: #b5ab9f !important;
}

.services-btn--secondary:visited,
.services-btn--secondary:active,
.services-btn--secondary:focus,
.services-header-btn-secondary:visited,
.services-header-btn-secondary:active,
.services-header-btn-secondary:focus {
background: transparent !important;
color: #b5ab9f !important;
border-color: #b5ab9f !important;
}

.services-btn--secondary:hover,
.services-header-btn-secondary:hover {
background: #b5ab9f !important;
color: #ffffff !important;
border-color: #b5ab9f !important;
}

/* Light variant for dark backgrounds (white border) */
.services-btn--light,
.services-header-btn-primary {
background: #b5ab9f !important;
color: #ffffff !important;
border-color: #b5ab9f !important;
}

.services-btn--light:hover,
.services-header-btn-primary:hover {
background: transparent !important;
color: #b5ab9f !important;
}

/* Conclusion button on dark bg */
.services-conclusion .services-conclusion-btn {
background: transparent !important;
color: #ffffff !important;
border-color: #ffffff !important;
}

.services-conclusion .services-conclusion-btn:hover {
background: #ffffff !important;
color: #1b3d58 !important;
}

/* Button Responsive */
@media (max-width: 980px) {

.services-btn,
.services-header-btn,
.services-conclusion-btn {
    font-size: 13px !important;
}
}

@media (max-width: 767px) {

.services-btn,
.services-header-btn,
.services-conclusion-btn {
    font-size: 12px !important;
}
}

.custom-content-blurb .et_pb_module_header {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #1b3d58 !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.3;
margin: 0 0 1.5rem 0;
}

@media (max-width: 767px) {
.custom-content-blurb .et_pb_module_header {
    font-size: 1.35rem !important;
}
}

@media (max-width: 480px) {
.custom-content-blurb .et_pb_module_header {
    font-size: 1.25rem !important;
}
}



/* ==========================================================================
   CUSTOM CONTENT ACCORDION - FAQ Style
   Klasse "custom-content-accordion" auf das ACCORDION MODUL setzen!
   ========================================================================== */

/* Remove Divi vertical gap */
.et-db #et-boc .et-l .custom-content-accordion.et_pb_accordion,
.custom-content-accordion.et_pb_accordion {
    --vertical-gap: 0 !important;
}

/* Base: Reset all toggle items */
.custom-content-accordion.et_pb_accordion .et_pb_toggle,
.custom-content-accordion.et_pb_accordion .et_pb_module.et_pb_toggle,
.custom-content-accordion.et_pb_accordion .et_pb_accordion_item,
.et_pb_accordion.custom-content-accordion .et_pb_toggle,
body .custom-content-accordion .et_pb_toggle,
body #page-container .custom-content-accordion .et_pb_toggle {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-top: 1px solid #1b3d58 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Last item: bottom border */
.custom-content-accordion.et_pb_accordion .et_pb_toggle:last-child,
body .custom-content-accordion .et_pb_toggle:last-child,
body #main-content .custom-content-accordion .et_pb_toggle:last-child {
    border-bottom: 1px solid #1b3d58 !important;
}

/* Title */
.custom-content-accordion.et_pb_accordion .et_pb_toggle_title,
.custom-content-accordion.et_pb_accordion h5.et_pb_toggle_title,
body .custom-content-accordion .et_pb_toggle_title,
body .custom-content-accordion h5.et_pb_toggle_title {
    position: relative !important;
    padding: 24px 50px 24px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.15rem) !important;
    font-weight: 600 !important;
    color: #1b3d58 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    cursor: pointer !important;
}

/* Hide Divi default icon */
.custom-content-accordion.et_pb_accordion .et_pb_toggle_title::before,
body .custom-content-accordion .et_pb_toggle_title::before {
    display: none !important;
}

/* Plus Icon (using ::after) */
.custom-content-accordion.et_pb_accordion .et_pb_toggle_title::after,
body .custom-content-accordion .et_pb_toggle_title::after {
    content: '+' !important;
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #1b3d58 !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Minus Icon (open state) */
.custom-content-accordion.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title::after,
.custom-content-accordion.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::after,
body .custom-content-accordion .et_pb_toggle_open .et_pb_toggle_title::after {
    content: '−' !important;
}

/* Content */
.custom-content-accordion.et_pb_accordion .et_pb_toggle_content,
body .custom-content-accordion .et_pb_toggle_content {
    padding: 0 0 24px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    color: #1b3d58 !important;
    line-height: 1.8 !important;
}

.custom-content-accordion .et_pb_toggle_content p {
    margin: 0 0 1em 0 !important;
    color: #1b3d58 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.custom-content-accordion .et_pb_toggle_content p:last-child {
    margin-bottom: 0 !important;
}

.custom-content-accordion .et_pb_toggle_content a {
    color: #1b3d58 !important;
    text-decoration: underline !important;
}

/* RESPONSIVE: Tablet */
@media (max-width: 767px) {
    .custom-content-accordion .et_pb_toggle_title,
    body .custom-content-accordion .et_pb_toggle_title {
        padding: 20px 45px 20px 0 !important;
        font-size: 1rem !important;
    }

    .custom-content-accordion .et_pb_toggle_title::after {
        font-size: 24px !important;
    }

    .custom-content-accordion .et_pb_toggle_content {
        font-size: 15px !important;
        padding-bottom: 20px !important;
    }
}

/* RESPONSIVE: Mobile */
@media (max-width: 480px) {
    .custom-content-accordion .et_pb_toggle_title,
    body .custom-content-accordion .et_pb_toggle_title {
        padding: 16px 40px 16px 0 !important;
        font-size: 0.95rem !important;
    }

    .custom-content-accordion .et_pb_toggle_title::after {
        font-size: 22px !important;
    }

    .custom-content-accordion .et_pb_toggle_content {
        font-size: 14px !important;
        padding-bottom: 16px !important;
    }
}

/* ============================================================
1. [global-services1-header]
============================================================ */

.services-header {
border-radius: 20px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

.services-header-wrapper {
display: flex;
gap: 0;
align-items: stretch;
min-height: 400px;
}

/* Left: Featured Image */
.services-header-image {
flex: 0 0 45%;
position: relative;
overflow: hidden;
border-radius: 16px 0 0 16px;
}

.services-header-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

/* Right: Content */
.services-header-content {
flex: 1;
background: #ffffff;
padding: 50px 60px;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 0 16px 16px 0;
}

.services-header h1.services-header-title,
.services-header .services-header-title h1 {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #1b3d58 !important;
line-height: 1.2;
margin: 0 0 1.5rem 0;
hyphens: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}

.services-header-desc {
font-size: 16px;
color: #1b3d58;
line-height: 1.7;
margin-bottom: 2rem;
}

.services-header-desc p {
margin: 0 0 1em 0;
}

.services-header-desc p:last-child {
margin-bottom: 0;
}

/* Buttons */
.services-header-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: auto;
padding-top: 1rem;
}

/* Header buttons use --light variant (defined in global button styles) */

/* ============================================================
1. HEADER - RESPONSIVE
============================================================ */

@media (max-width: 1100px) {
.services-header-content {
    padding: 40px 45px;
}
}

@media (max-width: 980px) {
.services-header-wrapper {
    flex-direction: column;
    min-height: auto;
}

.services-header-image {
    flex: none;
    height: 300px;
    border-radius: 16px 16px 0 0;
}

.services-header-content {
    border-radius: 0 0 16px 16px;
    padding: 40px;
    text-align: center;
}

.services-header-buttons {
    justify-content: center;
}
}

@media (max-width: 767px) {
.services-header {
    border-radius: 16px;
}

.services-header-image {
    height: 250px;
    border-radius: 12px 12px 0 0;
}

.services-header-content {
    padding: 30px 24px;
    border-radius: 0 0 12px 12px;
}

.services-header h1.services-header-title {
    font-size: 1.35rem !important;
    margin-bottom: 1rem;
}

.services-header-desc {
    font-size: 15px;
    margin-bottom: 1.5rem;
}

.services-header-buttons {
    flex-direction: column;
}

.services-header-btn {
    width: 100%;
}
}

@media (max-width: 480px) {
.services-header-image {
    height: 200px;
}

.services-header-content {
    padding: 24px 20px;
}

.services-header h1.services-header-title {
    font-size: 1.35rem !important;
}

.services-header-desc {
    font-size: 14px;
}
}

/* ============================================================
2. [global-services2-intro]
============================================================ */

.services-intro {}

/* Header */
.services-intro-header {
text-align: left;
}

.services-intro h2.services-intro-title {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #1b3d58 !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.3;
margin: 0 0 1.5rem 0;
}

.services-intro-desc {
font-size: 16px;
color: #1b3d58 !important;
line-height: 1.8;
}

.services-intro-desc p {
margin: 0 0 1em 0;
}

.services-intro-desc p:last-child {
margin-bottom: 0;
}

.services-intro-desc a {
color: #1b3d58 !important;
text-decoration: underline;
text-underline-offset: 3px;
}

.services-intro-desc a:hover {
opacity: 0.7;
}

/* Repeater Items */
.services-intro-items {
display: flex;
flex-direction: column;
gap: 40px;
}

.services-intro-item {
padding-bottom: 40px;
}

.services-intro-item:last-child {
padding-bottom: 0;
}

.services-intro h2.services-intro-item-title {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #1b3d58 !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.3;
margin: 0 0 1.5rem 0;
}

.services-intro-item-desc {
font-size: 16px;
color: #1b3d58 !important;
line-height: 1.8;
}

.services-intro-item-desc p {
margin: 0 0 1em 0;
}

.services-intro-item-desc p:last-child {
margin-bottom: 0;
}

.services-intro-item-desc a {
color: #1b3d58 !important;
text-decoration: underline;
text-underline-offset: 3px;
}

/* 2. INTRO - RESPONSIVE */


@media (max-width: 767px) {


.services-intro h2.services-intro-title {
    font-size: 1.35rem !important;
    margin-bottom: 1rem;
}

.services-intro-desc {
    font-size: 15px;
    line-height: 1.7;
}

.services-intro-items {
    gap: 30px;
}

.services-intro-item {
    padding-bottom: 30px;
}

.services-intro h2.services-intro-item-title {
    font-size: 1.35rem !important;
}

.services-intro-item-desc {
    font-size: 15px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {

.services-intro h2.services-intro-title {
    font-size: 1.25rem !important;
}

.services-intro-desc {
    font-size: 14px;
}

.services-intro-items {
    gap: 25px;
}

.services-intro-item {
    padding-bottom: 25px;
}

.services-intro h2.services-intro-item-title {
    font-size: 1.25rem !important;
}

.services-intro-item-desc {
    font-size: 14px;
}
}

/* ============================================================
3. [global-services3-keyfacts]
============================================================ */

/* Main Section Container - Two Column Layout */
.keyfacts-section {
display: flex;
gap: 50px;
align-items: stretch;
background: #ffffff;
padding: 50px;
border-radius: 20px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

/* Left Column: Intro Text */
.keyfacts-intro {
flex: 0 0 280px;
display: flex;
flex-direction: column;
justify-content: center;
}

.keyfacts-section .keyfacts-intro h2.keyfacts-main-heading {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.2;
color: #1b3d58 !important;
margin: 0 0 1.5rem 0;
hyphens: auto;
word-wrap: break-word;
overflow-wrap: break-word;
}

.keyfacts-intro .keyfacts-desc {
font-size: 16px;
color: #1b3d58 !important;
line-height: 1.7;
font-weight: 400;
}

.keyfacts-intro .keyfacts-desc p {
margin: 0 0 1em 0;
}

.keyfacts-intro .keyfacts-desc p:last-child {
margin-bottom: 0;
}

/* Right Column: Keyfacts Grid Container */
.keyfacts-main-container {
flex: 1;
background: #b5ab9f;
padding: 50px 40px;
border-radius: 20px;
}

.keyfacts-main-container .keyfacts-grid-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px 30px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .keyfacts-grid-item {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon img {
height: 70px;
width: 70px;
display: block;
object-fit: contain;
}

.keyfacts-section .keyfacts-main-container .keyfacts-grid-wrapper .kf-title {
font-size: clamp(0.8rem, 0.7rem + 0.4vw, 0.95rem);
color: #ffffff !important;
text-transform: uppercase;
font-weight: 700 !important;
letter-spacing: 0.08em;
line-height: 1.3;
padding-bottom: 6px;
margin: 0;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-desc {
font-size: 14px;
color: rgba(255, 255, 255, 0.85);
line-height: 1.4;
font-weight: 400;
margin: 0;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-desc p {
margin: 0;
}

/* Link styling inside keyfacts */
.keyfacts-main-container #kostenlink,
.keyfacts-main-container a {
color: #ffffff !important;
font-weight: bold;
text-decoration: underline;
text-underline-offset: 4px;
}

.keyfacts-main-container a:hover {
opacity: 0.8;
}

/* ============================================================
RESPONSIVE: Tablet (max-width: 1100px)
============================================================ */

@media (max-width: 1100px) {
.keyfacts-section {
    gap: 40px;
    padding: 50px;
}

.keyfacts-intro {
    flex: 0 0 240px;
}

.keyfacts-main-container {
    padding: 40px 30px;
}

.keyfacts-main-container .keyfacts-grid-wrapper {
    gap: 30px 20px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon img {
    height: 60px;
    width: 60px;
}
}

/* ============================================================
RESPONSIVE: Tablet Portrait (max-width: 980px)
============================================================ */

@media (max-width: 980px) {
.keyfacts-section {
    flex-direction: column;
    gap: 30px;
    padding: 40px;
}

.keyfacts-intro {
    flex: none;
    text-align: center;
}

.keyfacts-section .keyfacts-intro h2.keyfacts-main-heading {
    margin-bottom: 1rem;
}

.keyfacts-main-container {
    padding: 40px 30px;
}

.keyfacts-main-container .keyfacts-grid-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .keyfacts-grid-item {
    flex-direction: row;
    text-align: left;
    gap: 20px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon {
    flex-shrink: 0;
    margin-bottom: 0;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon img {
    height: 55px;
    width: 55px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-content {
    text-align: left;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-title {
    font-size: 0.85rem;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-desc {
    font-size: 14px;
}
}

/* ============================================================
RESPONSIVE: Mobile (max-width: 767px)
============================================================ */

@media (max-width: 767px) {
.keyfacts-section {
    padding: 30px;
    border-radius: 16px;
}

.keyfacts-main-container {
    padding: 30px 20px;
    border-radius: 16px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon img {
    height: 50px;
    width: 50px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-title {
    font-size: 0.8rem;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-desc {
    font-size: 13px;
}
}

/* ============================================================
RESPONSIVE: Small Mobile (max-width: 480px)
============================================================ */

@media (max-width: 480px) {
.keyfacts-section {
    padding: 24px;
    gap: 20px;
}

.keyfacts-section .keyfacts-intro h2.keyfacts-main-heading {
    font-size: 1.5rem !important;
}

.keyfacts-intro .keyfacts-desc {
    font-size: 14px;
}

.keyfacts-main-container {
    padding: 24px 16px;
}

.keyfacts-main-container .keyfacts-grid-wrapper {
    gap: 20px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon img {
    height: 45px;
    width: 45px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-title {
    font-size: 0.75rem;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-desc {
    font-size: 12px;
}
}

/* ============================================================
RESPONSIVE: Extra Small (max-width: 350px)
============================================================ */

@media (max-width: 350px) {
.keyfacts-section {
    padding: 20px;
    gap: 30px;
}

.keyfacts-section .keyfacts-intro h2.keyfacts-main-heading {
    font-size: 1.35rem !important;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.keyfacts-main-container {
    background: none;
    padding: 0px;
    border-radius: 0px;
}

.keyfacts-main-container .keyfacts-grid-wrapper {
    gap: 1.25rem;
}

.keyfacts-main-container .keyfacts-grid-wrapper .keyfacts-grid-item {
    gap: 15px;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-icon img {
    height: 40px;
    width: 40px;
}

.keyfacts-section .keyfacts-main-container .keyfacts-grid-wrapper .kf-title {
    color: #1b3d58 !important;
}

.keyfacts-main-container .keyfacts-grid-wrapper .kf-desc {
    color: #1b3d58;
}
}

/* ============================================================
4. [global-services4-maincontent]
============================================================ */

.services-main {}

.services-main-wrapper {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 60px;
align-items: start;
}

.services-main-header {
position: sticky;
top: 120px;
}

.services-main h2.services-main-title {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #1b3d58 !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.3;
margin: 0 0 1.5rem 0;
}

.services-main-content {
font-size: 16px;
color: #1b3d58 !important;
line-height: 1.8;
}

.services-main-content p {
margin: 0 0 1.5em 0;
}

.services-main-content p:last-child {
margin-bottom: 0;
}

.services-main .services-main-content h2,
.services-main .services-main-content h3,
.services-main .services-main-content h4 {
color: #1b3d58 !important;
font-weight: 700 !important;
margin: 2em 0 1em 0;
}

.services-main-content h2:first-child,
.services-main-content h3:first-child,
.services-main-content h4:first-child {
margin-top: 0;
}

.services-main-content ul,
.services-main-content ol {
margin: 1em 0;
padding-left: 1.5em;
}

.services-main-content li {
margin-bottom: 0.5em;
}

.services-main-content a {
color: #1b3d58 !important;
text-decoration: underline;
text-underline-offset: 3px;
}

.services-main-content a:hover {
opacity: 0.7;
}

/* 4. MAINCONTENT - RESPONSIVE */

@media (max-width: 980px) {
.services-main-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
}

.services-main-header {
    position: static;
    text-align: center;
}
}

@media (max-width: 767px) {

.services-main h2.services-main-title {
    font-size: 1.35rem !important;
}

.services-main-content {
    font-size: 15px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {

.services-main h2.services-main-title {
    font-size: 1.25rem !important;
}

.services-main-content {
    font-size: 14px;
}
}

/* ============================================================
5. [global-services5-treatmentcombis]
============================================================ */

.services-kombis {
background: #1b3d58;
padding: 50px;
border-radius: 20px;
}

/* Header */
.services-kombis-header {
margin-bottom: 50px;
}


.services-kombis h2.services-kombis-title,
.services-kombis .services-kombis-title h2 {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #ffffff !important;
text-transform: uppercase;
letter-spacing: 0.08em;
line-height: 1.2;
margin: 0 0 1.5rem 0;
}

.services-kombis-desc {
font-size: 16px;
color: rgba(255, 255, 255, 0.85);
line-height: 1.8;
}

.services-kombis-desc p {
margin: 0 0 1em 0;
}

.services-kombis-desc p:last-child {
margin-bottom: 0;
}

/* Cards Container */
.services-kombis-items {
display: flex;
flex-direction: column;
gap: 30px;
}

/* Individual Card - 2 Column Layout */
.services-kombis-card {
background: #4f6073;
border-radius: 16px;
padding: 50px;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 40px;
align-items: start;
}

.services-kombis .services-kombis-card-title,
.services-kombis .services-kombis-card-title h3 {
font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.4rem) !important;
font-weight: 700 !important;
color: #ffffff !important;
text-transform: uppercase;
letter-spacing: 0.08em;
line-height: 1.4;
margin: 0;
}

.services-kombis-card-content {
font-size: 16px;
color: rgba(255, 255, 255, 0.85);
line-height: 1.8;
}

.services-kombis-card-content p {
margin: 0 0 1em 0;
}

.services-kombis-card-content p:last-child {
margin-bottom: 0;
}

.services-kombis-card-content a {
color: #ffffff !important;
text-decoration: underline;
text-underline-offset: 3px;
}

.services-kombis-card-content a:hover {
opacity: 0.8;
}

/* 5. TREATMENTCOMBIS - RESPONSIVE */

@media (max-width: 980px) {
.services-kombis {
    padding: 2.5rem;
}

.services-kombis-card {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem;
}

.services-kombis-items {
    gap: 2.5rem;
}
}

@media (max-width: 767px) {
.services-kombis {
    padding: 1.5rem;
    border-radius: 16px;
}

.services-kombis-card {
    gap: 1.5rem;
    padding: 1.5rem;
}

.services-kombis h2.services-kombis-title {
    font-size: 1.35rem !important;
}

.services-kombis .services-kombis-card-title h3 {
    font-size: 1.1rem !important;
}

.services-kombis-items {
    gap: 1.5rem;
}

.services-kombis-card {
    padding: 1.5rem;
    border-radius: 12px;
}

.services-kombis .services-kombis-card-title h3 {
    font-size: 1.05rem !important;
}

.services-kombis-card-content {
    font-size: 15px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {
.services-kombis .services-kombis-card-title h3 {
    font-size: 1rem !important;
}

.services-kombis-card-content {
    font-size: 14px;
}
}

/* ============================================================
6. [global-services6-bagallery]
============================================================ */

.services-bagallery {}

.services-bagallery-wrapper {
display: grid;
grid-template-columns: 2fr 1fr;
gap: clamp(3.25rem, 1.3rem + 3.9vw, 4.55rem) !important;
align-items: start;
}

/* Left: Gallery */
.services-bagallery-images {
background: #b5ab9f;
padding: 50px;
border-radius: 20px;
display: flex;
flex-direction: column;
gap: 30px;
}

.services-bagallery-item {
border-radius: 10px;
overflow: hidden;
}

.services-bagallery-item img {
width: 100%;
height: auto;
display: block;
}

.services-bagallery-disclaimer {
grid-column: 1 / -1;
font-size: 11px;
color: #1b3d58 !important;
line-height: 1.5;
margin: 5px 0 0 0;
}

/* Right: Content */
.services-bagallery-content {
position: sticky;
top: 120px;
padding: 20px 0;
}

.services-bagallery h2.services-bagallery-title {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #1b3d58 !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.3;
margin: 0 0 1.5rem 0;
}

.services-bagallery-desc {
font-size: 16px;
color: #1b3d58 !important;
line-height: 1.7;
}

.services-bagallery-desc p {
margin: 0 0 1em 0;
}

.services-bagallery-desc p:last-child {
margin-bottom: 0;
}

/* Lightbox Trigger */
.services-lightbox-trigger {
cursor: pointer;
transition: opacity 0.3s ease;
}

/* Lightbox Overlay */
.services-lightbox {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100vw;
height: 100vh;
background: #000000;
z-index: 2147483647;
justify-content: center;
align-items: center;
isolation: isolate;
}

.services-lightbox.is-open {
display: flex;
}

.services-lightbox-content {
max-width: 90%;
max-height: 85%;
display: flex;
justify-content: center;
align-items: center;
}

.services-lightbox-img {
max-width: 100%;
max-height: 85vh;
object-fit: contain;
border-radius: 4px;
}

/* Lightbox Controls */
.services-lightbox-close,
.services-lightbox-prev,
.services-lightbox-next {
position: absolute;
background: transparent;
border: none;
color: #ffffff !important;
cursor: pointer;
transition: opacity 0.3s ease;
z-index: 10;
}

.services-lightbox-close:hover,
.services-lightbox-prev:hover,
.services-lightbox-next:hover {
opacity: 0.7;
}

.services-lightbox-close {
top: 20px;
right: 30px;
font-size: 50px;
font-weight: 300;
line-height: 1;
}

.services-lightbox-prev,
.services-lightbox-next {
top: 50%;
transform: translateY(-50%);
padding: 20px;
}

.services-lightbox-prev svg,
.services-lightbox-next svg {
display: block;
}

.services-lightbox-prev {
left: 20px;
}

.services-lightbox-next {
right: 20px;
}

.services-lightbox-counter {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
color: #ffffff !important;
font-size: 14px;
letter-spacing: 0.1em;
}

/* 6. BAGALLERY - RESPONSIVE */

@media (max-width: 980px) {
.services-bagallery-wrapper {
    grid-template-columns: 1fr;
}

.services-bagallery-content {
    position: static;
    order: -1;
    text-align: center;
}

.services-bagallery-images {
padding: 2.5rem;
gap: 2.5rem;
}
}

@media (max-width: 767px) {

.services-bagallery-images {
    border-radius: 16px;
    padding: 1.5rem;
    gap: 1.5rem;
}

.services-bagallery h2.services-bagallery-title {
    font-size: 1.35rem !important;
}

.services-bagallery-desc {
    font-size: 15px;
}
}

@media (max-width: 480px) {


.services-bagallery-disclaimer {
    font-size: 10px;
}

.services-bagallery h2.services-bagallery-title {
    font-size: 1.25rem !important;
}

.services-bagallery-desc {
    font-size: 14px;
}
}

/* ============================================================
7. [global-services7-outro]
Design 1:1 wie Intro
============================================================ */

.services-outro {}

/* Repeater Items */
.services-outro-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.services-outro-item {
    padding-bottom: 40px;
}

.services-outro-item:last-child {
    padding-bottom: 0;
}

.services-outro h2.services-outro-item-title {
    font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
    font-weight: 700 !important;
    color: #1b3d58 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0 0 1.5rem 0;
}

.services-outro-item-desc {
    font-size: 16px;
    color: #1b3d58 !important;
    line-height: 1.8;
}

.services-outro-item-desc p {
    margin: 0 0 1em 0;
}

.services-outro-item-desc p:last-child {
    margin-bottom: 0;
}

.services-outro-item-desc a {
    color: #1b3d58 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* 7. OUTRO - RESPONSIVE */

@media (max-width: 767px) {
    .services-outro-wrapper {
        gap: 30px;
    }

    .services-outro-item {
        padding-bottom: 30px;
    }

    .services-outro h2.services-outro-item-title {
        font-size: 1.35rem !important;
    }

    .services-outro-item-desc {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .services-outro-wrapper {
        gap: 25px;
    }

    .services-outro-item {
        padding-bottom: 25px;
    }

    .services-outro h2.services-outro-item-title {
        font-size: 1.25rem !important;
    }

    .services-outro-item-desc {
        font-size: 14px;
    }
}

/* ============================================================
8. [global-services8-conclusion]
============================================================ */

.services-conclusion {
background: #1b3d58;
padding: 80px 40px;
border-radius: 20px;
text-align: center;
}

.services-conclusion h2.services-conclusion-title,
.services-conclusion .services-conclusion-title h2 {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #ffffff !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.2;
margin: 0 0 1.5rem 0;
}

.services-conclusion-desc {
font-size: 16px;
color: rgba(255, 255, 255, 0.85);
line-height: 1.8;
margin-bottom: 2rem;
}

.services-conclusion-desc p {
margin: 0 0 1em 0;
}

.services-conclusion-desc p:last-child {
margin-bottom: 0;
}

.services-conclusion-desc a {
color: #ffffff !important;
text-decoration: underline;
text-underline-offset: 3px;
}

.services-conclusion-cta {
margin-top: 2rem;
}

/* Conclusion button uses --light variant (defined in global button styles) */

/* 8. CONCLUSION - RESPONSIVE */

@media (max-width: 980px) {
.services-conclusion {
    padding: 60px 30px;
}
}

@media (max-width: 767px) {
.services-conclusion {
    padding: 50px 24px;
    border-radius: 16px;
}

.services-conclusion h2.services-conclusion-title {
    font-size: 1.35rem !important;
}

.services-conclusion-desc {
    font-size: 15px;
}

.services-conclusion-btn {
    width: 100%;
}
}

@media (max-width: 480px) {
.services-conclusion {
    padding: 40px 20px;
}

.services-conclusion h2.services-conclusion-title {
    font-size: 1.35rem !important;
}

.services-conclusion-desc {
    font-size: 14px;
}
}

/* ============================================================
9. [global-services9-faq]
============================================================ */

.services-faq {}

/* Header */
.services-faq-header {
text-align: center;
margin-bottom: 40px;
}

.services-faq h2.services-faq-title {
font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem) !important;
font-weight: 700 !important;
color: #1b3d58 !important;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.3;
margin: 0 0 1.5rem 0;
}

.services-faq-desc {
font-size: 16px;
color: #1b3d58 !important;
line-height: 1.8;
}

.services-faq-desc p {
margin: 0 0 1em 0;
}

.services-faq-desc p:last-child {
margin-bottom: 0;
}

/* Accordion */
.services-faq-accordion {
display: flex;
flex-direction: column;
gap: 0;
}

.services-faq-item {
    border-top: 1px solid #1b3d58;
}

.services-faq-item:last-child {
    border-bottom: 1px solid #1b3d58;
}

.services-faq-question {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
padding: 24px 0;
background: transparent;
border: none;
cursor: pointer;
text-align: left;
transition: color 0.3s ease;
}

.services-faq-question:hover {
color: #1b3d58 !important;
}

.services-faq-question-text {
font-size: clamp(1rem, 0.9rem + 0.4vw, 1.15rem);
font-weight: 600;
color: #1b3d58 !important;
line-height: 1.4;
}

.services-faq-icon {
flex-shrink: 0;
width: 24px;
height: 24px;
color: #1b3d58 !important;
transition: transform 0.3s ease;
}

.services-faq-icon svg {
display: block;
}

/* Open state */
.services-faq-item.is-open .services-faq-icon {
transform: rotate(45deg);
}

/* Answer */
.services-faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}

.services-faq-item.is-open .services-faq-answer {
max-height: 1000px;
}

.services-faq-answer-content {
padding: 0 0 24px 0;
font-size: 16px;
color: #1b3d58 !important;
line-height: 1.8;
}

.services-faq-answer-content p {
margin: 0 0 1em 0;
}

.services-faq-answer-content p:last-child {
margin-bottom: 0;
}

.services-faq-answer-content a {
color: #1b3d58 !important;
text-decoration: underline;
text-underline-offset: 3px;
}

/* 9. FAQ - RESPONSIVE */

@media (max-width: 767px) {


.services-faq-question {
    padding: 20px 0;
}

.services-faq-question-text {
    font-size: 1rem;
}

.services-faq-answer-content {
    font-size: 15px;
    padding-bottom: 20px;
}
}

@media (max-width: 480px) {

.services-faq-question {
    padding: 16px 0;
    gap: 15px;
}

.services-faq-question-text {
    font-size: 0.95rem;
}

.services-faq-icon {
    width: 20px;
    height: 20px;
}

.services-faq-answer-content {
    font-size: 14px;
    padding-bottom: 16px;
}
}