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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    max-width: 100%;
    padding: 0 40px;
}

.container-narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-split {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    display: none;
}

.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-buttons {
    display: flex;
    gap: 12px;
}

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

.btn-accept {
    background: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background: #229954;
}

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

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

.main-header {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #ecf0f1;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-section .brand {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ad-label {
    font-size: 11px;
    color: #95a5a6;
    padding: 4px 10px;
    border: 1px solid #ecf0f1;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 28px;
}

.main-nav a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 16px;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #27ae60;
}

.hero-split {
    display: flex;
    min-height: 600px;
    background: #f8f9fa;
}

.hero-left {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 60px 80px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.hero-text-wrapper {
    max-width: 550px;
}

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #ffffff;
}

.hero-description {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #ecf0f1;
}

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background: #27ae60;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: #229954;
    transform: translateY(-2px);
}

.cta-secondary {
    display: inline-block;
    padding: 16px 36px;
    background: transparent;
    color: #2c3e50;
    text-decoration: none;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background: #2c3e50;
    color: #ffffff;
}

.hero-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #95a5a6;
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-asymmetric {
    padding: 100px 0;
    background: #ffffff;
}

.intro-grid {
    display: flex;
    gap: 80px;
    align-items: center;
}

.intro-text-block {
    flex: 1.2;
}

.intro-text-block h3 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #2c3e50;
    line-height: 1.3;
}

.intro-text-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.intro-image-offset {
    flex: 1;
    position: relative;
    background: #bdc3c7;
}

.intro-image-offset img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 400px;
    border-radius: 8px;
}

.services-cards {
    padding: 120px 0;
    background: #f8f9fa;
}

.section-header-centered {
    text-align: center;
    margin-bottom: 60px;
}

.section-header-centered h3 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.section-header-centered p {
    font-size: 19px;
    color: #7f8c8d;
}

.cards-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    width: calc(33.333% - 27px);
    min-width: 320px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #bdc3c7;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .card-image-wrapper img {
    transform: scale(1.05);
}

.card-content {
    padding: 28px 24px;
}

.card-content h4 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #2c3e50;
}

.card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.price-tag {
    font-size: 24px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 18px;
    display: block;
}

