body, html {
    height: 100%;
    margin: 0;
    background-image: url('3.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

a {
    text-decoration: none !important;
}

.positive {
    color: rgba(16,185,129);
    margin-bottom: 0;
}

.negative {
    color: rgba(239,68,68);
    margin-bottom: 0;
}

.form {
    background: white;
    padding: 1rem;
}

.zusammenfassung_tabelle {
    width: 50% !important;
    margin: 3rem auto 0 auto;
}

.profile_img {
    width: 300px;
    height: 300px;
}

.spieler_info {
    background-color: #f9f9f9;
    width: 385.17px;
    padding: 20px;
    text-align: center;
    border: 2px solid #333;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.spieler_info img.profile_img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.spieler_info h4 {
    margin: 15px 0;
    font-size: 1.25em;
    color: #333;
}

.spieler_info table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    text-align: left;
}

.spieler_info table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.spieler_info table tr:last-child td {
    border-bottom: none;
}

.spieler_info table td:first-child {
    font-weight: bold;
}

.raum {
    background: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem;
}

.container, .container-fluid {
    background-color: transparent !important;
    padding: 0 !important;
}

.card {
    background-color: transparent;
    border: none;
    box-shadow: none;
    perspective: 1000px;
}

.card__inner {
    position: relative;
    width: 385.17px;
    height: 548px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    border: 2px solid #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.card__face--back {
    transform: rotateY(180deg);
}

.card.is-flipped .card__inner {
    transform: rotateY(180deg);
}

.card__face--front img {
    height: 548px;
    width: auto;
    border-radius: inherit;
}

.navbar {
    margin-bottom: 5rem;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: unset;
}

.navbar-dark {
    background-color: #000;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ccc;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    margin-top: 5rem;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    color: #ccc;
    text-decoration: underline;
}
