body {
    font-family: 'Inter', sans-serif;
    background-color: #FAF9F6;
    color: #333333;
}

.bg-moss-green { background-color: #556B2F !important; }
.text-moss-green { color: #556B2F !important; }
.border-moss-green { border-color: #556B2F !important; }

.bg-beige-sand { background-color: #F5E6CA !important; }
.text-beige-sand { color: #F5E6CA !important; }
.border-beige-sand { border-color: #F5E6CA !important; }

.bg-off-white { background-color: #FAF9F6 !important; }
.text-off-white { color: #FAF9F6 !important; }

.text-dark-gray { color: #333333 !important; }
.text-light-gray { color: #666666 !important; }

.navbar-custom {
    background-color: #556B2F;
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #FAF9F6;
}
.navbar-custom .nav-link:hover {
    color: #F5E6CA;
}
.navbar-custom .navbar-brand .highlight {
    color: #F5E6CA;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(245, 230, 202, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('images/cleanTerrasseHeader.png');
    background-size: cover;
    background-position: center;
    color: #FAF9F6;
    padding: 6rem 0;
}
.hero-section h1 {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }
}

.cta-button {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.375rem;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn-moss-green {
    background-color: #556B2F;
    color: #FAF9F6;
    border-color: #556B2F;
}
.btn-moss-green:hover {
    background-color: #455725;
    color: #FAF9F6;
    border-color: #455725;
}
.btn-contact-nav {
    background-color: #F5E6CA;
    color: #556B2F;
    font-weight: 600;
}
.btn-contact-nav:hover {
    background-color: #E0D5B9;
    color: #556B2F;
}

.section-padding {
    padding: 4rem 0;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.card-img-top-custom {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.price-card .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.price-card ul {
    padding-left: 0;
    list-style: none;
}
.price-card ul li::before {
    content: "✓";
    color: #556B2F;
    margin-right: 0.5em;
}

.additional-services-container {
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}
.additional-service-item {
    border-bottom: 1px solid #dee2e6;
}
.additional-service-item:last-child {
    border-bottom: none;
}

.contact-form-section {
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
.contact-details-section {
    background-color: #556B2F;
    color: #FAF9F6;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
.contact-details-section h3 {
    color: #F5E6CA;
}
.contact-details-section a {
    color: #F5E6CA;
    text-decoration: none;
}
.contact-details-section a:hover {
    text-decoration: underline;
}
.contact-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    color: #F5E6CA;
    flex-shrink: 0;
}
.service-area-section {
    background-color: #F5E6CA;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
}
.service-area-icon {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
}
.service-area-section ul li svg {
    color: #556B2F !important;
}

footer {
    background-color: #556B2F;
    color: #F5E6CA;
}
footer a {
    color: #FAF9F6;
    text-decoration: none;
}
footer a:hover {
    color: #F5E6CA;
    text-decoration: underline;
}
.social-icon svg {
    fill: #F5E6CA;
    transition: fill 0.3s ease;
}
.social-icon:hover svg {
    fill: #FAF9F6;
}

html {
    scroll-behavior: smooth;
}

.content-section h1, .content-section h2, .content-section h3, .content-section h4 {
    color: #556B2F; /* Moss Green */
    font-weight: 600;
}
.content-section h1 {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
}
.content-section h2 { /* Für Paragraphen-Überschriften wie § 1 */
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}
.content-section h3 { /* Für Unterpunkte innerhalb der Paragraphen */
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}
.content-section h4 { /* Für noch feinere Unterteilungen */
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-style: italic;
}
.content-section p, .content-section ul, .content-section ol {
    margin-bottom: 1rem;
    line-height: 1.7;
}
.content-section ul, .content-section ol {
    padding-left: 1.5rem;
}
.content-section ul li, .content-section ol li {
    margin-bottom: 0.35rem;
}
.content-section a {
    color: #556B2F;
    text-decoration: underline;
}
.content-section a:hover {
    color: #455725;
}
.disclaimer-box {
    background-color: #fffbeb; /* Helles Gelb für Warnhinweis */
    border-left: 5px solid #fbbF24; /* Gelber Rand */
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 0.25rem;
}
.disclaimer-box p {
    margin-bottom: 0;
    color: #713f12; /* Dunkelgelber Text */
}

#hero-title:focus {
    outline: none;
    box-shadow: none; /* For Bootstrap compatibility */
}