:root {
    --site-bg: #f2f3f3;
    --site-bg-soft: #f7f8f8;
    --site-ink: #111417;
    --site-muted: #60686d;
    --site-primary: #095768;
    --site-primary-dark: #063b47;
    --site-accent: #c39b43;
    --site-border: #d7dada;
    --site-shadow: 0 1px 2px rgba(10, 20, 24, 0.06);
    --site-font-scale: 1;
    --site-heading-font: "Source Serif 4", Georgia, "Times New Roman", serif;
    --site-body-font: "Source Sans 3", Arial, sans-serif;
}

html[data-font-scale="normal"] {
    --site-font-scale: 1;
}

html[data-font-scale="large"] {
    --site-font-scale: 1.08;
}

html[data-font-scale="xlarge"] {
    --site-font-scale: 1.16;
}

body.layout-modern {
    font-family: var(--site-body-font);
    font-weight: 400;
    font-size: calc(1rem * var(--site-font-scale));
    background: var(--site-bg);
    color: var(--site-ink);
}

body.layout-modern h1,
body.layout-modern h2,
body.layout-modern h3,
body.layout-modern h4,
body.meili-search-page h1,
body.meili-search-page h2,
body.meili-search-page h3,
body.meili-search-page h4 {
    font-family: var(--site-heading-font);
    font-kerning: normal;
    font-feature-settings: "kern" 1, "liga" 1;
    text-rendering: optimizeLegibility;
}

body.layout-modern .docs-container {
    padding-bottom: 10px;
}

body.layout-modern .docs-container > .row {
    margin-right: 0;
    margin-left: 0;
}

body.layout-modern .docs-container > .row > .site-sidebar-col {
    padding-left: 0;
    padding-right: 10px;
}

body.layout-modern .docs-container > .row > .content-surface {
    padding: 28px 34px;
}

body.home-header-first .docs-container > .row {
    margin-right: 0;
    margin-left: 0;
}

body.home-header-first .home-rail {
    padding-left: 0;
    padding-right: 10px;
}

body.home-header-first .docs-container > .row > .home-main {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.content-surface {
    background: #ffffff;
    border: 1px solid var(--site-border);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
    padding: 28px 34px;
}

body.layout-modern .alert,
body.meili-search-page .alert {
    border-radius: 0;
    border: 1px solid var(--site-border);
    background: #f8faf9;
    color: var(--site-ink);
    box-shadow: none;
}

body.layout-modern .alert-success,
body.meili-search-page .alert-success {
    border-color: #cfdcda;
    background: #f2f7f6;
    color: #17383f;
}

body.layout-modern .alert-danger,
body.meili-search-page .alert-danger {
    border-color: #d9a7a1;
    background: #fbf0ef;
    color: #4a1f1b;
}

body.layout-modern .alert-warning,
body.meili-search-page .alert-warning {
    border-color: #dec58d;
    background: #fff7e3;
    color: #4a3415;
}

body.layout-modern .alert-info,
body.meili-search-page .alert-info {
    border-color: #cfdbdd;
    background: #f4f8f9;
    color: #17383f;
}

.site-sidebar-col {
    margin-bottom: 14px;
}

.site-sidebar-layer {
    z-index: 100;
}


html {
    font-size: 14px;
    scroll-padding-top: 172px;
}

:target {
    scroll-margin-top: 172px;
}

.site-navbar {
    display: block;
    border: 0;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 1040;
    background: #095768;
    box-shadow: none;
    transition: box-shadow 0.22s ease;
}

.site-navbar > .site-header-top,
.site-navbar > .site-nav-shell,
.site-navbar > .site-header-search {
    display: block;
    width: 100%;
}

.site-header-top {
    background: #095768;
}

.site-header-top-inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    column-gap: 12px;
    min-height: 86px;
    padding-top: 16px;
    padding-bottom: 18px;
}

