/* Inhalte ausblenden */

body>*:not(.site-content),
.sr-jump,
.sprungziel,
.submenu,
.bottom-controls,
#SFm,
#vt_suchform,
.btn,
.katicon,
.randspalte>.sr-only,
.main-content-area>.sr-only,
.liste-bild,
.cards .mc2_ac,
*[aria-hidden="true"],
.cards .sr-only {
    display: none !important;
}
body>.site {
    display: block !important;
}
.site-header,
.site-content .sr-only,
.site-quickmenu,
.site-footer,
.flex-control-nav,
.flex-direction-nav {
    display: none;
}
.widget.adressen .slides {
    width: 100% !important;
}

/* Inhalte einblenden */

a[href^="mailto:"]:after {
    content: ' ('attr(href)')';
}

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

abbr[title]:after {
    content: ' ('attr(title)')';
}

/* Style */

@page {
    margin: 1.5cm;
}

body {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
    text-align: justify;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 20pt;
}

h3,
.mitteilungen .liste-titel {
    font-size: 16pt;
}

h4 {
    font-size: 14pt;
}

h5 {
    font-size: 13.5pt;
}

h6 {
    font-size: 12pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
    color: #000 !important;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #418CC1 !important;
}

a .list-text {
    color: #000;
}

.list-title {
    display: block;
}

hr,
.trenner {
    border: 0;
    border-top: 1px solid #000;
    clear: both;
    margin: 15px 0;
}

img {
    margin: 0 auto;
}

address {
    font-style: normal;
}

.unstyled-list, .result-list, .abc-list, .com-list, .data-list, .inline-list {
    list-style: none;
    padding: 0;
}

.cards .icon {
    display: none !important;
}

.cards a {
    display: block; /* Firefox */
}

.cards .title {
    margin: 0;
}

.randspalte .bilder ol {
    list-style: none;
}

.accordion-container {
    display: block !important;
    overflow: hidden;
}

.accordion button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    all: inherit;
}

.mt_left {
    float: left;
    margin: 0 10px 10px 0;
}

.mt_right {
    float: right;
    margin: 0 0 10px 10px;
}

.mt_middle {
    width: 100%;
    text-align: center;
}

.liste-titel,
.title {
    font-weight: bold;
}

.unstyled-list .sr-only {
    margin-left: 10px;
}

.randspalte .bilder img {
    max-width: 50%;
}

small+small,
a+small,
.icon-list>i,
.icon-list>a,
.data-list>li>small {
    margin-left: 10px;
}

/* Bildergalerien */

.image-gallery {
    list-style: none;
    padding: 0;
    margin: 0 -15px -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.image-gallery img {
    max-width: 100%;
    height: auto;
}

.flex-row.image-gallery {
    margin: 0 -5px calc(0.75em - 10px);
}

.image-gallery .flex-col-1,
.image-gallery .flex-col-2,
.image-gallery .flex-col-3,
.image-gallery .flex-col-4 {
    margin: 0 5px 10px;
}

.image-gallery .flex-col-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}

.image-gallery .flex-col-2 {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}

.image-gallery .flex-col-3 {
    -ms-flex-preferred-size: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
    width: calc(33.33% - 10px);
}

.image-gallery .flex-col-4 {
    -ms-flex-preferred-size: calc(25% - 10px);
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
}

.image-gallery a,
.image-single .cont {
    position: relative;

}

.image-gallery .mc2_ac,
.image-single .mc2_ac {
    background-color: #fff;
    opacity: 0.85;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 11.5px;
    max-width: 66.666%;
    max-width: calc(100% - 30px);
    color: #444;
}