* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2d3436;
    background-color: #f8f9fa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3436;
    color: #ffffff;
    padding: 20px;
    display: none;
    z-index: 9999;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 300px;
}

.cookie-content a {
    color: #74b9ff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #00b894;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #00a382;
}

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-asymmetric {
    position: relative;
    padding: 20px 0;
    background-color: #ffffff;
}

.header-top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ad-notice {
    font-size: 12px;
    color: #636e72;
    padding: 6px 12px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.nav-floating {
    display: flex;
    gap: 30px;
}

.nav-floating a {
    color: #2d3436;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.nav-floating a:hover {
    color: #74b9ff;
}

.brand-offset {
    max-width: 1400px;
    margin: 30px auto 0;
    padding: 0 40px;
    transform: translateX(-15px);
}

.brand-offset h1 {
    font-size: 42px;
    font-weight: 700;
    color: #2d3436;
    letter-spacing: -1px;
}

.hero-asymmetric {
    position: relative;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
}

.hero-image-block {
    width: 65%;
    height: 600px;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
}

.hero-image-block img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-text-offset {
    width: 35%;
    padding: 60px 40px;
    background-color: #ffffff;
    position: relative;
    transform: translate(-80px, -40px);
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hero-text-offset h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text-offset p {
    font-size: 18px;
    line-height: 1.7;
    color: #636e72;
}

.intro-diagonal {
    max-width: 1400px;
    margin: 120px auto 80px;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.intro-left {
    width: 50%;
    transform: translateY(-30px);
}

.intro-left p {
    font-size: 20px;
    line-height: 1.8;
    color: #2d3436;
}

.intro-right {
    width: 50%;
    height: 400px;
    overflow: hidden;
    transform: translateY(30px);
}

.intro-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.services-preview-offset {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.services-header-angled {
    margin-bottom: 60px;
    transform: translateX(80px);
}

.services-header-angled h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-header-angled p {
    font-size: 18px;
    color: #636e72;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-large {
    width: calc(60% - 15px);
    transform: translateX(-40px);
}

.card-small {
    width: calc(40% - 15px);
    transform: translateY(60px);
}

.card-medium {
    width: calc(50% - 15px);
}

.card-medium:nth-of-type(3) {
    transform: translateX(50px);
}

.card-medium:nth-of-type(4) {
    transform: translate(-50px, 40px);
}

.card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-content {
    padding: 30px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #636e72;
    margin-bottom: 20px;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #00b894;
}

.cta-overlap {
    position: relative;
    max-width: 1400px;
    margin: 150px auto 100px;
    padding: 0 40px;
}

.cta-box-angled {
    background-color: #2d3436;
    color: #ffffff;
    padding: 80px 60px;
    transform: translateX(120px);
    max-width: 800px;
}

.cta-box-angled h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.cta-box-angled p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #00b894;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #00a382;
}

.booking-section {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.booking-container-offset {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.booking-intro {
    margin-bottom: 50px;
    transform: translateX(-60px);
}

.booking-intro h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.booking-intro p {
    font-size: 18px;
    color: #636e72;
}

.booking-form-asymmetric {
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(40px);
}

.form-group-offset {
    margin-bottom: 30px;
}

.form-group-offset:nth-child(odd) {
    transform: translateX(-15px);
}

.form-group-offset:nth-child(even) {
    transform: translateX(15px);
}

.form-group-offset label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2d3436;
    font-size: 15px;
}

.form-group-offset input,
.form-group-offset select,
.form-group-offset textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #dfe6e9;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group-offset input:focus,
.form-group-offset select:focus,
.form-group-offset textarea:focus {
    outline: none;
    border-color: #74b9ff;
}

.submit-button {
    width: 100%;
    padding: 18px;
    background-color: #00b894;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #00a382;
}

.trust-block-diagonal {
    max-width: 1400px;
    margin: 120px auto;
    padding: 80px 40px;
    background-color: #2d3436;
    color: #ffffff;
    transform: translateX(-80px);
}

.trust-content h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
}

.testimonials-offset {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}

.testimonial:nth-child(1) {
    transform: translateY(-20px);
}

.testimonial:nth-child(2) {
    transform: translateY(20px);
}

.testimonial:nth-child(3) {
    transform: translateY(-10px);
}

.testimonial p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial span {
    font-size: 14px;
    opacity: 0.8;
}

.footer-asymmetric {
    background-color: #2d3436;
    color: #ffffff;
    padding: 80px 0 30px;
    margin-top: 100px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.footer-block {
    flex: 1;
    min-width: 220px;
}

.footer-block:nth-child(1) {
    transform: translateY(-15px);
}

.footer-block:nth-child(2) {
    transform: translateY(15px);
}

.footer-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.footer-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-block p {
    font-size: 15px;
    opacity: 0.8;
}

.footer-block a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 10px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-block a:hover {
    opacity: 1;
}

.disclaimer {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #00b894;
}

.disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.footer-bottom p {
    font-size: 14px;
    opacity: 0.7;
}

.about-hero-offset {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    transform: translateX(100px);
}

.about-hero-offset h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-hero-offset p {
    font-size: 22px;
    color: #636e72;
}

.story-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.story-left {
    width: 45%;
    height: 500px;
    overflow: hidden;
    transform: translateY(-40px);
}

.story-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.story-right {
    width: 55%;
    transform: translateY(40px);
}

.story-right h3 {
    font-size: 32px;
    margin-bottom: 25px;
}

.story-right p {
    font-size: 17px;
    line-height: 1.8;
    color: #2d3436;
    margin-bottom: 20px;
}

.philosophy-diagonal {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.philosophy-block-offset {
    max-width: 800px;
    padding: 60px;
    background-color: #ffffff;
    transform: translateX(-80px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.philosophy-block-offset h3 {
    font-size: 36px;
    margin-bottom: 25px;
}

.philosophy-block-offset p {
    font-size: 18px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 20px;
}

.team-irregular {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.team-irregular h2 {
    font-size: 48px;
    margin-bottom: 60px;
    transform: translateX(120px);
}

.team-grid-offset {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.team-member {
    flex: 1;
    min-width: 400px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(-60px);
}

.member-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.member-info {
    padding: 40px;
}

.member-info h4 {
    font-size: 28px;
    margin-bottom: 15px;
}

.member-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #636e72;
}

.values-offset {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.values-container {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.value-item {
    flex: 1;
    min-width: 250px;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.value-item:nth-child(1) {
    transform: translateY(-30px);
}

.value-item:nth-child(2) {
    transform: translateY(30px);
}

.value-item:nth-child(3) {
    transform: translateY(-15px);
}

.value-item h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.value-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #636e72;
}

.services-hero-diagonal {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.services-hero-content {
    transform: translateX(-80px);
}

.services-hero-content h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}

.services-hero-content p {
    font-size: 22px;
    color: #636e72;
}

.services-detail-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.service-detail-item {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    align-items: center;
}

.offset-left {
    transform: translateX(-80px);
}

.offset-right {
    transform: translateX(80px);
}

.service-detail-image {
    width: 50%;
    height: 450px;
    overflow: hidden;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-detail-text {
    width: 50%;
}

.service-detail-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.service-detail-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 15px;
}

.service-price-large {
    font-size: 36px;
    font-weight: 700;
    color: #00b894;
    margin: 25px 0 10px;
}

.service-duration {
    font-size: 15px;
    color: #636e72;
    font-style: italic;
}

.booking-cta-offset {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.cta-content-diagonal {
    background-color: #2d3436;
    color: #ffffff;
    padding: 80px 60px;
    text-align: center;
    transform: translateX(-100px);
    max-width: 900px;
    margin: 0 auto;
}

.cta-content-diagonal h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-content-diagonal p {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.9;
}

.cta-button-large {
    display: inline-block;
    padding: 18px 50px;
    background-color: #00b894;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cta-button-large:hover {
    background-color: #00a382;
}

.contact-hero-offset {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    transform: translateX(100px);
}

.contact-hero-offset h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-hero-offset p {
    font-size: 22px;
    color: #636e72;
}

.contact-content-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.contact-info-diagonal {
    width: 50%;
    transform: translateY(-40px);
}

.info-block-offset {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.info-block-offset:nth-child(odd) {
    transform: translateX(-30px);
}

.info-block-offset:nth-child(even) {
    transform: translateX(30px);
}

.info-block-offset h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.info-block-offset p {
    font-size: 16px;
    line-height: 1.7;
    color: #636e72;
}

.contact-image-block {
    width: 50%;
    height: 600px;
    overflow: hidden;
    transform: translateY(40px);
}

.contact-image-block img {
    width: 100%;
    height: 100%;
    display: block;
}

.impressum-section {
    max-width: 1000px;
    margin: 100px auto;
    padding: 60px;
    background-color: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-60px);
}

.impressum-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.impressum-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3436;
    margin-bottom: 20px;
}

.legal-content {
    max-width: 1000px;
    margin: 80px auto;
    padding: 60px;
    background-color: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.legal-content h2 {
    font-size: 42px;
    margin-bottom: 40px;
}

.legal-content h3 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3436;
    margin-bottom: 20px;
}

.legal-content ul {
    margin: 20px 0 20px 30px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3436;
    margin-bottom: 10px;
}

.legal-content a {
    color: #74b9ff;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.thanks-section {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 40px;
}

.thanks-content-offset {
    background-color: #ffffff;
    padding: 80px 60px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-40px);
}

.thanks-content-offset h2 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #00b894;
}

.thanks-content-offset p {
    font-size: 18px;
    line-height: 1.7;
    color: #636e72;
    margin-bottom: 20px;
}

.thanks-info {
    background-color: #f8f9fa;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #00b894;
}

.service-confirmation {
    font-size: 20px;
    font-weight: 600;
    color: #2d3436;
    margin-top: 10px;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #00b894;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #00a382;
}

.btn-secondary {
    background-color: transparent;
    color: #2d3436;
    border: 2px solid #2d3436;
}

.btn-secondary:hover {
    background-color: #2d3436;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-image-block,
    .hero-text-offset {
        width: 100%;
        transform: none;
    }

    .intro-diagonal {
        flex-direction: column;
    }

    .intro-left,
    .intro-right {
        width: 100%;
        transform: none;
    }

    .services-grid-irregular .service-card {
        width: 100%;
        transform: none;
    }

    .service-detail-item {
        flex-direction: column;
        transform: none;
    }

    .service-detail-image,
    .service-detail-text {
        width: 100%;
    }

    .story-asymmetric {
        flex-direction: column;
    }

    .story-left,
    .story-right {
        width: 100%;
        transform: none;
    }

    .contact-content-asymmetric {
        flex-direction: column;
    }

    .contact-info-diagonal,
    .contact-image-block {
        width: 100%;
        transform: none;
    }
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 20px;
    }

    .nav-floating {
        flex-wrap: wrap;
        justify-content: center;
    }

    .brand-offset h1 {
        font-size: 32px;
    }

    .hero-text-offset h2 {
        font-size: 28px;
    }

    .services-header-angled {
        transform: none;
    }

    .services-header-angled h2 {
        font-size: 36px;
    }

    .cta-box-angled,
    .cta-content-diagonal {
        transform: none;
        padding: 50px 30px;
    }

    .booking-intro {
        transform: none;
    }

    .booking-form-asymmetric {
        transform: none;
        padding: 30px;
    }

    .form-group-offset {
        transform: none;
    }

    .trust-block-diagonal {
        transform: none;
    }

    .testimonials-offset {
        flex-direction: column;
    }

    .testimonial {
        transform: none;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-block {
        transform: none;
    }
}