.site-navbar.is-scrolled {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

body.home-header-first .site-navbar + .container {
    margin-top: 10px;
}

body.home-header-first .site-navbar {
    margin-bottom: 0;
}

body.home-header-first .site-navbar.is-scrolled {
    margin-bottom: 0;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-navbar + .container.hidden-print {
    margin-top: 10px;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .breadcrumb {
    margin-bottom: 8px;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .docs-container > .row > .site-sidebar-col {
    padding-right: 8px;
}

body.section-ueber .content-surface h2 {
    padding-top: 0;
    margin-top: 0;
}

.site-nav-shell {
    padding-top: 0;
    padding-bottom: 8px;
}

.site-brand {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 0;
    margin-right: 0;
    text-decoration: none;
}

.site-brand-title {
    font-family: var(--site-body-font);
    font-weight: 700;
    font-size: clamp(1.9rem, 3.7vw, 3.38rem);
    line-height: 1;
    letter-spacing: 0;
    font-kerning: normal;
    font-feature-settings: "kern" 1, "liga" 1;
    text-rendering: optimizeLegibility;
    color: #ffffff;
    border-left: 0;
    padding-left: 0;
}

.site-brand-title span {
    color: #ffffff;
}

.site-brand-title::first-letter {
    color: #ffffff;
}

.site-brand-claim {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    font-size: clamp(0.8rem, 0.9vw, 0.95rem);
    line-height: 1.25;
    font-kerning: normal;
    font-feature-settings: "kern" 1, "liga" 1;
    text-rendering: optimizeLegibility;
    padding-bottom: 0.42em;
}


.site-header-controls {
    position: absolute;
    top: 12px;
    right: 12px;
    align-self: auto;
}

.site-brand-subtitle {
    margin-top: 4px;
    margin-left: 14px;
    color: rgba(224, 233, 242, 0.84);
    font-size: 0.72em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-mobile-nav-head {
    display: none;
}

.site-main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 26px;
    list-style: none;
    float: none;
    width: 100%;
}

.site-navbar .site-main-nav.navbar-nav {
    flex-direction: row;
}

.site-main-nav > li {
    display: inline-flex;
    float: none;
    width: auto;
}

.site-nav-shell .navbar-collapse {
    display: block;
    height: auto;
}

.site-navbar .site-main-nav > li > a,
.navbar-inverse.site-navbar .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 1.22em;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .2s ease, color .2s ease;
}

.site-navbar .site-main-nav > li > a:hover,
.site-navbar .site-main-nav > li > a:focus,
.navbar-inverse.site-navbar .navbar-nav > li > a:hover,
.navbar-inverse.site-navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.site-header-search {
    background: #095768;
    border-top: 0;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
    max-height: 90px;
    opacity: 1;
    overflow: hidden;
    padding: 12px 0 14px;
    transition:
        max-height 260ms ease,
        opacity 220ms ease,
        padding 260ms ease,
        border-color 220ms ease;
}

.site-navbar.is-scrolled .site-header-search {
    border-top-color: transparent;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
}

.site-header-search-inner {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.site-global-search {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.site-global-search-inner {
    display: grid;
    grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) auto;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    overflow: visible;
}

.site-newsletter-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #1d292d;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

.site-newsletter-cta:hover,
.site-newsletter-cta:focus {
    background: #f1f3f3;
    color: var(--site-primary-dark);
    text-decoration: none;
}

.site-global-search-type,
.site-global-search-input,
.site-global-search-button {
    min-height: 58px;
    border: 0;
    border-radius: 0;
    font-family: var(--site-body-font);
}

.site-global-search-type {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 38px 0 14px;
    border-right: 1px solid var(--site-border);
    background-color: #f3f5f5;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--site-primary) 50%),
        linear-gradient(135deg, var(--site-primary) 50%, transparent 50%);
    background-position:
        calc(100% - 19px) 50%,
        calc(100% - 13px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    color: #1d292d;
    font-weight: 700;
    font-size: 1.08em;
    cursor: pointer;
}

.site-global-search-type::-ms-expand {
    display: none;
}

.site-global-search-input {
    width: 100%;
    padding: 0 14px;
    background: #ffffff;
    color: var(--site-ink);
    font-size: 1.35em;
}

.site-global-search-input:focus,
.site-global-search-type:focus,
.site-global-search-button:focus {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -2px;
}

.site-global-search-input::placeholder {
    color: #7a8388;
}

.site-global-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    border-left: 1px solid var(--site-border);
    background: #ffffff;
    color: #1d292d;
    font-weight: 700;
    white-space: nowrap;
}

.site-global-search-button:hover,
.site-global-search-button:focus {
    background: #f1f3f3;
    color: var(--site-primary-dark);
}

@media (min-width: 768px) {
    .navbar-inverse.site-navbar .navbar-nav > li > a {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.navbar-inverse.site-navbar .navbar-nav > li.theme-toggle-item {
    display: flex;
    align-items: center;
}

.site-theme-toggle {
    margin: 4px 3px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: #f4f9ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.site-theme-toggle:hover,
.site-theme-toggle:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    outline: 0;
}

.site-theme-icon {
    font-size: 1.05rem;
    line-height: 1;
}

.site-header-controls {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    transform: scale(0.9);
    transform-origin: right top;
    padding-bottom: 0;
}

.navbar-inverse.site-navbar .navbar-nav > li.font-scale-item {
    display: flex;
    align-items: center;
}

.font-scale-controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 4px 3px;
}

.site-font-btn {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: #f4f9ff;
    font-weight: 700;
    line-height: 1;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.site-font-btn:hover,
.site-font-btn:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    outline: 0;
}

.site-font-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.site-navbar .dropdown-menu,
.navbar-inverse.site-navbar .dropdown-menu {
    width: 320px;
    min-width: 320px;
    border: 1px solid var(--site-border);
    border-radius: 0;
    box-shadow: 0 3px 10px rgba(10, 20, 24, 0.08);
    padding-top: 8px;
    padding-bottom: 8px;
}

.site-navbar .dropdown-menu > li > a,
.navbar-inverse.site-navbar .dropdown-menu > li > a {
    color: var(--site-ink);
    display: block;
    width: 100%;
    clear: both;
    text-decoration: none;
    padding: 8px 18px;
    font-weight: 400;
    white-space: normal;
}

.site-navbar .dropdown-menu > li > a:hover,
.site-navbar .dropdown-menu > li > a:focus,
.navbar-inverse.site-navbar .dropdown-menu > li > a:hover {
    background-color: #eef5f6;
    color: var(--site-primary-dark);
}

.site-navbar .dropdown-menu .divider,
.navbar-inverse.site-navbar .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.12);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--site-border);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
    margin-bottom: 8px;
    padding: 9px 14px;
    font-size: 0.92em;
}

.breadcrumb > li {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 0;
    margin-right: 0;
    padding: 0;
    border: 0;
    background: #ffffff;
    color: #111417;
    line-height: 1.25;
    z-index: 1;
}

.breadcrumb > li + li {
    border-left: 0;
    padding-left: 0;
}

.breadcrumb > li + li::before {
    content: "/";
    padding: 0 10px 0 0;
    color: var(--site-primary);
}

.breadcrumb > li::before {
    content: none;
}

.breadcrumb > li:last-child {
    margin-right: 0;
}

.breadcrumb > li > a {
    color: #111417;
    text-decoration: none;
}

.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
    color: var(--site-primary-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.breadcrumb > .active,
.breadcrumb > li:last-child {
    background: #ffffff;
    color: #111417;
}

.seiten .pagination {
    justify-content: center;
}

.sidenav,
.seitenleiste {
    background: #ffffff;
    border: 1px solid var(--site-border);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
}

.sidenav,
.seitenleiste {
    padding-top: 12px;
    padding-bottom: 12px;
}

.site-sidebar-col .sidenav {
    padding: 14px 16px 18px;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar-col .sidenav {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 14px 16px 18px;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav {
    display: block;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav.collapse:not(.show) {
    display: none;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li {
    display: block;
    margin: 0;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li > a {
    display: block;
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid var(--site-border);
    border-radius: 0;
    background: transparent;
    color: #111417;
    font-weight: 600;
    text-decoration: none;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li:last-child > a {
    border-bottom: 0;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li > a:hover,
body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li > a:focus {
    background: transparent;
    color: var(--site-primary);
    text-decoration: none;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar .nav > li.active > a,
body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar .nav > li.active > a:hover,
body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar .nav > li.active > a:focus {
    background: transparent;
    color: var(--site-primary);
}

.site-sidebar .nav > li.issue-sidebar-title > a,
body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar .nav > li.issue-sidebar-title > a {
    font-family: var(--site-heading-font);
    font-weight: 700;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav .nav {
    padding: 4px 0 8px 12px;
}

body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav .nav > li > a {
    padding: 4px 0;
    border-bottom: 0;
    color: var(--site-muted);
    font-weight: 400;
}

.site-sidebar .nav > li.active > a,
.site-sidebar .nav > li.active > a:hover,
.site-sidebar .nav > li.active > a:focus {
    background-color: var(--site-primary);
    color: #ffffff;
}

.sidebar .nav > li > a {
    border-radius: 0;
    margin: 1px 8px;
}

.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
    background-color: #eef5f6;
}


.form-control {
    border-color: #bfc8ca;
    border-radius: 0;
}

.form-control:focus {
    border-color: var(--site-primary);
    box-shadow: 0 0 0 2px rgba(9, 87, 104, 0.16);
}

#inhalt_start section {
    background: #ffffff;
    border: 1px solid var(--site-border);
    border-radius: 0;
    padding: 14px 34px 18px;
    margin-bottom: 18px;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
}

.home-current-stack {
    background: #ffffff;
    border: 1px solid var(--site-border);
    border-radius: 0;
    padding: 14px 34px 18px;
    margin-bottom: 18px;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
}

#inhalt_start .home-current-stack > section {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    box-shadow: none;
}

#inhalt_start .home-current-stack > section:last-child {
    margin-bottom: 0;
}

#inhalt_start section h2 {
    margin-top: 8px;
    padding-top: 0;
    border-bottom: 2px solid var(--site-primary);
    padding-bottom: 8px;
}

#inhalt_start .home-current-issue-heading {
    margin: 0 0 10px;
}

#inhalt_start .home-current-stack > section:not(#ausgabe) h2 {
    margin-top: -2px;
    font-size: 1.45em;
    border-bottom-color: #d5d9de;
}

#inhalt_start #carrousel h2 {
    margin-top: 14px;
    border-bottom-color: #d5d9de;
}

#inhalt_start ul {
    margin-bottom: 0;
}

#inhalt_start li {
    margin-bottom: 10px;
}

.home-current-issue {
    display: grid;
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-top: 16px;
}

.home-current-issue-cover {
    display: block;
    max-width: 210px;
}

.home-current-issue-image {
    display: block;
    width: 100%;
    max-width: 210px;
    height: auto;
    border: 1px solid #d5d9de;
    box-shadow: 0 1px 4px rgba(10, 20, 24, 0.06);
}

.home-current-issue-body h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.55em;
}

.home-current-issue-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 0;
}

