body {
    background-color: #ADB5BD;
  --cassiopeia-color-primary: #4C566A;
  --cassiopeia-color-hover: #4C566A;
}

h1, .h1 {
  color: #EDBE0B;
  text-shadow: 2px 2px 4px #000000;
}

        a {
            text-decoration: none;
            color: inherit;
        }


		.contact-link {
			text-decoration: underline dotted red;
			color: black;          /* Linkfarbe */
			font-weight: bold;      /* fett */
		}

		/* Optional: Hover-Effekt */
		.contact-link:hover {
			text-decoration: underline; /* nur beim Hover */
		}		


