body {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    border-spacing: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;

    /* Hintergrundgrafik erzwingen, damit die Balken in der Druckfunktion nicht ausgeblendet werden */
    -webkit-print-color-adjust: exact!important;   /* Chrome, Safari */
    color-adjust: exact!important;                 /*Firefox*/
}

td,
th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    border-spacing: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ie-header-workaround {
    line-height: 0px;
}

a {
    font-size: 12px;
    color: #857F72;
}

a:hover {
    font-size: 12px;
    color: #CC9900;
    text-decoration: none;
}

a.big {
    font-size: 16px;
    color: #857F72;
}

a.big:hover {
    font-size: 16px;
    color: #857F72;
    text-decoration: none;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: 600;
    line-height: 40px;
    color: #87AEDA;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 400;
    line-height: 36px;
    color: #87AEDA;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 800;
    line-height: 30px;
    color: #354556;
}

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 200;
    line-height: 16px;
}

p {
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.big {
    font-size: 11pt;
    font-weight: 200;
    line-height: 16px;
}

.small {
    font-size: 10px;
    line-height: 16px;
}

.smaller {
    font-size: 8px;
    line-height: 12px;
}

a.small:hover {
    font-size: 10px;
    text-decoration: none;
}

.up {
    font-size: 10px;
}

a.up:hover {
    font-size: 10px;
    text-decoration: none;
}

.nav {
    font-size: 14px;
    line-height: 26px;
}

a.nav:hover {
    font-size: 14px;
    text-decoration: none;
}

.navbar {
    font-size: 10px;
    text-decoration: none;
}

a.navbar:hover {
    font-size: 10px;
    text-decoration: none;
}

.linkbox {
    border: thin solid #000000;
    padding-left: 6px;
    width: 430px;
    height: 66px;
}

.smallest {
    font-size: 9px;
    line-height: 14px;
}

.button {
    background-color: #FFFFFF;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.titel {
    font-size: 16px;
    font-variant: small-caps;
    text-align: center;
    font-weight: bold;
    background: white;
    text-shadow: black 0px 0px 5px;
}

.subtitel {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

td.heading {
    height: 14px;
    border-bottom: 1px #000000 solid;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

tr.skala {
    border: 0px;
    margin: 0px;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
}

tr.skala td {
    width: 10%;
    border: 0px;
    margin: 0px;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
}

tr.beschreibung {
    font-size: 12px;
}

table.rechts {
    text-align: right;
}

input {
    vertical-align: top;
}

textarea {
    vertical-align: baseline;
    padding: 2px;
}

.text {
    font-size: 14px;
    width: 250px;
    padding-bottom: 10px;
}

.option {
    text-align: center;
}

#unterschrift1 {
    background-image: url("../gifs/sign_helmke.jpg");
}

#unterschrift2 {
    background-image: url("../gifs/sign_hosenfeld.jpg");
}

/*vw_html5_menue_main.inc.php*/
#topNav {
    background: #E0E0E0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    z-index: 1;
}

#topNav ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#topNav ul a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 20px;
}

#topNav ul a.ausgegraut {
    color: #999;
}

#topNav ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#topNav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 200px;
    background: #E0E0E0;
}

#topNav ul ul li {
    float: left;
    width: 100%;
    overflow: visible;
    display: inline-block;
    white-space: normal;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

#topNav ul ul li ul li {
    border-top: 1px solid #999;
    border-bottom: 0px solid #999;
}

#topNav ul ul a {
    line-height: 120%;
    padding: 10px 5px;
}

#topNav ul ul ul {
    top: 0;
    left: 100%;
}

#topNav ul li:hover {
    background: #5050F0;
}

#topNav ul li:hover > ul {
    display: block;
}

#topNav ul li.ausgegraut:hover > ul {
    display: none;
}

#topNav ul li:hover > a {
    color: white;
}

/*vw_sitemap_main.php*/
#sitemapNav ul a {
    font-weight: 800;
    color: #171717;
}

#sitemapNav ul a.ausgegraut {
    text-decoration: none;
    font-weight: 800;
    color: #a4a4a4;
}

#sitemapNav ul li:hover > a {
    color: #5070b2;
}

/*vw_admin_navigation.php*/
table.nav_admin_panel {
    width: 500px;
    border-collapse: collapse;
    border: 1px solid #666;
}

table.nav_admin_panel tr:nth-child(even) {
    background: #dce3f6;
}

table.nav_admin_panel tr:nth-child(odd) {
    background: #ebeffa;
}