.home-current-issue-actions a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--site-primary);
    background: #ffffff;
    color: var(--site-primary-dark);
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.home-current-issue-actions a:hover,
.home-current-issue-actions a:focus {
    background: #eef5f6;
    color: var(--site-primary-dark);
    text-decoration: none;
}

.home-current-issue-editorial {
    margin: 0;
    color: var(--site-muted);
    font-size: 0.95em;
    line-height: 1.45;
    text-align: left;
}

.home-main {
    background: transparent;
    margin: 0;
    padding: 0;
}

#inhalt_start > section,
#inhalt_start > .home-current-stack {
    padding-left: 34px;
    padding-right: 34px;
}

.home-rail .seitenleiste {
    background: #ffffff;
    border: 1px solid var(--site-border);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
    margin-top: 0;
    padding: 14px 16px 18px;
}

.home-section-nav {
    margin-bottom: 24px;
}

.home-section-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-section-nav li {
    margin: 0;
}

.home-section-nav a {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid var(--site-border);
    color: #111417;
    font-weight: 600;
    text-decoration: none;
}

.home-section-nav a:hover,
.home-section-nav a:focus {
    color: var(--site-primary);
    text-decoration: none;
}

#front_leiste h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: var(--site-heading-font);
    font-weight: 700;
    font-size: 1.15em;
    letter-spacing: 0;
    color: var(--site-primary-dark);
}

#front_leiste .help-block {
    color: var(--site-muted);
    margin-bottom: 8px;
}

#front_leiste form {
    border: 1px solid var(--site-border);
    border-radius: 0;
    padding: 10px;
    margin-bottom: 10px;
    background: #f6f7f7;
}


.content-surface .hrrs-ta {
    margin: 0 0 16px;
    border-radius: 0;
    overflow: hidden;
}

.content-surface .hrrs-tb {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.content-surface .hrrs-brand-col {
    border-right: 1px solid #ddd;
}

.content-surface .hrrs-brand-copy {
    margin-right: 0 !important;
}

.content-surface .issue-header {
    background: var(--site-primary);
    padding: 0;
    box-shadow: 0 1px 3px rgba(10, 20, 24, 0.05);
}

.content-surface .issue-header-inner {
    background: transparent;
    border: 0;
    padding: 16px 18px;
    text-align: left;
}

.content-surface .issue-header-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 136px;
    gap: 24px;
    align-items: start;
}

.content-surface .issue-header-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.content-surface .issue-header-copy,
.content-surface .issue-header-brand {
    min-width: 0;
}

.content-surface .issue-header-title,
.content-surface .issue-header-subtitle,
.content-surface .issue-header-meta p,
.content-surface .issue-header-editorial {
    margin-right: 0 !important;
    color: #ffffff;
}

.content-surface .issue-header-title {
    margin: 0 0 4px;
    font-size: 4em;
    line-height: 0.9;
}

.content-surface .issue-header-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.08em;
    line-height: 1.35;
    white-space: nowrap;
}

.content-surface .issue-header-meta {
    min-width: 145px;
    text-align: right;
}

.content-surface .issue-header-meta .hrrs-tm {
    margin: 0 !important;
    padding-top: 0.1em;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: right;
}

.content-surface .issue-header-meta small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.72em;
}

.content-surface .issue-header-cover-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.content-surface .issue-header-cover-panel img {
    display: block;
    width: 112px;
    height: auto;
    align-self: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 4px rgba(10, 20, 24, 0.12);
}

.content-surface .issue-header-pdf {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 112px;
    min-height: 38px;
    padding: 8px 6px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}

.content-surface .issue-header-pdf:hover,
.content-surface .issue-header-pdf:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none;
}

.content-surface .issue-header-editorial {
    margin: 16px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98em;
    line-height: 1.45;
}

.content-surface .hrrs-mobile-pdf-link {
    color: #ffffff;
    font-weight: 400;
}

.entscheidung-meta-block {
    max-width: 66%;
    margin: 24px 0 0 auto;
    text-align: right;
}

.entscheidung-meta-block p {
    margin: 0 0 4px;
    text-align: right !important;
}

#inhalt_ausgabe h3 {
    border-left-color: #9eb9c8;
}

.content-surface .issue-heading-with-action {
    position: relative;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 18px 0 18px;
    padding: 0 18px 0 0;
    border: 0;
    background: #ffffff;
    box-shadow: none;
}

.content-surface .issue-heading-with-action::before {
    content: none;
}

#inhalt_ausgabe .issue-heading-with-action h3,
#inhalt_ausgabe.content-surface .issue-heading-with-action h3,
.content-surface .issue-heading-with-action h3 {
    grid-column: 2;
    margin: 0;
    padding-left: 16px;
    border-left: 6px solid #cbd3d6;
    font-family: var(--site-heading-font);
    font-weight: 600;
}

.content-surface .issue-heading-with-action .entscheidung-meta {
    font-weight: 700;
}

.content-surface .issue-heading-with-action .entscheidung-content {
    font-weight: 400;
}

#inhalt_ausgabe_vollst p {
    margin-right: 0;
}

.content-surface .issue-overview-entry {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 18px 0;
}

.content-surface .issue-overview-entry > br {
    display: none;
}

.content-surface .issue-overview-text p {
    margin: 0;
    text-align: left;
}

.content-surface .issue-overview-text p > b:first-child {
    font-family: var(--site-heading-font);
    font-weight: 600;
}

.content-surface .issue-overview-entry a.issue-decision-card {
    grid-column: 1;
    grid-row: 1;
}

.content-surface a.issue-decision-card {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 82px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--site-primary-dark);
    font-family: var(--site-body-font);
    line-height: 1.2;
    text-decoration: none;
    box-shadow: none;
}

.content-surface a.issue-decision-card .issue-decision-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #cbd3d6;
    background: #eef1f2;
    color: var(--site-primary);
    font-size: 1.1em;
    border-radius: 50%;
}

.content-surface a.issue-decision-card .issue-decision-text {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.content-surface a.issue-decision-card .issue-decision-kicker {
    display: none;
}

.content-surface a.issue-decision-card .issue-decision-label {
    color: var(--site-muted);
    font-family: var(--site-body-font);
    font-size: 0.63em;
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    writing-mode: initial;
    transform: none;
    white-space: normal;
}

.content-surface a.issue-decision-card:hover,
.content-surface a.issue-decision-card:focus {
    background: transparent;
    color: var(--site-primary-dark);
    text-decoration: none;
    box-shadow: none;
}

.content-surface a.issue-decision-card:hover .issue-decision-icon,
.content-surface a.issue-decision-card:focus .issue-decision-icon {
    border-color: var(--site-primary);
    background: #e1ecef;
}

.editor-card {
    border: 1px solid #d9dee4;
    border-radius: 0;
    background: #fff;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.editor-card h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
}

.editor-role {
    margin-bottom: 6px;
    font-weight: 700;
}

.editor-position {
    margin-bottom: 10px;
    color: #4f5c67;
}

.editor-link a {
    font-weight: 700;
}

.decision-selection-toolbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000;
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--site-border);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(10, 20, 24, 0.10);
    transform: translate(-9999px, -9999px);
}

