* { box-sizing: border-box; }
body { margin:0; font-family: Arial, sans-serif; background:#f3f4f6; color:#222; }
html {
    font-size: 14px;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; color:#c62828;}
img { max-width:100%; height:auto; }
code { font-family: Consolas, Monaco, monospace; font-size:.95em; }
.page-wrapper { max-width:1400px; margin:0 auto; padding:20px;padding-top:5px; }
.nav-fullwidth-box,.top-block-box,.news-box,.sidebar-box { font-size: 0.8rem; background:#fff; border:1px solid #d9d9d9; border-radius:10px; overflow:hidden; }
.nav-fullwidth-box {
    font-size: 0.8rem;
    margin-bottom:20px;
    }
.three-blocks {
    display: grid;
    grid-template-columns: 1.25fr 1.25fr 1.5fr;
    gap: 16px;
    margin-bottom: 20px;
}
.three-blocks > * { min-width:0; height:100%; display:flex; flex-direction:column; align-self:stretch; }
.top-block-box,.mobile-collapsible { height:100%; display:flex; flex-direction:column; }
.three-blocks .section-header { flex:0 0 auto; }
.three-blocks .section-body,.three-blocks .mobile-collapsible-content { flex:1 1 auto; display:flex; flex-direction:column; }
.layout-main { display:grid; grid-template-columns:minmax(0,2fr) minmax(260px,360px); gap:20px; align-items:start; }
.news-column,.sidebar-column { min-width:0; }
.section-header { padding:10px 10px; font-size:1rem; font-weight:600; border-bottom:1px solid #ececec; background:#fafafa; }
.section-body { padding:18px; }
.section-spacer { height:18px; }
.news-info { margin-bottom:18px; padding:12px 14px; background:#f8fafc; border:1px solid #dbe3ec; border-radius:8px; font-size:1rem; color:#334155; }
.post,.mobile-collapsible { background:#fff; border:1px solid #ddd; border-radius:8px; margin-bottom:9px; overflow:hidden; }
.post:last-child,.mobile-collapsible:last-child { margin-bottom:0; }
.accordion-toggle,.mobile-collapsible-toggle { width:100%; background:#fff; border:0; padding:4px; text-align:left; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:15px; font:inherit; }
.accordion-toggle:hover,.mobile-collapsible-toggle:hover { background:#f9f9f9; }
.accordion-title { font-size:1.15rem; font-weight:700; line-height:1.3; }
.mobile-collapsible-title { font-size:1rem; font-weight:700; line-height:1.3; padding-left:10px; }
.accordion-icon,.mobile-collapsible-icon { font-size:2rem; line-height:1; min-width:24px; text-align:center; color:#666; transition:transform .2s ease; }
.accordion-item.is-open .accordion-icon,.mobile-collapsible.is-open .mobile-collapsible-icon { transform:rotate(45deg); }
.accordion-content,.mobile-collapsible-content { padding:0 4px 2px 4px; line-height:1.6; overflow-wrap:break-word; }
.meta { font-size:1rem; color:#666; margin-bottom:10px; }
.content { font-size:1rem; line-height:1.5; text-align:justify; overflow-wrap:break-word; }
.muted-text { color:#5f6b7a; }
.intro-box { margin-bottom:18px; padding:18px; background:#f8fafc; border:1px solid #dbe3ec; border-radius:8px; }
.intro-box h2 { margin:0 0 10px; font-size:1.45rem; }
.intro-box p { margin:0; line-height:1.65; }
.content-grid { display:grid; gap:16px; }
.content-grid.two-columns { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.content-card { padding:16px; border:1px solid #dbe3ec; border-radius:8px; background:#fff; }
.content-card h3 {
    text-transform: none;
    margin: 0 0 8px 0;
    font-size: 1rem;
    color: #22303f;
    border-bottom: 1px solid #CCCCCC
     }
.content-card p { margin:0 0 10px; line-height:1.6; }
.content-card p:last-child { margin-bottom:0; }
.content-list { margin:0; padding-left:20px; line-height:1.7; }
.module-placeholder { border:2px dashed #c8ced8; border-radius:8px; padding:18px; background:#f8fafc; min-height:90px; height:100%; }
.module-placeholder-title { font-size:1.35rem; font-weight:700; margin-bottom:8px; color:#2c3e50; }
.module-placeholder-text { font-size:1rem; color:#5f6b7a; line-height:1.5; }
.module-card-list { display:grid; gap:12px; }
.module-card-item { padding:14px; border:1px solid #dbe3ec; border-radius:8px; background:#f8fafc; line-height:1.6; }
.custom-nav-wrap { width:100%; }
.custom-nav-header { display:flex; align-items:center; justify-content:space-between; gap:15px; }
.custom-nav-brand { display:inline-block; font-size:22px; font-weight:700; color:#22303f; padding:6px 0 2px; }
.custom-nav-tagline { font-size:1rem; color:#5f6b7a; }
.custom-nav-menu { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:14px; }
.custom-nav-menu a {
    display:inline-block;
    padding:10px 14px;
    background:#eef2f7;
    border:1px solid #d5dce5;
    border-radius:6px;
    color:#22303f;
    font-weight:600;
    transition:background .2s ease,border-color .2s ease;
    }
.custom-nav-menu a:hover,.custom-nav-menu a.is-active { background:#e3eaf2; border-color:#c7d1dc; text-decoration:none; }
.custom-nav-toggle { display:none; width:46px; height:42px; padding:0; border:1px solid #d5dce5; border-radius:8px; background:#eef2f7; cursor:pointer; flex-direction:column; align-items:center; justify-content:center; gap:5px; }
.custom-nav-toggle span { display:block; width:20px; height:2px; background:#22303f; border-radius:2px; transition:transform .2s ease,opacity .2s ease; }
.custom-nav-wrap.is-open .custom-nav-toggle span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.custom-nav-wrap.is-open .custom-nav-toggle span:nth-child(2) { opacity:0; }
.custom-nav-wrap.is-open .custom-nav-toggle span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.nav-fullwidth-box .section-body {
    background: #0a90d2;
}

.nav-fullwidth-box .custom-nav-brand {
    color: #ffffff;
}

.nav-fullwidth-box .custom-nav-menu a {
    background: #ecedee;
    border: 1px solid #d5dce5;
    font-size: 0.9rem;
    padding: 5px;
    color: #000000;
    font-weight: 600;
}

.nav-fullwidth-box .custom-nav-menu a:hover,
.nav-fullwidth-box .custom-nav-menu a.is-active {
    background: #dfe3e6;
    border-color: #c7d1dc;
    color: #000000;
    text-decoration: none;
}

.nav-fullwidth-box .custom-nav-toggle {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.nav-fullwidth-box .custom-nav-toggle span {
    background: #ffffff;
}
.custom-nav-logo {
    display: inline-flex;
    align-items: center;
}

.custom-nav-logo img {
    height: 62px;
    width: auto;
    display: block;
}
.nav-fullwidth-box .section-body {
    background: #0a90d2;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-fullwidth-box .custom-nav-wrap {
    background: transparent;
}

.custom-nav-toprow {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
}

.custom-nav-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.custom-nav-logo img {
    height: 48px;
    width: auto;
    display: block;
}

.custom-nav-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.custom-nav-banner-inner {
    width: 100%;
    max-width: 728px;
    min-height: 90px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2px 2px;
}

.custom-nav-banner-size {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.custom-nav-banner-text {
    font-size: 0.95em;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.4;
}

.nav-fullwidth-box .custom-nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
}

.nav-fullwidth-box .custom-nav-menu a {
    background: #ecedee;
    border: 1px solid #d5dce5;
    color: #000000;
    font-weight: 600;
}

.nav-fullwidth-box .custom-nav-menu a:hover,
.nav-fullwidth-box .custom-nav-menu a.is-active {
    background: #dfe3e6;
    border-color: #c7d1dc;
    color: #000000;
    text-decoration: none;
}

.nav-fullwidth-box .custom-nav-toggle {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.nav-fullwidth-box .custom-nav-toggle span {
    background: #ffffff;
}

@media (max-width: 1100px) {
    .custom-nav-toprow {
        grid-template-columns: auto 1fr auto;
        gap: 12px;
    }

    .custom-nav-logo img {
        height: 42px;
    }

    .custom-nav-banner-inner {
        max-width: 100%;
        min-height: 90px;
    }
}

@media (max-width: 768px) {
    .custom-nav-toprow {
        grid-template-columns: 1fr auto;
        align-items: start;
    }

    .custom-nav-banner {
        grid-column: 1 / -1;
        order: 3;
        margin-top: 12px;
    }

    .custom-nav-banner-inner {
        max-width: 100%;
    }

    .nav-fullwidth-box .custom-nav-menu {
        margin-top: 14px;
    }
}

.mobile-collapsible-toggle { display:none; }
.mobile-collapsible-content[hidden],.accordion-content[hidden] { display:none !important; }
@media (max-width:1100px) {
  .three-blocks,.layout-main,.content-grid.two-columns { grid-template-columns:1fr; }
}
@media (max-width:768px) {
  .page-wrapper { padding:14px; }
  .custom-nav-toggle { display:inline-flex; }
  .custom-nav-menu { display:none; flex-direction:column; align-items:stretch; gap:10px; margin-top:15px; }
  .custom-nav-wrap.is-open .custom-nav-menu { display:flex; }
  .custom-nav-menu a { width:100%; }
  .three-blocks { grid-template-columns:1fr; gap:14px; }
  .mobile-collapsible { border:1px solid #ddd; border-radius:8px; overflow:hidden; background:#fff; height:auto; }
  .mobile-collapsible-toggle { display:flex; }
  .mobile-collapsible .section-header { display:none; }
  .mobile-collapsible .mobile-collapsible-content[hidden] { display:none !important; }
}
.layout-main {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 360px);
    gap: 20px;
    align-items: start;
    margin-top: 20px;
}

.news-column,
.sidebar-column {
    min-width: 0;
    display: block;
}

.news-box,
.sidebar-box {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .layout-main {
        grid-template-columns: 1fr;
    }
}
.content-card {
    background: #f8fafc;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    padding: 20px;
}

.contact-form {
    margin-top: 20px;
}

.form-row {

    margin-bottom: 16px;
}

.form-row label {
    font-size: 0.9rem;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    font: inherit;
    background: #fff;
}

.form-row textarea {
    resize: vertical;
    min-height: 180px;
}

.form-submit {
    font-size: 0.9rem;
    display: inline-block;
    padding: 12px 18px;
    border: 0;
    border-radius: 6px;
    background: #22303f;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.form-submit:hover {
    opacity: 0.95;
}

.form-message {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 8px;
}

.form-success {
    background: #ecfdf3;
    border: 1px solid #b7ebc6;
    color: #166534;
}

.form-error {
    background: #fef2f2;
    border: 1px solid #f3c2c2;
    color: #991b1b;
}

.form-error ul {
    margin: 10px 0 0 18px;
    padding: 0;
}

.alert {
    font-size: 0.8rem;
    font-weight: 400;
    color: #fff;
    background: #991b1b;
    border-radius: 8px;
    padding: 10px;
}




.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-note {
    margin-top: 16px;
    font-size: 1rem;
    color: #5f6b7a;
}
.contact-success-page {
    background: linear-gradient(180deg, #f8fffb 0%, #eefaf3 100%);
    border: 1px solid #cfe8d8;
    border-radius: 14px;
    padding: 40px 24px;
    text-align: center;
}

.contact-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 72px;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.22);
}

.contact-success-title {
    margin: 0 0 14px 0;
    font-size: 2rem;
    line-height: 1.2;
    color: #1f2937;
}

.contact-success-text {
    max-width: 640px;
    margin: 0 auto 24px auto;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4b5563;
}

.contact-success-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-action-button {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    background: #22303f;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.contact-action-button:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.contact-action-button-secondary {
    background: #e8edf3;
    color: #22303f;
}

@media (max-width: 768px) {
    .contact-success-page {
        padding: 30px 18px;
    }

    .contact-success-title {
        font-size: 1.6rem;
    }

    .contact-success-text {
        font-size: 1.1rem;
    }

    .contact-success-actions {
        flex-direction: column;
    }

    .contact-action-button {
        width: 100%;
    }
}
.top-block-box {
    display: flex;
    flex-direction: column;

}

.top-block-box .section-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2px 5px 5px 5px;
}
.business-news-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 10px;
}
.business-news-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.business-news-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.business-title {
    font-size: 1.0rem;
    font-weight: 600;
}

.business-text {
    font-size: 1.0rem;
    line-height: 1.5;
}
.business-news-control span {
    transform: translateY(-2px);
}
.business-news-carousel {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    flex: 1;
}

.business-news-viewport {
    position: relative;
    min-width: 0;
    overflow: hidden;
    min-height: 220px;
}

.business-news-carousel {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    flex: 1;
    align-items: stretch;
}

.business-news-track {
    display: flex;
    width: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
}

.business-news-page {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.business-news-list-static {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}
.business-news-control {
    border: 1px solid #cfd8e5;
    background: #f8fbff;
    color: #22303f;
    border-radius: 8px;
    cursor: pointer;

    font-size: 1.4rem;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease;
}

.business-news-control:hover {
    background: #eef3f9;
    border-color: #b8c6d8;
    transform: scale(1.03);
}
.business-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.business-title {
    text-decoration: none;
}

.business-title:hover {
    text-decoration: underline;
}
.business-entry {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9e2ee;
}

.business-entry:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.business-badge-new {
    display: inline-flex;
    box-shadow: 0 1px 4px rgba(244, 197, 66, 0.35);
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #f4c542;
    color: #22303f;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}
.business-text {
    margin-top: 4px;
}
button:focus,
button:active,
button:focus-visible {
    outline: none;
    box-shadow: none;
}
.business-news-control:focus-visible,
.accordion-toggle:focus-visible,
.mobile-collapsible-toggle:focus-visible {
    outline: 2px solid #c7d1dc;
    outline-offset: 2px;
}
.forum-item {
    font-size: 1.0rem;
    line-height: 1.5;
    font-weight: 600;
}

.forum-item :hover {
    color: #c62828;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 600;
}


.forum-title {
    font-size: 0.9rem;
}

.forum-title :hover {
    color: #c62828;
    font-size: 0.9rem;
    line-height: 1.5;
}


.forum-time {
    font-size: 0.8rem;
    color: #6b7280;
}
.sidebar-modules {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-module-item {
    padding: 10px;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #f8fafc;
}

.sidebar-module-box-title {
    margin: 0 0 8px 0;
    font-size: 0.9rem;
    color: #22303f;
}


.sidebar-module-box h3 {
    text-transform: none;
    margin: 0 0 8px 0;
    font-size: 1rem;
    color: #22303f;
    border-bottom: 1px solid #CCCCCC;
}


.sidebar-module-box p {
    margin: 0 0 8px 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #5f6b7a;
}

.sidebar-module-box p:last-child {
    margin-bottom: 0;
}
.sidebar-date-group {
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.sidebar-date-group:last-of-type {
    margin-bottom: 0;
}

.sidebar-date-heading {
    font-weight: 600;
    font-size: 0.8rem;
    color: #22303f;
    margin-bottom: 6px;
}

.sidebar-date-link {
    display: block;
    margin-bottom: 4px;
    color: #105289;
    line-height: 1.45;
    text-decoration: none;
}

.sidebar-date-link:hover {
    text-decoration: underline;
}

.sidebar-date-link.is-highlight {
    color: #c62828;
    font-weight: 600;
}

.sidebar-module-footer {
    font-size: 0.9rem;
    margin-top: 2px;
    margin-bottom: 0;
    padding-top: 4px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
}

.sidebar-warning {
    color: #c62828;
    font-weight: 700;
    line-height: 1.5;
}
.termine-month-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
}

.termine-month-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #22303f;
}

.termine-month-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    height: 25px;
    border-radius: 8px;
    background: #0a90d2;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 950;
    padding-bottom:5px;
}

.termine-month-button:hover {
    text-decoration: none;
    opacity: 0.92;
}

.termine-day-card {
    margin-bottom: 14px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
}

.termine-day-card:last-child {
    margin-bottom: 0;
}

.termine-day-title {
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 700;
    color: #22303f;
    text-decoration: underline;
}

.termine-day-link {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 5px;
    color: #22303f;
    line-height: 1.5;
    text-decoration: none;
}

.termine-day-link:hover {
    text-decoration: underline;
}

.termine-day-link.is-highlight {
    color: #c62828;
    font-weight: 600;
}

.termine-detail-head {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    font-weight: 600;
}

.termine-detail-head h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.termine-back-link {
    font-size: 0.85rem;
    display: inline-block;
    padding: 8px 12px;
    background: #eef2f7;
    border: 1px solid #d5dce5;
    border-radius: 6px;
    color: #22303f;
    text-decoration: none;
}

.termine-back-link:hover {
    text-decoration: none;
    background: #e3eaf2;
}

.termine-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 5px;
}

.termine-detail-card {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8fafc;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
}

.termine-detail-card h3 {
    text-transform: none;
    margin: 0 0 8px 0;
    font-size: 1rem;
    color: #22303f;
    border-bottom: 1px solid #CCCCCC;
}

.termine-detail-card p {
    margin: 0 0 8px 0;
    line-height: 1.55;
}

.termine-detail-card p:last-child {
    margin-bottom: 0;
}

.termine-description {
    line-height: 1.65;
}

@media (max-width: 768px) {
    .termine-detail-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .nav-fullwidth-box .custom-nav-toprow {
        grid-template-columns: 1fr auto;
        align-items: start;
        gap: 12px;
    }

    .nav-fullwidth-box .custom-nav-logo {
        grid-column: 1 / 2;
    }

    .nav-fullwidth-box .custom-nav-toggle {
        display: inline-flex;
        grid-column: 2 / 3;
        justify-self: end;
    }

    .nav-fullwidth-box .custom-nav-banner {
        grid-column: 1 / -1;
        order: 3;
        margin-top: 12px;
    }

    .nav-fullwidth-box .custom-nav-banner-inner {
        max-width: 100%;
        min-height: 90px;
    }

    .nav-fullwidth-box .custom-nav-menu {
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: 14px;
        width: 100%;
    }

    .nav-fullwidth-box .custom-nav-wrap.is-open .custom-nav-menu {
        display: flex !important;
    }

    .nav-fullwidth-box .custom-nav-menu a {
        width: 100%;
    }
}
.news-box .content a.postlink,
.news-box .content a.postlink:link,
.news-box .content a.postlink:visited,
.news-box .content a.postlink:hover,
.news-box .content a.postlink:active,
.news-box .content a.postlink:focus {
    text-decoration: none;
    background: transparent !important;
    box-shadow: none !important;
    color: #105289;
    border-bottom: 0 !important;
}

.news-box .content a.postlink *,
.news-box .content a.postlink strong,
.news-box .content a.postlink strong.text-strong,
.news-box .content a.postlink em,
.news-box .content a.postlink span {
    text-decoration: none;
    background: transparent !important;
}

.news-box .content a.postlink:hover {
    text-decoration:underline;
    color:#c62828;
}
.weekreport-box {
    padding: 0;
}

.weekreport-title-link {
    text-decoration: none;
    display: block;
}

.weekreport-title-link:hover {
    text-decoration:underline;
    color:#c62828;
}

.weekreport-title {
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 6px;
}


.weekreport-date {
    font-size: 0.75rem;
    color: #5f6b7a;
    margin-bottom: 12px;
}

.weekreport-image-wrap {
    text-align: center;
    margin-top: 10px;
}

.weekreport-image-wrap a {
    display: inline-block;
    text-decoration: none;
    background: transparent;
}

.weekreport-image-wrap a:hover {
    text-decoration: none;
    background: transparent;
}

.weekreport-image {
    width: 200px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #dbe3ec;
}
.weekreport-footer {
    font-size: 0.75rem;
    color: #7a8696;
    text-align: center;
    margin-top: auto; /* ?? schiebt nach ganz unten */
    padding-bottom: 2px;
}
.forum-preview-footer {
    font-size: 0.8rem;
    color: #7a8696;
    text-align: center;
    margin-top: auto; /* ?? schiebt nach ganz unten */
    padding-bottom: 2px;
}
.business-news-dots {
    text-align: center;
    margin-top: 10px;
}

.business-news-dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    border: none;
    background: #c5ccd6;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.business-news-dot.is-active {
    background: #0a90d2;
}

.report-preview {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.report-item {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}

.report-item:hover {
    text-decoration:underline;
    color:#c62828;
}

.report-title {
    font-size: 0.9rem;
    font-weight: 600;
}

.report-time {
    font-size: 0.8rem;
}

.report-empty {
    color: #5f6b7a;
    line-height: 1.5;
}

.report-preview-footer {
    font-size: 0.8rem;
    color: #7a8696;
    text-align: center;
    margin-top: auto; /* ?? schiebt nach ganz unten */
    padding-bottom: 2px;
}

.report-preview-offline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    gap: 10px;
}

.report-offline-title {
    font-weight: 700;
    color: #22303f;
}

.report-offline-text {
    color: #5f6b7a;
    line-height: 1.5;
}
.report-item-primary {
    padding: 0px;
}

.report-divider {
    border-top: 1px solid #d9d9d9;
}

.report-item-secondary {

    padding-left:5px;
    background: #f3f4f6;

}

.report-item-secondary:last-of-type {
    margin-bottom: 0;
}

.report-page-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.report-page-title-static {
    cursor: default;
}

.sidebar-ads-box .sidebar-ad-content {
    padding-top: 4px;
}

.sidebar-ad-center {
    text-align: center;
}

.sidebar-ad-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.sidebar-ad-tracker {
    text-decoration: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.sidebar-ad-noscript-link {
    display: inline-block;
    color: #105289;
    line-height: 1.45;
    text-decoration: none;
}

.sidebar-ad-noscript-link:hover {
    text-decoration: underline;
}
.sidebar-ads-box .sidebar-ad-content {
    padding-top: 4px;
}

.sidebar-ad-epn-wrap {
    min-height: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.sidebar-ad-epn-wrap .epn-placement {
    display: block;
    width: 100%;
    text-align: center;
}
.contact-success-overlay {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 12px 30px rgba(34, 48, 63, 0.12);
}