
.pflegehinweis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: min(80vw,800px);
    margin-inline:auto;background-color: #d6f0ff
}

.pflegehinweis::before {
    font-family: 'Font Awesome 6 Pro',fontawesome,sans-serif;
    font-weight: 100;
    content: "\f05a";
    font-size: 2.5em;
    min-width: 60px;
    height: auto;
    background: #4051b5;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

#site .pflegehinweis>div {
    padding: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4051b5
}

#site .pflegehinweis>div :is(h1,h2,h3,h4,h5,h6) {
    font-size: 1.5em;
    margin: 0;
    padding: 0
}

#site .pflegehinweis>div * {
    color: inherit
}

.pflegehinweis hr {
    border: none;
    border-top: 1px solid rgba(79,79,78,.33)
}

.pflegehinweis hr~div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5em
}

.pflegehinweis hr~strong {
    display: block;
    margin-block:1em .5em;text-transform: uppercase
}

.pflegehinweis hr~strong~div {
    padding-left: 1.5em
}

.pflegehinweis button {
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    font-family: inherit;
    font-size: 1em;
    padding: 0;
    cursor: pointer
}

.pflegehinweis button::after {
    font-family: 'Font Awesome 6 Pro',fontawesome,sans-serif;
    font-weight: 100;
    content: "\f08e";
    padding-left: .5em;
    vertical-align: super
}

.pflegehinweis button~button {
    margin-left: 1em
}

.pflegehinweis code {
    margin-left: 1em;
    font-size: .75em
}

.pflegehinweis strong {
    font-family: var(--font-700);
    font-weight: 700;
}

