Über uns


Informationen



a { color: black !important; /* Setzt die Textfarbe der Links auf schwarz */ text-decoration: none !important; /* Entfernt die Unterstreichung */ } /* Hover-Effekte für Links */ a:hover { color: black !important; /* Stellt sicher, dass Links beim Hover ebenfalls schwarz bleiben */ } /* Schaltflächen */ button, input[type="button"], input[type="submit"], .btn { color: black !important; /* Setzt die Schriftfarbe der Schaltflächen auf schwarz */ background-color: transparent !important; /* Entfernt die Hintergrundfarbe der Schaltflächen, wenn gewünscht */ border: 1px solid black !important; /* Optional: Randfarbe auf schwarz setzen */ } /* Eingabefelder und Textareas */ input, textarea { color: black !important; /* Setzt die Schriftfarbe der Eingabefelder auf schwarz */ border: 1px solid black !important; /* Optional: Randfarbe der Eingabefelder */ }