/* --- NEUE STANDARDISIERUNG FÜR ÜBERSCHRIFTEN --- */
h1,
.h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 1.5;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 1.5;
}

/* Responsive Anpassung für H1 (Clamp Logik oder Media Query Override) */
@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 28px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }
}

/* --- URSPRÜNGLICHE CSS MIT ANGEPASSTEN WERTEN --- */
.btn,
.faq-button,
.hero-btn {
    cursor: pointer
}

@font-face {
    font-family: csfont;
    src: url("fonts/csfont.ttf") format("truetype")
}

.color1 {
    color: #005b7a
}

.color1-light {
    color: #d4f4ff
}

.color2 {
    color: #6cb2cb
}

.color2-light {
    color: #e6f6fc
}

.color3 {
    color: #494949
}

.arial,
body {
    font-family: 'Open Sans', sans-serif !important
}

body p {
    margin-bottom: 15px
}

.header_2 .row {
    background-color: hsla(0, 0%, 100%, .7) !important;
    backdrop-filter: blur(4px)
}

.elementor-widget:not(:last-child) {
    margin-block-end: 15px !important;
    margin-bottom: 15px !important
}

.align-center {
    text-align: center
}

.align-justify {
    text-align: justify
}

.pricing-card.featured .card-title,
.pricing-card.featured .feature-list li,
.pricing-card.featured .price-value,
.white {
    color: #fff
}

.f24 {
    font-size: 24px
}

.f28 {
    font-size: 28px
}

.f30 {
    font-size: 30px
}

.f32 {
    font-size: 32px
}

.fbold {
    font-weight: 700
}

.fnormal {
    font-weight: 400 !important
}

.bottom-0 p {
    margin-bottom: 0 !important
}

p {
    margin-bottom: 15px !important
}

