/* ===== Kontaktseite - Elegant & Professionell ===== */

.page-kontakt {
    background: #f8fafc;
}

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

/* Kontakt Cards */
.kontakt-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.kontakt-card-header {
    margin-bottom: 2rem;
}

.kontakt-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.75rem;
}

.kontakt-card-subtitle {
    font-size: 1rem;
    color: #718096;
    margin-bottom: 0;
}

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.938rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #1a202c;
    transition: all 0.2s ease;
}

.form-control:focus {
    outline: none;
    border-color: #0096ff;
    box-shadow: 0 0 0 3px rgba(0, 150, 255, 0.1);
}

.form-control::placeholder {
    color: #a0aec0;
}

.form-control.is-invalid {
    border-color: #ef4444;
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.invalid-feedback {
    display: block;
    font-size: 0.813rem;
    color: #ef4444;
    margin-top: 0.375rem;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Cookie Notice */
.cookie-notice {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: rgba(0, 150, 255, 0.05);
    border: 1px solid rgba(0, 150, 255, 0.2);
    border-radius: 8px;
}

.cookie-notice-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 150, 255, 0.1);
    border-radius: 8px;
    color: #0096ff;
    font-size: 1.25rem;
}

.cookie-notice-content {
    flex: 1;
    font-size: 0.875rem;
    color: #4a5568;
}

.cookie-notice-content strong {
    color: #1a202c;
}

/* Info Card */
.kontakt-info-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.kontakt-info-heading {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #718096;
    margin-bottom: 0.5rem;
}

.kontakt-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.kontakt-info-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #0096ff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.kontakt-info-icon-secondary {
    background: rgba(0, 150, 255, 0.1);
    color: #0096ff;
}

.kontakt-info-content {
    flex: 1;
}

.kontakt-info-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.kontakt-info-text {
    font-size: 0.938rem;
    color: #718096;
    margin-bottom: 0;
    line-height: 1.6;
}

.kontakt-info-text-small {
    font-size: 0.875rem;
}

.kontakt-info-text a {
    color: #0096ff;
    text-decoration: none;
    font-weight: 500;
}

.kontakt-info-text a:hover {
    text-decoration: underline;
}

.kontakt-info-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 0.5rem 0;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.938rem;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-primary {
    background: #0096ff;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 150, 255, 0.25);
}

.btn-primary:hover {
    background: #0077cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 150, 255, 0.35);
}

.btn-lg {
    padding: 1rem 1.75rem;
    font-size: 1rem;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.btn i {
    font-size: 0.875rem;
}

.w-100 {
    width: 100%;
}

/* Responsive */
@media (max-width: 991.98px) {
    .section-kontakt {
        padding: 3rem 0;
    }

    .kontakt-card {
        padding: 2rem;
    }

    .kontakt-card-title {
        font-size: 1.375rem;
    }
}

@media (max-width: 767.98px) {
    .section-kontakt {
        padding: 2.5rem 0;
    }

    .kontakt-card {
        padding: 1.5rem;
    }

    .kontakt-card-title {
        font-size: 1.25rem;
    }

    .form-group {
        margin-bottom: 1.25rem;
    }

    .kontakt-info-item {
        gap: 0.875rem;
    }

    .kontakt-info-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .kontakt-card {
        padding: 1.25rem;
    }

    .kontakt-card-header {
        margin-bottom: 1.5rem;
    }

    .kontakt-card-title {
        font-size: 1.125rem;
    }

    .kontakt-card-subtitle {
        font-size: 0.938rem;
    }

    .cookie-notice {
        flex-direction: column;
        gap: 0.75rem;
    }

    .cookie-notice-icon {
        width: 36px;
        height: 36px;
        font-size: 1.125rem;
    }
}