/* ============================================
   PRIME MODELS - Custom CSS
   Basierend auf kinder-models.ch Design
   ============================================ */

/* Google Fonts Import */


/* Font Awesome 4.7 */


/* Kategorie-Karten mit Icon */
.kategorie-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.kategorie-card .ka-icon {
    font-size: 22px;
    color: #000;
    flex-shrink: 0;
    width: 22px;
    text-align: center;
    margin-top: 5px;
    line-height: 1;
}

.kategorie-card .ka-text {
    flex: 1;
    min-width: 0;
}

.kategorie-card .ka-text h4 {
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left !important;
}

.kategorie-card .ka-text p {
    margin-top: 0;
    text-align: left;
    color: #666;
    font-size: 13px;
    line-height: 20px;
}

/* === GLOBAL TYPOGRAPHY === */
body {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #2e3138;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif;
}

a { color: #961282; }
a:hover { color: #777; }

/* === HEADER === */
.site-header {
    min-height: 70px;
}

.site-header-wrap .site-header-inner-wrap {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;
}

/* Navigation */
.header-navigation .menu-container > ul > li > a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    letter-spacing: 3px !important;
    line-height: 80px !important;
    color: #000 !important;
    text-transform: none !important;
    padding: 0 15px !important;
}

.header-navigation .menu-container > ul > li > a:hover {
    color: #000 !important;
}

/* Logo */
.custom-logo {
    max-height: 70px !important;
}

/* === CONTENT AREA === */
.site-container .site-inner-wrap {
    max-width: 100% !important;
}

.content-wrap {
    max-width: 100% !important;
}

/* Verstecke Kadence Breadcrumbs und Title auf Startseite */
.entry-hero-container-inner,
.entry-header,
.page-hero-section,
.entry-hero {
    display: none !important;
}

.home .entry-hero-container-inner,
.home .entry-header {
    display: none;
}

/* === SPACER === */
.kt-block-spacer .kt-divider {
    display: none !important;
    border: none !important;
}

/* === UEBERSCHRIFTEN === */
h1.kt-adv-heading {
    font-size: 45px !important;
    font-weight: 400;
}

h2.kt-adv-heading {
    font-size: 30px !important;
    font-weight: 400;
}

/* === BUTTONS (Outline Style) === */
.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid #000 !important;
    color: #000 !important;
    background: transparent !important;
    border-radius: 4px;
    font-size: 14px;
    padding: 14px 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Weisser Outline Button (CTA Lila Block) */
.wp-block-group[style*="961282"] .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: #fff !important;
    color: #fff !important;
}

.wp-block-group[style*="961282"] .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: #fff !important;
    color: #961282 !important;
}

/* FAQ Button */
.faq-text-col .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.faq-text-col .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
}

/* About-us Button (weiss auf dunklem Hintergrund) */
.about-us-text-col .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: #fff !important;
    color: #fff !important;
    background: transparent !important;
}

.about-us-text-col .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: #fff !important;
    color: #333 !important;
}

