/*!
 * su-pa.net, 23.03.2020, df // 16.06.2022, df - https://su-pa.net/
 */
body {
    font-family: Muli, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

img {
    max-width: 100%
}

.logoH1 {
    height: 125px;
    display: inline-block;
    margin: auto 20px 20px auto;
    box-shadow: 7px 7px 10px #929292;
    vertical-align: top
}

.article-clean {
    color: #56585b;
    background-color: #fff;
    font-size: 14px
}

.article-clean .intro {
    font-size: 16px;
    margin: 0 auto 0
}

.article-clean .intro h1 {
    font-size: 35px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 20px
}

.article-clean .text h2,
.article-clean .text p {
    line-height: 1.45;
    margin-bottom: 20px
}

.article-clean .text h2 span {
    font-size: .7em
}

details summary {
    color: #00008b;
    font-size: 1.4em;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
}

details summary span {
    font-size: .7em;
    white-space: nowrap
}

details summary::marker {
    color: grey
}

.date {
    color: #929292
}

.article-clean .intro p {
    color: #929292;
    font-size: 12px
}

.article-clean .intro p .by {
    font-style: italic
}

.article-clean .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd
}

.article-clean .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px
}

.article-clean .intro img {
    margin-top: 20px
}

.article-clean .text h2 {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

@media (min-width:768px) {
    .article-clean .text p {
        font-size: 16px
    }

    .article-clean .text h2 {
        font-size: 20px
    }
}

.article-clean .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px
}

.article-clean .text figure img {
    margin-bottom: 12px;
    max-width: 100%
}

.footer-basic {
    padding: 40px 0;
    background-color: #fff;
    color: #4b4c4d
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0
}

figcaption {
    font-size: .8em;
    text-align: center;
    padding-top: .2em
}

figcaption a:hover {
    text-decoration: none
}

h2 {
    color: #00008b !important;
    color: #333 !important;
    font-size: 1.3em !important;
    font-weight: 400 !important
}

.h1sub {
    font-size: 27px !important
}

img {
    max-width: 100% !important
}

ul {
    list-style-image: url(../img/bullet.gif)
}

.titSeed::before {
    content: '';
    background: url(../img/Zueri-begruent_logo_192x192.png);
    background-size: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    box-shadow: 7px 7px 10px #929292;
    line-height: 90px;
    margin-left: -25px;
    position: absolute
}