﻿html {
    /* make sure we use up the whole viewport */
    /*min-height: 100vh;*/
    scroll-behavior: smooth;
    /* color-scheme wird vom Theme-System in root.css gesetzt */
}

* {
    /* personal preference */
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}




/* CTA-Button: ueberschreibt .btn-success per Bootstrap-Button-Variablen */
.btn-subwork {
    --bs-btn-color: var(--accent-contrast);
    --bs-btn-bg: var(--accent);
    --bs-btn-border-color: var(--accent);
    --bs-btn-hover-color: var(--accent-contrast);
    --bs-btn-hover-bg: var(--accent-hover);
    --bs-btn-hover-border-color: var(--accent-hover);
    --bs-btn-active-color: var(--accent-contrast);
    --bs-btn-active-bg: var(--accent-hover);
    --bs-btn-active-border-color: var(--accent-hover);
    padding: 10px 22px;
    font-size: 1.15rem;
    border-radius: 999px;
    min-width: 220px;
}

.btn-subwork .nav-link,
.btn-subwork .nav-link:hover,
.btn-subwork .nav-link:focus {
    color: var(--accent-contrast);
}

/* Sekundaerer (transparenter) Button, z. B. im Hero ueber dem Video */
.btn-ghost {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: hsla(0 0% 100% / 0.45);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: hsla(0 0% 100% / 0.14);
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: hsla(0 0% 100% / 0.20);
    --bs-btn-active-border-color: #ffffff;
    padding: 10px 22px;
    font-size: 1.15rem;
    border-radius: 999px;
}

#allContent {
    width: 100%;
    /* body ist ein Grid: ohne min-width:0 waechst das Grid-Item auf die
       Max-Content-Breite seiner Inhalte (z. B. Review-Laufband) */
    min-width: 0;
    max-width: 100vw;
    overflow-x: clip;
    padding: 0;
    background-color: var(--bg-all-content);
}

#pageMain {
    min-height: 60vh;
}

/* Sektionen laufen ueber die volle Breite (Hintergrund-Baender),
   der Inhalt darin wird zentriert und in der Breite begrenzt. */
.section-container > * {
    max-width: var(--content-max-width);
    margin-inline: auto;
}

#contentContainer {
    background-color: var(--bg-body-container);
    justify-items: center;
    justify-content: center;
    /*height: 100Vh;*/
    /*width: 100%;
    max-width: var(--body-container-max-width);*/
    
}


body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height:1.5;

    /*min-height: 100vh;*/
    
    border: 0;
    padding: 0;

    display: grid;
    grid-template-rows: min-content 1fr;
    overflow-x: hidden;

    /*z-index: -100;*/

    /* Background specific (Fullsize image) */
    /* background-image: url('background.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; */
 }

.topSpacer{
    margin-top:100px;

}

.DirectLinkSpacer {
    margin-top: 20px;
}



.image-overlay {
    border-image: linear-gradient(hsl(240 100% 50% / .3), hsl(0 100% 50% /.3)) fill 1; 
}


 /* This is to center a image in the container where it's placed */
 .image-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 100%;
    /*min-height: 100%;*/
}



/* Consent-Banner unten am Bildschirm anzeigen – kompakt, im Sichtfeld.
   Frueher war er oben verankert (top:160px); zusammen mit dem bottom:0 der
   Klaro-Basis streckte das den fixierten Banner ueber die GANZE Hoehe und
   verdeckte auf Mobil fast die ganze Seite. */
.klaro .cookie-notice:not(.cookie-modal-notice) {
    top: auto !important;
}

/* Mobil/Tablet: kompakte Leiste am unteren Rand; bei langem Text scrollt der
   Banner intern, statt die Seite zu verdecken. */
@media (max-width: 1023px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        bottom: 0 !important;
        max-height: 85vh;
        overflow-y: auto;
    }
}


/* ============================================================
   HERO – Discokugel-Video als Vollbild-Hintergrund,
   davor Badge, Schriftzug, H1 und Call-to-Actions.
   Der Hero bleibt in beiden Themes dunkel (Video ist dunkel).
   ============================================================ */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    min-height: clamp(440px, 68vh, 760px);
    background-color: #0d0a12;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 1.1rem;
    max-width: 880px;
    padding: 110px 20px 70px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem 1.1rem;
    border-radius: 999px;
    background-color: hsla(0 0% 100% / 0.12);
    border: 1px solid hsla(0 0% 100% / 0.25);
    color: #ffffff;
    font-size: 1rem;
    backdrop-filter: blur(6px);
}

.hero-logo {
    width: min(520px, 86%);
    height: auto;
}

.hero-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.6vw, 2.1rem);
    font-weight: 500;
    line-height: 1.35;
    text-wrap: balance;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem;
    margin-top: .4rem;
}

