.login-pf body {
    background: url(../img/wilma_bg_img_soft7.jpg) no-repeat center center fixed;
    background-size: cover;
}
@media (max-width: 767px) {
	html {
		background: url(../img/wilma_bg_img_soft7.jpg) no-repeat center center fixed;
		background-size:  cover;
	}
}

#kc-header-wrapper {
    display: flex; /* Flexbox verwenden, um Elemente auszurichten */
    justify-content: flex-start; /* Links ausrichten */
    align-items: center; /* Vertikal zentrieren */
    padding: 10px 20px; /* Abstand innen */
    margin-bottom: 20px; /* Abstand zur Login-Maske */
}

#lhm-env {
    font-size: 24px; /* Schriftgröße */
    font-weight: bold; /* Fettschrift */
    color: #242222; /* Grüne Farbe */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Leichter Schatten */
    display: inline-block; /* Inline-Block für präzise Ausrichtung */
    margin: 0; /* Kein zusätzlicher Abstand */
    padding: 0; /* Kein zusätzlicher Innenabstand */
}

.pf-v5-c-login__main {
    background-color: var(--form-bg);
    border-radius: 8px;
}

.pf-v5-c-brand span {
    color:black;
}

header {
    display: none;
    unicode-bidi: isolate;
}