/*----------------------------------------------------------*/
/* Style Sheets */
/*     Globale Einstellungen */
/*     Groß-Container */
/*     Farbklassen */
/*     Absatzklassen */
/*     Überschriften */
/*     Einzelelemente */
/*     Allgemein-Inhalt-Elemente */
/*     Tabellen */
/*----------------------------------------------------------*/
/* Globale Einstellungen */
/*----------------------------------------------------------*/

/* Body-Formatierungen */
body {
    width: 1280px;
    margin: 20px auto 20px;
    background-position: center top;
    background-attachment: fixed;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 0px 3px black;
    color: #cccccc;
}

.arabic {
    font-family: segoe UI, helvetica, sans-serif;
}

/* Links, farblich eingeebnet, aber unterstrichen */
a:link {
    font-weight: bold;
    text-decoration: none;
    color: cyan;
}
a:visited {
    color: cyan;
}
a:hover {
    color: gold;
}
a:active {
    color: #cccccc;
}

/*----------------------------------------------------------*/
/* Groß-Container */
/*----------------------------------------------------------*/

/* Menü-Container und Elemente */
div.nav-bar {
    position: relative;
    margin: 0 20px;
    font-weight: bold;
    text-align: left;
}
div.nav-box {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid black;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    transition: background-color 0.5s;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
div.nav-box:hover {
    background-color: white;
}
div.nav-box a {
    color: white;
}
div.nav-box a:visited {
    color: white;
}
div.nav-box a:hover {
    color: darkblue;
}
div.nav-box a:active {
    color: gold;
}

/*----------------------------------------------------------*/

/* Inhalthüll-Container */
#main {
    min-height: 300px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
}

/* Textblock-Container */
div.text {
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    text-align: justify;
}
div.text a:hover {
    background-color: rgba(128,128,128,0.5);
}

/*----------------------------------------------------------*/

/* Drop-Down-Sprachwahl */
.drop-lang {
    position: relative;
    display: inline-block;
}
.drop-lang-content {
    display: none;
    position: absolute;
    z-index: 1;
    width: 116px;
    margin-top: 5px;
    margin-left: -59px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.drop-lang-content div {
    height: 18px;
    padding: 10px 10px;
}
.nav-box:hover .drop-lang-content {
    display: block;
}
.drop-lang-content div:hover {
    background-color: white;
}
.drop-lang-content div.first:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.drop-lang-content div.last:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*----------------------------------------------------------*/

/* Drop-Down-Hauptinhalte */
#drop-main {
    float: left;
    width: 998px;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}
/* mit Platz für Seitenübersicht daneben */
.drop-line-main {
    height: 33px;
    width: 928px;
    margin: 0px;
    padding: 7px 15px 0px;
    overflow: hidden;
    background: url(img/layout/drop-long-yellow.png);
    color: #bf0040;
    cursor: pointer;
}
.drop-line-main:hover {
    background: url(img/layout/drop-long-green.png);
    color: white;
}
/* unsichtbare Sprungmarke, um Abschnitt ausreichend tief unter Branch-Balken zu plazieren */
a.drop-top {
    visibility: hidden;
    display: block;
    position: relative;
    top: -65px;
}

/*----------------------------------------------------------*/

/* Drop-Down-Seitübersicht */
#drop-side {
    display: inline-block;
    float: left;
    width: 250px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 11px;
    text-align: left;
}
.drop-side-text {
    clear: both;
    width: 250px;
    margin: 0px 0px -1px;
    padding: 0px 0px 1px;
    background-color: rgba(0,0,0,0.6);
}
.drop-line-side {
    height: 10px;
    width: 240px;
    margin: 0px;
    padding: 4px 5px 6px;
    overflow: hidden;
    background: url(img/layout/drop-short-yellow.png);
    font-variant: small-caps;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
[title=dropsearch] {
    background: url(img/layout/drop-short-blue.png);
}
.drop-line-side:hover {
    background: url(img/layout/drop-short-green.png);
    color: lime;
}
.drop-side-text ul {
    clear: both;
    width: 230px;
    margin: 0px 5px 8px 5px;
    padding: 4px;
    border-right: 1px solid #383838;
    border-bottom: 1px solid #383838;
    border-left: 1px solid #383838;
    list-style: none;
}
.drop-side-text li {
    width: 225px;
    margin: 0px;
    padding: 5px;
}
.drop-side-text li ul {
    width: 215px;
}
.drop-side-text li ul li {
    width: 210px;
}
.drop-side-text a {
    font-weight: bold;
    text-decoration: none;
    color: yellow;
}
.drop-side-text a:hover {
    color: white;
}
#wordlist {
    font-size: 11px;
}
#wordlist li {
    width: 215px;
    padding: 0 0 0.5px 20px;
    text-indent: -20px;
}
/*----------------------------------------------------------*/

