/* Print Stylesheet for DominoEffektCoaching */
@media print {
    /* Hide non-essential elements */
    #splash,
    #menu01,
    #mobile-nav,
    #mobile-nav-toggle,
    #footer,
    .skip-link {
        display: none !important;
    }

    /* Reset body for print */
    body {
        background: #fff;
        color: #000;
        font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
        font-size: 12pt;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    /* Main content area */
    #main-content {
        position: static;
        width: 100%;
    }

    /* Content sections */
    #Coaching, #Essenz, #Seminare, #Referenz, #Philosophie, #News, #Zurperson, #Impressum, #Kontakt,
    #CoachingLogik, #CoachingErkenntnisse, #CoachingAngebotsspektrum {
        position: static;
        width: 100%;
        background: #fff;
        color: #000;
        padding: 10px 0;
        margin: 20px 0;
        page-break-inside: avoid;
    }

    /* Hide elements that are set to display:none by default */
    #Coaching, #Essenz, #Seminare, #Referenz, #Philosophie, #News, #Zurperson, #Impressum, #Kontakt,
    #CoachingLogik, #CoachingErkenntnisse, #CoachingAngebotsspektrum {
        display: block !important;
        visibility: visible;
    }

    /* Show only the first section (Coaching) for print by default */
    #Essenz, #Seminare, #Referenz, #Philosophie, #News, #Zurperson, #Impressum, #Kontakt,
    #CoachingLogik, #CoachingErkenntnisse, #CoachingAngebotsspektrum {
        display: none !important;
    }

    /* Headings */
    h1 {
        font-size: 18pt;
        color: #000;
        border-bottom: 2px solid #000;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 14pt;
        color: #000;
        margin-top: 15px;
    }

    h3 {
        font-size: 12pt;
        color: #000;
        font-weight: bold;
    }

    /* Links */
    a {
        color: #000;
        text-decoration: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }

    /* Don't show URLs for internal links */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    /* Tables */
    table {
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0;
    }

    td, th {
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
    }

    th {
        background-color: #eee;
        font-weight: bold;
    }

    /* Lists */
    ul, ol {
        margin: 10px 0;
        padding-left: 20px;
    }

    li {
        margin-bottom: 5px;
    }

    /* Images */
    img {
        max-width: 100%;
        height: auto;
        page-break-inside: avoid;
    }

    /* Page breaks */
    h1, h2, h3 {
        page-break-after: avoid;
    }

    /* Header with logo/title */
    #header {
        display: block !important;
        position: static;
        margin-bottom: 20px;
    }

    #header img {
        max-width: 300px;
        height: auto;
    }

    /* Print date at bottom */
    #print-date {
        margin-top: 30px;
        padding-top: 10px;
        border-top: 1px solid #000;
        font-size: 0.8em;
        color: #666;
        text-align: right;
    }
}
