/* Allgemeine Styles */
 body {
            font-family: 'Poppins', sans-serif;
            background-color: #f4f4f9;
            color: #333;
        }

        .hero {
            background: url('images/mein-werkstatt-bg.jpg') no-repeat center center/cover;
            height: 75vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 600;
        }

        .hero p {
            font-size: 1.2rem;
            margin: 15px 0;
        }

        .btn-primary {
            background-color: #007bff;
            border: none;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            color: #007bff;
            text-align: center;
            margin-bottom: 40px;
        }

        .features {
            padding: 60px 0;
        }

        .features h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #007bff;
        }

        .features p {
            font-size: 1rem;
            color: #555;
        }

        .icon-box {
            text-align: center;
            padding: 30px;
            background-color: #fff;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
        }

        .icon-box:hover {
            transform: translateY(-10px);
        }

        .icon-box img {
            max-width: 100px;
            margin-bottom: 20px;
        }

        .call-to-action {
            background-color: #007bff;
            color: white;
            padding: 40px 0;
            text-align: center;
			padding-right: 15px;
        }

        .call-to-action h2 {
            font-size: 2.2rem;
            margin-bottom: 20px;
        }

        .call-to-action p {
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

        .call-to-action .btn {
            background-color: white;
            color: #007bff;
            font-weight: 600;
        }
		.logo-desktop {
			height: 40px; /* Desktop-Logo-Höhe */
		}

		.logo-mobile {
			display: none; /* Mobile-Logo standardmäßig ausblenden */
			height: 60px; /* Mobile-Logo-Höhe */
		}


		
/* Demo Bestellen Seite */
        .demo-form {
            padding: 40px 0;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .demo-form h1 {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        .demo-form .form-control {
            border-radius: 8px;
        }
        .demo-form .btn-primary {
            background-color: #007bff;
            border: none;
        }
		
/* Preise Seite */
.hero {
    background: url('images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
}

.pricing {
    padding: 60px 0;
}

.pricing .highlight {
    background-color: #007bff;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 40px;
}

.pricing .highlight h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.pricing .highlight p {
    margin: 10px 0;
}

.pricing .highlight a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffd700;
    padding: 10px 20px;
    border-radius: 5px;
}

.pricing .highlight a:hover {
    background-color: #e5c100;
}

.pricing .card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.pricing .card img {
    width: 100%;
    height: auto;
}

.pricing .card-body {
    padding: 20px;
    text-align: center;
}

.pricing .card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.pricing .card-price {
    font-size: 1.75rem;
    color: #007bff;
    margin-bottom: 10px;
}

.pricing .card-description {
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.pricing .cta {
    text-align: center;
    margin-top: 40px;
}

.pricing .cta a {
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1.1rem;
    margin: 0 10px;
    display: inline-block;
}

.pricing .cta a:hover {
    background-color: #0056b3;
}

/* Funktionen Seite */
        .hero {
            background: linear-gradient(to right, #007bff, #00aaff);
            color: #fff;
            padding: 60px 0;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.5rem;
        }
        .features {
            padding: 40px 0;
        }
        .feature-item {
            background: #ffffff;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .feature-item h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
/* Kontakt Seite */
        .contact {
            padding: 40px 0;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .contact h1 {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        .contact .form-control {
            border-radius: 8px;
        }
        .contact .btn-primary {
            background-color: #007bff;
            border: none;
        }

/* Cookie-Benachrichtigung */
		.cookie-notice {
			position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			background-color: #333;
			color: #fff;
			padding: 15px;
			text-align: center;
			z-index: 9999;
			display: none; /* Versteckt, bis Cookies akzeptiert wurden */
		}

		.cookie-content {
			display: flex;
			justify-content: space-between;
			align-items: center;
			max-width: 1200px;
			margin: 0 auto;
		}

		.cookie-content p {
			margin: 0;
			font-size: 14px;
			flex: 1;
		}

		.cookie-content a {
			color: #ffd700;
			text-decoration: none;
		}

		.cookie-content button {
			background-color: #007bff;
			border: none;
			color: white;
			padding: 10px 20px;
			font-size: 14px;
			cursor: pointer;
			border-radius: 5px;
		}

		.cookie-content button:hover {
			background-color: #0056b3;
		}


		/* Media Query für mobile Geräte */
		@media (max-width: 767px) {
			.logo-desktop {
				display: none; /* Desktop-Logo ausblenden */
			}

			.logo-mobile {
				display: block; /* Mobile-Logo anzeigen */
			}
			.hero h1 {
				font-size: 2.5rem;
			}

			.hero p {
				font-size: 1rem;
			}

			.pricing .card-body {
				padding: 15px;
			}

			.pricing .card-title {
				font-size: 1.1rem;
			}

			.pricing .card-price {
				font-size: 1.5rem;
			}

			.pricing .card-description {
				font-size: 0.85rem;
			}

			.pricing .cta a {
				padding: 10px 15px;
				font-size: 1rem;
			}
		}