/* === 3-SPALTEN BEREICH === */
.wp-block-columns {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.wp-block-column h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.wp-block-column h4 {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.wp-block-separator {
    border-color: #e0e0e0;
    opacity: 0.5;
}

.wp-block-column .wp-block-image img {
    transition: opacity 0.3s ease;
}

.wp-block-column .wp-block-image img:hover {
    opacity: 0.85;
}

/* === CTA LILA BLOCK - Nur Mobile === */
.wp-block-group[style*="961282"] {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding: 60px 20px !important;
    display: none !important;
}

@media (max-width: 768px) {
    .wp-block-group[style*="961282"] {
        display: block !important;
    }
}

.wp-block-group[style*="961282"] h1,
.wp-block-group[style*="961282"] h2 {
    color: #fff !important;
    font-size: 45px !important;
}

/* === LOGO ZENTRIERT === */
.wp-block-image.aligncenter {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* === ABOUT US PARALLAX === */
.about-us-parallax-wrap {
    min-height: 500px !important;
    gap: 0 !important;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
}

.about-us-parallax-wrap .about-us-image-col {
    background-image: url("https://star-tier.ch/wp-content/uploads/2018/11/a20.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    flex-basis: 50% !important;
    max-width: 50%;
}

.about-us-parallax-wrap .about-us-text-col {
    flex-basis: 50% !important;
    max-width: 50%;
}

.about-us-parallax-wrap .about-us-text-col h3 {
    font-size: 24px !important;
    line-height: 30px;
    color: #fff !important;
}

.about-us-parallax-wrap .about-us-text-col p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}

.wp-block-group.alignfull > .about-us-parallax-wrap {
    max-width: 100% !important;
}

/* === FOOTER === */
.site-top-footer-inner-wrap {
    padding: 25px 0 35px !important;
}

.site-top-footer-wrap {
    background-color: #000 !important;
}

.site-top-footer-wrap .widget-title,
.site-top-footer-wrap .wp-block-heading {
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    position: relative;
}

.site-top-footer-wrap .widget-title::after {
    content: '';
    display: block;
    width: 35px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c7c7c7;
}

.site-top-footer-wrap,
.site-top-footer-wrap p,
.site-top-footer-wrap li,
.site-top-footer-wrap .footer-widget-area,
.site-top-footer-wrap .widget {
    color: #c7c7c7 !important;
    font-size: 14px;
}

.site-top-footer-wrap a {
    color: #c7c7c7 !important;
    text-decoration: none;
}

.site-top-footer-wrap a:hover {
    color: #fff !important;
}

@media (max-width: 768px) {
    .site-top-footer-inner-wrap .footer-widget-area {
        margin-bottom: 0 !important;
        padding: 0 15px !important;
    }
    .site-top-footer-inner-wrap .site-footer-section {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .site-top-footer-inner-wrap .site-footer-row {
        gap: 15px !important;
        row-gap: 15px !important;
    }
    .site-top-footer-inner-wrap {
        padding: 20px 0 20px !important;
    }
}

.site-top-footer-inner-wrap .site-footer-row-container-inner {
    max-width: 1100px !important;
    margin: 0 auto;
}

.site-bottom-footer-wrap {
    background-color: #333 !important;
}

.site-bottom-footer-wrap,
.site-bottom-footer-wrap p,
.site-bottom-footer-wrap a {
    color: #fff !important;
    font-size: 11px;
    letter-spacing: 2px;
}

/* Footer Social Media Icons */
.site-top-footer-wrap a[href*="facebook.com"],
.site-top-footer-wrap a[href*="instagram.com"] {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 4px;
}

.site-top-footer-wrap a[href*="facebook.com"] {
    background-image: url('https://star-tier.ch/wp-content/uploads/2017/08/1-2.png');
    margin-right: 15px !important;
}

.site-top-footer-wrap a[href*="instagram.com"] {
    background-image: url('https://star-tier.ch/wp-content/uploads/2017/08/4.png');
}

.site-top-footer-wrap p:has(a[href*="facebook.com"]) {
    font-size: 0 !important;
    letter-spacing: 0;
}

.site-top-footer-wrap p:has(a[href*="facebook.com"]) a {
    font-size: 0 !important;
}

/* === SCROLL-TO-TOP === */
.scroll-up-wrap {
    background: #000;
    color: #fff;
}

.scroll-up-wrap:hover {
    background: #777;
}

/* === KONTAKTFORMULAR === */
.wpcf7-form .content-column.one_half {
    width: 50%;
    float: left;
    margin-right: 0;
}

.wpcf7-form .content-column.one_half.last_column {
    margin-right: 0;
}

.wpcf7-form .clear_column {
    clear: both;
    height: 18px;
    margin: 0;
    padding: 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    background: #fff !important;
    margin-bottom: 0;
    box-sizing: border-box;
}

.wpcf7-form input::placeholder {
    color: #999 !important;
    opacity: 1;
}

.wpcf7-form select {
    color: #999;
    appearance: auto;
}

.wpcf7-form input[type="file"] {
    color: #999;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form select:focus {
    border-color: #961282;
    outline: none;
}

.wpcf7-form .content-column {
    margin-bottom: 0 !important;
}

.wpcf7-form .content-column label {
    margin-bottom: 0;
}

.wpcf7-form {
    max-width: 700px;
    margin: 0 auto;
}

.wpcf7-form input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 15px 40px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border-radius: 0;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

.wpcf7-form h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

/* Bewerbungsseite */
figure.wp-block-image.aligncenter.size-full.is-resized {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

h1.kt-adv-heading, h1.wp-block-kadence-advancedheading {
    margin-top: 5px !important;
}

h1.kt-adv-heading.bewerbung-title {
    font-size: 45px !important;
}

/* === ProvenExpert === */
.has-small-font-size {
    color: #666;
}

/* === FAQ PARALLAX === */
.faq-parallax-wrap {
    min-height: 500px !important;
    gap: 0 !important;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
}

.faq-parallax-wrap .faq-image-col {
    background-image: url("https://star-tier.ch/wp-content/uploads/2017/07/pexels-photo-1344691.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    flex-basis: 50% !important;
    max-width: 50%;
}

.faq-parallax-wrap .faq-text-col {
    flex-basis: 50% !important;
    max-width: 50%;
}

.faq-parallax-wrap .faq-text-col h4 {
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
    text-align: left !important;
}

.faq-parallax-wrap .faq-text-col p {
    text-align: left !important;
}

.faq-parallax-wrap .faq-text-col h3 {
    text-align: left !important;
}

/* === FEINTUNING === */
.alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

.entry-content .wp-block-image.aligncenter img {
    display: block;
    margin: 0 auto;
}

.header-navigation .current-menu-item > a {
    font-weight: normal !important;
}

.entry-content a:not(.wp-block-button__link) {
    text-decoration: none;
}

.wp-block-column .wp-block-image {
    overflow: hidden;
}

.wp-block-column .wp-block-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* === Footer Hintergrund === */
.site-footer {
    background-color: #000 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#wrapper {
    background-color: #fff !important;
}

.site-bottom-footer-wrap {
    margin-top: 0 !important;
}

.site-footer-wrap {
    background-color: #000 !important;
}

#inner-wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

footer.site-footer,
.colophon {
    background-color: #000 !important;
    border-top: none !important;
}

.content-area {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.site-inner-wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Desktop: Mobile-Bloecke verstecken */
.mobile-about-text {
    display: none !important;
}

.mobile-bottom-images {
    display: none !important;
}

/* === MOBILE ANPASSUNGEN === */
@media (max-width: 781px) {
    .about-us-parallax-wrap {
        flex-direction: column !important;
    }
    .about-us-parallax-wrap .about-us-image-col {
        display: none !important;
    }

    h1.kt-adv-heading {
        font-size: 28px !important;
    }
    h2.kt-adv-heading {
        font-size: 22px !important;
    }
    .wp-block-group[style*="961282"] h1,
    .wp-block-group[style*="961282"] h2 {
        font-size: 28px !important;
    }

    .faq-parallax-wrap {
        flex-direction: column !important;
    }
    .faq-parallax-wrap .faq-image-col {
        min-height: 300px;
        max-width: 100%;
        flex-basis: 100% !important;
    }
    .faq-parallax-wrap .faq-text-col {
        max-width: 100%;
        flex-basis: 100% !important;
    }

    .home .entry-content > h1.kt-adv-heading {
        font-size: 28px !important;
        padding: 0 20px !important;
    }

    .home .entry-content > .wp-block-image .aligncenter img {
        max-width: 280px !important;
    }

    .mobile-about-text {
        display: block !important;
        padding: 40px 20px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        background: #333 !important;
    }
    .mobile-about-text h3 {
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #fff !important;
        margin-bottom: 15px !important;
    }
    .mobile-about-text p {
        font-size: 13px !important;
        line-height: 21px !important;
        color: rgba(255,255,255,0.8) !important;
    }
    .mobile-bottom-images {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-top: 0 !important;
    }

    .mobile-bottom-images .wp-block-columns {
        gap: 4px !important;
        flex-wrap: nowrap !important;
    }
    .mobile-bottom-images .wp-block-column {
        flex-basis: 50% !important;
    }
    .mobile-bottom-images img {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover !important;
        display: block !important;
    }
}

@media (max-width: 781px) {
    .home .entry-content > .wp-block-group[style*="961282"] ~ * {
        display: none !important;
    }
    .home .entry-content > .wp-block-group.mobile-about-text {
        display: block !important;
    }
    .home .entry-content > .wp-block-group.mobile-bottom-images {
        display: block !important;
    }
    .home .entry-content > .wp-block-group.mobile-bottom-images .wp-block-group__inner-container {
        display: block !important;
    }
    .home .entry-content > .wp-block-group.mobile-bottom-images .wp-block-columns {
        display: flex !important;
        gap: 4px !important;
        flex-wrap: nowrap !important;
    }
    .home .entry-content > .wp-block-group.mobile-bottom-images .wp-block-column {
        display: block !important;
        flex-basis: 50% !important;
    }
    .home .entry-content > .wp-block-group.mobile-bottom-images figure {
        display: block !important;
    }
    .home .entry-content > .wp-block-group.mobile-bottom-images img {
        display: block !important;
        width: 100% !important;
        height: 250px !important;
        object-fit: cover !important;
    }
}

/* === Mobile Hamburger Menu === */
#mobile-drawer .drawer-inner {
    background-color: #000 !important;
}

#mobile-drawer .drawer-content a,
#mobile-drawer .mobile-menu-container a,
#mobile-drawer #mobile-menu a,
#mobile-drawer .menu-item a {
    color: #fff !important;
}

#mobile-drawer .menu-toggle-close .toggle-close-bar {
    background: #fff !important;
}

#mobile-drawer .drawer-content a:hover,
#mobile-drawer #mobile-menu a:hover {
    color: #ccc !important;
}

/* === About-Us Seite Mobile === */
@media (max-width: 781px) {
    .wp-block-columns.wp-container-core-columns-is-layout-9d6595d7 {
        flex-wrap: wrap !important;
        flex-direction: column !important;
    }
    .wp-block-columns.wp-container-core-columns-is-layout-9d6595d7 > .wp-block-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .wp-block-columns.wp-container-core-columns-is-layout-9d6595d7 > .wp-block-column[style*="flex-basis:20%"] {
        display: none !important;
    }
    .wp-block-columns .wp-block-image img,
    .wp-block-columns .is-style-rounded img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

/* === About-Us Mobile Team === */
.mobile-team-section {
    display: none !important;
}

@media (max-width: 781px) {
    .page-id-773 .team-columns-desktop, .page-id-144482 .team-columns-desktop, .team-columns-desktop {
        display: none !important;
    }
    .mobile-team-section {
        display: block !important;
        padding: 20px !important;
    }
    .mobile-team-section a {
        color: #961282 !important;
    }
}

/* === Entry Content Padding fuer Slider === */
#primary {
    margin-top: 0 !important;
}

.site-title {
    display: none !important;
}

.entry-content-wrap {
    padding: 0 !important;
}
.entry-content-wrap .single-content > * {
    padding-left: 32px;
    padding-right: 32px;
}
.entry-content-wrap .single-content > .n2-ss-no-bga-fixed,
.entry-content-wrap .single-content > .alignfull {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Navigation Styling */
.header-navigation .menu > li > a,
.primary-navigation .menu > li > a,
#main-navigation .menu > li > a,
.nav--toggle-sub .menu > li > a {
    text-transform: lowercase !important;
    letter-spacing: 3px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.mobile-navigation .menu > li > a,
.drawer-navigation .menu > li > a {
    text-transform: lowercase !important;
    letter-spacing: 3px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}


/* Kategorien-Karten: Abstand Bild zu Label reduzieren */
.wp-block-column > .wp-block-image { margin-bottom: 8px !important; }
.wp-block-column > .wp-block-image + .kt-adv-heading, 
.wp-block-column > .wp-block-image + h4.kt-adv-heading { margin-top: 8px !important; }
.wp-block-column h4.kt-adv-heading { margin-top: 8px !important; margin-bottom: 8px !important; }


/* Split-Sections Desktop/Mobile Switch */
.split-mobile-only { display: none !important; }
.split-desktop-only { display: block !important; }
@media (max-width: 781px) {
    .split-mobile-only { display: block !important; }
    .wp-block-columns.split-mobile-only { display: flex !important; }
    .split-desktop-only { display: none !important; }
}
/* Mobile: alignfull image fills viewport */
.split-mobile-only.wp-block-image img { width: 100vw; max-width: 100vw; display: block; }

/* Kein Abstand zum Footer nach letztem alignfull-Block */
.home .entry-content > *:last-child { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.home .entry-content > .wp-block-group.alignfull:last-child { margin-bottom: 0 !important; }
.home .entry-content > .wp-block-group.split-desktop-only { margin-bottom: 0 !important; }

/* Mobile: Text im dunklen Block sauber umbrechen */
@media (max-width: 781px) {
    .split-mobile-only.wp-block-group { padding-left: 40px !important; padding-right: 40px !important; padding-top: 60px !important; padding-bottom: 60px !important; }
    .split-mobile-only.wp-block-group h2.kt-adv-heading { font-size: 22px !important; word-wrap: break-word; overflow-wrap: break-word; hyphens: auto; line-height: 130%; margin-bottom: 15px; }
    .split-mobile-only.wp-block-group p { word-wrap: break-word; overflow-wrap: break-word; font-size: 14px; line-height: 22px; }
}

/* Mobile: Zuerich-Skyline voll breit unter dem mobile-about-text Block */
@media (max-width: 781px) {
    .mobile-bottom-images { padding: 0 !important; margin: 0 !important; width: 100vw !important; max-width: 100vw !important; margin-left: calc(-50vw + 50%) !important; }
    .mobile-bottom-images .wp-block-image { margin: 0 !important; }
    .mobile-bottom-images .wp-block-image img { width: 100vw !important; max-width: 100vw !important; height: auto !important; display: block !important; }
}

/* Kein Abstand zwischen mobile-about-text und mobile-bottom-images */
@media (max-width: 781px) {
    .mobile-about-text { margin-bottom: 0 !important; padding-bottom: 40px !important; }
    .mobile-bottom-images { margin-top: 0 !important; padding-top: 0 !important; }
    .mobile-about-text + .mobile-bottom-images { margin-top: 0 !important; }
    .home .entry-content > .wp-block-group.mobile-about-text { margin-bottom: 0 !important; }
    .home .entry-content > .wp-block-group.mobile-bottom-images { margin-top: 0 !important; }
}

/* Violetter CTA-Block: Button = gleiches Violett wie Hintergrund, weisse Border/Text - override page-template-default Schwarz */
.home .wp-block-group[style*="961282"] .wp-block-button.is-style-outline .wp-block-button__link,
.page-template-default .wp-block-group[style*="961282"] .wp-block-button.is-style-outline .wp-block-button__link,
.home .wp-block-group.has-background[style*="961282"] .wp-block-button .wp-block-button__link {
    background: #961282 !important;
    background-color: #961282 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-color: #ffffff !important;
}
.home .wp-block-group[style*="961282"] .wp-block-button.is-style-outline .wp-block-button__link:hover,
.page-template-default .wp-block-group[style*="961282"] .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #961282 !important;
}
/* Kein Abstand direkt vor und nach dem violetten CTA-Block (Mobile) */
.home .wp-block-group.alignfull.has-background[style*="961282"] { margin-top: 0 !important; margin-bottom: 0 !important; }
.home .wp-block-group.alignfull.has-background[style*="961282"] + .provenexpert-block,
.home .wp-block-group.alignfull.has-background[style*="961282"] + .wp-block-group { margin-top: 0 !important; padding-top: 0 !important; }

/* Desktop-Only Spacer (z.B. Buchung: Abstand H1-Paragraph nur Desktop) */
.desktop-only-spacer { display: block !important; }
@media (max-width: 781px) {
    .desktop-only-spacer { display: none !important; }
}

/* Buchung: Mobile-Abstand zwischen Pricing-Produkten (7 Tage / 6 Monate / 12 Monate) */
@media (max-width: 781px) {
    .pricing-columns > .wp-block-column:not(:last-child) { margin-bottom: 50px !important; }
}

/* Kontaktformulare: Eingabetext immer schwarz (nicht orange durch Link-Accent o.ä. Browser-Autofill-Colors) */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}
.wpcf7-form input:-webkit-autofill,
.wpcf7-form input:-webkit-autofill:hover,
.wpcf7-form input:-webkit-autofill:focus,
.wpcf7-form textarea:-webkit-autofill,
.wpcf7-form select:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    caret-color: #000 !important;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #999 !important;
    -webkit-text-fill-color: #999 !important;
}

/* Tap-Target Fix – Mobile Usability (2026-04-16) */
@media (max-width: 768px) {
  .custom-logo-link,
  .site-logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .menu-toggle-open,
  .menu-toggle-close {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


/* Footer-Stripe Fix – Mobile (2026-04-17)
   Verhindert weissen Sub-Pixel-Strich unter Footer und
   weissen Bounce/Overscroll auf iOS Safari. */
html { background-color: #000; }

/* Weisse Streifen links/rechts bei Parallax-Wraps eliminieren (2026-04-17)
   Grund: globale .wp-block-columns-Regel setzt padding: 0 15px, was bei den
   full-width Parallax-Wraps den weissen body-Hintergrund durchschimmern laesst. */
.faq-parallax-wrap,
.about-us-parallax-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
