.hero{display:grid;align-items:center;gap:2rem}
.hero__media img{width:100%;height:auto;display:block;border-radius:var(--radius)}

/* Nur Telefon-Links */
a[href^="tel:"] {
    color: blueviolet; /* normale Farbe */
    text-decoration: none; /* optional: Unterstreichung entfernen */
}

    a[href^="tel:"]:hover {
        color: red; /* beim Darüberfahren */
    }

/*Kontakt formular*/
a[href^="datenschutz.html"] {
color: dodgerblue; /* normale Farbe */
text-decoration: none; /* optional: Unterstreichung entfernen */
}

/*Kontakt formular*/
a[href^="mailto:info@rade-service.de"] {
    color: dodgerblue; /* normale Farbe */
    text-decoration: none; /* optional: Unterstreichung entfernen */
}