/* Blautöne auf #42547c und Abstufungen angepasst */

a, .uk-link,
a:hover, .uk-link:hover,
.uk-link-toggle:hover .uk-link {
    color: #42547c;
}

.uk-button-primary {
    background-color: #42547c;
    color: #ffffff;
}

.uk-button-primary:hover,
.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #394c6f;
    color: #ffffff;
}

.uk-button-link {
    color: #42547c;
}

.uk-button-link:hover {
    color: #2f3852;
}

.uk-card-primary,
.uk-section-primary,
.uk-tile-primary {
    background-color: #42547c;
    color: #ffffff;
}

.uk-card-primary .uk-card-title,
.uk-section-primary .uk-card-title {
    color: #ffffff;
}

/* Optional: Icons und dezente Textfarbe */
.uk-icon-link,
.uk-icon-button {
    color: #42547c;
}

::selection {
    background: #bfc8dc;
    color: #000000;
}
#about {
    min-height: 1000px;
}
.uk-button-link {
    display: inline-block;
    background-color: #42547c;  /* dein definierter Blauton */
    color: #ffffff;
    padding: 0.6em 1.4em;
    border-radius: 0;           /* keine Rundung – kantig und klar */
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15); /* dezent für Tiefe */
    border: 2px solid transparent;
}

.uk-button-link:hover {
    background-color: #5f75a6;  /* heller Blauton bei Hover */
    color: #ffffff;
    border-color: #5f75a6;
}
li p {
    margin: 0;
}
/* 1. Abschnittstitel (z. B. „Programm“, „Aktuelles“) stärker hervorheben */
.uk-text-primary,
.uk-heading-line > span {
    color: #42547c;
}

/* 2. Blaue Linie unter Hauptüberschriften */
.uk-heading-line > span::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #42547c;
    margin-top: 8px;
}

/* 3. Ziffern und Icons farbig hervorheben (z. B. in Prozess-Schritten) */
.uk-heading-small,
.uk-heading-medium {
    color: #1a1a1a; /* bleibt dunkel */
}
.uk-heading-small strong,
.uk-heading-medium strong,
.uk-icon {
    color: #42547c;
}

/* 4. Hover-Effekte bei Fließtext-Links */
a:hover {
    color: #5f75a6;
}

/* 5. Karten oder Info-Boxen mit dezentem Schatten in Blau */
.uk-card {
    box-shadow: 0 4px 12px rgba(66, 84, 124, 0.05);
}

/* 6. Top-Rand für News-Artikel / Blog-Teaser */
.uk-article,
.uk-card-title {
    border-top: 3px solid #42547c;
    padding-top: 1rem;
}

/* 7. Footer-Link-Farben anpassen */
.uk-section-secondary a {
    color: #aeb8d4;
}
.uk-section-secondary a:hover {
    color: #ffffff;
}

/* 8. Für textbasierte Akzente wie Unterpunkte oder Aufzählungen */
ul li::marker {
    color: #42547c;
}

/* 9. Newsletter, Kontakt oder Social-Icons */
.uk-icon-button {
    background-color: #42547c;
    color: #ffffff;
}
.uk-icon-button:hover {
    background-color: #5f75a6;
}

/* 10. Überschriften-Zahlen oder nummerierte Listen einfärben */
.uk-list-decimal > li::before {
    color: #42547c;
    font-weight: bold;
}
.uk-button {
    margin-left: calc(50% - 130px);
}

/* Überschrift Bühne weiß */
#fp-buehne.uk-light,
#fp-buehne.uk-light h3,
#fp-buehne.uk-light h4,
#fp-buehne.uk-light .uk-heading-medium {
    color: #FFF;
}

/* 5W Aufzählungen in Slider */
#swup :is(ol, ul, menu, dir) ul,
#swup :is(ol, ul, menu, dir) menu,
#swup :is(ol, ul, menu, dir) dir {
    list-style-type: disc;
}

#swup .tm-svg-nav-arrow {
    stroke-width: 2px;
}

#navbar .uk-navbar-right .uk-navbar-item {
    justify-content: end;
    min-width: 240px;
}

#swup main a:not(.uk-button):not(.uk-slidenav-large):not([href^="tel"]):not([href^="#"]):not([href^="https://"]) {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
}

#fp-buehne #gruenen-logo {
    align-items: center;
    display: flex;
}

@media all and (min-width: 960px) and (max-width: 1365px) {
    #navbar .uk-navbar-center:not(:only-child) {
        top: 110px;
        width: 100%;
    }
}

@media all and (max-width: 959px) {
    #fp-buehne > .uk-position-cover.uk-background-top-right {
        height: 280px;
    }

    #fp-buehne > .uk-container {
        margin-bottom: 30px !important;
        margin-top: 150px;
    }

    #fp-buehne.uk-light,
    #fp-buehne.uk-light h3,
    #fp-buehne.uk-light h4,
    #fp-buehne.uk-light .uk-heading-medium {
        color: #000;
        hyphens: auto;
        word-break: break-word;
    }

    #fp-buehne.uk-light .uk-heading-medium {
        font-size: 28px;
    }

    #fp-buehne .uk-button {
        margin-left: 0;
    }

    #fp-buehne.uk-light .logo-img {
        max-width: 220px;
    }

    #swup .uk-slider .uk-slider-items > li {
        display: block;
    }

    #swup .uk-slider .uk-slider-items > li .uk-h2 {
        margin-top: 50px;
    }

    #brief img {
        max-width: 180px;
    }

    .our-todos > div {
        display: none;
    }

    .our-todos > div:first-child,
    .our-todos > div:last-child {
        display: block;
    }

    .uk-slider-items ul {
        padding: 0 45px;
    }
    .uk-position-center-right {
        right: -20px;
    }
    .uk-position-center-left {
        left: -20px;
    }
}