.decision-selection-toolbar,
.decision-selection-toolbar .selection-toolbar-main {
    flex-direction: column;
}

.decision-selection-toolbar .selection-toolbar-main {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.decision-selection-toolbar.is-visible {
    transform: none;
}

.decision-selection-toolbar button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    border-right: 1px solid var(--site-border);
    background: #ffffff;
    color: var(--site-text);
    font-family: var(--site-body-font);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
    padding: 9px 11px;
    white-space: nowrap;
}

.decision-selection-toolbar button i {
    color: var(--site-primary);
    font-size: 0.95em;
}

.decision-selection-toolbar .selection-toolbar-close {
    position: absolute;
    top: -11px;
    right: -11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    padding: 0;
    border: 1px solid var(--site-border);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(10, 20, 24, 0.09);
}

.decision-selection-toolbar .selection-toolbar-close i {
    color: var(--site-muted);
    font-size: 0.78rem;
}

.decision-selection-toolbar .selection-toolbar-close:hover,
.decision-selection-toolbar .selection-toolbar-close:focus {
    border-color: var(--site-primary);
    background: #eef5f6;
}

.decision-selection-toolbar button:last-child {
    border-right: 0;
}

.decision-selection-toolbar .selection-toolbar-main button:last-child {
    border-right: 0;
}

.decision-selection-toolbar .selection-toolbar-bibliography {
    justify-content: center;
    width: 100%;
    border-top: 1px solid var(--site-border);
    border-right: 0;
}

.decision-selection-toolbar.has-no-bibliography .selection-toolbar-bibliography {
    display: none;
}

.decision-selection-toolbar button:hover,
.decision-selection-toolbar button:focus {
    background: #eef5f6;
    color: var(--site-primary-dark);
    outline: 0;
}

.decision-selection-toolbar .selection-toolbar-status {
    display: none;
    padding: 0 10px;
    color: var(--site-muted);
    font-size: 0.82rem;
    white-space: nowrap;
}

.site-footer {
    margin-top: 26px;
    border-top: 0;
    background: linear-gradient(120deg, #0e1b29 0%, #152b40 100%);
    color: #d2deea;
    padding: 26px 0 28px;
}

.site-footer a {
    color: #e4eef8;
    font-weight: 600;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer-title {
    margin: 0 0 10px;
    font-family: var(--site-body-font);
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.site-footer-text,
.site-footer-links {
    margin: 0 0 10px;
    font-size: 0.95em;
    text-align: left;
    color: #d2deea;
}

.site-footer-links {
    padding-top: 20px;
    padding-bottom: 10px;
}

.site-footer-nav {
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 0.9em;
}

.site-footer-nav li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 6px;
}

.site-footer-nav li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 4px;
    height: 4px;
    border-radius: 0;
    background: #9aa3ad;
    transform: translateY(-50%);
}

.site-share-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-share-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 6px 10px;
    border: 1px solid rgba(222, 236, 248, 0.25);
    border-radius: 0;
    color: #f4f9ff;
    text-decoration: none;
}

.site-share-button i {
    width: 14px;
    text-align: center;
}

.site-share-button:hover,
.site-share-button:focus {
    background: rgba(255, 255, 255, 0.09);
    text-decoration: none;
}

body.meili-search-page {
    font-family: var(--site-body-font);
    font-weight: 400;
    font-size: calc(1rem * var(--site-font-scale));
    background:
      radial-gradient(circle at 8% 0%, rgba(9, 87, 104, 0.09), transparent 38%),
      radial-gradient(circle at 90% 0%, rgba(195, 155, 67, 0.10), transparent 42%),
      #f2f3f3;
}

.meili-search-page .search-header {
    background: #095768;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    margin-bottom: 1.25rem;
}

.meili-search-page .search-header .brand {
    font-family: var(--site-body-font);
    font-weight: 700;
    color: #ffffff;
    font-size: 1.35rem;
    border-left: 4px solid rgba(255, 255, 255, 0.82);
    padding-left: 0.6rem;
    letter-spacing: 0;
}

.meili-search-page .search-header .nav-link {
    color: #d7e4f0;
    font-weight: 600;
    border-radius: 0;
    padding: 0.35rem 0.6rem;
}

.meili-search-page .search-header .nav-link:hover {
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
}

.meili-search-page .search-shell {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.meili-search-page .search-title {
    font-family: var(--site-heading-font);
    font-weight: 600;
    font-size: 2.13em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.85rem !important;
    color: var(--site-ink);
    letter-spacing: 0;
}

.meili-search-page .search-type-tabs {
    margin-bottom: 0;
}

.meili-search-page .card,
.meili-search-page .search-form-card,
.meili-search-page .btn,
.meili-search-page .badge,
.meili-search-page .dropdown-menu,
.meili-search-page .dropdown-item,
.meili-search-page .form-control,
.meili-search-page .form-select,
.meili-search-page .form-check-input,
.meili-search-page .page-link,
.meili-search-page .nav-tabs,
.meili-search-page .nav-tabs .nav-link,
.meili-search-page .alert {
    border-radius: 0;
}

.meili-search-page .btn-primary {
    background: var(--site-primary);
    border-color: var(--site-primary);
    color: #ffffff;
}

.meili-search-page .btn-primary:hover,
.meili-search-page .btn-primary:focus {
    background: var(--site-primary-dark);
    border-color: var(--site-primary-dark);
    color: #ffffff;
}

body.layout-modern .form-check-input,
body.meili-search-page .form-check-input {
    border-color: #9aaeb3;
    box-shadow: none;
}

body.layout-modern .form-check-input[type="radio"],
body.meili-search-page .form-check-input[type="radio"] {
    border-radius: 50%;
}

body.layout-modern .form-check-input:checked,
body.meili-search-page .form-check-input:checked {
    background-color: var(--site-primary);
    border-color: var(--site-primary);
}

body.layout-modern .form-check-input:focus,
body.meili-search-page .form-check-input:focus {
    border-color: var(--site-primary);
    box-shadow: 0 0 0 0.16rem rgba(9, 87, 104, 0.18);
}

.meili-search-page .search-form-actions {
    justify-content: center;
}

.meili-search-page .search-form-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    line-height: 1.2;
    font-weight: 400;
}

.meili-search-page .form-label,
.meili-search-page .form-check-label {
    font-family: var(--site-heading-font);
    font-weight: 600;
}

.meili-search-page .search-suggest-menu {
    max-height: 260px;
    overflow: auto;
    width: 100%;
}

.meili-search-page .search-hit-card {
    margin-bottom: 1em;
}

.meili-search-page .search-hit-layout {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
}

.meili-search-page .search-hit-content {
    min-width: 0;
    padding-top: 0;
}



.meili-search-page .search-hit-title {
    margin-top: -0.18rem;
}

.meili-search-page .search-hit-title a {
    color: inherit;
    text-decoration: none;
}

.meili-search-page .search-hit-title a:hover,
.meili-search-page .search-hit-title a:focus {
    color: var(--site-primary);
    text-decoration: none;
}

.meili-search-page .search-hit-title .card-title {
    margin: 0 0 0.75rem 0;
    padding-top: 0;
    font-weight: 700;
}

.meili-search-page a.search-hit-decision-link {
    align-self: start;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 46px;
    margin-top: 0;
    color: var(--site-primary-dark);
    font-family: var(--site-body-font);
    line-height: 1;
    text-decoration: none;
}

