/* Hintergrundbild */
.content-wrapper {
    background: url("../images/Start_Hintergrund_Rookie-Projekt_26_01.0c60c31c0eb7.jpg") no-repeat center center fixed;
    background-size: cover;
    padding: 40px 20px;
    min-height: 100vh;
    border-radius: 0px;
}

/* Transparenter Effekt für Navbar */
.navbar {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
}

.navbar-brand img {
    height: 50px;
}

/* Tabelle modern gestalten */
.table-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Styling der Tabelle */
.table thead {
    position: sticky;
    top: 0;
    background-color: #343a40;
    color: white;
    z-index: 2;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
    }
}
/* Hintergrundbild Mit zetrierten Items*/
.content-wrapper-center {
background: url("../images/Start_Hintergrund_Rookie-Projekt_26_01.0c60c31c0eb7.jpg") no-repeat center center fixed;
background-size: cover;
padding: 40px 20px;
border-radius: 0px;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
/* Login Box */
.form-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.form-container h2 {
    margin-bottom: 20px;
}

.form-container button {
    margin-top: 10px;
    width: 100%;
}

.register-link {
    margin-top: 15px;
}
/* Navbar-Logo Styling */
.navbar-brand img {
    height: 40px; /* Einheitliche Größe */
}

/* Benutzername für Mobile */
.user-greeting {
    color: white;
    margin-right: 15px;
}

/* Navbar Hintergrund */
.navbar {
    padding: 10px 15px;
}
.captcha {
    width: 100px;
    height: 50px;
}
.errorlist {
    color: red;
    list-style: none;
    padding: 5px 0;
}
#editButton {
    background-color: #242468;
    border-color: #242468; /* Falls du auch den Rahmen ändern willst */
}
.card-header {
    background-color: #2a2b64 !important;
    color: white !important; /* Falls der Text nicht weiß bleibt */
    border-color: #2a2b64; /* Falls ein Rand vorhanden ist */
}
.select-package-btn {
    background-color: #242468 !important;
    border-color: #242468 !important;
    color: white !important; /* Falls die Schriftfarbe angepasst werden soll */
}
.card {
    border-radius: 0 !important;
}