*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--mdh-bg);color:var(--mdh-text);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--mdh-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.screen-reader-text,.mdh-skip-link{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}.mdh-skip-link:focus{clip:auto!important;width:auto;height:auto;z-index:99999;background:#fff;padding:10px;left:12px;top:12px}.mdh-container{width:min(calc(100% - 32px),var(--mdh-container));margin-inline:auto}.mdh-container-wide{width:min(calc(100% - 32px),var(--mdh-wide-container));margin-inline:auto}.mdh-site-header{background:var(--mdh-header-bg);border-bottom:1px solid var(--mdh-border);box-shadow:0 2px 12px rgba(10,30,60,.04)}.mdh-header-inner{min-height:var(--mdh-header-height);display:flex;align-items:center;justify-content:space-between;gap:28px}.mdh-brand-link{display:flex;align-items:center;gap:10px;color:var(--mdh-text);font-weight:800;letter-spacing:-.02em}.mdh-brand-link:hover{text-decoration:none}.custom-logo{max-height:var(--mdh-logo-height);width:auto}.mdh-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--mdh-primary),var(--mdh-secondary));color:#fff;font-weight:900}.mdh-brand-text{font-size:20px}.mdh-nav-wrap{display:flex;align-items:center;gap:22px}.mdh-primary-nav ul,.mdh-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.mdh-menu li{position:relative}.mdh-menu a{display:block;padding:10px 12px;color:var(--mdh-text);font-weight:600;font-size:14px;border-radius:10px}.mdh-menu a:hover{background:rgba(11,99,206,.08);text-decoration:none;color:var(--mdh-primary)}.mdh-menu .sub-menu{display:none;position:absolute;right:0;top:100%;background:var(--mdh-surface);border:1px solid var(--mdh-border);border-radius:14px;padding:8px;min-width:210px;box-shadow:0 18px 40px rgba(10,30,60,.12);z-index:10}.mdh-menu li:hover>.sub-menu,.mdh-menu li:focus-within>.sub-menu{display:block}.mdh-menu .sub-menu a{white-space:nowrap}.mdh-button,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--mdh-button-bg);color:var(--mdh-button-text)!important;border-radius:var(--mdh-button-radius);padding:12px 18px;font-weight:700;border:1px solid var(--mdh-primary);line-height:1.1;box-shadow:0 6px 18px rgba(11,99,206,.18);transition:.2s ease}.mdh-button:hover,.wp-block-button__link:hover{background:var(--mdh-button-hover-bg);text-decoration:none;transform:translateY(-1px)}.mdh-button-small{padding:10px 14px;font-size:var(--mdh-card-button-size)}.mdh-header-cta{white-space:nowrap}.mdh-menu-toggle{display:none;background:transparent;border:0;padding:8px;cursor:pointer}.mdh-menu-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--mdh-text);margin:5px 0;border-radius:2px}.mdh-section{padding:56px 0}.mdh-page-hero,.mdh-single-header{padding:56px 0 28px}.mdh-eyebrow{margin:0 0 8px;color:var(--mdh-primary);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.mdh-page-hero h1,.mdh-single-header h1,.mdh-front-hero h1{margin:0;color:var(--mdh-text);font-size:clamp(34px,5vw,58px);line-height:1.05;letter-spacing:-.04em}.mdh-hero-subtitle,.mdh-single-excerpt,.mdh-front-intro{max-width:780px;font-size:19px;color:var(--mdh-muted)}.mdh-section-head{margin:0 0 24px}.mdh-section-head h2{margin:0;color:var(--mdh-text);line-height:1.1;letter-spacing:-.03em}.mdh-title-category-overview h2{font-size:var(--mdh-category-overview-title-size)}.mdh-title-latest-posts h2{font-size:var(--mdh-latest-posts-title-size)}.mdh-grid,.mdh-category-grid{display:grid;gap:var(--mdh-card-gap)}.mdh-card{background:var(--mdh-card-bg);border:1px solid var(--mdh-border);border-radius:var(--mdh-radius);overflow:hidden;box-shadow:0 var(--mdh-shadow-strength) calc(var(--mdh-shadow-strength)*3) rgba(10,30,60,.08);display:flex;flex-direction:column;min-height:100%}.mdh-card-image{display:block;height:var(--mdh-card-image-height);background:#e8eef6;overflow:hidden}.mdh-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mdh-card:hover .mdh-card-image img{transform:scale(1.035)}.mdh-card-placeholder{display:flex;height:100%;align-items:center;justify-content:center;padding:28px;color:var(--mdh-primary);font-weight:800;background:linear-gradient(135deg,rgba(11,99,206,.1),rgba(0,168,200,.12))}.mdh-card-body{padding:var(--mdh-card-padding);display:flex;flex-direction:column;gap:12px;flex:1}.mdh-post-meta{display:flex;align-items:center;gap:8px;color:var(--mdh-muted);font-size:var(--mdh-card-meta-size);font-weight:700}.mdh-post-meta a{font-weight:800}.mdh-card-title{font-size:var(--mdh-card-title-size);line-height:1.25;margin:0;letter-spacing:-.02em}.mdh-card-title a{color:var(--mdh-primary)}.mdh-card-excerpt{margin:0 0 6px;color:var(--mdh-muted);font-size:var(--mdh-card-excerpt-size);flex:1}.mdh-category-card{background:var(--mdh-category-card-bg);border:1px solid var(--mdh-border);border-radius:var(--mdh-radius);padding:var(--mdh-category-card-padding);box-shadow:0 var(--mdh-shadow-strength) calc(var(--mdh-shadow-strength)*3) rgba(10,30,60,.06);display:flex;flex-direction:column;gap:14px}.mdh-category-card h3{margin:0;font-size:24px;line-height:1.2}.mdh-category-card h3 a{color:var(--mdh-primary)}.mdh-category-card p{margin:0;color:var(--mdh-muted)}.mdh-category-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:auto}.mdh-pagination{margin-top:36px}.mdh-content{background:var(--mdh-surface);border:1px solid var(--mdh-border);border-radius:var(--mdh-radius);padding:clamp(24px,4vw,54px);box-shadow:0 var(--mdh-shadow-strength) calc(var(--mdh-shadow-strength)*3) rgba(10,30,60,.06)}.mdh-content h1,.mdh-content h2,.mdh-content h3{line-height:1.18;letter-spacing:-.02em}.mdh-content p{margin:0 0 1.1em}.mdh-content ul,.mdh-content ol{padding-left:1.35em}.mdh-single-image{margin-bottom:28px}.mdh-single-image img{width:100%;max-height:520px;object-fit:cover;border-radius:var(--mdh-radius);box-shadow:0 16px 38px rgba(10,30,60,.1)}.mdh-empty{background:var(--mdh-surface);border:1px solid var(--mdh-border);border-radius:var(--mdh-radius);padding:36px}.mdh-front-hero{padding:72px 0}.mdh-site-footer{background:var(--mdh-footer-bg);color:var(--mdh-footer-text);padding:48px 0 0;margin-top:60px}.mdh-site-footer a{color:#fff}.mdh-footer-inner{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(280px,2fr);gap:42px;align-items:start}.mdh-footer-brand .mdh-brand-link{color:#fff}.mdh-footer-brand p{color:var(--mdh-footer-text);max-width:460px}.mdh-footer-widgets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.mdh-widget-title,.mdh-footer-menu-block h3{margin:0 0 12px;color:#fff;font-size:16px}.mdh-footer-menu,.mdh-legal-menu{list-style:none;margin:0;padding:0}.mdh-footer-menu li{margin:6px 0}.mdh-footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:36px;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;color:rgba(255,255,255,.8);font-size:14px}.mdh-legal-menu{display:flex;gap:16px;flex-wrap:wrap}.mdh-footer-light .mdh-site-footer{background:#fff;color:var(--mdh-muted);border-top:1px solid var(--mdh-border)}.mdh-footer-light .mdh-site-footer a,.mdh-footer-light .mdh-footer-brand .mdh-brand-link,.mdh-footer-light .mdh-widget-title,.mdh-footer-light .mdh-footer-menu-block h3{color:var(--mdh-text)}.mdh-footer-light .mdh-footer-bottom{border-color:var(--mdh-border);color:var(--mdh-muted)}.mdh-page-elementor,.mdh-elementor-fullwidth,.mdh-landingpage{background:transparent}.mdh-elementor-wrap{width:100%}.alignwide{max-width:var(--mdh-wide-container);margin-left:auto;margin-right:auto}.alignfull{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media(max-width:1024px){.mdh-grid,.mdh-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mdh-footer-inner{grid-template-columns:1fr}.mdh-footer-widgets{grid-template-columns:1fr 1fr}}@media(max-width:760px){.mdh-header-inner{min-height:64px}.mdh-menu-toggle{display:block}.mdh-nav-wrap{display:none;position:absolute;left:16px;right:16px;top:calc(var(--mdh-header-height) - 4px);background:var(--mdh-surface);border:1px solid var(--mdh-border);border-radius:16px;padding:14px;box-shadow:0 18px 40px rgba(10,30,60,.12);flex-direction:column;align-items:stretch}.mdh-nav-wrap.is-open{display:flex}.mdh-menu{flex-direction:column;align-items:stretch}.mdh-menu a{padding:12px}.mdh-menu .sub-menu{position:static;display:block;box-shadow:none;border:0;padding:0 0 0 12px;background:transparent}.mdh-header-cta{width:100%}.mdh-grid,.mdh-category-grid{grid-template-columns:1fr}.mdh-page-hero,.mdh-single-header{padding:36px 0 20px}.mdh-content{padding:24px}.mdh-footer-widgets,.mdh-footer-bottom{display:block}.mdh-legal-menu{margin-top:10px}.mdh-footer-inner{gap:24px}}@media(max-width:480px){.mdh-container,.mdh-container-wide{width:min(calc(100% - 22px),var(--mdh-container))}.mdh-card-body,.mdh-category-card{padding:20px}.mdh-page-hero h1,.mdh-single-header h1,.mdh-front-hero h1{font-size:34px}}

.mdh-equal-height-cards .mdh-card,.mdh-equal-height-cards .mdh-category-card{height:100%}.mdh-category-style-accent .mdh-category-card{position:relative;overflow:hidden}.mdh-category-style-accent .mdh-category-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--mdh-primary),var(--mdh-secondary))}.mdh-category-style-solid .mdh-category-card{background:linear-gradient(135deg,var(--mdh-primary),var(--mdh-secondary));color:#fff;border-color:transparent}.mdh-category-style-solid .mdh-category-card h3 a,.mdh-category-style-solid .mdh-category-card p,.mdh-category-style-solid .mdh-category-card-meta{color:#fff}.mdh-category-style-solid .mdh-category-card .mdh-button{background:#fff;color:var(--mdh-primary)!important;border-color:#fff}.mdh-category-style-solid .mdh-category-card .mdh-button:hover{background:rgba(255,255,255,.88)}


/* v1.0.3 Archive-/Kategorie-Korrekturen */
.category .mdh-page-hero h1,
.archive .mdh-page-hero h1,
.search .mdh-page-hero h1 {
    font-size: var(--mdh-archive-title-size);
}
.mdh-primary-nav .menu-item-description,
.mdh-menu .menu-item-description,
.mdh-primary-nav small,
.mdh-menu small {
    display: none !important;
}


/* v1.0.6 Stabile native Theme-Navigation */
.mdh-primary-nav .menu-item-description,
.mdh-primary-nav .description,
.mdh-primary-nav small,
.mdh-primary-nav em,
.mdh-menu .menu-item-description,
.mdh-menu .description,
.mdh-menu small,
.mdh-menu em {
    display: none !important;
}

.mdh-primary-nav .mdh-menu,
.mdh-primary-nav .sub-menu {
    list-style: none;
}

.mdh-menu .menu-item-has-children > a::after {
    content: "▾";
    display: inline-block;
    margin-left: 7px;
    font-size: .75em;
    opacity: .75;
}

@media(max-width:760px) {
    .mdh-site-header {
        position: relative;
    }

    .mdh-header-inner {
        position: relative;
    }

    .mdh-menu-toggle {
        display: block !important;
        margin-left: auto;
        z-index: 1002;
    }

    .mdh-nav-wrap {
        display: none !important;
        position: absolute !important;
        left: 16px !important;
        right: 16px !important;
        top: calc(100% + 10px) !important;
        background: var(--mdh-surface) !important;
        border: 1px solid var(--mdh-border) !important;
        border-radius: 16px !important;
        padding: 14px !important;
        box-shadow: 0 18px 40px rgba(10,30,60,.14) !important;
        z-index: 1001 !important;
    }

    .mdh-nav-wrap.is-open {
        display: block !important;
    }

    .mdh-primary-nav,
    .mdh-primary-nav .mdh-menu,
    .mdh-primary-nav .sub-menu {
        width: 100% !important;
    }

    .mdh-primary-nav .mdh-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 2px !important;
    }

    .mdh-primary-nav .mdh-menu > li,
    .mdh-primary-nav .sub-menu > li {
        width: 100% !important;
    }

    .mdh-primary-nav .mdh-menu a,
    .mdh-primary-nav .sub-menu a {
        display: block !important;
        width: 100% !important;
        padding: 12px 10px !important;
        color: var(--mdh-text) !important;
        background: transparent !important;
        border-radius: 10px !important;
        font-weight: 650 !important;
    }

    .mdh-primary-nav .mdh-menu a:hover,
    .mdh-primary-nav .sub-menu a:hover {
        background: rgba(11,99,206,.08) !important;
        color: var(--mdh-primary) !important;
    }

    .mdh-primary-nav .sub-menu {
        display: block !important;
        position: static !important;
        border: 0 !important;
        box-shadow: none !important;
        min-width: 0 !important;
        padding: 0 0 0 14px !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .mdh-header-cta {
        margin-top: 10px;
        width: 100%;
    }
}


/* v1.0.7 Footer-Menü-/Widget-Fix */
.mdh-footer-inner {
    grid-template-columns: minmax(240px, 1.1fr) minmax(420px, 2fr);
}

.mdh-footer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 44px;
    align-items: start;
}

