        :root {
            --primary-color: #ffc107;
            --dark-color: #212529;
            --light-color: #f8f9fa;
            --text-dark: #343a40;
            --text-light: #f8f9fa;
        }

        body {
            font-family: 'Roboto', sans-serif;
            background-color: var(--light-color);
            color: var(--text-dark);
            position: relative;
        }

        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Poppins', sans-serif;
        }

        .paddingpack {
            padding-top: 5rem!important;
            padding-bottom: 5rem!important
        }

        #navbar {
            background-color: transparent;
            transition: background-color 0.4s ease-out;
        }

        #navbar.scrolled {
            background-color: var(--dark-color);
            box-shadow: 0 3px 10px rgba(0,0,0,0.15);
        }

        .navbar-nav .nav-link {
            transition: color 0.3s ease;
            font-weight: 500;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--primary-color) !important;
            font-weight: bold;
            border-bottom: 2px solid var(--primary-color);
        }

        #home {
            height: 50vh;
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1490650404312-a2175773bbf5?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--text-light);
        }

        #home h1 {
            font-size: 4rem;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        #home p {
            font-size: 1.5rem;
        }

        .btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: var(--dark-color);
            font-weight: bold;
            padding: 12px 24px;
            font-size: 1.1rem;
        }

        .btn-primary:hover {
            background-color: #ffca2c;
            border-color: #ffca2c;
            color: var(--dark-color);
        }

        section {
            background-color: var(--light-color);
        }

        #bewertungen {
            background-color: #ffffff;
        }

        .min-vh-section {
            min-height: 90vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 80px 0;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: var(--dark-color);
            margin-bottom: 50px;
            text-align: center;
        }

        .section-title h2 .text-primary {
            color: var(--primary-color) !important;
        }

        .card {
            background-color: #ffffff;
            border: 1px solid #e9ecef;
            color: var(--text-dark);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        }

        a {
            color: #ffc107;
        }

        a:hover {
            color: #ffc107;
        }

        .card .bi {
            font-size: 3rem;
            color: var(--primary-color);
        }

        .card-img-top {
            height: 220px;
            object-fit: cover;
        }

        img[loading="lazy"] {
            filter: blur(0.5px);
        }

        #impressum p {
            margin-bottom: 1.5rem;
        }

        #impressum {
            padding-top: 80px;
        }

        footer {
            background-color: #1a1e21;
            padding: 40px 0;
            text-align: center;
            color: var(--text-light);
        }

    footer {
      background: #000000;
      padding: 20px;
      font-size: 0.9em;
      text-align: center;
      color: #ffc107;
    }

        footer a:hover {
            text-decoration: underline;
        }
		.payment-card:hover {
			transform: translateY(-4px);
			box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
		}

		.payment-icon {
			height: 50px;
			width: auto;
			object-fit: contain;
			margin-bottom: 1rem;
		}

		.payment-text {
			font-size: 0.875rem;
		}

        table thead th {
            background-color: #f8f9fa;
            font-weight: 600;
            vertical-align: middle;
            padding: 12px;
            text-transform: none;
        }
        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
        }
        .section-title .text-primary {
            color: #ffc107;
        }
        .payment-card {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            height: 100%;
            padding: 1.5rem;
            border: 1px solid #dee2e6;
            border-radius: 0.5rem;
            transition: transform 0.2s ease;
            text-align: center;
        }
        .payment-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
        }
        .payment-icon {
            height: 35px;
            width: auto;
            object-fit: contain;
            margin-bottom: 1rem;
        }
        .payment-text {
            font-size: 0.875rem;
        }
        .btn-primary {
            --bs-btn-color: #fff;
            --bs-btn-bg: #ffc107;
            --bs-btn-border-color: #ffc107;
            --bs-btn-hover-color: #fff;
            --bs-btn-hover-bg: #ffc107;
            --bs-btn-hover-border-color: #ffc107;
            --bs-btn-focus-shadow-rgb: 49,132,253;
            --bs-btn-active-color: #fff;
            --bs-btn-active-bg: #ffc107;
            --bs-btn-active-border-color: #ffc107;
            --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            --bs-btn-disabled-color: #fff;
            --bs-btn-disabled-bg: #ffc107;
            --bs-btn-disabled-border-color: #ffc107;
            }