.meili-search-page .search-hit-decision-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-top: 0;
    border: 1px solid #cbd3d6;
    background: #eef1f2;
    color: var(--site-primary);
    font-size: 1.1em;
    line-height: 1;
    border-radius: 50%;
}

.meili-search-page .search-hit-hrrs-number {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-top: 5px;
    color: #5f6b70;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.08;
    text-align: center;
    white-space: nowrap;
}

.meili-search-page a.search-hit-decision-link:hover,
.meili-search-page a.search-hit-decision-link:focus {
    color: var(--site-primary-dark);
    text-decoration: none;
}

.meili-search-page a.search-hit-decision-link:hover .search-hit-decision-icon,
.meili-search-page a.search-hit-decision-link:focus .search-hit-decision-icon {
    border-color: var(--site-primary);
    background: #e1ecef;
}

.meili-search-page a.search-hit-article-link {
    align-self: start;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 46px;
    margin-top: 0;
    color: var(--site-primary-dark);
    font-family: var(--site-body-font);
    line-height: 1;
    text-decoration: none;
}

.meili-search-page .search-hit-article-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-top: 0;
    border: 1px solid #cbd3d6;
    background: #eef1f2;
    color: var(--site-primary);
    font-size: 1.22em;
    line-height: 1;
    border-radius: 50%;
}

.meili-search-page a.search-hit-article-link:hover,
.meili-search-page a.search-hit-article-link:focus {
    color: var(--site-primary-dark);
    text-decoration: none;
}

.meili-search-page a.search-hit-article-link:hover .search-hit-article-icon,
.meili-search-page a.search-hit-article-link:focus .search-hit-article-icon {
    border-color: var(--site-primary);
    background: #e1ecef;
}

.meili-search-page .pagination {
    justify-content: center;
}

.meili-search-page #yearRange {
    height: 14px;
    touch-action: none;
    user-select: none;
}

.meili-search-page #yearRange .noUi-base,
.meili-search-page #yearRange .noUi-connects,
.meili-search-page #yearRange .noUi-origin,
.meili-search-page #yearRange .noUi-handle,
.meili-search-page #yearRange .noUi-touch-area {
    touch-action: none;
    user-select: none;
}

.meili-search-page #yearRange .noUi-connect {
    background: rgba(9, 87, 104, 0.24);
}

.meili-search-page #yearRange .noUi-handle {
    height: 20px;
    width: 20px;
    top: -3px;
    right: -10px;
    border-radius: 50%;
}

.meili-search-page #yearRange .noUi-handle::before,
.meili-search-page #yearRange .noUi-handle::after {
    display: none;
}

.meili-search-page .hit mark {
    background: #fff3cd;
    padding: 0.1rem 0.2rem;
    border-radius: 0;
}

.tooltip.site-tooltip {
    --bs-tooltip-bg: #ffffff;
    --bs-tooltip-color: #1f2a34;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-max-width: 360px;
    --site-tooltip-border: var(--site-primary);
}

.tooltip.site-tooltip .tooltip-inner {
    border: 1px solid var(--site-tooltip-border);
    border-radius: 0;
    text-align: left;
    padding: 0;
    box-shadow: 0 2px 8px rgba(15, 28, 39, 0.09);
}

.tooltip.site-tooltip .tooltip-arrow::before {
    z-index: 1;
}

.tooltip.site-tooltip .tooltip-arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    z-index: 0;
    border-style: solid;
}

.tooltip.site-tooltip.bs-tooltip-top .tooltip-arrow::after,
.tooltip.site-tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::after {
    bottom: -1px;
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-height) + 1px) calc(var(--bs-tooltip-arrow-width) / 2 + 1px) 0;
    border-top-color: var(--site-tooltip-border);
}

.tooltip.site-tooltip.bs-tooltip-bottom .tooltip-arrow::after,
.tooltip.site-tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::after {
    top: -1px;
    left: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) / 2 + 1px) calc(var(--bs-tooltip-arrow-height) + 1px);
    border-bottom-color: var(--site-tooltip-border);
}

.tooltip.site-tooltip.bs-tooltip-start .tooltip-arrow::after,
.tooltip.site-tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::after {
    right: -1px;
    top: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) / 2 + 1px) 0 calc(var(--bs-tooltip-arrow-width) / 2 + 1px) calc(var(--bs-tooltip-arrow-height) + 1px);
    border-left-color: var(--site-tooltip-border);
}

.tooltip.site-tooltip.bs-tooltip-end .tooltip-arrow::after,
.tooltip.site-tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::after {
    left: -1px;
    top: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) / 2 + 1px) calc(var(--bs-tooltip-arrow-height) + 1px) calc(var(--bs-tooltip-arrow-width) / 2 + 1px) 0;
    border-right-color: var(--site-tooltip-border);
}

.tooltip.site-tooltip .site-tooltip-title {
    display: block;
    background: var(--site-primary);
    color: #ffffff;
    padding: 0.25rem 0.45rem;
    font-weight: 700;
}

.tooltip.site-tooltip .site-tooltip-body {
    display: block;
    color: #1f2a34;
    padding: 0.35rem 0.45rem;
}

html[data-theme="dark"] {
    --site-bg: #0f1620;
    --site-bg-soft: #111b26;
    --site-ink: #dde9f4;
    --site-muted: #9db2c3;
    --site-primary: #2f93a6;
    --site-primary-dark: #78c4d1;
    --site-border: #2a3d50;
    --site-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
}

html[data-theme="dark"] body.layout-modern {
    background: #101820;
    color: var(--site-ink);
}

html[data-theme="dark"] body.layout-modern a {
    color: #9ed5df;
}

html[data-theme="dark"] body.layout-modern a:hover,
html[data-theme="dark"] body.layout-modern a:focus {
    color: #c7e8ee;
}

html[data-theme="dark"] .site-navbar .dropdown-menu,
html[data-theme="dark"] .navbar-inverse.site-navbar .dropdown-menu {
    background: #1a2836;
    border-color: #315166;
}

html[data-theme="dark"] .site-navbar .dropdown-menu > li > a,
html[data-theme="dark"] .navbar-inverse.site-navbar .dropdown-menu > li > a {
    color: #d9e7f1;
}

html[data-theme="dark"] .site-navbar .dropdown-menu > li > a:hover,
html[data-theme="dark"] .site-navbar .dropdown-menu > li > a:focus,
html[data-theme="dark"] .navbar-inverse.site-navbar .dropdown-menu > li > a:hover {
    background-color: #24394d;
    color: #ffffff;
}

html[data-theme="dark"] .site-navbar .dropdown-menu .divider,
html[data-theme="dark"] .navbar-inverse.site-navbar .dropdown-menu .divider {
    background-color: #345063;
}

html[data-theme="dark"] .content-surface,
html[data-theme="dark"] .sidenav,
html[data-theme="dark"] .seitenleiste,
html[data-theme="dark"] .home-current-stack,
html[data-theme="dark"] #inhalt_start section {
    background: #162330;
    border-color: var(--site-border);
    color: var(--site-ink);
    box-shadow: var(--site-shadow);
}

html[data-theme="dark"] #inhalt_start .home-current-stack > section {
    background: transparent;
    border: 0;
    box-shadow: none;
}

html[data-theme="dark"] .home-current-issue-actions a {
    background: #162330;
    border-color: #3f9dad;
    color: #d9edf2;
}

