@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700');

body {
    font-family: Muli, Arial, Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #000000;
}

.htmlarea-content-body {
    font-family: Muli, Arial, Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    font-size-adjust: none;
    font-weight: 300;
}

b, strong {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.green { color: rgb(169, 201,  56); }
.red   { color: rgb(107,  33,  29); }
.blue  { color: rgb( 10, 136, 169); }

h1, h2, h3, h4, h5, h6 {
    font-family: Muli, Arial, Verdana, Helvetica, sans-serif;
    font-weight: 100;
    color: #58585A;
}

th,td,input,textarea {
    font-family: Muli, Arial, Verdana, Helvetica, sans-serif;
    color: #222;
}

a,
a:link,
a:visited {
    color: rgb(107,  33,  29);
}

a:focus,
a:hover,
a:active {
    color: rgb(144,  144,  144);
}

    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 rgb(144,  144,  144);
}

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.5rem; color: #222; }
h2 { font-size: 1.4rem; color: #222; }
h3 { font-size: 1.3rem; color: #222; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1.1rem; }

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); }

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: normal; 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); }
p.Red-Bold        { color: rgb(107,  33,  29); font-weight: 400; }
p.Green           { color: rgb(169, 201, 56); }
p.Blue            { color: rgb( 10, 136, 169); }
p.White           { color: rgb(200, 200, 200); }
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; }
