html, body {
    background: #f8f8f8 !important;
}

body {
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Cantarell, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    border-top: 3px solid #005eb8;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
}

h2 {
    font-size: 1.75rem;
    margin-top: 1.75rem;
}

p, li, table {
    line-height: 1.6em;
}

li {
    margin-bottom: 0.25em;
}

/* pre, code, samp, kbd {
    font-size: .85rem;
} */

abbr[title] {
    text-decoration: none;
}

hr {
    border-color: #a0a0a0;
}

.dokuwiki div.page,
.dokuwiki .pageId span,
#dokuwiki__aside > .pad {
    box-shadow: none;
    border-color: #dfdfdf;
}

.dokuwiki .padeId span {
    border-radius: .2rem .2rem 0 0;
}

.dokuwiki div.page {
    padding: 1.25rem 1.5rem .5rem 1.5rem;
    border-radius: .2rem 0 0 0;
    border-color: #dfdfdf;
    margin-bottom: 0;
}

#dokuwiki__header h1 span {
    padding-top: 7px;
}

.dokuwiki h3.toggle {
    padding: 1.25rem 1rem .5rem 1rem;
}

#dw__toc {
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0 0 0 .2rem;
}

input {
    border-radius: .2rem;
    padding: .25rem .5rem !important;
    transition: all .2s ease;
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Cantarell, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 100%;
    color: #222;
    outline: 0;
}

input:focus {
    border-color: #005eb8;
}

.dokuwiki label span {
    margin-right: .5rem;
}

.dokuwiki fieldset {
    border-radius: .2rem;
    margin-bottom: 1.5rem;
}

#config__manager fieldset,
#config__manager fieldset tr:hover td {
    background-color: transparent;
}

#plugin__upgrade_meter ol li .step {
    height: 1.5rem;
    line-height: 1.5rem;
}


.grid-50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1rem;
    width: calc(100% - 1rem);
    margin-bottom: 1.5rem;
}

.box {
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    border-radius: .2rem;
    padding: 1rem 1rem 0 1rem;
}


.box.yellow {
    background: #ffc350;
    border-color: #efb340;
}

.box.red {
    background: #e15852;
    border-color: #df4e48;
    color: #000000 !important;
}

.box.green {
    background: #6fd06b;
    border-color: #5fc05b;
}

.box.blue {
    background: #3986e9;
    border-color: #2976d9;
}

.box.red a {
    font-weight: 700;
    color: #000000;
}

.box h3, .box h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0 !important;
}

.dokuwiki .docInfo {
    background: #f0f0f0;
    padding: .25rem .5rem;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-radius: 0 0 .2rem .2rem;
}

.badge {
    background-color: #f0f0f0;
    padding: .2rem .4rem;
    margin-right: .5rem;
    border-radius: .25rem;
    border: 1px solid #dfdfdf;
}

.breadcrumbs,
.catpageheadline {
    display: none;
}

.accordion {
    --bs-accordion-border-radius: 0.25rem;
    --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
    --bs-accordion-active-color: #005eb8;
}

.dokuwiki .aside .accordion {
    margin-top: -.1rem;
}

.dokuwiki .aside .accordion-button {
    padding: .6rem .75rem;
    background: #f0f0f0;
    box-shadow: none;
    font-size: inherit;
}

.dokuwiki .aside .accordion-body {
    padding: 0;
}

.dokuwiki .aside ul {
    margin: -.61rem 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 10;
}

.dokuwiki .aside ul ul {
    margin: 0 !important;
}

.dokuwiki .aside li {
    list-style-type: none;
    margin: 0;
}

.dokuwiki .aside li a {
    display: block;
    padding: .6em .75em;
    background: #fff !important;
    transition: .4s ease;
    border: none;
    border-top: 1px solid #dfdfdf;
    text-decoration: none;
    color: #333 !important;
}

.dokuwiki .aside li a:hover,
.dokuwiki .aside li a:focus,
.dokuwiki .aside li a:active {
    background: #f8f8f8 !important;
}

.dokuwiki .aside li li a {
    padding-left: 1.75rem;
    background: #ffffff !important;
}

.dokuwiki .aside li li li a {
    padding-left: 2.25em;
}

.dokuwiki .aside span.curid a:after {
    margin-right: -10px;
    background: #005eb8;
    height: 24px;
    width: 6px;
    border-top-left-radius: 6px 50%;
    border-bottom-left-radius: 6px 50%;
    content: '';
    float: right;
    margin-top: -2px;
}

.dokuwiki .tabs > ul li a, .dokuwiki ul.tabs li strong, .dokuwiki ul.tabs li a {
    margin: 0 .3rem 0 0;
    border: 1px solid #dfdfdf;
    border-radius: .25em .25em 0 0;
}

.dokuwiki .plugin_tabbox.js ul.tabs li.active a {
    background-color: #f8f8f8;
    border-bottom-color: #f8f8f8;
}

.dokuwiki .plugin_tabbox.js div.tabboxtab {
    background-color: #f8f8f8;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.dokuwiki .tabs > ul::after, .dokuwiki ul.tabs::after {
    border-bottom: 1px solid #dfdfdf;
}

.tabboxtab > ul {
    margin-left: -1rem;
}

.link-button {
    display: inline-block;
    color: #333 !important;
    font-weight: 400 !important;
    background-color: #f8f8f8;
    padding: 0.45em 0.75em 0.55em 0.75em;
    margin: 0 0.75em 0.75em 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
    border: 1px solid #dfdfdf;
    transition: .4s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.3em;
}

.link-button:hover,
.link-button:focus,
.link-button:active {
    text-decoration: none !important;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #f0f0f0;
}

.link-button::before {
    content: "\f101";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #005eb8;
    margin-right: .5em;
}

.link-button[href^="http://"]::before, .link-button[href^="https://"]::before {
    content: "\f35d";
    position: relative;
    top: 1px;
}

a, a:hover, a:focus, a:active {
    text-decoration: none !important;
    outline: none;
}

a:hover,
a:focus,
a:active {
    border-bottom: 1px dotted;
    cursor: pointer;
}

table td,
table th,
table td:hover,
table th:hover {
    padding: 0.5em;
    border: 1px solid #dfdfdf !important;
    vertical-align: middle;
    background-color: #fdfdfd !important;
}

table tr:nth-child(2n+1) td,
table tr:nth-child(2n+1) td:hover {
    background: #f8f8f8 !important;
}

table th,
table th:hover {
    background-color: #f8f8f8 !important;
    font-weight: 700;
}

table thead th,
table thead th:hover {
    background-color: #f0f0f0 !important;
}

table th[colspan],
table th[colspan]:hover {
    color: #fff;
    text-align: center;
    background-color: #005eb8 !important;
    border-top-color: #005eb8 !important;
    border-right-color: #005eb8 !important;
    border-left-color: #005eb8 !important;
}


@media screen and (max-width: 800px) {
    .dokuwiki h3.toggle {
        padding: .25rem !important;
    }

    .grid-50-50 {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .grid-50-50 .box {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdn.schlagma.de/fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2') format('woff2');
}
  
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdn.schlagma.de/fonts/ibm-plex-sans/IBMPlexSans-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://cdn.schlagma.de/fonts/ibm-plex-sans/IBMPlexSans-SemiBold.woff2') format('woff2');
}
  
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('https://cdn.schlagma.de/fonts/ibm-plex-sans/IBMPlexSans-SemiBoldItalic.woff2') format('woff2');
}
