.login-pf body {
    background-image: url('../img/dlc-background.png');
    background-size: cover;
    background-color: #F4F2EF;
    height: 150%;
}

.login-pf-page body {
    background-image: url('../img/dlc-background.png');
    background-size: cover;
    background-color: #F4F2EF;
    padding-bottom: 6em;
}

body {
    background-image: url('../img/dlc-background.png');
    background-size: cover;
    display: flex;
    justify-content: center;
}

a {
    color: #29396D;
}

a:hover {
    color: #29396D;
}
/**
    * Background image Blass.
 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: rgba(222, 217, 217, 0.15); /* Adjust the opacity as needed */
}

.content {
    position: relative;
    z-index: 1;
    /* Add your content styles here */
}

nav {
    box-shadow: 0 7px 7px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: white;
    padding: 10px;
}

nav img {
    height: 50px;
    margin: 10px;
}

.pf-c-form__label-text, label {
    color: #29396D;
    font-size: 14px;
}

.login-pf-page {
    padding-top: 4%;
}

.checkbox, .radio {
    margin-top: unset;
    margin-bottom: unset;
}

/*div.form-group:nth-child(3) {
	margin-bottom: 2rem;
}*/

.card-pf {
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.16), 0 0 0.375rem 0 rgba(3, 3, 3, 0.08) !important;
    margin: auto;
    max-width: 455px;
}


#kc-header {
    display: flex;
    justify-content: center;
}


/*#kc-header-wrapper {
	background-image: url('../img/dlc-background.png');
	background-size: cover;
	color: transparent;
}*/


#rememberMe {
    accent-color: #29396D;
}

/*#kc-registration > span:nth-child(1) > a:nth-child(1), a {
	color: #29396D;
}

#kc-registration > span:nth-child(1) > a:nth-child(1):hover, a:hover {
	color: #EF533A;
}*/

/*#kc-registration-container, .kc-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    background: #DDE2F0;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

#kc-registration, .kc-login-form {
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
}

#kc-registration span, .kc-login-form span {
    display: inline-block;
    padding: .75rem 5rem;
    color: #29396D;
    margin: 5px;
}

#kc-registration span:first-child, .kc-login-form span:last-child {
    background-color: white;
    border-radius: 1rem;
    margin: 5px;
}

#kc-registration span:last-child, -kc-login-form span:first-child {
    !* background-color: lightgray; *!
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 5px;
}

#kc-registration a, .kc-login-form a {
    color: #29396D;
    text-decoration: none;
}*/

#kc-registration-container, .kc-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    background: #DDE2F0;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

#kc-registration, .kc-login-form {
    display: flex;
    border-radius: 1rem;
    overflow: hidden;
}

#kc-registration span, .kc-login-form span {
    display: inline-block;
    padding: .5rem 3rem;
    color: #29396D;
    margin: 10px 0;
}

#kc-registration a span:first-child, .kc-login-form a span:last-child {
    background-color: #DDE2F0;
    border-radius: 1rem;
    margin: 5px;
    border: none;
}

#kc-registration span:first-child, .kc-login-form span:last-child {
    background-color: white;
    border-radius: 1rem;
}

#kc-registration a:last-child, .kc-login-form a:first-child {
    /* background-color: lightgray; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 5px;
    border: none;
}

#kc-registration a, .kc-login-form a {
    color: #29396D;
    text-decoration: none;
    border: none;
    outline: none;
}

/**
    * Buttons für Login und Registrierung
 */
#kc-login, .pf-c-button {
    background-color: #29396D !important;
    border-radius: 1rem;
    padding: .5rem;
    border: none;
}

/**
    * Button für Passwort anzeigen (Auge)
 */
.pf-c-button.pf-m-control {
    background-color: initial !important; /* Setzt die Standardfarbe oder wähle eine andere */
}

/**
    * Sprachauswahl
 */
.kc-language-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.kc-language-form a {
    margin: 0 10px; /* Abstand zwischen den Links */
    text-decoration: none;
    color: #29396D;
    padding: 2px;
    font-weight: normal; /* Schriftart-Einstellung, falls nötig */
}



#username, #password, #password-confirm, #email, #lastName, #firstName {
    border: 2px solid #29396D;
    border-radius: .3rem;
    padding: 1.2rem .4rem;
}

#kc-form-options > div:nth-child(1) > span:nth-child(1) > svg:nth-child(1) {
    height: .6rem;
}

#kc-info {
    width: fit-content;
    position: relative;
    margin-top: 2rem;
}

#kc-info-wrapper {
    background-color: #F0F0F0;
    padding: 1rem .65rem;
}

#kc-form-buttons {
    margin-top: 2rem;
}

/**
    * Error messages
 */

#kc-error-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#backToApplication {
    display: inline-block;
    padding: 10px 20px;
    background-color: #29396D;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

#backToApplication:hover {
    background-color: #29396D;
}

@media screen and (max-width: 1600px) {
    .card-pf {
        margin-top: 100px;
    }

    #kc-info {
        left: -2.5rem;
    }

    #kc-registration span, .kc-login-form span {
        padding: .5rem 3rem;
    }
}

@media screen and (max-width: 1080px) {
    #kc-info {
        left: -2.5rem;
    }
}

@media screen and (max-width: 768px) {
    #kc-info {
        left: -1.3rem;
    }
}

@media screen and (max-width: 575.98px) {
    #kc-info {
        left: -1.3rem;
    }
}

#kc-social-providers {
    display: none !important;
}

/**
 * Register Form Styles
 */
#register-privacy-fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.privacy-label-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#privacy-checkbox {
    flex-shrink: 0;
    margin-top: 4px;
    padding: 0;
    cursor: pointer;
}

#input-error-privacy {
    display: block;
    margin-top: 5px;
}

.privacy-link {
    text-decoration: underline;
}