table.nav_admin_panel tr td {
    padding: 10px;
    text-align: center;
}

table.nav_admin_panel tr td a {
    color: black;
}

/*function lh_tab_schueler*/
table.tabStyle {
    border: solid #828282 1px;
}

table.tabStyle th, th {
    background: #bec8da;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.tabStyle tbody tr:nth-child(even) {
    background: #E1E3E4;
}

table.tabStyle tbody tr:nth-child(even) tr {
    background: none;
}

table.tabStyle tbody tr:nth-child(odd) {
    background: #F6F7F8;
}

table.tabStyle tbody tr:nth-child(odd) tr {
    background: none;
}

table.tabStyle tbody tr td, .dateiAuswahlTabelle td {
    text-align: center;
    padding: 3px;
}

table.tablesorter thead tr .header {
    background-image: url(../gifs/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../gifs/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../gifs/desc.gif);
}

div.balken {
    width: 100%;
    height: 100%;
    padding: 0px;
    float: left;
    font-size: 10px;
}

div.fortschritt {
    background-color: #80c908;
    margin: 5;
    height: 10px;
    float: left;
    display: inline-block;
}


div.fortschritt_blau {
    background-color: #0a23c8;
    margin: 5;
    height: 10px;
    float: left;
    display: inline-block;
}

div.fortschritt_gelb {
    background-color: #c8621b;
    margin: 5;
    height: 10px;
    float: left;
    display: inline-block;
}

/*vw_aufgaben_download.php*/
table.tabStyle_solid {
    border-collapse: collapse;
    table-layout: fixed;
    border: solid #828282 1px;
    margin: 20px 0px 80px 20px;
}

table.tabStyle_solid th {
    background: #a5bada;
    padding-top: 5;
    padding-bottom: 5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: .15em;
}

table.tabStyle_solid tbody tr td {
    padding: 10px 10px 10px 10px;
    background: #D7DDF3;
    border-top: solid #828282 1px;
    font-size: 12px;
    text-align: left;
}

table.tabStyle_solid tbody tr td a {
    text-decoration: none;
    color: #0f0d4c;
    line-height: 3;
}

table.tabStyle_solid tbody tr td a:hover {
    text-decoration: none;
    color: #8594c3;
}