.btn-card {
    width: 100%;
    padding: 14px 24px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-card:hover {
    background: #2980b9;
}

.form-section-split {
    display: flex;
    min-height: 700px;
}

.form-visual-left {
    flex: 1;
    background: #95a5a6;
    overflow: hidden;
}

.form-visual-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container-right {
    flex: 1;
    padding: 80px 60px;
    background: #ffffff;
}

.form-container-right h3 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.form-container-right p {
    font-size: 17px;
    margin-bottom: 36px;
    color: #7f8c8d;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 1px solid #dfe6e9;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    padding: 16px 36px;
    background: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #229954;
}

.trust-minimal {
    padding: 100px 0;
    background: #ffffff;
}

.trust-content-centered {
    max-width: 900px;
    margin: 0 auto;
}

.trust-content-centered h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.testimonials-stacked {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-item {
    padding: 32px;
    background: #f8f9fa;
    border-left: 4px solid #27ae60;
    border-radius: 6px;
}

.testimonial-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #2c3e50;
    font-style: italic;
    margin-bottom: 12px;
}

.testimonial-item cite {
    font-size: 15px;
    color: #7f8c8d;
    font-style: normal;
}

.disclaimer-section {
    padding: 60px 0;
    background: #ecf0f1;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

.main-footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 30px;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #ffffff;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #bdc3c7;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #27ae60;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

.page-hero-services {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    text-align: center;
}

.page-title {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 16px;
}

.page-subtitle {
    font-size: 19px;
    color: #ecf0f1;
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed {
    padding: 80px 0;
    background: #ffffff;
}

.service-detail-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
    padding: 0 40px;
}

.service-detail-block.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
}

.service-number {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 12px;
}

.service-detail-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

.service-features {
    list-style: none;
    margin: 28px 0;
}

.service-features li {
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 12px;
    position: relative;
    color: #555;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 28px 0;
}

.price-label {
    font-size: 15px;
    color: #7f8c8d;
}

.price-value {
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
}

.btn-service-select {
    padding: 14px 32px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-service-select:hover {
    background: #2980b9;
}

.service-detail-image {
    flex: 1;
    background: #bdc3c7;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-services-bottom {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
}

.cta-services-bottom h3 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.cta-services-bottom p {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 32px;
}

.about-intro-split {
    display: flex;
    gap: 60px;
    padding: 100px 40px;
    background: #ffffff;
}

.about-text-side {
    flex: 1;
}

.about-text-side h2 {
    font-size: 40px;
    margin-bottom: 28px;
    color: #2c3e50;
    line-height: 1.3;
}

.about-text-side p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 22px;
    color: #555;
}

.about-image-side {
    flex: 1;
    background: #bdc3c7;
    border-radius: 8px;
    overflow: hidden;
}

.about-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.section-title-center {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.approach-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.approach-item {
    background: #ffffff;
    padding: 36px 28px;
    border-radius: 8px;
    width: calc(33.333% - 27px);
    min-width: 280px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.approach-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.approach-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.approach-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.values-minimal {
    padding: 100px 0;
    background: #ffffff;
}

.values-minimal h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.value-block {
    padding: 32px;
    background: #f8f9fa;
    border-radius: 6px;
}

.value-block h4 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #2c3e50;
}

.value-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.team-visual-section {
    padding: 100px 0;
    background: #ecf0f1;
}

.team-grid {
    display: flex;
    gap: 60px;
    align-items: center;
}

.team-image-block {
    flex: 1;
    background: #bdc3c7;
    border-radius: 8px;
    overflow: hidden;
}

.team-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-text-block {
    flex: 1;
}

.team-text-block h3 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.team-text-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.cta-about-bottom {
    padding: 80px 0;
    background: #2c3e50;
    text-align: center;
}

.cta-about-bottom h3 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #ffffff;
}

.cta-about-bottom p {
    font-size: 18px;
    color: #ecf0f1;
    margin-bottom: 32px;
}

.contact-page-hero {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    text-align: center;
}

.contact-content-split {
    display: flex;
    gap: 60px;
    padding: 100px 40px;
    background: #ffffff;
}

.contact-info-left {
    flex: 1;
}

.contact-block {
    margin-bottom: 50px;
}

.contact-block h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.contact-detail {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.contact-email {
    color: #555;
}

.contact-note {
    font-size: 15px;
    color: #7f8c8d;
    margin-top: 12px;
    font-style: italic;
}

.contact-map-right {
    flex: 1;
}

.map-placeholder {
    width: 100%;
    height: 500px;
    background: #bdc3c7;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.9);
    padding: 20px;
}

.map-overlay p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
}

.contact-additional-info {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-additional-info h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.info-steps {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.info-step {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
}

.info-step h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.info-step p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.contact-impressum {
    padding: 80px 0;
    background: #ffffff;
}

.contact-impressum h3 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #2c3e50;
}

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

.thanks-content {
    padding: 100px 0;
    background: #f8f9fa;
}

.thanks-box {
    background: #ffffff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #27ae60;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.thanks-box h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.thanks-lead {
    font-size: 19px;
    color: #7f8c8d;
    margin-bottom: 32px;
}

.thanks-details {
    margin-bottom: 40px;
}

.thanks-details p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

.service-confirmation {
    font-weight: 600;
    color: #27ae60;
}

.thanks-next-steps {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px;
    padding: 28px;
    background: #f8f9fa;
    border-radius: 6px;
}

.thanks-next-steps h3 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #2c3e50;
}

.thanks-next-steps ul {
    list-style: none;
}

.thanks-next-steps li {
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 12px;
    position: relative;
    color: #555;
}

.thanks-next-steps li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-primary {
    padding: 14px 32px;
    background: #27ae60;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #229954;
}

.btn-secondary {
    padding: 14px 32px;
    background: transparent;
    color: #2c3e50;
    text-decoration: none;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.legal-page {
    padding: 80px 0;
    background: #ffffff;
}

.legal-page h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.legal-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #7f8c8d;
    margin-bottom: 48px;
}

.legal-page h3 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-page h4 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.legal-page ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

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

.legal-page strong {
    color: #2c3e50;
}

.legal-page a {
    color: #3498db;
    text-decoration: none;
}

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

.legal-update {
    font-size: 14px;
    color: #95a5a6;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ecf0f1;
}

.gdpr-table,
.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.gdpr-table th,
.cookies-table th {
    background: #ecf0f1;
    padding: 14px;
    text-align: left;
    font-size: 16px;
    color: #2c3e50;
    border-bottom: 2px solid #bdc3c7;
}

.gdpr-table td,
.cookies-table td {
    padding: 14px;
    border-bottom: 1px solid #ecf0f1;
    font-size: 15px;
    color: #555;
}

@media (max-width: 1024px) {
    .hero-split,
    .form-section-split,
    .about-intro-split,
    .contact-content-split {
        flex-direction: column;
    }

    .service-detail-block,
    .service-detail-block.reverse {
        flex-direction: column;
    }

    .intro-grid,
    .team-grid {
        flex-direction: column;
    }

    .service-card {
        width: calc(50% - 20px);
    }

    .approach-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .main-nav ul {
        flex-direction: column;
        gap: 12px;
    }

    .hero-title {
        font-size: 36px;
    }

    .service-card,
    .approach-item {
        width: 100%;
    }

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

    .thanks-actions {
        flex-direction: column;
    }
}