<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mulish-200 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 200;
    src: local(''),
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-regular - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-500 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-300 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-600 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-700 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/fileadmin/co_system/default/css/fonts/mulish-v1-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Mulish', Arial, Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #000000;
}

.htmlarea-content-body {
    font-family: 'Mulish', Arial, Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    font-size-adjust: none;
    font-weight: 300;
}

b, strong {
    font-weight: 600;
}

.green { color: rgb(169, 201,  56); }
.red   { color: rgb(107,  33,  29); }
.blue  { color: rgb( 10, 136, 169); }
.orange { color:rgb(255, 153, 51); }

.text-uppercase {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish', Arial, Verdana, Helvetica, sans-serif;
    /*font-weight: 500;*/
    font-weight: 300;
    color: #58585A;
}

th,td,input,textarea {
    font-family: 'Mulish', Arial, Verdana, Helvetica, sans-serif;
    color: #222;
}

a,
a:link,
a:visited {
    color: #58585A;
}

a:focus,
a:hover,
a:active {
    color: rgb(169, 201, 56);
}

footer a,
footer a:link,
footer a:visited {
    color: #FFFFFF;
}

hr {
    margin: 1rem 0;
    padding: 0;
    border-color: transparent;
    width: 100%;
    border-bottom: 1px solid #E3E4E6;
}

sup { vertical-align: top; font-size: 0.9em; line-height: 0.9em; }
sub { vertical-align: bottom; font-size: 0.9em; line-height: 0.9em; }

h1 { font-size: 1.75rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; }

h1, h2 {
    text-transform: uppercase;
}

ul { list-style: outside disc; padding: 0 0 0 1.25em; list-style-image: url(images/list-dot.png); }
ul.accordion { list-style: none; padding: 0 0 0 0; }

.accordion-title { font-size: 1rem; }


.lpRed   ul { list-style: outside disc; padding: 0 0 0 1.25em; list-style-image: url(images/list-dot-red.png); }
.lpBlue  ul { list-style: outside disc; padding: 0 0 0 1.25em; list-style-image: url(images/list-dot-blue.png); }
.lpBlau  ul { list-style: outside disc; padding: 0 0 0 1.25em; list-style-image: url(images/list-dot-blue.png); }
.lpGreen ul { list-style: outside disc; padding: 0 0 0 1.25em; list-style-image: url(images/list-dot-green.png); }
.lpOrange ul { list-style: outside disc; padding: 0 0 0 1.25em; list-style-image: url(images/list-dot-orange.png); }

ol { list-style: outside decimal; padding: 0 0 0 1.75em; }
li { margin: 0 0 0 0; border-bottom: 0; }

dl {  }
dt { display: block; float: left; width: 25%; margin: 0; font-weight: bold; }
dd { display: block; margin: 0 0 0.5em 30%; width: 70%; }

table { width: 100%; border: 1px solid #666; border-collapse: collapse; }
th { color: #000; padding: 5px; font-weight: bold; background: #DFCEB7; text-align: center; vertical-align: middle; }
td { color: #000; padding: 5px; text-align: left; vertical-align: top; font-weight: 300; }

p,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul,
pre,
table,
blockquote,
address,
fieldset { margin: 0 0 15px 0; }

fieldset { padding: 15px; border: 1px solid #888; }
legend   { color: #888; padding: 0 5px; }

label { display: block; float: left; font-weight: bold; line-height: 1.25em; }

/*
input[type=text],
select,
textarea { display: block; margin: 0 0 .25em 20%; padding: 2px; width: 65%; border: 1px solid #bbb; line-height: 1.25em; }

input[type=radio],
input[type=checkbox] { display: block; margin: 0 0 .25em 20%; padding: 2px; border: none; }

input:focus[type=text],
select:focus,
textarea:focus { border: 1px solid #888; }
*/

blockquote { font-style: italic; margin: 0 2em; }
blockquote p:before,
blockquote q:before { content: "\201E"; }
blockquote p:after,
blockquote p:after { content: "\201C"; }

p.Zusammenfassung { font-weight: bold; }
p.Red             { color: rgb(107,  33,  29); font-style: italic; }
p.Green           { color: rgb(169, 201, 56); font-style: italic; }
p.Blue            { color: rgb( 10, 136, 169); font-style: italic; }
p.Orange            { color: rgb(255, 153, 51); font-style: italic; }
p.White           { color: rgb(200, 200, 200); font-style: italic; }
p.Infobox         { background-color: #d1b288; padding: 1.0rem; color: #FFF; font-size: 1.1em; }
p.Kommentar       { font-size: 0.9em; line-height: 1.5em; color: #888; }
p.Auszeichnung    { font-size: 0.9em; line-height: 1.5em; text-align: right; }
p.top             { font-size: 0.9em; line-height: 1em; color: #888; text-align: right; }
p.Infobox a { color: #FFFFFF; font-weight: bold; }
p.Infobox a:hover, p.Infobox a:active { color: #EFEFEF; text-decoration: underline; }

span.Hervorhebung { font-weight: bold; background: #ddd; padding: 0 2px; }
span.Wichtig      { font-weight: bold; color: #722468; }
span.Gelb         { font-weight: bold; color: #FEC02B; }

/* TYPO3 Standardklassen zum Ausrichten von Absätzen, Überschriften, etc. */
.align-left    { text-align: left; }
.align-center  { text-align: center; }
.align-right   { text-align: right; }
.align-justify { text-align: justify; }
</pre></body></html>