/* Infoicon-Container */
div.infoicon {
    float: left;
    width: 64px;
    margin: 0 10px 0 0;
}
/* Infofeld-Container und Elemente */
div.infofield {
    float: left;
    width: 47.5%;
    margin: 0 0 10px;
    padding: 8px;
    border-width: 2px;
    border-radius: 7px;
    border-style: outset;
    background-color: white;
    font-size: 16px;
    text-shadow: none;
    text-align: left;
}
div.infofield img {
    width: 14px;
    cursor: pointer;
}
img.infofield {
    margin-left: 10px;
    border-width: 1px;
    border-radius: 7px;
    border-style: solid;
    border-color: black;
    box-shadow: 1px 1px 10px white;
}
ul.infofield {
    margin: -20px 0 -5px;
    padding: 0 0 0 15px;
    color: red;
}
ol.infofield {
    margin: -20px 0 0;
    padding: 0 0 0 15px;
    color: blue;
}
div.addfield {
    float: right;
    width: 47.5%;
    margin: 0 0 10px;
    padding: 8px;
    border-width: 2px;
    border-radius: 7px;
    border-style: outset;
    background-color: white;
    font-size: 16px;
    text-shadow: none;
    text-align: left;
}
div.addfield img {
    width: 32px;
    cursor: pointer;
}

/*----------------------------------------------------------*/
/* Farbklassen */
/*----------------------------------------------------------*/

span.normal {
    color: black;
}

span.source {
    font-weight: bold;
    color: red;
}
span.sourcelight {
    font-weight: normal;
    color: red;
}

span.target {
    font-weight: bold;
    color: blue;
}
span.targetlight {
    color: blue;
}

span.code {
    font-weight: bold;
    color: mediumvioletred;
}
span.codelight {
    color: mediumvioletred;
}

span.reg {
    color: maroon;
}
span.regtip {
    font-weight: bold;
    color: goldenrod;
}
span.ori {
    font-style: italic;
    color: orange;
}
span.fam {
    font-style: italic;
    color: saddlebrown;
}

span.flex {
    font-style: italic;
    color: magenta;
}
span.gram {
    font-style: italic;
    color: green;
}
span.gramtip {
    font-weight: bold;
    color: lime;
}

span.sono {
    color: darkgoldenrod;
}

span.category {
    color: #8080ff;
}
span.categorytip {
    font-weight: bold;
    color: cyan;
}
span.plane {
    color: #ff8080;
}
span.planetip {
    font-weight: bold;
    color: #ff8080;
}

span.name {
    color: lime;
}
span.term {
    color: sienna;
}
span.key {
    color: #ffbf00;
}
span.state {
    color: #00bfff;
}

span.level0 {
    color: grey;
}
span.level1 {
    color: darkcyan;
}
span.level2 {
    color: royalblue;
}
span.level3 {
    color: mediumvioletred;
}
span.level4 {
    color: red;
}
span.level5 {
    color: orange;
}
span.level6 {
    color: yellow;
}
span.level7 {
    color: springgreen;
}

span.job {
    color: #ff7fdf;
}

/*----------------------------------------------------------*/
/* Absatzklassen */
/*----------------------------------------------------------*/

/* Element */
/* Element zentriert */
.middle {
    margin: auto;
}

/* Inhalt */
/* Inhalt linksbündig */
.left {
    text-align: left;
}
/* Inhalt rechtsbündig */
.right {
    text-align: right;
}
.fullwidth {
    width: 100%;
}
.clear {
    clear: both;
}

