.uk-button {
    /*background-color: #00ff00;*/
    line-height: 40px;
    padding: 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* Zentriert Button */
.uk-button-secondary {
    display: block; 
    width: max-content; 
    margin: 0 auto; 
    text-align: center;
}


.uk-navbar-nav>li>a {
    font-size: 0.8rem;
}

div:has(> .uk-button-default) {
    text-align: center !important;
}

.lauftext > div > div > div > div {
    color: #ffd000 !important;
}
   /*die navigation bei den Projekten unten F0eef2*/
   
/*.uk-tile-muted {
    position: relative;
    background-color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}*/
/*die navigation bei den Projekten unten Overlay*/
/*.uk-tile-muted::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
    z-index: 1;
}

.uk-tile-muted:hover::after {
    background-color: rgba(40, 100, 95, 0.1);
}*/



.uk-link-heading {
    font-size: 1.4rem; 
}
/*Navigation Projekte*/
.uk-tile-muted.uk-text-center {
    text-align: left !important;
}

.uk-navbar-nav>li.uk-active>a {
    color: #ff727d;
}

.uk-navbar-nav>li>a {
    color: #0a1e1e;
}

.uk-navbar-nav>li.uk-active>a::before {
    background-color: #ff727d;
}

.uk-navbar-nav>li>a::before {
    background-color: #ff727d;
}

/* Damit füge ich bei deinem Link der Headline H2 die Unterstreichung ein!!!  */

h2 a {
    position: relative;

}

h2 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px; /* Abstand zum Text */
    width: 100%;
    height: 4px; /* Dicke des Unterstrichs */
    background-color: currentColor; /* Farbe des Textes */
    transition: width 0.3s ease-out, left 0.3s ease-out;
}

h2 a:hover::after {
    width: 0;
    left: 100%; /* Schiebt den Strich von links nach rechts weg */
}

h6, .uk-h6 {
    margin: 0 0 0 0;
    font-family: 'Roboto Flex', sans-serif;
    color: #0a1e1e;
    /*font-weight: 100;
    text-transform: inherit;
    letter-spacing: inherit;*/
}

h1, .uk-h1 {
    margin: 0 0 25px 0;
}

h1.uk-text-emphasis {
    color: #ffaeb2 !important;
}

.links-gelb {
    background: #ffc352 !important;
}

.rechts-rosa {
    background: #ffaeb2 !important;
}

.rechts-rosa > div > .uk-grid {
    flex-direction: column-reverse;
}

.links-gruen {
    background: #a8ccbe !important;
}

@media (min-width: 769px) {
    .links-gelb {
        background: linear-gradient(90deg, #ffc352 50%, #ffffff 50%) !important;
    }

    .rechts-rosa {
        background: linear-gradient(90deg, #ffe5cd 50%, #ffaeb2 50%) !important;
    }
    
    .rechts-rosa > div > .uk-grid {
        flex-direction: inherit;
    }

    .links-gruen {
         background: linear-gradient(90deg, #a8ccbe 50%, #ffffff 50%) !important;
    }
}

hr, .uk-hr {
    /*overflow: visible;
    text-align: inherit;
    margin: 0 0 25px 0;
    border: 0;*/
    border-color: #0a1e1e !important;
}

li, .uk-li {
    border-color: #0a1e1e !important;
}

.uk-overlay .uk-h2 {
    font-size: 1.8rem;
    /*word-wrap: break-word;*/
    hyphens: auto;
}

/* Nicht schön aber selten, die Headlines auf den Projektkarten sollen sichtbar sein und nicht am unteren Rand kleben */
.uk-overlay.uk-position-bottom {
    position: absolute; 
    bottom: 20px;
}

.tm-projects {
    border-radius: 10px; /* 7 */
}

.eventliste .uk-overlay-gradient {
    background-image: linear-gradient(
        to bottom,
        rgba(90, 30, 0, 0.1) 0%,
        rgba(90, 30, 0, 1.0) 97%,
        rgba(255, 114, 125, 1) 97%
    );
}

.angebotsliste .uk-overlay-gradient {
    background-image: linear-gradient(
        to bottom,
        rgba(90, 30, 0, 0.1) 0%,
        rgba(90, 30, 0, 1.0) 97%,
        rgba(255, 195, 82, 1) 97%
    );
}

.reviewliste .uk-overlay-gradient {
    background-image: linear-gradient(
        to bottom,
        rgba(90, 30, 0, 0.1) 0%,
        rgba(90, 30, 0, 1.0) 97%,
        rgba(128, 168, 152, 1) 97%
    );
}

.eventliste .tm-projects .uk-overlay-gradient::before {
    background: linear-gradient(
        to bottom,
        rgba(255, 114, 125, 0),
        rgba(255, 114, 125, 1) 97%
    );
}

.angebotsliste .tm-projects .uk-overlay-gradient::before {
    background: linear-gradient(
        to bottom,
        rgba(255, 195, 82, 0),
        rgba(255, 195, 82, 1) 97%
    );
}

.reviewliste .tm-projects .uk-overlay-gradient::before {
    background: linear-gradient(
        to bottom,
        rgba(128, 168, 152, 0),
        rgba(128, 168, 152, 1) 97%
    );
}

.eventliste .uk-dotnav>.uk-active>* {
    background-color: rgb(255, 114, 125);
}

.angebotsliste .uk-dotnav>.uk-active>* {
    background-color: rgb(255, 195, 82);
}

.reviewliste .uk-dotnav>.uk-active>* {
    background-color: rgb(128, 168, 152);
}

img {
    vertical-align: top;
}