/* _content/MyTelephoneSwitchWebApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Bitte beachten Sie die Dokumentation zur Bündelung und Minimierung unter:
   https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification */

/* Navbar-Markenstil */
a.navbar-brand[b-ijekakenyr] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Allgemeine Linkfarbe (falls nicht für die Navbar spezifiziert) */
a[b-ijekakenyr] {
    color: #0077cc;
}

/* Primäre Button-Stile */
.btn-primary[b-ijekakenyr] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Aktive Nav-Pills-Stile */
.nav-pills .nav-link.active[b-ijekakenyr],
.nav-pills .show > .nav-link[b-ijekakenyr] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Randstile */
.border-top[b-ijekakenyr] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-ijekakenyr] {
    border-bottom: 1px solid #e5e5e5;
}

/* Box-Shadow für bestimmte Elemente */
.box-shadow[b-ijekakenyr] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Stil für den Accept-Policy-Button */
button.accept-policy[b-ijekakenyr] {
    font-size: 1rem;
    line-height: inherit;
}

/* Footer-Stile */
.footer[b-ijekakenyr] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Neue Regeln für die Navbar */
.navbar[b-ijekakenyr] {
    background-color: #7E63A1 !important; /* Grauer Hintergrund */
}

    /* Navigationselemente (Navbar-Brand und Nav-Links) */
    .navbar .navbar-brand[b-ijekakenyr],
    .navbar .nav-link[b-ijekakenyr] {
        color: #ffffff !important; /* Weißer Text */
        font-weight: bold; /* Fettschrift für bessere Lesbarkeit */
    }

        /* Hover- und Fokus-Effekte für Nav-Links */
        .navbar .nav-link:hover[b-ijekakenyr],
        .navbar .nav-link:focus[b-ijekakenyr] {
            color: #cccccc !important; /* Hellere Farbe beim Hover/Focus */
        }