html[data-theme="dark"] .home-current-issue-actions a:hover,
html[data-theme="dark"] .home-current-issue-actions a:focus {
    background: #1d3040;
    color: #ffffff;
}

html[data-theme="dark"] .home-current-issue-image {
    border-color: #33495a;
}

html[data-theme="dark"] .home-current-issue-editorial {
    border-top-color: #33495a;
}

html[data-theme="dark"] .content-surface .issue-header {
    background: #0b4654;
}

html[data-theme="dark"] .content-surface .issue-header-pdf {
    border-color: rgba(255, 255, 255, 0.55);
}

html[data-theme="dark"] .content-surface .issue-heading-with-action,
html[data-theme="dark"] #inhalt_ausgabe .issue-heading-with-action,
html[data-theme="dark"] #inhalt_ausgabe_vollst .issue-heading-with-action {
    background: transparent !important;
}

html[data-theme="dark"] .content-surface .issue-heading-with-action h3,
html[data-theme="dark"] #inhalt_ausgabe .issue-heading-with-action h3,
html[data-theme="dark"] #inhalt_ausgabe_vollst .issue-heading-with-action h3 {
    background: transparent !important;
    border-left-color: #526674;
}

html[data-theme="dark"] .text-muted,
html[data-theme="dark"] .help-block {
    color: var(--site-muted) !important;
}

html[data-theme="dark"] .home-rail .seitenleiste,
html[data-theme="dark"] #inhalt_start section {
    background: #162330;
    border: 1px solid var(--site-border);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .breadcrumb {
    background: #162330;
    border-color: var(--site-border);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .breadcrumb > li {
    background: #162330;
    color: #e8f0f6;
}

html[data-theme="dark"] .breadcrumb > .active,
html[data-theme="dark"] .breadcrumb > li:last-child {
    background: #162330;
    color: #e8f0f6;
}

html[data-theme="dark"] .breadcrumb > li > a {
    color: #e8f0f6;
}

html[data-theme="dark"] .breadcrumb > li > a:hover,
html[data-theme="dark"] .breadcrumb > li > a:focus {
    color: #ffffff;
}

html[data-theme="dark"] .sidebar .nav > li > a {
    color: #d4e2ed;
}

html[data-theme="dark"] .sidebar .nav > li > a:hover,
html[data-theme="dark"] .sidebar .nav > li > a:focus {
    background-color: #223445;
}

html[data-theme="dark"] body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li > a {
    border-bottom-color: var(--site-border);
    background: transparent;
    color: #d4e2ed;
}

html[data-theme="dark"] body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li > a:hover,
html[data-theme="dark"] body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav > li > a:focus,
html[data-theme="dark"] body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar .nav > li.active > a,
html[data-theme="dark"] body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar .nav > li.active > a:hover,
html[data-theme="dark"] body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .site-sidebar .nav > li.active > a:focus {
    background: transparent;
    color: #9ed5df;
}

html[data-theme="dark"] body:is(.section-ueber, .section-archiv, .section-entscheidungen, .section-rechtsprechung, .section-newsletter) .sidebar .nav .nav > li > a {
    color: var(--site-muted);
}

html[data-theme="dark"] #front_leiste h3 {
    color: #dce8f2;
}

html[data-theme="dark"] #front_leiste form {
    background: #1b2936;
    border-color: #33485c;
}

html[data-theme="dark"] .decision-selection-toolbar {
    background: #162330;
    border-color: #33485c;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .decision-selection-toolbar button {
    background: #162330;
    border-color: #33485c;
    color: #d9edf2;
}

html[data-theme="dark"] .decision-selection-toolbar button:hover,
html[data-theme="dark"] .decision-selection-toolbar button:focus {
    background: #1d3040;
    color: #ffffff;
}

html[data-theme="dark"] .decision-selection-toolbar button i {
    color: #9ed5df;
}

html[data-theme="dark"] .decision-selection-toolbar .selection-toolbar-close {
    background: #162330;
    border-color: #506474;
}

html[data-theme="dark"] .decision-selection-toolbar .selection-toolbar-close i {
    color: #aebdca;
}

html[data-theme="dark"] .decision-selection-toolbar .selection-toolbar-close:hover,
html[data-theme="dark"] .decision-selection-toolbar .selection-toolbar-close:focus {
    background: #1d3040;
    border-color: #3f9dad;
}

html[data-theme="dark"] .content-surface a.issue-decision-card {
    background: transparent;
    border-color: transparent;
    color: #d9edf2;
    box-shadow: none;
}

html[data-theme="dark"] .content-surface a.issue-decision-card .issue-decision-icon {
    background: #263746;
    border-color: #506474;
    color: #9ed5df;
}

html[data-theme="dark"] .content-surface a.issue-decision-card .issue-decision-kicker {
    color: #aebdca;
}

html[data-theme="dark"] .content-surface a.issue-decision-card .issue-decision-label {
    color: #aebdca;
}

html[data-theme="dark"] .content-surface a.issue-decision-card:hover,
html[data-theme="dark"] .content-surface a.issue-decision-card:focus {
    background: transparent;
    color: #ffffff;
}

html[data-theme="dark"] .content-surface a.issue-decision-card:hover .issue-decision-icon,
html[data-theme="dark"] .content-surface a.issue-decision-card:focus .issue-decision-icon {
    background: #1d3040;
    border-color: #3f9dad;
}

html[data-theme="dark"] .meili-search-page a.search-hit-decision-link {
    color: #d9edf2;
}

html[data-theme="dark"] .meili-search-page .search-hit-decision-icon {
    background: #263746;
    border-color: #506474;
    color: #9ed5df;
}

html[data-theme="dark"] .meili-search-page .search-hit-hrrs-number {
    color: #aebdca;
}

html[data-theme="dark"] .meili-search-page a.search-hit-decision-link:hover,
html[data-theme="dark"] .meili-search-page a.search-hit-decision-link:focus {
    color: #ffffff;
}

html[data-theme="dark"] .meili-search-page a.search-hit-decision-link:hover .search-hit-decision-icon,
html[data-theme="dark"] .meili-search-page a.search-hit-decision-link:focus .search-hit-decision-icon {
    background: #1d3040;
    border-color: #3f9dad;
}

html[data-theme="dark"] .meili-search-page a.search-hit-article-link {
    color: #d9edf2;
}

html[data-theme="dark"] .meili-search-page .search-hit-article-icon {
    background: #263746;
    border-color: #506474;
    color: #9ed5df;
}

html[data-theme="dark"] .meili-search-page a.search-hit-article-link:hover,
html[data-theme="dark"] .meili-search-page a.search-hit-article-link:focus {
    color: #ffffff;
}

html[data-theme="dark"] .meili-search-page a.search-hit-article-link:hover .search-hit-article-icon,
html[data-theme="dark"] .meili-search-page a.search-hit-article-link:focus .search-hit-article-icon {
    background: #1d3040;
    border-color: #3f9dad;
}

html[data-theme="dark"] #inhalt_start section h2 {
    border-bottom-color: #314557;
}


html[data-theme="dark"] .form-control,
html[data-theme="dark"] .form-select {
    background: #101923;
    border-color: #40566b;
    color: #dde9f4;
}

html[data-theme="dark"] .form-control::placeholder {
    color: #88a0b2;
}

html[data-theme="dark"] .form-control:focus,
html[data-theme="dark"] .form-select:focus {
    border-color: #4ea7b6;
    box-shadow: 0 0 0 2px rgba(78, 167, 182, 0.22);
}

