/* Gemeinsames Stylesheet aller Bueschel-Sites (portiert aus den Web-Forms-Seiten,
   Basis: Psychotherapie-Stand). Branding je Site ausschliesslich ueber die
   CSS-Variablen unten; die Werte hier sind nur Fallbacks (Psychotherapie-Palette).
   Jede Site ueberschreibt sie per Inline-<style>-Block aus ihrer SiteConfig. */

/* Raleway (self-hosted, Schrift aller drei Sites — DSGVO-konform, kein externes
   Google-Fonts-CDN und kein cloud.typography.com mehr). */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/_content/Bueschel.Shared/font/raleway/raleway-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/_content/Bueschel.Shared/font/raleway/raleway-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/_content/Bueschel.Shared/font/raleway/raleway-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/_content/Bueschel.Shared/font/raleway/raleway-latin-700-normal.woff2') format('woff2');
}

/* Kalligrafie-Schrift für das "&" im BC-Logo (self-hosted, OFL → auf Apple/Windows/
   Mobil identisch). Vom Kunden gewählt (2026-07-15). */
@font-face {
    font-family: 'Petit Formal Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/_content/Bueschel.Shared/font/amp/petit-formal-script.woff2') format('woff2');
}

:root {
    --xb-header-gradient: linear-gradient(90deg, #fcce6a 0%, #00D4F8 50%, #FE9DE0 100%);
    --xb-header-gradient-mobile: linear-gradient(90deg, #fcce6a 0%, #00D4F8 50%, #FE9DE0 100%);
    --xb-overlay-gradient: linear-gradient(90deg, #fcce6a 0%, #00D4F8 50%, #FE9DE0 100%);
    --xb-nav-text: black;
    --xb-nav-hover-bg: #fcce6a;
    --xb-nav-hover-text: black;
    --xb-navbar-text: #000;
    --xb-burger-text: #000;
    --xb-overlay-text: black;
    --xb-overlay-underline: black;
    --xb-logo-mark-1-bg: #FE9DE0;
    --xb-logo-mark-2-bg: #00D4F8;
    --xb-logo-mark-3-bg: #fcce6a;
    --xb-logo-mark-text: black;
    --xb-link: #000;
    --xb-submenu-border: #00D4F8;
    --xb-submenu-gradient: linear-gradient(90deg, #fcce6a 0%, #7BD1B3 100%);
    --xb-font: 'Raleway', sans-serif;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FAFAFA;
}


.navTop {
    position: fixed;
    top: 0;
    left: 0; /* sonst schiebt der Body-Standardrand die Leiste 8px nach rechts (weisser Streifen, Altlast) */
    width: 100%;
    z-index: 6000;
    background: var(--xb-header-gradient);
    text-align: center;
}

.logoHeader {
    width: auto;
    padding-top: 6em;
    padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 1em;
    margin: 0;
    display: block;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

.logoHead {
    font-family: var(--xb-font);
    font-size: 1.9em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
}

.logoText {
    font-family: var(--xb-font);
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
}




.logoFirstColor {
    font-size: 1.0em;
    background-color: var(--xb-logo-mark-1-bg);
    color: var(--xb-logo-mark-text);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.logoSecondColor {
    font-size: 1.0em;
    background-color: var(--xb-logo-mark-2-bg);
    color: var(--xb-logo-mark-text);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.logoThirdColor {
    font-size: 1.0em;
    background-color: var(--xb-logo-mark-3-bg);
    color: var(--xb-logo-mark-text);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* ---- BC-spezifisch (Body-Klasse site-bc) ---- */
/* Logo: untere Zeile fast so groß wie die obere (nur etwas kleiner). Farbe/Hintergrund
   des "&" kommen aus den BC-CSS-Variablen (transparent + blau); hier nur Größe/Abstand. */
.site-bc .logoText {
    font-size: 1.6em;
}

.site-bc .mobile-logo-text {
    font-size: 20px;
}

/* Das "&" exaltiert: großes Kalligrafie-Ampersand als Kontrast zum serifenlosen
   Raleway. Self-hosted (Petit Formal Script, OFL) → identisch auf Apple/Windows/Mobil. */
.site-bc .logoFirstColor {
    font-family: 'Petit Formal Script', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 0.7;
    vertical-align: -0.1em;
    padding-left: 4px;
    padding-right: 4px;
}

/* Im mobilen Menü liegt das Logo auf blauem Verlaufsgrund → das "&" dort weiß
   statt blau (Desktop-Logo bleibt blau auf hellem Grund). */
.site-bc .mobile-logo-head .logoFirstColor {
    color: #fff;
}

.articleArea {
    width: auto;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    display: block;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}


h1 {
    font-family: var(--xb-font);
    font-style: normal;
    
    /*font-family: 'Open Sans', sans-serif;
    font-size: 1.9em;
    font-weight: 700;*/
    margin: 0; padding: 0; 
    font-weight: 400; 
    font-size:1em;
}

h2 {
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 500;
    text-rendering:optimizeLegibility;
    font-size: 1.5em;
}

h3 {
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 600;
    text-rendering:optimizeLegibility;
    font-size: 1.3em;
}

h4 {
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 600;
    text-rendering:optimizeLegibility;
    font-size: 1.10em;
}

p {
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering:optimizeLegibility;
    
    font-size: 16px;
    line-height: 1.6;
	margin-right: auto;
    margin-bottom: 2.0em;
    margin-left: auto;
}

li {
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering:optimizeLegibility;
    font-size: 16px;
    line-height: 1.6;
}



.startseite-angebote-container {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 25px;
}

.startseite-hintergrund-div {
    margin-top: 20px;
    margin-right: 0;
    display: table-cell;
    padding: 0 20px 0 20px;
    /* Spaltenbreite je Site: 25 % (PT, 4 gleiche Kacheln) bzw. 35 % (SV, 2 breite
       Kacheln + Randspalten). Wert kommt aus SiteConfig.CssVariablen. */
    width: var(--xb-spalte-breite, 25%);
    border-radius: 15px;
}

img:not(.image-no-radius) {
    border-radius: 15px;
}

.img-margin-top {
    margin-top: 5em;
}

.hover-effect {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    pointer-events: auto;
}


.hover-effect-google-reviews {
    width: unset;
    display: inline-flex;
}


    .hover-effect::before,
    .hover-effect::after {
        content: "";
        background: #FAFAFA;
        height: 0;
        width: 0;
        z-index: 1;
        position: absolute;
        transition-duration: 1.25s;
        pointer-events: none;
    }

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

    .hover-effect:hover::after, .hover-effect:hover::before {
        height: 100%;
        opacity: 0;
        width: 100%;
        pointer-events: none;
    }

.startseite-welcome-container {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 20px;
}

.startseite-welcome-left {
    margin-top: 5px;
    margin-right: 0;
    display: table-cell;
    padding: 5px 5px 0 0;
    /* Bildspalte = Kachelbreite oben (siehe --xb-spalte-breite). */
    width: var(--xb-spalte-breite, 25%);
}
.startseite-welcome-right {
    margin-top: 5px;
    margin-right: 0;
    display: table-cell;
    padding: 0 5px 0 5px;
    width: 50%;
    vertical-align: top;
}

.google-reviews-container {
    display: inline-flex;
    margin-top: 20px;
    font-size: 0.8em;
    line-height: 1;
    cursor: pointer;
    padding: 10px 15px;
    border: 2px solid #00F800;
    border-radius: 6px;
}

.google-reviews-list-header {
    margin-left: calc(50% - 105px);
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: var(--xb-font);
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    cursor: unset;
}

.google-review-logo {
    flex: 0 0 37px;
    margin: auto;
    padding-right: 5px;
}

.google-review-logo img {
    width: 35px;
}

.google-review-text {
    display: flex;
    margin: 2px 0 0 0;
    white-space: nowrap;
}

.google-review-star-container {
    flex: 1;
    flex-direction: column;
}

.star-rating-container {
    display: flex;
    align-items: center;
}

.star-rating-container .star-rating {
    display: flex;
    padding: 3px 0;
}

.rating-sum {
    display: inline-block;
    padding-top: 3px;
    padding-right: 10px;
    line-height: 0.5;
    margin-left: 5px;
    font-size: 18px;
}

.youtube-link-container {
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
}

@media screen and (max-width:980px) {

    .startseite-angebote-container {
        display: block;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin-top: 25px;
    }

    .startseite-hintergrund-div {
        display: inline-block;
        width: calc(100% - 40px);
    }

    .startseite-welcome-left {
        margin-top: 0;
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    .startseite-welcome-right {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        padding: 0;
    }
}


a, a:link, a:visited, a:active, a:hover {
    color: var(--xb-link);
    text-decoration: none;
    line-height: 1.6;
    font-size: 16px;
    font-family: var(--xb-font);
    font-style: normal;
    text-rendering: optimizeLegibility;
}

    a.linkBlack,
    a.linkBlack:link,
    a.linkBlack:visited,
    a.linkBlack:active {
        color: var(--xb-link);
        text-decoration: none;
    }

    /* Content-Links: schwarz mit dezenter Unterlinie; bei Hover gleitet eine
       kräftige schwarze Linie von links nach rechts ein (wie im Footer).
       Icon-Links wie der Accordion-Pfeil (.circle-icon) sind ausgenommen. */
    .articleArea a:not(.circle-icon),
    .articleArea a:not(.circle-icon):link,
    .articleArea a:not(.circle-icon):visited,
    .articleArea a:not(.circle-icon):active {
        color: #000;
        text-decoration: none;
        background-image:
            linear-gradient(#000, #000),
            linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
        background-repeat: no-repeat;
        background-position: 0 100%, 0 100%;
        background-size: 0 2px, 100% 1px;
        transition: background-size .35s ease;
        padding-bottom: 2px;
    }

        .articleArea a:not(.circle-icon):hover {
            color: #000;
            text-decoration: none;
            background-size: 100% 2px, 100% 1px;
        }

/* Moderne Buttons (Login + Backoffice). Inline-flex zentriert Text + Icon sauber
   (behebt das „abgeschnittene" Foundation-Icon der alten Buttons). */
.xb-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    background: #1a1a1a;
    color: #fff;
    font-family: var(--xb-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.05s ease;
}

    .xb-button:hover {
        background: #333;
        border-color: #333;
    }

    .xb-button:active {
        transform: translateY(1px);
    }

    .xb-button i {
        font-size: 18px;
        line-height: 1;
    }

/* Sekundär (z. B. „Bearbeitung abbrechen"): heller Ghost-Button. */
.xb-button-secondary {
    background: transparent;
    color: #1a1a1a;
    border-color: #cfcfcf;
}

    .xb-button-secondary:hover {
        background: #f0f0f0;
        border-color: #b0b0b0;
    }

    a.navLink,
    a.navLink:link,
    a.navLink:visited,
    a.navLink:active {
        color: var(--xb-nav-text);
        font-size: 12pt;
        margin: 7px 2px;
        padding: 3px 8px;
        display: inline-block;
        width: auto;
        text-decoration: none;
        font-family: var(--xb-font);
        /*font-family: 'Teko', sans-serif;*/
        font-style: normal;
        font-weight: 400;
        z-index: 2;
        position: relative;
    }

.submenu-link {
    color: var(--xb-nav-text);
    font-size: 12pt;
    margin: 7px 2px;
    padding: 6px 8px;
    display: inline-block;
    width: auto;
    text-decoration: none;
    font-family: var(--xb-font);
    /*font-family: 'Teko', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    z-index: 2;
    position: relative;
}

.sub-menu-sub-link {
    width: 145px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.sub-menu-sub-link span {
    position: relative;
    display: inline-block;
}

.sub-menu-sub-link span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.sub-menu-sub-link:hover {
    background-color: transparent !important;
}

.sub-menu-sub-link:hover span::after {
    transform: scaleX(1);
}

.sub-menu-opener {
    position: absolute;
    width: 98px;
    height: 39px;
    top: 0;
    left: 0;
}

a.navLink:hover,
a.navLink.nav-link-hover-state,
.nav-link-hover-state {
    background-color: var(--xb-nav-hover-bg);
    color: var(--xb-nav-hover-text);
    transition: 0.3s;
    display: inline-block;
    border-radius: 10px;
}

a.navLink.sub-menu-sub-link,
a.navLink.sub-menu-sub-link:link,
a.navLink.sub-menu-sub-link:visited,
a.navLink.sub-menu-sub-link:hover,
a.navLink.sub-menu-sub-link:active {
    color: black;
}


.sub-menu-opener .angebote-submenu {
    display: none;
}

.sub-menu-opener:hover .angebote-submenu {
    display: block;
    position: absolute;
    margin-left: -15px;
    margin-top: 38px;
    border: 1px solid var(--xb-submenu-border);
    border-radius: 5px;
    text-align: left;
    background: var(--xb-submenu-gradient);
    padding: 8px 10px 8px 10px;
}

a.noformatLink,
a.noformatLink:link,
a.noformatLink:visited,
a.noformatLink:hover,
a.noformatLink:active {
    color:black;
    text-decoration:none;
}

.contactArea {
    display: flex;
    flex-direction: row;
    background-color: #e0e0e0;
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
}

.contactAreaWithoutMap {
    width: 25%;
    /* oben/unten mehr Luft zum grauen Rand, rechts mehr Abstand zwischen den Spalten */
    padding: 40px 25px 40px 0;
    margin-top: 0;
}

.contactAreaWithoutMap .google-reviews-container {
    margin-top: 0 !important;
}


    @media screen and (max-width:980px) {

        .contactArea {
            display: flex;
            flex-direction: column;
        }

        .contactAreaWithoutMap {
            width: 100%;
            padding: 20px 5px 0 0;
        }

        /* oben/unten mehr Luft zum grauen Rand (analog Desktop), Abstand zwischen
           den gestapelten Blöcken bleibt bei 20px */
        .contactAreaWithoutMap:first-of-type {
            padding-top: 40px;
        }

        .contactAreaWithoutMap:last-of-type {
            padding: 20px 5px 40px 0;
        }

    }

.footerArea {
    color: #000000;
    background-color: #FFFFFF;
    border: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    display: block;
    outline: 0;
    text-align: center;
}

.footerWhiteLinkText {
    padding: 1px 6px;
    display: inline-block;
}

.footerWhiteLink,
.footerWhiteLink:link,
.footerWhiteLink:active,
.footerWhiteLink:visited {
    font-size: 14px !important;
    color: #000000;
    padding: 1px 6px;
    display: inline-block;
}

    /* Impressum/Datenschutz: dieselbe Markierung wie oben im Menü (Pill in den
       Menü-Farben) — bei Hover UND wenn die Seite aktuell dargestellt wird
       (footerWhiteLink-hover-state kommt aus _Layout). */
    .footerWhiteLink:hover,
    a.footerWhiteLink.footerWhiteLink-hover-state {
        text-decoration: none;
        background-color: var(--xb-nav-hover-bg);
        border-radius: 10px;
        transition: 0.3s;
    }

        .footerWhiteLink:hover span,
        a.footerWhiteLink.footerWhiteLink-hover-state span {
            color: var(--xb-nav-hover-text);
        }

.footerLink {
    font-size: 14px !important;
}

.footerList {
    list-style: none;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.footerList li {
    float: left;
    font-size: 14px;
}

    .footerList li a span {
        position: relative;
        display: inline-block;
        color: black;
        font-size: 14px;
    }

/* Kontakt-Links (Telefon/E-Mail) im selben Stil wie die Content-Links: schwarz mit
   dezenter Unterlinie; bei Hover gleitet eine kräftige schwarze Linie von links ein.
   (Impressum/Datenschutz nutzen stattdessen die Menü-Pill-Markierung, s. o.) */
.footerLink > span {
    color: #000;
    background-image:
        linear-gradient(#000, #000),
        linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    background-repeat: no-repeat;
    background-position: 0 100%, 0 100%;
    background-size: 0 2px, 100% 1px;
    transition: background-size .35s ease;
    padding-bottom: 2px;
}

    .footerLink:hover > span {
        background-size: 100% 2px, 100% 1px;
    }

.footerList li a:hover {
    text-decoration: none;
}

@media screen and (max-width:980px) {
   
    a.footerWhiteLink {
        text-decoration: none;
    }
}

    .welcomeTxt {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.6;
    }

    .tab-oeffnungszeiten {
        font-family: var(--xb-font);
        font-style: normal;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        font-size: 16px;
        line-height: 1.6;
    }

    .hrTop {
        border: none;
        height: 2px;
        color: #000000;
        background-color: #000000;
    }

    .rightEmptyColumn {
        width: 25%;
    }

    .leftImageColumn {
        width: 22%;
    }

    .mainColumn {
        width: 50%;
    }

    .spacingColumn {
        width: 3%;
    }


#ctl00_ContentPlaceHolder1_RadCaptcha1_CaptchaTextBox {
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 12pt;
    height: 30px;
    width: 150px;
}

#bewertung {
    float: left;
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 1em;
    padding-top: 10px;
    padding-left: 10px;
    color: #000000;
    left: 49px;
    position: fixed;
    }

    .literaturliste {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .literaturliste li {
            padding-left: 40px;
            text-indent: -40px;
        }

            .literaturliste li > * {
                text-indent: 0;
}

    @media screen and (max-width:980px) {
        body {
        }

        p {
            font-size: 1.05em;
            line-height: 1.40em;
            margin-bottom: 1.5em;
        }

        .welcomeTxt {
            font-size: 1.05em;
            line-height: 1.40em;
        }

        .tab-oeffnungszeiten {
            font-family: var(--xb-font);
            font-style: normal;
            font-weight: 400;
            text-rendering: optimizeLegibility;
            font-size: 1.05em;
            line-height: 1.05em;
        }

        h1 {
            margin: 0;
            padding: 0;
            font-weight: normal;
            font-size: 1.5em;
        }

        h2 {
            font-size: 1.4em;
        }

        h3 {
            font-size: 1.3em;
        }

        h4 {
            font-size: 1.2em;
        }


        li {
            font-size: 1.05em;
        }

        .logoHead {
            font-size: 1em;
        }

        .logoHeader {
            padding-top: 5.5em;
        }

            .logoHeader h1 {
                line-height: 1;
            }

        .logoText {
            font-size: 0.6em;
            line-height: 0.6em;
        }

        .leftImageColumn {
            visibility: hidden;
            width: 1%;
        }

        .mainColumn {
            width: 97%;
        }


        .spacingColumn {
            width: 1%;
        }


        .rightEmptyColumn {
            width: 1%;
        }
        
        .embed-container {
            position: relative;
            padding-bottom: 56.25%; /* ratio 16x9 */
            height: 0;
            overflow: hidden;
            width: 100%;
            height: auto;
        }

            .embed-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        #bewertung {
            position: absolute;
            float: unset;
            transform: rotate(-90deg);
            left: -160px;
            top: 168px;
            display: inline-block;
            background-color: #FAFAFA;
        }
    }


.opening-hours-p {
    margin-bottom: 8px;
    margin-top: 0;
    font-family: var(--xb-font);
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 22px;
}

.start-page-image {
    width: 100%;
}



.back-top {
    /*background: linear-gradient(180deg, #F0B808, #13447c);*/
    /*background: linear-gradient(90deg, #fcce6a, #1a73e8);*/
    background: linear-gradient(90deg, #1a1a1a, #555);
    position: fixed;
    z-index: 1600;
    visibility: hidden;
    bottom: 60px;
    right: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    display: inline;
}

a.back-top, a.back-top:link, a.back-top:visited, a.back-top:active, a.back-top:hover {
    color: #fff;
    font-size: 42px;
    line-height: 1.30;
    text-decoration: none;
}

    a.back-top:hover {
        background: linear-gradient(90deg, #333, #777);
        /*background: linear-gradient(90deg, #fcce6a, #1a73e8);*/
    }


.circle-icon {
    /*background: linear-gradient(180deg, #F0B808, #13447c);*/
    /*background: linear-gradient(90deg, #fcce6a, #1a73e8);*/
    background: linear-gradient(90deg, #1a1a1a, #555);
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline;
    position: absolute;
}

a.circle-icon, a.circle-icon:link, a.circle-icon:visited, a.circle-icon:active, a.circle-icon:hover {
    color: #fff;
    font-size: 24px;
    line-height: 2.25;
    text-decoration: none;
}

a.circle-icon:hover {
    background: linear-gradient(90deg, #333, #777);
    /*background: linear-gradient(90deg, #fcce6a, #1a73e8);*/
}

.circle-icon-right {
    right: 10px;
}

.circle-icon-right img {
    transform: rotate(90deg);
}

.circle-icon-more {
    height: 18px;
    width: 18px;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 18px !important;
    line-height: 2.1 !important;
}

.circle-icon-more img {
    transform: rotate(180deg);
}


.circle-icon-less {
    height: 18px;
    width: 18px;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 18px !important;
    line-height: 2.1 !important;
}


.circle-icon-margin {
    margin-left: 37px;
}


.circle-icon-margin-right {
    margin-right: 46px;
}


    .back-top-visible {
        visibility: visible;
    }

.mobile-navbar,
.mobile-navigation-overlay,
.invisible-on-desktop {
    display: none;
}

gmp-map {
    height: 100%;
    width: 100%;
}

.review-overlay-dialog {
    position: fixed;
    top: 0;
    right: -405px;
    width: 400px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease;
    z-index: 1000000;
    overflow-y: auto;
}

@media screen and (max-width:980px) {
    .review-overlay-dialog {
        position: fixed;
        top: 0;
        right: calc(100% + 5px);
        width: 100%;
        height: 100%;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transition: right 0.3s ease;
        z-index: 1000000;
        overflow-y: auto;
    }
}
.review-overlay-dialog.open {
    right: 0;
}


.review-overlay-close-button {
    position: fixed;
    display: none;
    top: 10px;
    right: 35px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease;
}

.review-overlay-close-button .ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.review-overlay-close-button .ripple.active {
    animation: ripple-animation 0.4s linear;
}

@keyframes ripple-animation {
    0% {
        transform: scale(0);
        opacity: 0.9;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.review-overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 999999; 
}

.review-overlay-background.show {
    display: flex;
}

.review-container {
    border: 1px solid #aaa;
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    font-family: var(--xb-font);
    font-size: 0.85em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.35;
}
.review-header {
    display: flex;
}
.review-image {
    padding: 15px 15px 5px 15px;
}
.review-image img {
    width: 50px;
    border: 0;
}
.review-name-container {
}
.review-name {
    padding: 15px 5px 0 5px;
    font-weight: bold;
}
.review-name a {
    color: black;
}
.review-date {
    padding: 0 5px 0 5px;
    color: #999;
}
.review-content {
    padding: 0 10px 10px 15px;
}
.review-rating {
   
}
.review-text {
    padding: 10px 0 15px 0;
}
.review-answer {
    padding: 15px 0 10px 0;
}
.review-answer-title {
   
}
.review-answer-date {
    color: #999;
}
.review-answer-content {
    padding-top: 10px;
}
.star-rating {
    display: inline-block;
    font-size: 0;
}
.star-rating .star {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #bbb;
    transition: fill 0.3s;
}

.star-rating .star.filled {
    fill: #f2b600;
    width: 14px;
    height: 14px;
}

@media screen and (max-width:980px) {
    .navTop, .logoHeader, .startseite-welcome-container, .invisible-on-mobile {
        display: none;
    }

    .contactArea { padding-left: 20px; }

    .footerArea .footerList { padding-left: 0; }


    .mobile-navbar {
        overflow: hidden;
        background: var(--xb-header-gradient-mobile);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        color: var(--xb-navbar-text);
        display: block;
        text-align: center;
        z-index: 99;
    }

        .mobile-navbar a {
            float: left;
            display: block;
            color: var(--xb-burger-text);
            text-align: center;
            text-decoration: none;
            font-size: 30px;
        }

    .mobile-navbar a:hover {
        background: transparent;
        color: var(--xb-burger-text);
    }

    .mobile-navbar a.burger-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 16px;
        cursor: pointer;
    }

    .mobile-navbar a.burger-icon:before { content: '\2630'; }          /* Hamburger */
    .mobile-navbar a.burger-icon.offen:before { content: '\2715'; }    /* Schließen-X, wenn Menü offen */


    .mobile-navigation-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: var(--xb-overlay-gradient);
        padding-top: 20px;
        overflow-y: hidden;
        transition: 0.5s;
        display: block;
    }

    .mobile-navigation-overlay-content {
        position: relative;
        top: 0;
        width: calc(100% - 20px);
        padding-left: 20px;
        padding-top: 90px;
    }

    .mobile-navigation-overlay a {
        padding: 8px;
        text-decoration: none;
        font-family: var(--xb-font);
        font-weight: 500;
        font-style: normal;
        text-rendering: optimizeLegibility;
        color: var(--xb-overlay-text);
        display: block;
        transition: 0.3s;
        font-size: 17px;
    }

    .mobile-navigation-overlay-content a span {
        position: relative;
        display: inline-block;
    }

    .mobile-navigation-overlay-content a span::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 2px;
        background: var(--xb-overlay-underline);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .mobile-navigation-overlay-content a:hover span::after,
    .mobile-navigation-overlay-content a:focus span::after {
        transform: scaleX(1);
    }

    /* Bei niedrigen Bildschirmen die Overlay-Links scrollbar machen. */
    @media screen and (max-height: 680px) {
        .mobile-navigation-overlay { overflow-y: auto; }

        .mobile-navigation-overlay a { font-size: 15px; }
    }

    .mobile-logo {
        font-family: var(--xb-font);
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
        padding: 20px 10px 20px 16px;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-logo-head {
        font-size: 24px;
        line-height: 1.2;
    }

    .mobile-logo-text {
        font-size: 13px;
        line-height: 1;
    }

    .articleArea {
        padding: 16px;
        margin: 85px 0 0 0;
        width: unset;
        vertical-align: unset;
    }

    .invisible-on-desktop {
        display: block;
    }

    .small-bottom-margin {
        margin-bottom: 0;
    }

    .startseite-hintergrund-div {
        padding: 0 4px 0 4px;
    }

    .start-page-image {
        width: 100%;
        max-width: 500px;
    }

    .start-page-headline {
        padding-top: 45px;
    }
    
    .start-page-headline-small-padding {
        padding-top: 20px;
    }

    .start-page-headline-top {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .accordion {
        color: #000;
        line-height: 1.7;
    }

    .panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .panel p:first-child {
        margin-top: 0;
    }
}

/* --- Nur von der Supervision-Site genutzte Klassen (aus deren Alt-CSS uebernommen) --- */

.startseite-hintergrund-div-outer {
    margin-top: 20px;
    margin-right: 0;
    display: table-cell;
    padding: 0 20px 0 20px;
    width: 15%;
    border-radius: 15px;
}

.startseite-welcome-left-outer {
    margin-top: 5px;
    margin-right: 0;
    display: table-cell;
    padding: 5px 5px 0 0;
    width: 15%;
}

.kundenliste {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
}

.kundenliste li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-family: var(--xb-font);
    font-size: 16px;
}

@media screen and (max-width: 980px) {
    .kundenliste {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

/* --- Google Maps Click-to-Load (DSGVO): Platzhalter, bis der Besucher die Karte laedt --- */

.map-consent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 250px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 15px;
}

.map-consent p {
    font-size: 14px;
    line-height: 1.5;
}

.map-consent-button {
    font-family: var(--xb-font);
    font-size: 16px;
    padding: 10px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background-color: var(--xb-nav-hover-bg);
    color: var(--xb-nav-hover-text);
}