/*----------------------------------------------------------*/
/* Überschriften */
/*----------------------------------------------------------*/

/* Seitentitel */
#title, h1.title, div.title {
    margin: -10px 0 10px;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}
/* Paragrafen */
h2.para {
    font-weight: bold;
    color: #bf0040;
}
h3.para {
    font-weight: bold;
    color: gold;
}
h4.para {
    font-weight: bold;
    color: lightskyblue;
}
h3.window, h3.window a {
    font-weight: bold;
    color: darkblue;
}
h4.window {
    font-weight: bold;
    color: maroon;
}

/*----------------------------------------------------------*/
/* Einzelelemente */
/*----------------------------------------------------------*/

/* Hervorhebung weiß, fett, kursiv */
.markwhite {
    font-weight: bold;
    font-style: italic;
    color: white;
}
/* Hervorhebung schwarz, fett */
.markblack {
    font-weight: bold;
    color: black;
}
img.icon {
    width: 14px;
    margin-right: 10px;
}

/*----------------------------------------------------------*/

/* Formular-Knöpfe */
/* Wechsel-Knopf */
.change {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 17px;
    margin: 0 0 -3px;
    border: 2px outset gray;
    font-size: 14px;
    background-color: #808080;
    color: white;
    transition: background-color 0.5s;
    cursor: pointer;
}
.change:hover {
    background-color: #ffffff;
    color: black;
}
/* Absenden-Knopf */
.submit {
    width: 100px;
    border-radius: 4px;
    background-color: #80ff20;
    transition: background-color 1s;
}
.submit:hover {
    background-color: #2080ff;
}
.submitlong {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    background-color: #80ff20;
    transition: background-color 1s;
}
.submitlong:hover {
    background-color: #2080ff;
    color: white;
}
.lang1 {
    float: left;
    width: 40%;
    background-color: #ff2080;
    transition: background-color 1s;
}
.lang1:hover {
    background-color: #2080ff;
}
.lang2 {
    float: right;
    width: 40%;
    background-color: #ff2080;
    transition: background-color 1s;
}
.lang2:hover {
    background-color: #2080ff;
}
/* Spenden-Knopf */
.donate {
    width: 100px;
    border-radius: 10px;
    background-color: goldenrod;
    font-weight: bold;
    font-style: italic;
    color: black;
    cursor: pointer;
}
/* Löschen-Knopf */
.reset {
    width: 100px;
    background-color: #ff2080;
    transition: background-color 1s;
}
.reset:hover {
    background-color: #2080ff;
}

/* Suchfeld */
.search {
    width: 100%;
    height: 30px;
}

/* Wahlfeld */
.choice {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

/* Warnung */
div.warning {
    font-size: 10px;
    color: black;
}

/* aktuelles Nachrichtenfenster auf der Titelseite */
div.alert {
    display: block;
    width: 950px;
    margin: 10px auto;
    padding: 10px 10px;
    border-width: 1px;
    border-radius: 16px;
    border-style: solid;
    border-color: black;
    box-shadow: 1px 1px 10px #451c0d;
    background-color: rgba(69,29,13,0.7);
    transition: background-color 1s, color 1s, box-shadow 1s;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
}

/* Eingabefelder */
input.new {
    padding: 8px;
    margin: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* CSS-Tooltips */
/* Container mit Inhalt und Tooltip */
[data-tooltip] {
    position: relative;
    display: inline-block;
}
/* Container mit Tooltips */
[data-tooltip] .tooltip {
    visibility: hidden;
    /* Boxformatierung */
    width: 350px;
    padding: 5px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: white;
    box-shadow: 1px 1px 10px #0d1c45;
    background-color: rgba(13,29,69,0.7);
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: white;
    /* Position */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Einblenden */
    opacity: 0;
    transition: opacity 0.3s;
}
/* Tooltip anzeigen, wenn Maus darüberfährt */
[data-tooltip]:hover .tooltip {
    visibility: visible;
    opacity: 1;
} 

/* HTML-Tooltips */
[tooltip]:before {
    content: attr(tooltip);
    position: absolute;
    z-index: 999;
    opacity: 0;
    padding: 5px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: white;
    box-shadow: 1px 1px 10px #0d1c45;
    background-color: rgba(13,29,69,0.7);
    font-weight: bold;
    color: white;
}
/* Tooltip anzeigen, wenn Maus darüberfährt */
[tooltip]:hover:before {
    opacity: 1;
    margin-top: -30px;
    margin-left: 30px;    
}
[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}

/* Werbefeld */
div.advertisement {
    display: block;
    width: 400px;
    margin: 1em auto;
    padding: 20px 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 16px;
    border-color: black;
    box-shadow: 1px 1px 10px #0d1c45;
    background-color: rgba(13,29,69,0.7);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: orange;
}

/*----------------------------------------------------------*/
/* Allgemein-Inhalt-Elemente */
/*----------------------------------------------------------*/

/* Hauptseite */
/* Zweigauflistung, Kopfzeile */
#branch {
    height: 46px;
    padding: 18px 10px 0;
    background: url(img/layout/branch.png) no-repeat top center;
    text-align: left;
}
#branch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#branch li {
    float: left;
    margin: 0px;
    padding: 0px 10px;
    border-left: 1px solid gray;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
}
#branch li.first {
    border-left: none;
}
#branch li.next {
    float: right;
}
#branch li.last {
    float: right;
    border-left: none;
}
#branch a {
    text-decoration: none;
    color: yellow;
}