html[data-theme="dark"] .form-check-input {
    background-color: #101923;
    border-color: #40566b;
}

html[data-theme="dark"] .form-check-input:checked {
    background-color: #4ea7b6;
    border-color: #4ea7b6;
}

html[data-theme="dark"] .form-check-input:focus {
    border-color: #4ea7b6;
    box-shadow: 0 0 0 0.16rem rgba(78, 167, 182, 0.22);
}

html[data-theme="dark"] .site-footer {
    background: linear-gradient(120deg, #0b131c 0%, #111c29 100%);
}

html[data-theme="dark"] .site-share-button {
    border-color: rgba(213, 229, 245, 0.22);
}

html[data-theme="dark"] .site-share-button:hover,
html[data-theme="dark"] .site-share-button:focus {
    background: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark"] body.meili-search-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(45, 160, 179, 0.12), transparent 38%),
        radial-gradient(circle at 90% 0%, rgba(195, 155, 67, 0.12), transparent 42%),
        #0f1620;
    color: var(--site-ink);
}

html[data-theme="dark"] .meili-search-page .search-shell,
html[data-theme="dark"] .meili-search-page .search-form-card,
html[data-theme="dark"] .meili-search-page .card {
    background: #162330;
    border-color: var(--site-border);
    color: var(--site-ink);
}

html[data-theme="dark"] .meili-search-page .search-title {
    color: #dce8f2;
}

html[data-theme="dark"] .meili-search-page .nav-tabs {
    border-bottom-color: #3a4f63;
}

html[data-theme="dark"] .meili-search-page .nav-tabs .nav-link {
    color: #b7c9d8;
}

html[data-theme="dark"] .meili-search-page .nav-tabs .nav-link.active {
    background: #1f3141;
    color: #e8f1f8;
    border-color: #3a4f63 #3a4f63 #1f3141;
}

html[data-theme="dark"] .meili-search-page .search-suggest-menu {
    background: #1a2836;
    border: 1px solid #335166;
}

html[data-theme="dark"] .meili-search-page .search-suggest-menu .dropdown-item {
    color: #dce8f2;
}

html[data-theme="dark"] .meili-search-page .search-suggest-menu .dropdown-item:hover,
html[data-theme="dark"] .meili-search-page .search-suggest-menu .dropdown-item:focus,
html[data-theme="dark"] .meili-search-page .search-suggest-menu .dropdown-item.active {
    background: #243a4d;
    color: #ffffff;
}

html[data-theme="dark"] .meili-search-page .page-link {
    background: #1b2a38;
    border-color: #364f66;
    color: #dce8f2;
}

html[data-theme="dark"] .meili-search-page .page-link:hover,
html[data-theme="dark"] .meili-search-page .page-link:focus {
    background: #243a4d;
    color: #ffffff;
}

html[data-theme="dark"] .meili-search-page .page-item.active .page-link {
    background: #1f7d8d;
    border-color: #1f7d8d;
    color: #ffffff;
}

html[data-theme="dark"] .meili-search-page .hit mark {
    background: #7b5f17;
    color: #fffdf4;
}

html[data-theme="dark"] .tooltip.site-tooltip {
    --bs-tooltip-bg: #162330;
    --bs-tooltip-color: #dce8f2;
    --site-tooltip-border: #3b6078;
}

html[data-theme="dark"] .tooltip.site-tooltip .tooltip-inner {
    border-color: #3b6078;
}

html[data-theme="dark"] .tooltip.site-tooltip .site-tooltip-title {
    background: #1f6f88;
}

html[data-theme="dark"] .tooltip.site-tooltip .site-tooltip-body {
    color: #dce8f2;
}

@media (max-width: 991px) {
    .site-brand-subtitle {
        display: none;
    }

    .site-header-top-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 12px;
        align-items: start;
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 8px;
    }


    html {
        scroll-padding-top: 132px;
    }

    :target {
        scroll-margin-top: 132px;
    }

    .site-brand {
        min-height: 0;
        grid-column: 1;
        grid-row: 1;
    }

    .site-brand-title {
        font-size: clamp(1.65rem, 7vw, 2.25rem);
    }

    .site-brand-claim {
        grid-column: 1 / -1;
        grid-row: 2;
        font-size: 0.78rem;
        line-height: 1.2;
        padding-bottom: 0;
    }


    .site-header-controls {
        position: static;
        grid-column: 2;
        grid-row: 1;
        transform: none;
        align-self: start;
        justify-self: end;
        gap: 4px;
        margin-top: 0;
    }

    .site-theme-toggle,
    .site-font-btn {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        padding: 0;
        border-radius: 50%;
    }

    .font-scale-controls {
        gap: 4px;
        margin: 0;
    }

    .site-nav-shell {
        padding-top: 0;
        padding-bottom: 6px;
    }

    .site-mobile-nav-head {
        display: flex;
        width: 100%;
        min-height: 0;
    }

    .site-mobile-nav-head .navbar-toggler {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        min-height: 38px;
        margin: 0;
        padding: 7px 11px;
        border: 1px solid rgba(255, 255, 255, 0.42);
        border-radius: 0;
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
        font-family: var(--site-body-font);
        font-weight: 700;
        line-height: 1;
    }

    .site-mobile-nav-head .navbar-toggler:focus {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
    }

    .site-menu-icon {
        position: relative;
        display: inline-block;
        width: 18px;
        height: 12px;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
    }

    .site-menu-icon::before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 18px;
        border-top: 2px solid currentColor;
    }

    .site-menu-label {
        font-size: 0.95rem;
    }

    .site-main-nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 7px 0 4px;
    }

    .site-navbar .site-main-nav.navbar-nav {
        flex-direction: column;
    }

    .site-main-nav > li {
        display: block;
        width: 100%;
    }

    .site-navbar .site-main-nav > li > a,
    .navbar-inverse.site-navbar .navbar-nav > li > a {
        display: block;
        padding: 9px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        font-size: 1rem;
    }

    .site-nav-shell .navbar-collapse {
        display: none;
    }

    .site-nav-shell .navbar-collapse.show {
        display: block;
    }

    .site-header-search-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        align-items: stretch;
    }

    .site-header-search {
        max-height: 118px;
        padding: 8px 0;
    }

    .site-newsletter-cta {
        min-height: 42px;
        width: auto;
        padding: 0 12px;
        font-size: 0.9rem;
    }

    #inhalt_start section {
        padding: 0 12px 10px;
    }

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

    .site-footer .row > div {
        margin-bottom: 14px;
    }

    .content-surface {
        padding: 12px;
    }

    .site-global-search-inner {
        grid-template-columns: minmax(105px, 132px) minmax(0, 1fr) auto;
    }

    .site-global-search-type {
        grid-column: auto;
        min-height: 42px;
        padding: 0 22px 0 8px;
        border-right: 1px solid var(--site-border);
        border-bottom: 0;
        font-size: 0.88rem;
    }

    .site-global-search-input,
    .site-global-search-button {
        min-height: 42px;
        font-size: 0.95rem;
    }

    .site-global-search-input {
        padding: 0 9px;
    }

    .site-global-search-button {
        padding: 0 12px;
    }
}

@media (min-width: 992px) {
    .sidebar .sidenav,
    #front_leiste {
        position: sticky;
        top: 14px;
    }
}

