<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************************************************
*
*     This file contains overridden declarations of typo3
*
**********************************************************************************************/

/* RTE */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

blockquote {
    font-style: italic;
    padding-left: 20px;
    padding-right: 8px;
    margin-left: 25px;
    border-left-width: 5px;
}

.frame-type-text table &gt; tr:first-child &gt; td {
    border-bottom: solid 1px #FFFFFF;
    font-weight: bold;
}
.frame-type-text table tr &gt; td {
    padding: 5px 10px;
}

/* Headline */

.ce-headline-center {
    text-align: center;
}

.ce-headline-right {
    text-align: right;
}

/* images */
#content .ce-gallery img {
    height: auto;
}

.ce-image.ce-left .ce-gallery,
.ce-textpic.ce-left .ce-gallery {
    text-align: left;
}

.ce-image.ce-center .ce-gallery,
.ce-textpic.ce-center .ce-gallery {
    text-align: center;
}

.ce-image.ce-right .ce-gallery,
.ce-textpic.ce-right .ce-gallery {
    text-align: right;
}

.ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 10px;
}

.ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    margin-left: 10px;
}

.ce-border .image {
    border: 2px solid #000000;
}

/* links in different colored containers */
.grauerhintergrund a {
    color: #FFFFFF;
}
/* lists in different colored containers */
.keinhintergrund ul li {
    background-image: url("../images/Icons/bullet.png");
}

h1 &gt; a,
h1 &gt; a:hover,
h1 &gt; a:focus,
h1 &gt; a:visited,
h2 &gt; a,
h2 &gt; a:hover,
h2 &gt; a:focus,
h2 &gt; a:visited,
h3 &gt; a,
h3 &gt; a:hover,
h3 &gt; a:focus,
h3 &gt; a:visited,
h4 &gt; a,
h4 &gt; a:hover,
h4 &gt; a:focus,
h4 &gt; a:visited,
h5 &gt; a,
h5 &gt; a:hover,
h5 &gt; a:focus,
h5 &gt; a:visited {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* normal lists */
ul li {
    background-position: 0 3px;
}

.hintergrundbild ul,
.hintergrunddunkelgrau ul,
.keinhintergrund ul,
.teasercol ul,
.hintergrundhellgrau ul,
.hintergrundgruengrau ul,
.grauebox ul {
    padding-left: 0;
    list-style: outside none none;
}

.hintergrundbild ul li,
.hintergrunddunkelgrau ul li,
.keinhintergrund ul li,
.teasercol ul li,
.hintergrundhellgrau ul li,
.hintergrundgruengrau ul li,
.grauebox ul li {
    background-repeat: no-repeat;
    margin-left: 20px;
    padding-left: 20px;
}

.hintergrundbild ul.csc-uploads li .csc-uploads-fileName a,
.hintergrunddunkelgrau ul.csc-uploads li .csc-uploads-fileName a,
.hintergrundgruengrau ul.csc-uploads li .csc-uploads-fileName a,
.grauebox ul.csc-uploads li .csc-uploads-fileName a {
    color: #fff;
}

/* file / download|upload lists */
.frame-type-uploads ul.ce-uploads li {
    background-image: none;
    padding-left: 0;
}

/* Abstand davor */

.frame-space-before-abstand10 {
    margin-top: 10px; 
}
.frame-space-before-abstand20 {
    margin-top: 20px;
}
.frame-space-before-abstand30 {
    margin-top: 30px; 
}
.frame-space-before-abstand40 {
    margin-top: 40px; 
}
.frame-space-before-abstand50 {
    margin-top: 50px; 
}
.frame-space-before-abstand60 {
    margin-top: 60px; 
}
.frame-space-before-abstand70 {
    margin-top: 70px;
}
.frame-space-before-abstand80 {
    margin-top: 80px;
}

/* Abstand danach */

.frame-space-after-abstand10 {
    margin-bottom: 10px;
}
.frame-space-after-abstand20 {
    margin-bottom: 20px;
}
.frame-space-after-abstand30 {
    margin-bottom: 30px;
}
.frame-space-after-abstand40 {
    margin-bottom: 40px;
}
.frame-space-after-abstand50 {
    margin-bottom: 50px;
}
.frame-space-after-abstand60 {
    margin-bottom: 60px;
}
.frame-space-after-abstand70 {
    margin-bottom: 70px;
}
.frame-space-after-abstand80 {
    margin-bottom: 80px;
}

.frame-backgroundbox,
.frame-backgroundbox &gt; div,
.backgroundbox {
    height: 100%;
}

.backgroundbox {
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ce-above .ce-gallery {
    margin-bottom: 20px;
}

.ce-image .ce-row {
    margin-bottom: 20px;
}
</pre></body></html>