
html {
    position: relative;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    -ms-overflow-style: none;
    scrollbar-width: 0;
}

.html::-webkit-scrollbar {
    display: none;
}


.scrollme {
    overflow-x: auto;
}

.standardbody {
    top: 77px;
    color: #252F4B;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 60px;
    background-color: #e8eaf4;
    font-family: Arial, Helvetica, sans-serif;
}

.captcha_image {
    border-radius: 10px 10px;
    margin-bottom: 5px;
}

.cke_editable {
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-family: Arial, Helvetica, sans-serif; !important;
}

.modal-backdrop {
    background-color: transparent;
}

a {
    font-weight: bold;
}

.cke_dialog_background_cover {
    background-color: transparent !important;
}

.errormsg {
    color: rgb(156, 7, 7);
    font-weight: bold;
    font-size: 125%;
}

.successmsg {
    color: green;
    font-weight: bold;
}

.article {
    position: absolute;
    overflow-y: scroll;
    width: 100%;
    left: 0px;
    top: 13px;
    padding-top: 28px;
    padding-bottom: 30px;
    height: calc(100%);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.article::-webkit-scrollbar {
    display: none;
}


.kbtitle {
    padding-bottom: 6px;
}

.greytext {
    color: #868686;
    font-size: 12px;
}

.kbbox {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    border-bottom: solid 1px cornflowerblue;
}


.website {
    padding-top: 12px;
}

.articlefix {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 39px;
    padding-bottom: 30px;
    height: calc(100%);
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 19px;
    font-size: 15px;

}


.footercolor {
    background: rgba(232, 234, 244, 0.96);
}

.footerblend {
    height: 10px;
    background: linear-gradient(to bottom, rgba(232, 234, 244, 0), rgba(232, 234, 244, 0.96));
}


#fleft {
    float: left;
    font-size: 12px;
}

#fright {
    float: right;
    font-size: 12px;
}

#fcenter {
    text-align: center;
    position: relative;
    margins: auto;
}

.login-form {
    width: 340px;
    margin: 50px auto;
    font-size: 15px;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.tox .tox-editor-container {
    border-radius: 5px;
}

.nobottommargin {
    margin-bottom: 0px;
}

.clipcell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 0;
}

.mask-outer {
    height: calc(100vh - 120px);
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mask-outer::-webkit-scrollbar {
    display: none;
}

.mask-inner {
    width: calc(100% - 5px);
}

.form-group.row {
    margin-bottom: 4px;
}

textarea.hidescroll {
    overflow: hidden;
}

textarea.hidescroll:focus {
    overflow: auto;
}

.table-responsive {
    height: calc(100vh - 67px);
    overflow-y: scroll;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    top: 0;
}

.navbar-toggler {
    margin-right: 0px;
    margin-top: -5px;
    color: #F7F8FB !important;
    background-color: #4A5E96;
    padding-left: 4px;
    padding-right: 4px;
}

.menublend {
    height: 10px;
    background: linear-gradient(to top, rgba(232, 234, 244, 0.96), rgba(232, 234, 244, 0));
}

.navbar-light .navbar-nav .nav-link {
    color: #252F4B;
    background: rgba(232, 234, 244, 0.96);
    padding-left: 1.5rem;
}

.navbar .navbar-nav li a:hover {
    color: #F7F8FB;
    background-color: #4A5E96;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #F7F8FB;
    background-color: #4A5E96;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #F7F8FB !important;
    background-color: #4A5E96;
}

.navbar {
    height: 40px;
}

.itcnavbar {
    font-weight: bold;
    color: #252F4B;
}

.itclogo {
    margin-left: 0px;
    margin-top: -10px;
}

.areaheader {
    background-color: cornsilk;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 5px 5px;
}

table {
    #max-width: none;
}

.itctoolbar {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

.btnspacer {
    margin-right: 5px;
}

.form-control:focus {
    border-color: #8080ff;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 255, 0.6);
}

.itcwarn {
    background-color: lightsalmon;
    font-weight: bold;
    height: 22px;
    padding-left: 5px;
    margin-bottom: 4px;
}

.col-form-label {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 992px) {

    .navbar-light .navbar-nav .nav-link {
        background: transparent;
        padding-left: 8px;
    }

    .col-form-label {
        padding-top: calc(.375rem + 1px);
        padding-bottom: calc(.375rem + 1px);
    }

    .itctoolbar {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 8px;
        padding: 0px;
    }

    .navbar {
        padding-top: 5px;
    }

    .article {
        top: 0px;
        padding-top: 43px;
    }

    .itclogo {
        margin-left: 0px;
        margin-top: -1px;
    }
}


.cursorpointer {
    cursor: pointer;
}

.xstopimg {
    margin-top: -40px;
    padding-bottom: 6px;
}

#webticker {
    font-family: Arial, Helvetica, sans-serif; !important;
    color: #252F4B !important;
    font-size: 16px !important;
}

#webticker a {
    text-decoration: none;
}


.halfsize {
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.dynspace {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: #374670;
}

a.dropdown-item {
    color: #252F4B;
    font-weight: bold;
}

.modal-header {
    background: #F7F8FB;
}

.modal-body {
    background: #F7F8FB;
}

.modal-footer {
    background: #F7F8FB;
}

.lds-ring {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 500;
    visibility: hidden;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0px;
    border: 4px solid #808080;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #808080 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#primo {
    width: 120px;
    height: 246px;
    -webkit-transform-origin: bottom left;
    position: relative;
    background-image: url('/img/primoweb/primo_steht.png');
    animation: playprimo 3s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#primomund {
    top: 84px;
    left: 50px;
    width: 20px;
    height: 10px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playprimo {
    from {
        background-position: 0;
    }
    to {
        background-position: -3000px;
    }
}

#primos {
    width: 240px;
    height: 492px;
    top: 95px;
    left: calc(50vw - 120px);
    transform: scale(0.6);
    -webkit-transform-origin: bottom left;
    position: absolute;
    background-image: url('/img/primoweb/primo_stehts.png');
    animation: playprimos 3s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#primomunds {
    top: 167px;
    left: 101px;
    width: 40px;
    height: 20px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playprimos {
    from {
        background-position: 0;
    }
    to {
        background-position: -6000px;
    }
}

#lehrerin {
    width: 183px;
    height: 228px;
    position: relative;
    background-image: url("/img/primoweb/lehrerin.png");
    transform: scale(0.6);
    -webkit-transform-origin: bottom left;
    animation: playlehrerin 2s steps(25) infinite;
    z-index: 5;
    transition: opacity 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

@keyframes playlehrerin {
    from {
        background-position: 0;
    }
    to {
        background-position: -4575px;
    }
}

#lehrerinmund {
    top: 62px;
    left: 85px;
    width: 12px;
    height: 8px;
    position: absolute;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}