/*vw_materialien_download.php*/
.box-1000 {
    width: 1000px;
    display: inline-block;
    margin: 20px;
    background: #E0E0E0;
    border: solid 1px grey;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.box-800 {
    width: 800px;
    display: inline-block;
    margin: 20px;
    background: #E0E0E0;
    border: solid 1px grey;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.box-1000 h2 {
    padding-left: 50px;
    color: #222222;
}

.box-1000 ul {
    list-style: none;
}

.box-100 {
    width: 900px;
    display: inline-block;
    margin: 30px;
    margin-left: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.box-100 ul {
    padding-left: 5px;
}

.box-100 li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-100 a {
    color: #171717;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
}

.box-100 a:hover {
    color: #656565;
}

.box-33 {
    width: 300px;
    display: inline-block;
    margin: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #d2cdd6;
    border: solid 1px grey;
}

.box-33 ul {
    padding-left: 5px;
}

.box-33 li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-33 a {
    color: #171717;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.box-33 a:hover {
    color: #656565;
}

.green {
    background: #c0b5d6;
    border: solid 1px grey;
}

.green-strong {
    background: #b4d675;
    border: solid 1px grey;
}

.blue {
    background: #acb8d6;
    border: solid 1px grey;
}

.yellow {
    background: #d6d1a1;
    border: solid 1px grey;
}

.red {
    background: #d68889;
    border: solid 1px grey;
}

.deutsch-label {
    font-size: 10px;
    font-weight: bold;
    color: darkred;
}

.mathematik-label {
    font-size: 10px;
    font-weight: bold;
    color: #102c8b;
}

.englisch-label {
    font-size: 10px;
    font-weight: bold;
    color: #848b3e;
}

.domaene-label {
    font-size: 10px;
    font-weight: bold;
    color: #464646;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Formatierung f�r aufklappbare Div-Box Version 2 */
.aufklappbare_divbox_title {
    display: block;
    padding-left: 20px;
}

a.aufklappbare_divbox_title {
    background-image: url(../gifs/pfeil_close.png);
    background-repeat: no-repeat;
    border: 1px dotted grey;
}

.aufklappbare_divbox_box {
    border: 1px dotted grey;
    border-top: none;
    display: none;
    padding-left: 20px;
    background-color: #fff2b4;
}

/* ausgegraute Texte z.B. Materialienseite */
.txt-ausgegraut {
    color: gray;
}

/*Materialienseite Admin Ampel*/

#materialienTable {
    table-layout: fixed;
    width: 1600px;
}

#materialienTable td {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.circle {
    border-radius: 50%;
    border: 2px #5e5e5e solid;
    width: 35px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    line-height: 3;
    font-weight: 800;
}

.c-red {
    background: red;
    color: whitesmoke;
}

.c-yellow {
    background: #a19b14;
    color: whitesmoke;
}

.c-green {
    background: forestgreen;
    color: whitesmoke;
}

div.infobox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: solid 1px #802021;
    color: #802021;
    font-size: larger;
    font-weight: bold;
    background: #eeeeee;

    padding: 10px;
    text-align: center;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    align-items: center;
    justify-items: center;
}

.overlay .window {
    position: initial;
    max-width: 75%;
    min-width: 50%;
    background: #eeeeee;
    border-radius: 5px;
    border: solid 3px #bec8da;
}

.overlay .window .content {
    margin: 5px;
    border-radius: 5px;
}

.overlay .window .content .OverlayButton {
    margin: 5px;
    cursor: pointer;
    align-self: center;
    justify-items: center;
    padding: 5px;
}

.overlay .window .content tr {
    margin: 5px;
}

.Menu form {
    display: grid;
    grid-template-columns: auto minmax(50%, auto);
    grid-row-gap: 5px;
    grid-column-gap: 20px;
    text-align: left;
    margin: 5px;
}

.Menu form .label {
    grid-column: 1;
}

.Menu form .sectionHeader {
    grid-column: 1 / span 2;
    margin-top: 10px;
}

.Menu form .oneLineTextInput {
    grid-column: 2;
}

.Menu form .multiLineTextInput {
    grid-column: 2;
    resize: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.Menu form .dropdownSelectorSmall {
    grid-column: 2;
}

.Menu form button {
    border: transparent;
    background-color: transparent;
    margin-top: 5px;
    font-size: 20px;
    color: #424242;
    border-radius: 30%;
    cursor: pointer;
    padding: 5px;
    align-self: center;
    justify-self: center;
}

.Menu form button:hover, .pager i:hover {
    color: black;
    background-color: #bec8da;
}

.EinstellungenButtonBar {
    grid-column: 1 / span 2;
    display: grid;
    grid-template-columns: 35px auto 35px 35px;
    grid-column-gap: 5px;
}

.Menu form .LoeschenButton {
    grid-column: 1;
    cursor: pointer;
}

.Menu form .SpeichernButton {
    grid-column: 3;
    cursor: pointer;
}

.addNewMaterialMenu form .SpeichernButton {
    grid-column: 4;
}

.Menu form .AbbrechenButton {
    grid-column: 4;
    font-size: 16px;
    cursor: pointer;
}

.Menu form .hinweis {
    grid-column: 2;
    color: red;
    font-style: italic;
    text-align: right;
}

.BearbeitenButton {
    text-align: start;
    border: transparent;
    background-color: transparent;
    font-size: 17px;
    color: #424242;
    border-radius: 30%;
    padding: 5px;
    cursor: pointer;
    justify-self: center;
}

.BearbeitenButton:hover {
    color: black;
    background-color: #bec8da;
}

.ButtonBarButton {
    margin: 10px 0 10px 0;
    border: transparent;
    background-color: transparent;
    font-size: 21px;
    color: #424242;
    border-radius: 30%;
    padding: 5px;
    align-self: center;
    justify-self: center;
    cursor: pointer;
}

.ButtonBarButton:hover {
    color: black;
    background-color: #bec8da;
}

.overlay .SchliessenButton {
    margin: 7px 5px 10px 0;
    border: transparent;
    background-color: transparent;
    font-size: 20px;
    color: #424242;
    border-radius: 30%;
    padding: 5px;
    cursor: pointer;
}

.overlay .SchliessenButton:hover {
    color: black;
    background-color: #bec8da;
}

.Testlink button {
    text-align: start;
    border: transparent;
    background-color: transparent;
    color: #424242;
    border-radius: 30%;
    cursor: pointer;
}

.Testlink button a {
    font-size: 17px;
    color: #424242;
    cursor: pointer;
}

.Testlink button:hover {
    background-color: #bec8da;
}

.Testlink button:hover a {
    color: black;
}

.laenderIconListe{
    display:grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-gap:10px;
    margin:5px 10px 5px 10px;
    justify-content: center;
}

.landIcon {
    align-self: center;
    justify-self: center;
    max-width: 20px;
    max-height: 20px
}

.landIcon_SW {
    alignment: center;
    max-width: 20px;
    max-height: 20px;
    opacity: 0.5;
}

.FreischaltStatus .activeIcon {
    color: #2e902e;
    font-size: 17px;
}

.FreischaltStatus .inactiveIcon {
    color: #c72121;
    font-size: 17px;
}

.detailSektion .DateiName button {
    text-align: center;
    border: transparent;
    background-color: transparent;
    color: #857F72;
    border-radius: 30%;
    padding: 5px;
    cursor: pointer;
}

.detailSektion .DateiName button:hover {
    background-color: #bec8da;
    color: #424242;
}

.detailSektion .DateiName button:hover a {
    color: black;
}

.settingsMenuLaenderList {
    display: grid;
    grid-template-columns: 35px auto auto;
}

.settingsMenuLaenderList * {
    align-self: center;
}

.settingsMenuLaenderList .landButton {
    justify-self: center;
    margin: 0;
}

.settingsMenuLaenderList .nameLabel, .name {
    justify-self: left;
}

.settingsMenuLaenderList .terminLabel, .dateInputField {
    justify-self: right;
}

.laenderDetailListe div:first-child {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-items: center;
    align-items: center;
    margin: 5px;
}

.pager {
    grid-column: 3/11;
    display: grid;
    grid-template-columns: auto 20px 20px 120px 20px 20px 5px 40px;
    text-align: center;
    align-items: center;
}

.pager i {
    font-size: 14px;
    color: #424242;
    border-radius: 30%;
    width: min-content;
    cursor: pointer;
    align-self: center;
    justify-self: center;
    padding: 5px;
}

.dataTables_wrapper {
    grid-column: 2;
}

.dateiAuswahlTabelle {
    grid-column: 2;
    background: white;
    border: #444444 solid 1px;
    margin: 0;
    border-spacing: 0;
    box-shadow: 2px 2px 4px 0px #cccccc;
    table-layout: fixed;
}

.dateiAuswahlTabelle .dateiAuswahlInput {
    cursor: pointer;
}

.dateiAuswahlTabelle .dateiAuswahlName {
    background: none;
    border: none;
    cursor: pointer;
    display: contents;
    font-size: 12px;
}

.dateiAuswahlTabelle tbody tr:hover {
    background: lightgrey !important;
}

.dateiAuswahlTabelle tbody * td * {
    align-self: center;
    font-size: 15px;
    margin: 0px;
}

option:checked, option::selection {
    background: #bec8da;
}

#accordion .ui-state-active {
    background: #bbcaf6;
    border: 1pt solid #dddddd;
    color: #454545;
}

table.tabStyle th.tablesorter-header {
    background-image: url(../gifs/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tabStyle th.tablesorter-headerAsc {
    background-image: url(../gifs/asc.gif);
}

table.tabStyle th.tablesorter-headerDesc {
    background-image: url(../gifs/desc.gif);
}

table.tabStyle th.sorter-false {
    background-image: none;
    cursor: inherit;
}

.tablesorter-filter {
    width: 100%;
}

.tablesorter .filtered {
    display: none;
}

tr.tablesorter-ignoreRow {
    display: none;
}

form.filterSection {
    display: grid;
    grid-template-columns: 15vw auto 15vw;
}

form.filterSection div {
    grid-column-start: 2;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 7px;
    border: 1px solid grey;
    background: #f6f7f8;
    padding: 25px 45px 40px;
}

form.filterSection div label {
    text-align: left;
    margin-right: 10px;
}

form.filterSection div select, form.filterSection div input {
    width: 100%;
}

.dataTables_filter {
    margin-bottom: 5px;
}

.addNewMaterialMenu #dateiAuswahlTabelleneuesMaterial_wrapper .dataTables_length {
    display: none;
}

.dt_header, .dt_footer {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    align-items: center;
}

#kategorienTable_wrapper .dataTables_paginate,
#dateienTable_wrapper .dataTables_paginate,
#materialTable_wrapper .dataTables_paginate{
    text-align: center;
    padding-top: 0;
}

#kategorienTable_wrapper .dataTables_info,
#dateienTable_wrapper .dataTables_info,
#materialTable_wrapper .dataTables_info{
    padding-top: 0;
}


.dt_buttonBar {
    justify-self: end;
}

#materialTable .detailSektion {
    font-size: 11px;
}

.DtButtonBar.suchfeld {
    position: relative;
    vertical-align: text-bottom;
    display: none;
}
