<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* hide elements */
.modSidebarNavigation,
.modMainSubNavigation,
.modMainNavigation,
.modBurgerNavigation,
.modHeader ul, .modHeader &gt; a, .modHeader &gt; img, .modHeader form,
.modTicker,
.modFooterSocial, .modFooterToggle, .modFooter a,
.ym-skiplinks,
table caption,
.more, .top,
.bjqs-controls, .toggle-more,
.modSidebarVideos,
.modRondell,
.modGalerie,
.hr, hr,
.modPagination {
    display: none !important;
}

/* hide background image */
body {
    background-image: none;
}

img {
    border: none !important;
}

/* reduce header height */
.modHeader {
    height: auto;
    margin: 0 0 2em 0;
}

.modHeader div.logo span {
    visibility: hidden;
}

.modHeader div.logo img {
    float: right;
    width: 50%;
    margin-bottom: 1em;
}

.modContent {
    clear: both;
}

/* open all accordions */
.accordion .toggle-content {
    display: block !important;
    margin-bottom: 1em;
}

.accordion .toggle-title {
    background-image: none;
    border-bottom: none !important;
    font-weight: bold;
}

/*.modSidebarSubject .toggle-box, .modSidebarSubject .ym-clearfix { clear:left; }
.modSidebarSubject .toggle-content ul li p { display:inline; float:left; margin-bottom:1em;}
.modSidebarSubject .toggle-content ul li img { display:inline; float:left; margin-right:1em; margin-bottom:1em; }*/
.modSidebarSubject .toggle-content ul {
    list-style-type: none;
}

.modSummary .accordion {
    margin-bottom: 1em;
    border-bottom: 1px solid #000;
}

/* align page left */
.ym-wrapper {
    margin: 0;
}

/* avoid page breaks right after headlines */
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
}

.modCurrent h2 {
    font-size: 1.2em;
}

h1, h2, h3 {
    page-break-before: auto;
    page-break-after: avoid;
    clear: both;
}

h4 {
    margin-left: 0;
    font-size: 1em;
}

/* avoid page breaks within images */
.modSidebarMinistry,
.modContent img, .modContent .copyright,
table tr {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}

.modDates table td &gt; a,
.modDates table tr td &gt; span {
    font-weight: bold;
}

.modDates table td small {
    font-size: 1em;
    display: block;
    text-transform: uppercase;
}

/* use of modSidebarMinistry as cite */
.modSidebarMinistry {
    clear: left;
}

.modSidebarMinistry li {
    margin-bottom: 1em;
}

.modSidebarMinistry p {
    margin-bottom: 0;
}

/* ul and ol: padding, bullet points */
/*ul, ol, */
.modFocus ul,
.modSidebarMinistry ul,
.es-carousel ul {
    padding-left: 0 !important;
}

.modContent ul,
.modSidebarSubject .modContent ul ul,
.modSidebarSubject ul ul {
    list-style-type: square;
    list-style-image: none;
}

.modContent ul ul,
.modSidebarSubject ul ul ul {
    list-style-type: disc;
    list-style-image: none;
}

.modContent ul li {
    clear: left;
}

.anchorlist,
.modContent &gt; ul, .modContent &gt; ol {
    padding-bottom: 1em;
}

.modContent .modSidebarSubject .toggle-content &gt; ol &gt; li, .modContent .toggle-content &gt; ul &gt; li {
    list-style-type: none;
}

/* left aligned image copyright and description */
.modContent .copyright {
    display: inline;
}

.modContent img {
    display: block;
}

.modContent .copyright i, .modContent .description {
    text-align: left;
    clear: both;
}

/* image gallery (carousel) */
.es-carousel {
    margin-bottom: 1em;
}

.es-carousel li {
    display: inline;
}

.es-carousel-wrapper .es-nav,
.es-carousel-wrapper-teaser .es-nav {
    display: none !important;
}

.modGalerie .es-carousel-wrapper,
.es-carousel-wrapper-teaser {
    padding: 0;
    margin-bottom: 1em;
}

.es-carousel p {
    width: 600px;
    margin-top: 0;
    margin-bottom: 1em;
}

.modGalerie.stackedImages .es-carousel ul li {
    clear: left;
    float: none;
    display: block;
}

.modGalerie.stackedImages .es-carousel ul li a {
    float: left;
    clear: left;
    display: inline;
}

.modGalerie.stackedImages .es-carousel ul li img {
    margin: 0 1em 1em 0;
    float: left;
    clear: left;
}

.modGalerie.stackedImages .es-carousel-wrapper-list ul li {
    height: auto;
}

/* news modcurrent */
.modCurrent ul {
    padding-left: 0;
    list-style-type: none;
}

.modCurrent .coma-g62 {
    width: 66%;
    float: left;
}

.modCurrent ul li img {
    width: 31%;
    float: left;
    margin-right: 2%;
    margin-bottom: 1em;
}

.modCurrent ul li {
    clear: left;
}

/* tables */
.modDates table th, .modDates table td {
    padding: 0 1em 0 0 !important;
}

/* dates modsidebardates */
.modSidebarDates ul li small, .modSidebarDates ul li span, .modSidebarDates ul li b, .modSidebarDates ul li {
    float: none;
}

.modSidebarDates ul li small {
    font-size: 1em;
    text-transform: uppercase;
}

.modSidebarDates ul {
    margin-bottom: 1em;
}

/* forms */
label {
    display: block;
    clear: both;
}

.custom-select, .ym-fbox-button {
    display: none !important;
}

/* summary (mansonry) */
/*.masonry-brick { position:relative !important; float:left; left:0px !important; top:0px !important; width:50%; }*/
.masonry {
    height: auto !important;
}

.masonry dl {
    float: none;
    margin-bottom: 1em;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    clear: left;
}

.masonry dl dd {
    margin: 0 0 0.2em 0;
}

.modTopicsAZ ol {
    display: none !important;
}

/* footer */
#footer, .coma-blueGrad {
    clear: both;
    background: none;
}

.modFooter {
    background: none;
    border-top: solid 1px #000;
}

.modFooter ul {
    list-style-type: none;
}

.coma-blueGrad h3, .coma-blueGrad p {
    color: #000;
}

/*.ym-wrapper { width:620px; }
.ym-wrapper .ym-wbox { padding:0; }
.ym-gr { margin: 0; }
.ym-g960-4 { width:auto; }*/</pre></body></html>