@media only screen and (max-width: 960px) {
    #users {
        padding: 0 10px;
    }

    button.download {
        clear: left;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }

    form#filter {
        width: 100% !important;;
    }
}

.to-overview div {
    float: right;
    margin-top: 54px;
}

@media only screen and (max-width: 700px) {
    .overview-form {
        width: 100%;
        display: block;
    }

    .to-overview div {
        float: left;
        clear: both;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    form#filter select {
        clear: both;
        width: 100%;
    }

    span.file-info {
        display: block;
        clear: left;
    }
}

.administrator {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: green;
    padding: 10px;
}

.search-files-button {
    width: 10%;
    color: transparent;
    cursor: pointer;
    background: url('/images/search.svg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    border-bottom: solid 1px #000;
    height: 37px;
    margin-top: 13px;
    background-position: center right;
}

input.search {
    background: none;
    width: 90%;
    float: left;
}

.img-fonds img {
    flex-shrink: 0;
}

_:-ms-fullscreen,
:root form.suche select {
    padding: 15px 9px 15px 10px !important;
}

_:-ms-fullscreen,
:root .button.berichte.margin-top {
    background-size: 20px 20px !important;
}

_:-ms-fullscreen,
:root .menu {
    min-height: 0px !important;
}

_:-ms-fullscreen,
:root .bersicht {
    text-align: right;
}

_:-ms-fullscreen,
:root .bersicht span {
    display: block !important;
}

.hero-img._01 {
    background-image: url(/images/header/W1810G9488_quantum.jpg);
}

label.strong {
    font-weight: 700;
}

html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}

header,
.section-footer {
    display: table-row;
}

.pageContentWrapper {
    display: table-row;
    height: 100%;
}

.file-folder-list {
    margin-bottom: 50px;
}
