.has-b81-symbol > button,
.wp-block-button.has-b81-symbol .wp-block-button__link {
display: inline-flex;
align-items: center;
gap: 0.5em;
}
.has-b81-symbol .b81-symbol {
flex-shrink: 0;
}
.b81-abschnitt--lesebreite > * {
width: 100%;
max-width: var(--wp--style--global--content-size, 72rem);
margin-inline: auto;
padding-inline: var(--wp--custom--rand, 1.25rem);
}
.b81-abschnitt--overlay {
position: relative;
isolation: isolate;
}
.b81-abschnitt--overlay::before {
content: '';
position: absolute;
inset: 0;
z-index: -1;
background: var(--b81-overlay, #000);
opacity: var(--b81-overlay-deckung, 0.5);
border-radius: inherit;
pointer-events: none;
}
.b81-abschnitt--senkrecht {
display: flex;
flex-direction: column;
align-items: stretch;
}
.b81-abschnitt--oben {
justify-content: flex-start;
}
.b81-abschnitt--mitte {
justify-content: center;
}
.b81-abschnitt--unten {
justify-content: flex-end;
}