/*
Theme Name: Magazin TRAiNiNG
Theme URI: https://magazintraining.com
Description: Custom theme for Magazin TRAiNiNG - Deutschsprachiges HR- und Weiterbildungsmagazin
Author: Magazin TRAiNiNG
Author URI: https://magazintraining.com
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magazintraining
Tags: magazine, two-columns, three-columns, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   @font-face
   ========================================================================== */

@font-face {
    font-family: 'Sindelar-RegularA';
    src: url('/wp-content/fonts/Sindelar-RegularA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sindelar-RegularA';
    src: url('/wp-content/fonts/Sindelar-BoldA.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sindelar-RegularA';
    src: url('/wp-content/fonts/Sindelar-ItalicA.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Sindelar-RegularA', Georgia, serif;
    font-size: 14px;
    line-height: 180%;
    color: #555555;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #0067B5;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: #004a82;
    text-decoration: underline;
}

ul, ol {
    margin: 0 0 1em 1.5em;
}

p {
    margin: 0 0 1em 0;
}

blockquote {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-left: 4px solid #0067B5;
    background: #f9f9f9;
    font-style: italic;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

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

th {
    background: #f5f5f5;
    font-weight: bold;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sindelar-RegularA', Georgia, serif;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    color: #008000;
}

h2 {
    font-size: 22px;
    color: #008000;
}

h3 {
    font-size: 18px;
    font-style: italic;
    color: #008000;
}

h4 {
    font-size: 16px;
    color: #008000;
}

h5 {
    font-size: 14px;
    color: #008000;
}

h6 {
    font-size: 13px;
    color: #008000;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.site-wrapper {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
    background-color: #0067B5;
    width: 100%;
}

.header-inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.header-image {
    display: block;
    width: 100%;
    height: auto;
}

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

/* ==========================================================================
   Navigation
   ========================================================================== */

.site-navigation {
    background-color: #0067B5;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: 2px solid #A0B6DF;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 3px;
    font-family: 'Sindelar-RegularA', Georgia, serif;
    line-height: 1;
}

.mobile-menu-toggle:hover {
    border-color: #ffffff;
}

.mobile-menu-toggle .bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: 0.3s;
}

.primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.primary-menu li {
    position: relative;
}

.primary-menu li a {
    display: block;
    padding: 10px 14px;
    color: #A0B6DF;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.primary-menu li a:hover,
.primary-menu li a:focus,
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-parent > a,
.primary-menu li.current-menu-ancestor > a {
    color: #ffffff;
    text-decoration: none;
}

.primary-menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0067B5;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1001;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.primary-menu li:hover > ul.sub-menu {
    display: block;
}

.primary-menu li ul.sub-menu li a {
    padding: 8px 14px;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}

.header-search {
    flex-shrink: 0;
}

.header-search .search-form {
    display: flex;
    align-items: center;
}

.header-search .search-field {
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px 0 0 3px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-family: 'Sindelar-RegularA', Georgia, serif;
    width: 160px;
    outline: none;
    transition: background 0.2s ease;
}

.header-search .search-field::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.header-search .search-field:focus {
    background: rgba(255, 255, 255, 0.25);
}

.header-search .search-submit {
    padding: 5px 12px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    cursor: pointer;
    font-family: 'Sindelar-RegularA', Georgia, serif;
    transition: background 0.2s ease;
}

.header-search .search-submit:hover {
    background: rgba(255, 255, 255, 0.35);
}

/* ==========================================================================
   Content Area
   ========================================================================== */

.site-content {
    padding: 20px 0;
}

.content-area {
    width: 100%;
}

/* ==========================================================================
   Front Page — 3-Column Layout
   ========================================================================== */

.front-page-columns {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.front-page-column {
    flex: 1;
    min-width: 0;
}

.column-heading {
    background-color: #eeeeee;
    padding: 8px 8px;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    color: #008000;
    font-family: 'Sindelar-RegularA', Georgia, serif;
}

.column-heading a {
    color: #008000;
    text-decoration: none;
}

.column-heading a:hover {
    text-decoration: underline;
}

.front-page-post {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeee;
}

.front-page-post:last-child {
    border-bottom: none;
}

.front-page-post .post-thumbnail {
    margin-bottom: 8px;
}

.front-page-post .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.front-page-post .entry-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.front-page-post .entry-title a {
    color: #008000;
    text-decoration: none;
}

.front-page-post .entry-title a:hover {
    text-decoration: underline;
}

.front-page-post .entry-excerpt {
    font-size: 13px;
    line-height: 160%;
    color: #555555;
}

.front-page-post .entry-excerpt p {
    margin: 0;
}

/* ==========================================================================
   Single Post Layout
   ========================================================================== */

.single-post-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.single-main-content {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 0;
}

.single-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 0;
}

/* Article Header */
.entry-header {
    margin-bottom: 20px;
}

.entry-header .entry-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.entry-meta {
    font-size: 13px;
    color: #818181;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.entry-meta a {
    color: #818181;
    text-decoration: none;
}

.entry-meta a:hover {
    color: #0067B5;
    text-decoration: underline;
}

.entry-meta .meta-sep {
    margin: 0 6px;
    color: #cccccc;
}

/* Featured Image */
.entry-featured-image {
    margin-bottom: 20px;
}

.entry-featured-image img {
    width: 100%;
    height: auto;
}

/* Article Content */
.entry-content {
    font-size: 14px;
    line-height: 180%;
    color: #555555;
}

.entry-content h2 {
    margin-top: 1.2em;
}

.entry-content h3 {
    margin-top: 1em;
}

.entry-content img {
    margin: 1em 0;
}

.entry-content .wp-caption {
    max-width: 100%;
    margin: 1em 0;
}

.entry-content .wp-caption-text {
    font-size: 12px;
    color: #818181;
    font-style: italic;
    padding: 5px 0;
}

.entry-content a {
    color: #0067B5;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #004a82;
}

/* Entry Footer (tags, etc.) */
.entry-footer-meta {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    font-size: 13px;
    color: #818181;
}

.entry-footer-meta a {
    color: #0067B5;
}

/* Post Navigation */
.post-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    max-width: 48%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    font-size: 13px;
    color: #0067B5;
}

.post-navigation .nav-next {
    text-align: right;
}

/* ==========================================================================
   Sidebar — Article Info Box
   ========================================================================== */

.article-info-box {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 170%;
}

.article-info-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.article-info-box h3,
.article-info-box h4 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #008000;
}

.article-info-box p {
    margin-bottom: 0.5em;
}

/* Sidebar Widgets */
.sidebar-widget-area .widget {
    margin-bottom: 25px;
}

.sidebar-widget-area .widget img {
    max-width: 100%;
    height: auto;
}

.sidebar-widget-area .widget-title {
    font-size: 15px;
    font-weight: bold;
    color: #008000;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}

/* ==========================================================================
   Archive / Index
   ========================================================================== */

.archive-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eeeeee;
}

.archive-header .archive-title {
    font-size: 24px;
    color: #008000;
    font-weight: bold;
}

.archive-header .archive-description {
    font-size: 14px;
    color: #818181;
    margin-top: 5px;
}

.archive-post {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.archive-post:last-child {
    border-bottom: none;
}

.archive-post .post-thumbnail {
    flex: 0 0 200px;
    max-width: 200px;
}

.archive-post .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.archive-post .post-content-wrap {
    flex: 1;
    min-width: 0;
}

.archive-post .entry-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.archive-post .entry-title a {
    color: #008000;
    text-decoration: none;
}

.archive-post .entry-title a:hover {
    text-decoration: underline;
}

.archive-post .entry-meta {
    font-size: 12px;
    color: #818181;
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: none;
}

.archive-post .entry-excerpt {
    font-size: 13px;
    line-height: 165%;
    color: #555555;
}

.archive-post .entry-excerpt p {
    margin: 0;
}

.read-more-link {
    color: #0067B5;
    font-size: 13px;
    text-decoration: none;
    font-style: italic;
}

.read-more-link:hover {
    text-decoration: underline;
}

/* Pagination */
.pagination {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #eeeeee;
    color: #0067B5;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.pagination .page-numbers:hover {
    background-color: #0067B5;
    color: #ffffff;
    border-color: #0067B5;
    text-decoration: none;
}

.pagination .page-numbers.current {
    background-color: #0067B5;
    color: #ffffff;
    border-color: #0067B5;
}

.pagination .page-numbers.dots {
    border: none;
    padding: 6px 4px;
}

/* ==========================================================================
   Page Template
   ========================================================================== */

.page-content-full {
    max-width: 100%;
}

.page-content-full .entry-title {
    font-size: 26px;
    font-weight: bold;
    color: #008000;
    margin-bottom: 20px;
}

.page-content-full .entry-content {
    font-size: 14px;
    line-height: 180%;
}

/* ==========================================================================
   Search
   ========================================================================== */

.search-results-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eeeeee;
}

.search-results-header h1 {
    font-size: 22px;
    color: #008000;
}

.search-results-header .search-query {
    font-style: italic;
}

.no-results {
    padding: 40px 0;
    text-align: center;
}

.no-results h1 {
    font-size: 24px;
    color: #008000;
    margin-bottom: 15px;
}

.no-results p {
    font-size: 16px;
    color: #818181;
}

.no-results .search-form {
    max-width: 400px;
    margin: 20px auto 0;
}

/* ==========================================================================
   404 Page
   ========================================================================== */

.error-404 {
    padding: 60px 0;
    text-align: center;
}

.error-404 h1 {
    font-size: 36px;
    color: #008000;
    margin-bottom: 15px;
}

.error-404 p {
    font-size: 16px;
    color: #818181;
    margin-bottom: 10px;
}

.error-404 .search-form {
    max-width: 400px;
    margin: 25px auto 0;
}

/* ==========================================================================
   Search Form (standalone)
   ========================================================================== */

.search-form {
    display: flex;
    align-items: stretch;
}

.search-form label {
    flex: 1;
}

.search-form .search-field {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    font-family: 'Sindelar-RegularA', Georgia, serif;
    border: 1px solid #cccccc;
    border-radius: 3px 0 0 3px;
    color: #555555;
    outline: none;
    transition: border-color 0.2s ease;
}

.search-form .search-field:focus {
    border-color: #0067B5;
}

.search-form .search-submit {
    padding: 8px 16px;
    font-size: 14px;
    font-family: 'Sindelar-RegularA', Georgia, serif;
    background-color: #0067B5;
    color: #ffffff;
    border: 1px solid #0067B5;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.search-form .search-submit:hover {
    background-color: #004a82;
    border-color: #004a82;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    background-color: #0067B5;
    color: #ffffff;
    padding: 25px 0;
    margin-top: 30px;
}

.footer-inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-widgets {
    margin-bottom: 15px;
}

.footer-widgets .widget {
    margin-bottom: 15px;
}

.footer-widgets .widget-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.footer-widgets a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-widgets a:hover {
    color: #ffffff;
}

.footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   WordPress Core Styles
   ========================================================================== */

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

.alignnone {
    display: block;
    margin: 10px 0;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    color: #818181;
    font-style: italic;
    padding: 5px 0;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 1em 0;
}

.gallery-item {
    flex: 1 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.sticky .entry-title::before {
    content: "\2605 ";
    color: #0067B5;
}

.bypostauthor {
    display: block;
}

/* ==========================================================================
   Comments (basic)
   ========================================================================== */

.comments-area {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #eeeeee;
}

.comments-title {
    font-size: 20px;
    color: #008000;
    margin-bottom: 15px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.comment-list .comment .comment-author {
    font-weight: bold;
    color: #333333;
    margin-bottom: 3px;
}

.comment-list .comment .comment-author img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 50%;
}

.comment-list .comment .comment-metadata {
    font-size: 12px;
    color: #818181;
    margin-bottom: 8px;
}

.comment-list .comment .comment-content {
    font-size: 14px;
    line-height: 170%;
}

.comment-respond .comment-reply-title {
    font-size: 18px;
    color: #008000;
    margin-bottom: 10px;
}

.comment-form label {
    display: block;
    font-size: 13px;
    color: #555555;
    margin-bottom: 3px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    max-width: 400px;
    padding: 8px 10px;
    font-size: 14px;
    font-family: 'Sindelar-RegularA', Georgia, serif;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.comment-form textarea {
    max-width: 100%;
    height: 150px;
    resize: vertical;
}

.comment-form .form-submit input[type="submit"] {
    padding: 8px 20px;
    background-color: #0067B5;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Sindelar-RegularA', Georgia, serif;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.comment-form .form-submit input[type="submit"]:hover {
    background-color: #004a82;
}

/* ==========================================================================
   Responsive — Tablet (601px - 1024px)
   ========================================================================== */

@media screen and (max-width: 1024px) {
    .site-wrapper {
        padding: 0 15px;
    }

    .front-page-columns {
        flex-wrap: wrap;
    }

    .front-page-column {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .front-page-column:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-main-content {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .single-sidebar {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .archive-post .post-thumbnail {
        flex: 0 0 150px;
        max-width: 150px;
    }

    .header-search .search-field {
        width: 120px;
    }
}

/* ==========================================================================
   Responsive — Mobile (<=600px)
   ========================================================================== */

@media screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }

    .site-wrapper {
        padding: 0 10px;
    }

    /* Mobile Navigation */
    .mobile-menu-toggle {
        display: block;
        margin: 8px 0;
    }

    .nav-inner {
        flex-wrap: wrap;
    }

    .primary-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        padding-bottom: 10px;
    }

    .primary-menu.is-active {
        display: flex;
    }

    .primary-menu li a {
        padding: 8px 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .primary-menu li ul.sub-menu {
        position: static;
        box-shadow: none;
        min-width: 100%;
    }

    .primary-menu li ul.sub-menu li a {
        padding-left: 28px;
    }

    .primary-menu li:hover > ul.sub-menu {
        display: block;
    }

    .header-search {
        display: none;
    }

    /* Front Page Columns */
    .front-page-columns {
        flex-direction: column;
    }

    .front-page-column {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    /* Single Post */
    .single-post-layout {
        flex-direction: column;
    }

    .single-main-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 25px;
    }

    .entry-header .entry-title {
        font-size: 20px;
    }

    /* Archive */
    .archive-post {
        flex-direction: column;
    }

    .archive-post .post-thumbnail {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .archive-post .entry-title {
        font-size: 18px;
    }

    /* General */
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 16px;
    }

    .post-navigation {
        flex-direction: column;
        gap: 10px;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        max-width: 100%;
        text-align: left;
    }
}

/* ==========================================================================
   Banner / Werbebanner
   ========================================================================== */

.banner-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
}

.banner-area-homepage {
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.banner-area-article {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.banner-item img {
    display: block;
    border: 1px solid #eeeeee;
}

.banner-gross img {
    width: 460px;
    height: 100px;
}

.banner-klein img {
    width: 100px;
    height: 100px;
}

.banner-small-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 600px) {
    .banner-area {
        flex-direction: column;
        align-items: center;
    }

    .banner-gross img {
        width: 100%;
        height: auto;
    }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    .site-header,
    .site-navigation,
    .site-footer,
    .single-sidebar,
    .header-search,
    .mobile-menu-toggle,
    .post-navigation,
    .pagination,
    .comments-area {
        display: none;
    }

    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    .site-wrapper {
        max-width: 100%;
    }

    .single-main-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
