.modal-backdrop.show {
	 background-color: none;
	 background-color: rgba(255, 255, 255, 0);
}
.modal-content {
    background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
    color: white; /* Weiße Schrift */
}