.robby-img {
    width: 200%;
    max-width: 800px;
    border-radius: 12px;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.robby-img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px #00ffcc;
}

.robby-text {
    margin-top: 20px;
    color: #2fbdc2;
    font-size: 14px;
    line-height: 1.5em;
}

.robby-link {
    display: inline-block;
    margin-top: 10px;
    color: #00ffcc;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

/* Färbt den Bandnamen rot und macht ihn fett */
.event-band {
    color: #e74c3c;
    font-weight: bold;
}

/* Färbt das Datum blau */
.event-date {
    color: #34db9b;
}

.event-location {
    color: #c1ed2f;        /* Hier deine Wunschfarbe eintragen (z. B. dieses Hex-Grün) */
}

.robby-name {
    color: #ed2f2f;        /* Hier deine Wunschfarbe eintragen (z. B. dieses Hex-Grün) */
}

.facebook-text {
    color: #04D9FF;        /* Hier deine Wunschfarbe eintragen (z. B. dieses Hex-Grün) */
}

