<!--
ALLGEMEINE CSS-DATEI, AUF JEDER SEITE GÜLTIG-- > /* Absolute Center Spinner */
.loading {
    position: fixed;
    visibility: hidden;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;

}
.dropdown-menu {
    font-size: 1rem !important;
}


/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) { /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    visibility: hidden;
    margin: auto;
    z-index: 999;
    height: 2em;
    width: 2em;

}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

<!--
HIER STARTET DAS MENUE

-->
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

html {
    position: relative;
    min-height: 100%;
}

.bodys {
    margin-left: 15px;
    margin-right: 15px;
}

body {
    font-family: Arial;
    margin-bottom: 25px;
}

.logo-container {
    background-color: #000000;
    max-width: 50px;
    margin: left;
    float: left;
}

.logo-container img {
    opacity: 0.5;
}
/*
.footer {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
    text-align: center;
}
*/
.uberschrift {
    width: 100%; /* Set the fixed height of the footer here */
    background-color: #ddd;
    text-align: center;
}

#header h1 {
    text-shadow: 1px 1px 0px #EEE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

#header a {
    text-shadow: 1px 1px 0px #EEE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

#menu ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#menu ul li a {
    background-color: #FFF;
    border: 1px solid #999;
    color: #222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#menu ul li:first-child a {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

#menu ul li:last-child a {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

#content, #sidebar {
    padding: 12px;
}

.menu {
    float: right;
    list-style-type: none;
}

.menu li {
    float: left;
    margin-right: 10px;
}

.menu #aktiv {
    border-bottom: 2px solid rgb(0, 100, 0);
}

#passiv:hover {
    border-bottom: 2px solid rgb(0, 100, 0);
}

.menu li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-family: arial;
}

.menu-bottom {
    display: none;
}

@media screen and (max-width: 520px) {
    .menu {
        display: none;
    }

    .menu-bottom {
        float: right;
        display: block;
        background: white;
        border-radius: 5px;
        height: 30px;
        width: 40px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .menu-bottom_b {
        float: right;
        display: none;
        background: white;
        border-radius: 5px;
        height: 30px;
        width: 40px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .menu-bottoma {
        background: rgb(0, 0, 0);
        height: 20px;
        width: 24px;
        margin-top: 5px;
        margin-left: 8px;
        float: left;
    }

    .menu-bottomb {
        background: rgb(255, 255, 255);
        height: 4px;
        width: 100%;
        margin-top: 4px;
        float: left;
    }

    .menu-bottomc {
        background: rgb(255, 255, 255);
        height: 4px;
        width: 100%;
        margin-top: 4px;
        float: left;
    }

    .menu-bottom:hover {
        float: right;
        display: block;
        background: black;
        border-radius: 5px;
        height: 30px;
        width: 40px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .menu-bottom:hover .menu-bottoma {
        background: rgb(255, 255, 255);
        height: 20px;
        width: 24px;
        margin-top: 5px;
        margin-left: 8px;
        float: left;
    }

    .menu-bottom:hover .menu-bottomb {
        background: rgb(0, 0, 0);
        height: 4px;
        width: 100%;
        margin-top: 4px;
        float: left;
    }

    .menu-bottom:hover .menu-bottomc {
        background: rgb(0, 0, 0);
        height: 4px;
        width: 100%;
        margin-top: 4px;
        float: left;
    }

    .header {
        width: 100%;
        height: 50px;
        background: rgb(230, 230, 230);
    }

    #menu-open:target .menu {
        display: block;
        float: none;
    }

    #menu-open:target .menu-bottom_b {
        display: block;
    }

    #menu-open:target .menu-bottom {
        display: none;
    }

    #menu-open:target .menu-bottom_b:hover .menu-bottoma {
        background: rgb(255, 255, 255);
        height: 20px;
        width: 24px;
        margin-top: 5px;
        margin-left: 8px;
        float: left;
    }

    #menu-open:target .menu-bottom_b:hover .menu-bottomb {
        background: rgb(0, 0, 0);
        height: 4px;
        width: 100%;
        margin-top: 4px;
        float: left;
    }

    #menu-open:target .menu-bottom_b:hover .menu-bottomc {
        background: rgb(0, 0, 0);
        height: 4px;
        width: 100%;
        margin-top: 4px;
        float: left;
    }

    #menu-open:target .menu-bottom_b:hover {
        float: right;
        display: block;
        background: black;
        border-radius: 5px;
        height: 30px;
        width: 40px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .menu {
        position: absolute;
        left: 0px;
        background: rgb(250, 250, 250);
        top: 50px;
        margin-top: 0px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .menu li {
        float: none;
        margin-left: -25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu li a {
        font-weight: normal;
    }
}