/* FRONTEND */
#liveticker-meta{
    background-color: #eee;
}
h2{ color: #0D223D!important;}
/* BACKEND */
#acf-group_liveticker .acf-row .acf-row-handle.order{background: #2F98DB}
#acf-group_liveticker .acf-repeater .acf-row-handle.order { color: #FFF; text-shadow: none; font-size: 20px;}

/* TIMELINE */
.timeline-admin{
    background: #2D98DB;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    display: inline-block;
    float: right;
    margin: 0px 0 0 10px;
    padding: 2px 10px;
    opacity: 0.5;
}
.timeline-timestamp, .timeline-event-type{
    color: #2D98DB
}
.timeline-item.highlight .timeline-content{
    background-color: #D7EAF9;
    border: 1px solid #3198DB
}
.liveticker-updates {}
.timeline {
    position: relative;
    margin: 2rem 0;
    padding-left: 1.25rem;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ccc;
}
.timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0.75rem;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.75rem solid #f5f5f5;
}
.timeline-item.highlight::before{
    border-right: 0.75rem solid #2F98DB;
}
.timeline-time {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #333;
}
.timeline-content {
    background: #f5f5f5;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.timeline-content h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.timeline-content img {
    max-width: 100%;
    height: auto;
    margin-top: 0.75rem;
    border-radius: 0.25rem;
}

.timeline-phase {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #000;
}

.timeline-phase::before,
.timeline-phase::after {
    content: '';
    flex: 1;
    height: 2px;
    background-color: #aaa;
    margin: 0 1rem;
}

.timeline-phase-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.timeline-phase-icon i {
    background-color: #0b1a24; /* dunkles Blau für Kreis */
    color: white;
    border-radius: 50%;
    padding: 0.3em;
    font-size: 0.9em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
}
#liveticker #rate-game-result .goals{
    background-color: #FFF;
}

@media (min-width: 768px) {
    .timeline {
        padding-left: 3rem;
    }
    .timeline-item {
        margin-bottom: 3rem;
    }
    .timeline-time {
        font-size: 1rem;
    }
    .timeline-content {
        padding: 1.25rem;
    }
}