/*größer 1000px*/
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.fleft { float: left; }
.fright { float: right; }
.clearer { clear: both; }
.nobr { white-space : nowrap;}
body {
    font-family: Arial,Helvetica,sans-serif;
    background-color: white;
    color: black;
}
#hgoben {
    height: 108px;
    background-color: #ffe08d;
}
#wrapper {
    max-width: 1010px;
    width: 96%; /* bis 833 klappt zentr. */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -505px;
}
header {
    height: 90px;
}
#kopflinks {
    float: left;
    margin-top: 23px;
    margin-left: 50px;
    width: 33px;
}
#kopflinks img {
    width: 100%;
}
#kopfmitte {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
}
h1 {
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 1px;
    word-spacing: 3px;
}
#kopfmitte p {
    font-size: 1.05em;
    letter-spacing: 1px;
    word-spacing: 3px;
}
#kopfrechts {
    float: right;
    padding-top: 12px;
    padding-right: 50px;
    text-align: right;
}
/* ------------------ */
nav {
    position: relative;
}
nav ul { /* für 4 zeilen, bei umbruch */
    padding-left: 15px;
    background-color: #313332;
}
nav li {
    display: inline-block;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: #666;
}
nav a {
    padding-left: 10px;
    padding-right: 35px;
    padding-top: 12px;
    height: 28px;
    background-image: url(../teile/sprache.png);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    font-size: 0.84em;
    letter-spacing: 1px;
    word-spacing: 4px;
    font-weight: bold;
    color: white;
}
nav a:hover, 
nav .aktiv {
    color: white;
    background-color: #444;
}
#schatten {
    position: absolute;
    top: 15px;
    height: calc(100% - 15px);
    width: 100%;
    box-shadow: 0 0 15px #666;
    z-index: -22;
}
/* ------------------------ */
#hauptblock { /* main geht nicht */
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 0 15px #666;
    background-color: white; /* über schatten von #schatten! */
}
#inhalt {
    position: relative;
    min-height: 250px;
    background-image: url(../teile/hgtrenner.png);
    background-position: 200px 93px;
    background-size: 1px 100%;
    background-repeat: no-repeat;
}
#index #inhalt {
    background-position: 200px 133px;
}
article {
    padding-top: 40px;
    padding-left: 220px;
}
h2 {
    height: 50px;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: 1px;
    word-spacing: 1px;
}
#index h2 {
    float: left; /*erst links dann zentriert*/
    text-align: center;
    height: 90px;
}
h2 span.wort {
    color: #000088;
}
h2 span {
    color: #f99c1b;
}
h2 span.k2 {
    font-size: 1.2em;
}
h2 span.k3 {
    font-size: 1.4em;
}
h2 span.k4 {
    font-size: 1.6em;
}
h2 span.nobr {
    color: black;
}
article p {
    margin-bottom: 10px;
    font-size: 0.87em;
    line-height: 1.3;
}
.doppel span {
    font-size: 1.15em;
}
.zitat {
    margin-top: 40px;
    float: left; /*links und zentriert*/
    text-align: center;
}
.zitat span {
    font-size: 0.9em;
    font-style: italic;
}
article ul {
    margin-left: 12px;
    margin-bottom: 10px;
    font-size: 0.87em;
}
article ul li {
    margin-bottom: 3px;
}
/* index ----------- */
#intext {
    float: left;
} 
#inbild {
    float: right;
    width: 45%;
}
#inbild img {
    width: 100%;
}
#inlinks {
    position: absolute;
    top: 90px;
    font-size: 0.75em;
}
#index #inlinks {
    top: 130px;
}
#inlinks p {
    padding-bottom: 6px;
}
/* seite was -------- */
#was article a {
    text-decoration: underline;
    font-weight: bold;
}
/* seite wo -------- */
.intextlinks {
    float: left;
    width: 160px;
}
.intextrechts {
    float: left;
}
.landkarte {
    margin-top: 10px;
}
/* seiten leistung -------- */
#zurueck {
    position: absolute;
    left: 220px;
    top: 5px;
    padding: 3px 10px;
    font-size: 0.75em;
    color: white;
    cursor: pointer;
    background-color: #313332;
}
#zurueck:hover {
    background-color: #444;
}
.textklein {
    font-size: 0.75em;
}
.textklein a {
    text-decoration: underline;
}
/* seite pecs ------------- */
footer {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: thin solid black;
    font-size: 0.7em;
}
#fusslinks {
    float: left;
}
#fussrechts {
    float: right;
}
#abstandunten {
    margin-top: 10px;
    height: 20px;
}
.datenschutz h2 {
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: left;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 1rem;
}
.datenschutz h3 {
    padding: 0;
    margin: 10px 0 3px 0;
    text-align: left;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 0.85rem;
}