@media (max-width: 767px) {
    .site-navbar .dropdown-menu,
    .navbar-inverse.site-navbar .dropdown-menu {
        min-width: 0;
        width: 100%;
    }

    #inhalt_ausgabe_vollst p {
        margin-right: 0;
    }

    .content-surface .issue-heading-with-action {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 12px;
        padding: 0;
    }

    .content-surface .issue-heading-with-action h3 {
        grid-column: 2;
        padding-left: 12px;
    }

    .content-surface .issue-heading-with-action a.issue-decision-card {
        grid-column: 1;
        grid-row: 1;
        width: 58px;
        margin: 0;
    }

    .content-surface .hrrs-brand-col {
        border-right: 0;
    }

    .site-header-search {
        max-height: 160px;
        padding-bottom: 8px;
    }

    .site-global-search-inner {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .site-global-search-type {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 1px solid var(--site-border);
    }

    .site-header-search-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-newsletter-cta {
        width: 100%;
    }

    .content-surface .issue-header-layout,
    .content-surface .issue-header-main {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .content-surface .issue-header-subtitle {
        white-space: normal;
    }

    .content-surface .issue-header-meta,
    .content-surface .issue-header-meta .hrrs-tm {
        text-align: left;
    }

    .content-surface .issue-header-cover-panel {
        align-items: flex-start;
    }

    .content-surface .issue-header-cover-panel img {
        display: none;
    }

    .content-surface .issue-header-title {
        font-size: 1.65em;
    }

    .home-current-issue {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-current-issue-cover {
        max-width: 180px;
    }

    .site-global-search-button {
        min-height: 40px;
    }

    .meili-search-page .search-shell {
        padding: 0.9rem;
        border-radius: 0;
    }

    .meili-search-page .search-hit-layout {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 10px;
    }

    .meili-search-page a.search-hit-decision-link {
        width: 46px;
    }

    .meili-search-page a.search-hit-article-link {
        width: 46px;
    }

    .meili-search-page .search-header .brand {
        font-size: 1.1rem;
    }
}


/* Archiv hub */
.archive-hub {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.archive-hub-card,
.monograph-card {
    background: var(--surface, #fff);
    border: 1px solid var(--site-border, #d7dde2);
    box-shadow: var(--site-shadow-soft, 0 2px 8px rgba(17, 20, 23, 0.08));
    border-radius: 0;
}

.archive-hub-card {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    padding: 24px;
}

.archive-hub-card h3,
.monograph-card h3 {
    margin-top: 0;
}

.archive-hub-card p,
.monograph-card p {
    color: var(--text-muted, #59636d);
}

.archive-hub-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding: 9px 12px;
    background: #095768;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #095768;
    border-radius: 0;
    font-weight: 400;
}

.archive-hub-link:hover,
.archive-hub-link:focus {
    background: #111417;
    border-color: #111417;
    color: #fff !important;
    text-decoration: none;
}

.monograph-list {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.monograph-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
    padding: 20px;
}

.monograph-cover img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.monograph-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

html[data-theme="dark"] .archive-hub-card,
html[data-theme="dark"] .monograph-card {
    background: var(--surface, #161b20);
    border-color: var(--site-border, #2d3840);
}

@media (max-width: 991px) {
    .archive-hub {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .archive-hub-card {
        min-height: 0;
        padding: 18px;
    }

    .monograph-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .monograph-cover {
        max-width: 160px;
    }
}



.archive-section {
    margin-top: 24px;
}

.archive-section:first-of-type {
    margin-top: 0;
}

.archive-section > h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

/* Archiv issue browser */
.archive-issue-browser {
    margin-top: 18px;
}

.archive-year-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 18px;
}

.archive-year-form label {
    margin: 0;
    font-family: var(--font-serif, "Source Serif 4", Georgia, serif);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-color, #111417);
}

.archive-year-form select {
    min-width: 120px;
    height: 40px;
    padding: 6px 34px 6px 10px;
    background-color: var(--surface, #fff);
    border: 1px solid var(--site-border, #d7dde2);
    border-radius: 0;
    color: var(--text-color, #111417);
}

.archive-year-submit {
    min-height: 40px;
    padding: 7px 12px;
    background: #095768;
    border: 1px solid #095768;
    border-radius: 0;
    color: #fff;
}

.archive-year-submit:hover,
.archive-year-submit:focus {
    background: #111417;
    border-color: #111417;
    color: #fff;
}

.archive-issue-year-heading {
    margin: 0 0 12px;
    padding: 0;
    font-size: 1.3em;
}

@media (max-width: 560px) {
    .archive-year-form {
        align-items: stretch;
        flex-direction: column;
    }

    .archive-year-form select,
    .archive-year-submit {
        width: 100%;
    }
}

.monograph-actions {
    margin-top: 10px;
}

/* Newsletter */
.newsletter-form {
    max-width: 620px;
    margin-top: 22px;
}

.newsletter-form h3 {
    margin-top: 0;
}

.newsletter-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.newsletter-consent {
    margin: 12px 0 16px;
}

.newsletter-consent .form-check-input {
    border-radius: 0;
}

.newsletter-consent .form-check-label {
    font-weight: 400;
}

.newsletter-submit {
    margin-top: 14px;
    text-align: left;
}

.newsletter-action-button {
    border-color: #bfc8ca;
    background-color: #fff;
    color: #1d292d;
    border-radius: 0;
    font-weight: 400;
    transition: all .2s ease;
}

.newsletter-action-button:hover,
.newsletter-action-button:focus {
    border-color: var(--site-primary);
    background-color: #eef5f6;
    color: var(--site-primary-dark);
}

html[data-theme="dark"] .newsletter-action-button {
    border-color: #456078;
    background-color: #1b2936;
    color: #dce8f2;
}

html[data-theme="dark"] .newsletter-action-button:hover,
html[data-theme="dark"] .newsletter-action-button:focus {
    border-color: #4ea7b6;
    background-color: #223748;
    color: #ffffff;
}

html[data-theme="dark"] .newsletter-consent .form-check-label {
    color: #dce8f2;
}

/* Issue section headings */
#inhalt_ausgabe h2.uta,
#inhalt_ausgabe_vollst h2.uta {
    margin: 0px !important;
    padding: 14px 18px;
    border: 1px solid #095768;
    border-left: 6px solid #095768;
    background: #eef1f2;
    color: #111417;
    font-family: var(--site-heading-font);
    font-size: 1.58em;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
}

#inhalt_ausgabe h2.ura,
#inhalt_ausgabe_vollst h2.ura {
    margin: 0px !important;
    padding: 14px 18px;
    border: 1px solid #d8dee1;
    border-left: 6px solid #cbd3d6;
    background: #eef1f2;
    color: #111417;
    font-family: var(--site-heading-font);
    font-size: 1.58em;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

html[data-theme="dark"] #inhalt_ausgabe h2.uta,
html[data-theme="dark"] #inhalt_ausgabe_vollst h2.uta {
    background: #1d2b38;
    color: #f3f7f8;
}

html[data-theme="dark"] #inhalt_ausgabe h2.ura,
html[data-theme="dark"] #inhalt_ausgabe_vollst h2.ura {
    border-left-color: #526674;
    border-top-color: #33485c;
    border-bottom-color: #33485c;
    color: #f3f7f8;
}

.search-term-highlight {
    background: #fff3cd;
    color: inherit;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.1rem 0.2rem;
}

html[data-theme="dark"] .search-term-highlight {
    background: #7b5f17;
    color: #fffdf4;
}