.mdh-footer-menu-block h3,
.mdh-footer-widget-column .mdh-widget-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.mdh-footer-menu,
.mdh-footer-menu ul,
.mdh-footer-legal-menu,
.mdh-footer-legal-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.mdh-site-footer .mdh-footer-menu li,
.mdh-site-footer .mdh-footer-legal-menu li,
.mdh-site-footer .widget_nav_menu li {
    margin: 0 0 9px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.mdh-site-footer .mdh-footer-menu a,
.mdh-site-footer .mdh-footer-legal-menu a,
.mdh-site-footer .widget_nav_menu a {
    display: inline !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

.mdh-site-footer .mdh-footer-menu a:hover,
.mdh-site-footer .mdh-footer-legal-menu a:hover,
.mdh-site-footer .widget_nav_menu a:hover {
    color: var(--mdh-secondary) !important;
    background: transparent !important;
    text-decoration: underline !important;
}

.mdh-footer-menu .sub-menu {
    margin: 7px 0 0 14px !important;
    padding: 0 !important;
}

.mdh-footer-bottom {
    justify-content: flex-start;
}

.mdh-footer-light .mdh-footer-menu-block h3,
.mdh-footer-light .mdh-footer-widget-column .mdh-widget-title {
    color: var(--mdh-text);
}

.mdh-footer-light .mdh-site-footer .mdh-footer-menu a,
.mdh-footer-light .mdh-site-footer .mdh-footer-legal-menu a,
.mdh-footer-light .mdh-site-footer .widget_nav_menu a {
    color: var(--mdh-text) !important;
}

@media (max-width: 900px) {
    .mdh-footer-inner {
        grid-template-columns: 1fr;
    }
    .mdh-footer-columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .mdh-footer-columns {
        grid-template-columns: 1fr;
    }
}