/* Bekanntmachung-Zeile */
div.announce {
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/* Vote-Zeile (auch Zuordnungen) - hellblau */
div.vote {
    margin: auto auto 4px auto;
    color: cyan;
}

/*----------------------------------------------------------*/

/* Frage-Antwort-Schema */
/* Frage-Zeile - hellpink */
div.frage {
    margin: 0 0 10px 0;
    color: #ff7fdf;
}
/* Antwort-Zeile - hellgrün */
div.antwort {
    margin: 0 0 30px 0;
    color: #7fff7f;
}

/*----------------------------------------------------------*/
/* Tabellen */
/*----------------------------------------------------------*/

/* Tabelle für Listen */
table.list {
    width: 100%;
    margin: auto;
    border: 3px outset gray;
    border-collapse: collapse;
    table-layout: fixed;
}
table.list td, th {
    padding: 6px 5px 4px;
    border: 2px outset gray;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
}
table.list a {
    display: block;
    width: 100%;
    text-decoration: none;
}
table.list a.intext {
    display: inline;
}
table.list a:hover {
    color: white;
    background-color: rgba(200,200,200,0.5);
}
/* Tabellenkopf */
table.list .top {
    background-color: rgba(155,35,0,0.5);
    text-align: center;
    color: sandybrown;
}
table.list .part {
    background-color: black;
    text-align: center;
    color: white;
}
table.list .legend {
    background-color: black;
    text-align: center;
    color: magenta;
}
table.list .singular {
    background-color: black;
    text-align: center;
    color: lime;
}
table.list .plural {
    background-color: black;
    text-align: center;
    color: sandybrown;
}
/* Tabellenzellen */
table.list .field {
    background-color: rgba(21,35,47,0.7);
    text-align: center;
    color: white;
}
table.list .case {
    background-color: lavender;
    text-align: center;
    color: black;
}
table.list .sgfield {
    background-color: #dfffdf;
    text-align: center;
    color: white;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
table.list .plfield {
    background-color: cornsilk;
    text-align: center;
    color: white;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* Radioknöpfe */
table.list .radio {
    float: right;
}
/* Flaggenicons */
table.list img {
    float: left;
    width: 30px;
    height: 20px;
    border-style: none;
}

/*----------------------------------------------------------*/

/* Tabelle für Link-Knöpfe */
table.pages {
    width: 80%;
    margin: 30px auto;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
    empty-cells: hide;
}
table.pages td {
    padding: 5px;
    border-width: 1px;
    border-radius: 8px;
    border-style: solid;
    border-color: #528488;
    background-color: rgba(82,132,136,0.6);
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
table.pages td:hover {
    background-color: white;
    color: #202020;
}
table.pages td.radio:hover {
    background-color: rgba(0,0,0,0.3);
}
table.pages a {
    display: block;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
table.pages a:hover {
    color: black;
    text-decoration: underline;
}