.underline-magical {
    background-image: linear-gradient(120deg, #fff 0, #72caeb 100%);
    background-repeat: no-repeat;
    background-size: 100% .2em;
    background-position: 0 88%;
    transition: background-size .25s ease-in
}

.underline-magical:hover {
    background-size: 100% 88%
}

.cz_stylish_list li i {
    transition-duration: 0s !important
}

.gradient-text {
    background: -webkit-linear-gradient(right, #005b7a, #6cb2cb);
    background: -o-linear-gradient(right, #005b7a, #6cb2cb);
    background: -moz-linear-gradient(right, #005b7a, #6cb2cb);
    background: linear-gradient(to right, #005b7a, #6cb2cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (min-width:769px) {
    body:not(.page-id-24) .page_content {
        margin-top: 120px !important
    }
}

.footer_2_center>div>div {
    float: none !important
}

#BorlabsCookieBox .row {
    width: 100% !important
}

#BorlabsCookieBox ._brlbs-box-wrap {
    max-width: 450px
}

#BorlabsCookieBox h3 {
    font-size: 20px !important
}

.BorlabsCookie .row {
    max-width: 100% !important;
    margin: 0 !important
}

._brlbs-branding,
.sb-accept input[type=checkbox] {
    display: none !important
}

._brlbs-flex-center {
    display: inline !important
}

#BorlabsCookieBox .cookie-logo {
    max-width: 130px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.sb-accept {
    font-size: 15px;
    line-height: 17px
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item label {
    display: table
}

.sb-accept .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    background: url(./images/checkbox.svg) 0 0/contain no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.sb-accept .wpcf7-acceptance input[type=checkbox]:checked+span:before {
    background: url(./images/check.svg) 0 0/contain no-repeat;
    width: 26px;
    height: 26px;
    padding: 2px
}

.sb-accept .wpcf7-acceptance label,
.sb-accept .wpcf7-list-item {
    margin: 0 !important
}

.csfont {
    font-family: csfont
}

.hero-content-wrapper {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box
}

.hero-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.hero-badge {
    background-color: #fca311;
    color: #000;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.hero-badge svg {
    width: 16px;
    height: 16px
}

/* H1 angepasst: Max 38px */
.hero-title {
    font-family: csfont;
    font-size: 38px;
    line-height: 1.2;
    margin: 10px 0 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.hero-btn,
.service-link {
    font-weight: 600;
    text-decoration: none
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 40px;
    max-width: 800px;
    color: #f0f0f0
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: .3s
}

.hero-btn svg {
    width: 20px;
    height: 20px
}

.btn-primary,
.hero-btn.primary {
    background-color: #b91c1c;
    color: #fff;
    border: 2px solid #b91c1c
}

.hero-btn.primary:hover {
    background-color: #991b1b;
    border-color: #991b1b
}

.hero-btn.secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff
}

.hero-btn.secondary:hover {
    background-color: #fff;
    color: #333
}

.hero-footer-text {
    font-size: 13px;
    color: #ccc;
    margin-top: 10px
}

.services-section-wrapper {
    font-family: 'Open Sans', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center
}

.faq-header,
.pricing-header,
.services-header {
    margin-bottom: 50px
}

/* H2 angepasst: Golden Rule Scale -> 30px */
.faq-header h2,
.pricing-header h2,
.services-header h2,
.why-us-header h2 {
    font-family: csfont;
    font-size: 30px;
    margin: 0 0 15px;
}

.services-subtitle {

    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto
}

.services-grid {
    display: grid;
    gap: 30px
}

@media (min-width:1041px) {

    .services-grid,
    .why-us-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    text-align: left;
    transition: .4s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.service-img-wrapper {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.service-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94)
}

.service-card:hover .service-img {
    transform: scale(1.1)
}

/* H3/Titel angepasst: 24px */
.service-title {
    font-family: 'csfont';
    font-size: 20px;
    margin: 0 0 10px
}

.service-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    /* flex-grow: 1 */
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0ea5e9;
    font-size: 15px;
    transition: color .3s
}

.service-link:hover {
    color: #0284c7;
    text-decoration: underline
}

.price-btn svg,
.service-link svg {
    width: 16px;
    height: 16px;
    transition: transform .3s
}

.price-btn:hover svg,
.service-link:hover svg {
    transform: translateX(4px)
}

.why-us-wrapper {
    font-family: 'Open Sans', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
    text-align: center
}

.why-us-header {
    margin-bottom: 60px
}

.why-us-subtitle {

    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto
}

.why-us-grid {
    display: grid;
    gap: 40px
}

@media (max-width:1040px) and (min-width:679px) {

    .services-grid,
    .why-us-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:678px) {

    .services-grid,
    .why-us-grid {
        grid-template-columns: 1fr
    }
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: transform .3s
}

.feature-item:hover {
    transform: translateY(-5px)
}

.feature-icon-circle {
    width: 80px;
    height: 80px;
    background-color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(255, 193, 7, .3)
}

.feature-icon-circle svg {
    width: 32px;
    height: 32px;
    stroke: #0284c7;
    stroke-width: 2
}

/* H3/Titel angepasst: 24px */
.feature-title {
    font-family: csfont;
    font-size: 24px;
    margin: 0 0 15px
}

.feature-desc {
    font-size: 15px;

    line-height: 1.6;
    max-width: 300px
}

.wpcp-section {
    --wpcp-primary: #009fe3;
    --wpcp-accent: #d32f2f;
    --wpcp-bg: #f4f7fa;
    --wpcp-card-bg: #ffffff;
    --wpcp-text-main: #333333;
    --wpcp-text-muted: #666666;
    padding: 60px 20px;
    background: linear-gradient(180deg, #f0f8ff 0, #fff 100%);
    box-sizing: border-box
}
.wpcp-section1{
    background: linear-gradient(180deg, #f0f8ff 0, #fff 100%);
}
.wpcp-section2{
    background: linear-gradient(0deg, #f0f8ff 0, #fff 100%);
}

.wpcp-badge{
    /* background: linear-gradient(0deg, #f0f8ff 0, #fff 100%); */
}
h1, h2, h3, h4,
.wpcp-card-title,
.wpcp-title {
    font-family: csfont;
}

.wpcp-section *,
.wpcp-section ::after,
.wpcp-section ::before {
    box-sizing: inherit
}

.wpcp-header {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center
}

/* H2 angepasst: 30px */
.wpcp-title {
    color: var(--wpcp-primary);
    margin: 0 0 15px;
    line-height: 1.2;
    font-weight: 700
}

.wpcp-subtitle {
    /* line-height: 1.6; */
    margin: 0
}

.wpcp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media (min-width:992px) {
    .wpcp-grid::before {
        content: '';
        position: absolute;
        top: 40px;
        left: 10%;
        right: 10%;
        height: 2px;
        background-image: linear-gradient(to right, var(--wpcp-primary) 50%, transparent 50%);
        background-size: 20px 100%;
        z-index: -1;
        opacity: .3;
        pointer-events: none
    }
}

.wpcp-card {
    background: var(--wpcp-card-bg);
    padding: 40px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    text-align: center;
    transition: transform .3s, box-shadow .3s;
    border-bottom: 4px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column
}

.wpcp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 159, 227, .15);
    border-bottom: 4px solid var(--wpcp-primary)
}

.wpcp-icon-wrap {
    width: 80px;
    height: 80px;
    background-color: #e0f2fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    color: var(--wpcp-primary);
    flex-shrink: 0
}

.wpcp-icon {
    width: 36px;
    height: 36px;
    display: block
}

.wpcp-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--wpcp-accent);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .8rem;
    border: 3px solid var(--wpcp-card-bg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

/* H4 angepasst: 20px (1.25rem ist ca 20px) */
.wpcp-card-title {
    color: var(--wpcp-text-main);
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 600
}

.wpcp-card-text {
    color: var(--wpcp-text-muted);
    font-size: .95rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1
}

.pricing-wrapper {
    font-family: 'Open Sans', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
    text-align: center;
}

.pricing-subtitle {

    font-size: 16px;
    max-width: 700px;
    margin: 0 auto
}

.pricing-grid {
    display: grid;
    gap: 30px;
    align-items: center
}

@media (min-width:1041px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1040px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto
    }
}

.pricing-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);
    transition: transform .3s
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.pricing-card.featured {
    background-color: #0090d4;
    border: 3px solid #b91c1c;
    color: #fff;
    padding-top: 40px;
    z-index: 2;
    box-shadow: 0 20px 25px -5px rgba(0, 144, 212, .3)
}

.pricing-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b91c1c;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

/* H3/Card Title angepasst: 24px */
.card-title {
    font-family: csfont;
    font-size: 24px;
    margin: 0;
    text-align: center;
    
}

.contact-section-wrapper,
.faq-section-wrapper,
.hero-light {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box
}

.card-size {
    text-align: center;
    font-size: 14px;

    margin-bottom: 25px;
    display: block
}

.pricing-card.featured .card-size,
.pricing-card.featured .price-label {
    color: #e0f2fe
}

.price-block {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 15px
}

.pricing-card.featured .price-block {
    background-color: rgba(255, 255, 255, .15)
}

.price-label {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px
}

.price-value {
    font-size: 16px;
    font-weight: 700;
    
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 25px 0
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    
}

.check-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.faq-button,
.price-btn {
    width: 100%;
    /* font-weight: 600; */
    text-align: left;
    display: flex
}

.pricing-card:not(.featured) .check-icon {
    stroke: #0090d4
}

.pricing-card.featured .check-icon {
    stroke: #b91c1c
}

.price-btn {
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    transition: background .3s;
    box-sizing: border-box
}

.price-btn.standard {
    background-color: #0090d4;
    color: #fff
}

.price-btn.standard:hover {
    background-color: #0077b6
}

.price-btn.highlight {
    background-color: #b91c1c;
    color: #fff
}

.price-btn.highlight:hover {
    background-color: #991b1b
}

.pricing-footer-note {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 40px;
    font-style: italic
}

.faq-section-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center
}