/* Trust-Badge unter den CTAs: "5.0 * 12 Google-Bewertungen" */
.hero-trust {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: .5rem;
    color: hsla(0 0% 100% / 0.85);
    font-size: 1rem;
    text-decoration: none;
}

.hero-trust:hover {
    color: #ffffff;
}

.hero-trust .bi-star-fill {
    color: #fbbc05; /* Google-Gold */
}

/* Scroll-Indikator am unteren Hero-Rand */
.hero-scroll {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: hsla(0 0% 100% / 0.7);
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
}

.hero-scroll:hover {
    color: #ffffff;
}

@media (prefers-reduced-motion: no-preference) {
    .hero-scroll {
        animation: hero-bounce 2.2s ease-in-out infinite;
    }

    @keyframes hero-bounce {
        0%, 100% { transform: translate(-50%, 0); }
        50% { transform: translate(-50%, 8px); }
    }
}

/* Scroll-Reveal: Sektionen blenden beim Scrollen sanft ein.
   Die Klassen vergibt assets/js/scroll-fx.js – ohne JS bleibt alles sichtbar. */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}

.reveal.reveal-visible {
    opacity: 1;
    transform: none;
}


/* MEDIA QUERIES  */

@media  only screen and (min-width: 280px) and (max-width: 767px)  {
    
    html { font-size: 80%; }

    #karaoke-vendor-image {
        margin-right: 0px;
    }

    .section-container {
        padding: 30px;
    }

}
  
@media  only screen and  (min-width: 768px) and (max-width: 991px) {
    html { font-size: 90%; }
    #karaoke-vendor-image {
        margin-right: 0px;
    }

    .section-container {
        padding: 45px;
    }


}
  
@media  only screen and  (min-width: 992px) and (max-width: 1024px) {
    html { font-size: 100%; }
    #karaoke-vendor-image {
        margin-right: 30px;
    }

    .section-container {
        padding: 60px;
    }

}
  
@media  only screen and  (min-width: 1025px) {
    html { font-size: 100%; }
    #karaoke-vendor-image {
        margin-right: 40px;
    }
    .section-container {
        padding: 85px;
    }

}
    
@media  only screen and  (min-width: 1824px){
    html { font-size: 100%; }
    #karaoke-vendor-image {
        margin-right: 50px;
    }

    .section-container {
        padding: 85px;
    }

}



.image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--logo-img-bg);
}


.left-image img,
.right-image img {
    z-index: 1;
    border-radius: var( --border-radius-default);
}

/* Illustrationen (transparente PNGs mit dunklen Konturen, fuer hellen
   Hintergrund gezeichnet): kreisrunde Unterlage, fuer alle Bilder gleich
   gross (--figure-size). Farbe je Theme via --figure-bg. */
img.figureimage {
    width: var(--figure-size);
    height: var(--figure-size);
    max-width: none;
    object-fit: contain;
    background-color: var(--figure-bg);
    border-radius: 50%;
    padding: 20px;
}


.swissFlag {
    width: 16px;
    aspect-ratio: 1;
    margin-top: -2px;
}

.noto-music-regular {
    font-family: "Noto Music", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.notecharacter {
    color: var(--section-headlinetext);
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 10px;
}

.footerInfotextsmaller {
    font-size: smaller;
    color: var(--sidemenu-bg);
}


/* ============================================================
   Conversion: schwebender WhatsApp-Button (auf allen Seiten) +
   Click-to-call-Icon in der Navbar.
   ============================================================ */
.wa-fab {
    position: fixed;
    left: 20px;   /* unten LINKS: rechts sitzt in Edge der Copilot-Button */
    bottom: 20px;
    z-index: 998; /* unter dem Klaro-Consent-Banner (notice=999, modal=1000/1001),
                     damit der OK-Button nie verdeckt wird */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #25d366; /* WhatsApp-Gruen */
    color: #ffffff;
    font-size: 2.1rem;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 4px 14px hsla(0 0% 0% / 0.32);
    transition: transform .15s ease, box-shadow .15s ease;
}

.wa-fab:hover,
.wa-fab:focus {
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 20px hsla(0 0% 0% / 0.42);
}

.wa-fab .bi {
    display: block;
}

@media (max-width: 575.98px) {
    .wa-fab {
        left: 14px;
        bottom: 14px;
        width: 60px;
        height: 60px;
        font-size: 1.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wa-fab { transition: none; }
    .wa-fab:hover,
    .wa-fab:focus { transform: none; }
}

/* Click-to-call-Icon in der Navbar: erbt nav-link-Farbe (theme-aware) */
#call-button {
    display: inline-flex;
    align-items: center;
}

#call-button .bi {
    font-size: 1.25rem;
}