/*
Theme Name: Kadence Child
Theme URI: https://kadencewp.com/
Description: Mein individuelles Child-Theme für die Imper Consult Website.
Author: Melanie
Template: kadence
Version: 1.0.0
*/


/* ==========================================================================
   1. KONTAKT PAGE STYLES
   ========================================================================== */

.kontakt-page {
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    line-height: 1.6;
}

/* --- HERO BANNER --- */
.kontakt-page .kontakt-hero {
    background: linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.95)), url('https://imperconsult.de/wp-content/uploads/2024/10/hem-poudyal-3xJrW1zFqAQ-unsplash.jpg') center/cover no-repeat;
    padding: 100px 20px;
    text-align: center;
    border-bottom: 3px solid #172a45;
}

.kontakt-page .kontakt-hero h1 {
    font-family: 'Fraunces', Georgia, serif;
    color: #ffffff;
    font-size: 3.5rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* --- MAIN FORM SECTION --- */
.kontakt-page .main-contact-section {
    padding: 80px 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.kontakt-page .contact-card-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    padding: 60px;
}

.kontakt-page .contact-intro h2 {
    font-family: 'Fraunces', serif;
    color: #0A192F;
    font-size: 2.5rem;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.kontakt-page .contact-intro p {
    color: #475569;
    font-size: 1.1rem;
    margin: 0;
}

.kontakt-page .contact-form-side label {
    display: block;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.kontakt-page .contact-form-side input[type="text"],
.kontakt-page .contact-form-side input[type="email"],
.kontakt-page .contact-form-side textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-family: inherit;
    font-size: 1rem;
    color: #1e293b;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.kontakt-page .contact-form-side input:focus,
.kontakt-page .contact-form-side textarea:focus {
    outline: none;
    border-color: #0A192F;
    box-shadow: 0 0 0 3px rgba(10, 25, 47, 0.08);
}

.kontakt-page .checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.kontakt-page .checkbox-group input {
    margin-top: 4px;
}

.kontakt-page .checkbox-group label {
    font-weight: 400;
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 0;
}

.kontakt-page .checkbox-group label a {
    color: #0A192F;
    text-decoration: underline;
}

.kontakt-page .checkbox-group label a:hover {
    color: #172a45;
}

.kontakt-page .contact-form-side button,
.kontakt-page .contact-form-side input[type="submit"] {
    background-color: #0A192F;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
}

.kontakt-page .contact-form-side button:hover,
.kontakt-page .contact-form-side input[type="submit"]:hover {
    background-color: #172a45;
}

/* Feedback-Meldungen */
.kontakt-page .alert-success {
    background-color: #d1fae5;
    color: #065f46;
    padding: 20px;
    border-radius: 8px;
    font-weight: 500;
    line-height: 1.5;
}

.kontakt-page .alert-error {
    background-color: #fee2e2;
    color: #991b1b;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 500;
}

/* Verstecken des Honeypot-Feldes */
.kontakt-page .hp-wrapper {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

/* --- INFO CARDS SECTION --- */
.kontakt-page .info-cards-section {
    background-color: #f8f9fa;
    padding: 80px 20px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
}

.kontakt-page .info-cards-section .tagline {
    display: block;
    color: #64748b;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    font-weight: 700;
}

.kontakt-page .info-cards-section h2 {
    font-family: 'Fraunces', serif;
    color: #0A192F;
    font-size: 2.2rem;
    margin: 0 0 40px 0;
}

.kontakt-page .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1140px;
    margin: 0 auto;
}

.kontakt-page .info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 30px;
    transition: transform 0.2s ease;
}

.kontakt-page .info-card:hover {
    transform: translateY(-4px);
}

.kontakt-page .info-card .icon-holder {
    color: #0A192F;
    margin-bottom: 20px;
}

.kontakt-page .info-card h3 {
    font-family: 'Fraunces', serif;
    color: #0A192F;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
}

.kontakt-page .info-card p {
    color: #475569;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
}

/* --- LOCAL SECTION --- */
.kontakt-page .local-section {
    position: relative;
    height: 350px;
    background: linear-gradient(rgba(10, 25, 47, 0.4), rgba(10, 25, 47, 0.6)), url('https://imperconsult.de/wp-content/uploads/2024/10/hem-poudyal-3xJrW1zFqAQ-unsplash.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kontakt-page .local-section h2 {
    font-family: 'Fraunces', serif;
    color: #ffffff;
    font-size: 3.5rem;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}