.faq-header p {

    font-size: 16px;
    margin: 0 auto
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left
}

.faq-button {
     display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: inherit;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px 25px;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
    transition: all .3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .02);
}

.faq-button:hover {
    border-color: #0ea5e9;
    /* color: #0ea5e9 */
}

.faq-button.active {
    border-color: #0ea5e9;
    background-color: #f8fafc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.faq-icon {
    width: 20px;
    height: 20px;
    stroke: #0ea5e9;
    transition: transform .3s;
    flex-shrink: 0; 
    /* Abstand zum Text, damit es nicht klebt */
    margin-left: 15px; 
}

.faq-button.active .faq-icon {
    transform: rotate(180deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
    background: #fff;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.faq-answer p {
    padding: 20px 25px;
    margin: 0;

    line-height: 1.6;
    font-size: 15px
}

.contact-section-wrapper {
    max-width: 700px;
    margin: 0 auto;
    /* padding: 0 20px 60px */
}

.contact-header {
    margin-bottom: 40px;
    text-align: left
}
.footer_widget{
    padding: 0 !important;
}

/* H2 angepasst: 30px */
.contact-header h2 {
    font-family: csfont;
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.contact-header p {

    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.contact-card {
    background-color: #f1f5f9;
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform .3s, box-shadow .3s;
    text-decoration: none;
    
}

.contact-card:hover {
    background-color: #e2e8f0;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05)
}

.contact-icon-circle {
    width: 48px;
    height: 48px;
    background-color: #0ea5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-icon-circle svg {
    width: 24px;
    height: 24px;
    stroke: #ffffff;
    stroke-width: 2
}

.contact-text {
    font-size: 17px;
    font-weight: 600;
    
}

.contact-card.hours-card {
    align-items: flex-start
}

.contact-card.hours-card .contact-icon-circle {
    margin-top: 2px
}

.hours-table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.badge,
.btn,
.day-col {
    font-weight: 600
}

.hours-table td {
    padding-bottom: 4px;
    vertical-align: top
}

.day-col {
    width: 120px
}

@media (max-width:500px) {

    /* Responsive H2 angepasst: 26px */
    .contact-header h2 {
        font-size: 26px
    }

    .contact-card {
        padding: 15px;
        gap: 15px;
        flex-direction: row
    }

    .contact-text {
        font-size: 15px
    }

    .day-col {
        width: 90px
    }
}

.hero-light {
    max-width: 1000px;
    margin: 0;
    padding: 40px 20px;
    text-align: left;
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px
}

.badge {
    background-color: #f1f5f9;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #b91c1c;
    border-radius: 50%;
    display: inline-block
}

/* H1 max 38px */
.hero-light h1 {
    font-family: csfont;
    font-size: 38px;
    line-height: 1.1;
    margin: 0 0 25px;
    text-shadow: none
}

.hero-light .lead {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 35px;
    max-width: 750px;
    
}

.hero-light .lead strong {
    font-weight: 700
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 6px;
    transition: .3s
}

.btn-primary:hover {
    background-color: #991b1b;
    border-color: #991b1b;
    color: #fff !important
}

.btn:not(.btn-primary):not(.btn-ghost) {
    background-color: transparent;
    color: #000;
    border: 2px solid #000
}

.btn:not(.btn-primary):not(.btn-ghost):hover {
    background-color: #000;
    color: #fff
}

.btn-ghost {
    background-color: transparent;

    border: 2px solid transparent;
    padding: 12px 15px
}

.btn-ghost:hover {
    color: #0ea5e9;
    background-color: #f0f9ff
}

.meta-row {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500
}

@media (max-width:768px) {

    #site_footer .elementor-widget-container p,
    .btn-center-tablet {
        text-align: center !important
    }

    body:not(.page-id-24) .page_content {
        margin-top: 0 !important
    }

    /* Responsive H1 angepasst: 28px */
    .hero-light h1,
    .hero-title {
        font-size: 28px
    }

    .hero-desc,
    .hero-light .lead {
        font-size: 16px
    }

    .hero-badges {
        gap: 10px
    }

    .hero-badge {
        font-size: 12px;
        padding: 6px 15px
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px
    }

    .hero-btn {
        width: 100%;
        max-width: 300px
    }

    /* Responsive H2 angepasst: 26px */
    .wpcp-title {
        font-size: 26px
    }

    .wpcp-grid {
        gap: 40px
    }

    .wpcp-grid::before {
        display: none
    }

    .wpcp-section {
        padding: 40px 15px
    }

    .hero-ctas {
        flex-direction: column;
        align-items: flex-start
    }

    .btn {
        width: 100%;
        text-align: center
    }
}
@media (min-width: 768px) {
    .services-grid.two-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-card h3 svg {
    width: 24px;
    height: 24px;
    stroke: #0ea5e9; /* CI-Blau */
    flex-shrink: 0;
}

/* Listen-Styling innerhalb der Karten */
.service-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.service-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Blaue Punkte für die Liste */
.service-card ul li::before {
    content: "•";
    color: #0ea5e9;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 2;
}

/* --- Neue Klasse: Hinweis-Box unten --- */
.notice-box {
    background-color: #fff1f2; /* Helles Rot/Rosa */
    border-left: 4px solid #b91c1c; /* Roter Balken */
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    margin-top: 40px;
    color: #7f1d1d; /* Dunkelrot für Text */
    font-size: 15px;
    line-height: 1.6;
}