* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-family: 'Roboto';
}

#navbar {
    width: 100%;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: rgb(42, 42, 42);
    color: white;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/roboto-v30-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

nav a,
#setting_box {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px;
    user-select: none;
}

#setting_box {
    cursor: pointer;
}

nav a:hover,
.sub_open:hover,
#setting_box:hover {
    background-color: rgb(80, 80, 80);
}

.unsichtbar {
    display: none !important;
}

.mark {
    background-color: rgb(10, 10, 10);
}

nav {
    pointer-events: all !important;
}

h1 {
    color: #29CC61;
    font-size: 20pt;
    text-align: center;
    margin-bottom: 38px;
}

h2,
h3,
h4 {
    margin-top: 20px;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

h2 {
    color: rgb(15, 110, 15);
    font-size: 18pt;
}

h3 {
    color: rgb(41, 102, 225);
    font-size: 16pt;
}

h4 {
    font-size: 14pt;
    color: rgb(253, 103, 3);
}

.no_space {
    margin-top: 0px !important;
}

.top_align {
    vertical-align: top !important;
}

.news {
    background-color: rgba(255, 255, 128, 0.6);
    box-shadow: 2px 2px 8px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}

.news_headline {
    margin-top: 0;
}

.card, .card2 {
    display: flex;
}

.cards,
.cards2,
.info-cards {
    width: 48%;
    background-color: rgb(41, 102, 225);
    padding: 20px;
    border-radius: 10px;
    margin: 4px;
    text-align: center;
    line-height: 1.5em;
    user-select: none;
    cursor: pointer;
}

.cards p,
.info-cards p {
    margin-top: 10px;
}

.cards h2,
.cards2 h2,
.box h2,
.info-cards h2, .table_headline {
    color: black;
    margin: 0;
    font-size: 16pt;
}

.cards:hover,
.cards2:hover {
    background-color: rgb(10, 60, 161);
}

.info-cards {
    background-color: rgb(238, 238, 123);
    cursor: default;
    box-shadow: 0px 3px 17px 3px #000000;
    padding: 10px;
    line-height: normal;
    user-select: initial;
}

.box {
    background-color: rgb(41, 102, 225);
    padding: 20px;
    border-radius: 10px;
    margin: 4px;
}

.version_box {
    line-height: 1.5em;
    font-size: 14pt;
}

p,
div {
    margin-top: 3px;
}

.searchBar {
    height: 25px;
    vertical-align: center;
}

main a {
    color: #1a0dab;
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
}

main a:visited {
    color: rgb(174, 6, 6);
}

img {
    vertical-align: middle;
}

thead,
.special_column {
    font-weight: bold;
    background-color: #400080;
    color: white;
    font-size: 14pt;
    text-align: left;
    padding: 3px;
}

.reihe1 {
    background-color: #0078D7;
}

.reihe2 {
    background-color: beige;
}

.reihe3,
.randspalte {
    background-color: #ffb412;
}

.randspalte {
    border-bottom: 2px solid rgb(46, 46, 46);
}

th,
td {
    font-size: 12pt;
    padding: 5px 3px;
}

table {
    border-radius: 5px 5px 2px 2px;
    overflow: hidden;
    border-collapse: collapse;
    box-sizing: border-box;
    color: black;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.tabelle_100 {
    width: 100%;
}

.abkuerzungen {
    min-width: 40%;
}

.td_abtrennung {
    background-color: brown;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.red {
    color: red;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.green {
    color: #22e622;
    ;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.yellow {
    color: yellow;
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.black {
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.center {
    text-align: center;
}

.operation_text {
    color: rgb(172, 13, 13);
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.operation_text:hover{
    color: red;
}

.pt16 {
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
    color: rgb(41, 102, 225);
    font-size: 16pt;
}

.icon_2 {
    width: 30px;
}

.disabled_function {
    user-select: none;
    pointer-events: none;
}

iframe{
    max-width: 100%;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade_out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

@media(max-width:880px) {
    #navbar {
        top: 55px;
        left: 8px;
        width: 180px;
        max-height: 100%;
        overflow-y: auto;
    }

    nav a,
    nav li {
        font-size: 12pt !important;
    }

    nav a:hover,
    nav li:hover {
        border-radius: 0px !important;
    }

    #open {
        width: 12%;
        position: fixed;
        top: 1%;
        left: 1%;
        padding-top: 7px;
        height: 33px;
        color: white;
        text-align: center;
        user-select: none;
        cursor: pointer;
        background-color: rgb(42, 42, 42);
        border-radius: 7px;
    }

    #open:hover {
        background-color: rgb(80, 80, 80);
    }

    .sub_open {
        width: 34px;
        height: 39px;
        line-height: 40px;
        text-align: center;
        user-select: none;
        cursor: pointer;
        position: absolute;
        right: 0px;
        list-style: none;
        background-color: rgb(58, 57, 57);
    }

    #sub_open1 {
        top: 84px;
    }

    #sub_open2 {
        top: 162px;
    }

    .submenu {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 180px;
        background-color: rgb(42, 42, 42);
    }

    .animation_visibility {
        animation: fade 1.1s forwards;
    }

    .animation_visibility_off {
        animation: fade_out 1.3s forwards;
    }

    .backwards_control {
        padding: 10px;
        background-color: rgb(58, 57, 57);
        border-bottom: 1px solid gray;
        user-select: none;
        cursor: pointer;
    }

    .backwards_control:hover {
        background-color: rgb(15, 13, 13);
    }

    main {
        margin: 60px 20px 0 20px;
        padding-bottom: 40px;
    }

    .icon {
        width: 20px;
    }

    .icon_3 {
        width: 34px;
    }

    main ul,
    main ol,
    main ul ul,
    main ul ol {
        margin-left: 15px;
        line-height: 1.5em;
    }

    .link-list {
        line-height: 1.5em;
    }

    .version_box {
        min-width: 70%;
    }

    .unsichtbar_handy {
        display: none;
    }

    .white-card {
        display: none;
    }
}

@media(max-width: 600px) {
    .card {
        display: initial;
    }

    .cards,
    .info-cards {
        width: 90%;
    }

    p,
    div {
        line-height: 1.3em;
    }
}

@media(min-width: 881px) {
    #navbar {
        display: flex;
        padding-left: 60px;
    }

    #navbar li {
        height: 100%;
        list-style-type: none;
    }


    nav {
        background-color: rgb(42, 42, 42);
        min-height: 40px;
    }

    .submenu {
        background-color: rgb(42, 42, 42);
        box-shadow: 3px 3px 4px 3px rgba(20, 20, 20, 0.6);
        position: fixed;

    }

    #open,
    #close {
        display: none;
    }

    main {
        margin: 35px 60px 0 60px;
        padding-bottom: 40px;
    }

    .icon {
        width: 26px;
    }

    .icon_3 {
        width: 42px;
    }

    main ul,
    main ol,
    main li ul,
    main li ol {
        margin-left: 30px;
        line-height: 1.5em;
    }

    .optionalTextMobile {
        display: none;
    }

    .link-list {
        line-height: 1.3em;
    }

    .version_box {
        width: 50%;
    }

    .submenu {
        display: none;
    }

    .submenu li a {
        padding: 10px 15px;
    }

    nav li:hover .submenu {
        display: block;
        animation: fade 0.5s forwards;
    }

    .unsichtbar_pc {
        display: none;
    }

    .white-card {
        opacity: 0;
        cursor: inherit;
    }
}

@media(max-width: 962px) {
    nav a {
        font-size: 16px;
    }
}