/*
    LOOGIO-ORANGE: #F67A00
    LOOGIO-GREY: #717070
*/
body,
html {
    height: 100%;
}

body {
    overflow-x: hidden;
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
}

html.loggedin{
    margin-top: 40px !important;
}

/* d-xs-none */
@media (max-width: 576px) {
    .d-xs-none {
        display: none !important;
    }
}
/* Animations, Circle, TICK */
.flies_canvas,
.tick_canvas{
    position: absolute;
    width: 100%;
    height: 100%;
}

/*WOW*/
.wow {
    visibility: hidden;
}

/*ajax_loading*/
#ajax_loading_container{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: none;
    z-index: 99999;
}
#ajax_loading {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 49%;
    left: 49%;
    z-index: 1900;
}
#ajax_loading_container #ajax_loading {
    position: relative !important;
    top: auto !important;
    left: auto !important;    
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*VARIABLE-MASTER-CLASS*/
.var-master-class,
.ci_color{
    background-color: #ca1717!important;
}
.var-master-class-text{
    color: #ca1717!important;
}

/*BTN*/
.btn-navigation {
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: 0;
}

.btn-symbol {
    background: transparent;
    color: #fff;
    z-index: 1100;
    box-shadow: none;
}

/*MD Textarea*/
.md-textarea-scroll{
    overflow-y: visible;
}

/*FARBEN*/
.btn-loogio{
    background-color: #F67A00;
    border-color: #F67A00;
    color: #fff;
}
.loogio-text{
    color: #F67A00;
}
.loogio-grey-text{
    color: #717070;
}


.loogio-input{
    background-color: #ccc;    
    border-radius: 0;
    border: 0;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.loogio-input::placeholder { 
    color: #fff;
    font-size: 18px;
}
.loogio-input:focus{
    background-color: #ccc;    
    color: #fff;
}


/*.side-menu  Accordion*/
.side-menu .accordion .card .card-header {
    background-color: #fff;
}

.side-menu .accordion .card .card-header a {
    color: #555;
}

.side-menu .accordion .card .card-body {
    background-color: #f5f5f5;
}

/*Accordeon Baustein*/
.accordion-header{
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-left: 0;
    display: block;
}

/*Site Block*/
.siteblock {
    min-height: 60px;
    display: block;
}

.loggedin .siteblock.siteblock-invisible {
    background-color: rgba(249, 6, 0, 0.05);
}

.loggedin .siteblock.siteblock-invisible,
.loggedin .pmd_column .siteblock.siteblock-invisible {
    border: 1px dotted #990000;
}

.loggedin .siteblock-invisible .siteblock-content-symbols {
    opacity: 1;
}

.loggedin .siteblock .btn-symbol-set-visible {
    display: none;
}

.loggedin .siteblock.siteblock-invisible .btn-symbol-set-visible {
    display: block;
}

.loggedin .siteblock .btn-symbol-set-invisible {
    display: block;
}

.loggedin .siteblock.siteblock-invisible .btn-symbol-set-invisible {
    display: none;
}

.loggedin .siteblock {
    border: 0px solid #e9e9e9;
    border-bottom: 0px dotted #e9e9e9;
}

.loggedin .siteblock:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    outline: 1px dotted #a0bcd3;
}

.loggedin .siteblock-content {
    outline: 0px dotted #d7d7d7;
}

/*siteblock-content*/
.siteblock-content {
    min-height: 30px;
    position: relative;
}

/*siteblock-content-symbols*/
.siteblock-content-symbols {
    position: absolute;
    top: -30px;
    height: 35px;
    z-index: 1249;
    font-family: 'Roboto';
    background-color: #000;
    border-radius: 3px;
}
.siteblock-content-symbols .btn-symbol-group > button{
    width: 40px;
}

.siteblock-content-symbols .btn-symbol-group button .text {
    width: 20px;
    height: 30px;
    padding: 5px;
    overflow: hidden;    
    position: absolute;    
    display: none;
    background-color: #474747;
    border-radius: 5px;
    margin-bottom: 3px;
}

.siteblock-content-symbols .btn-symbol-group button:hover .text {
    width: 150px;
    margin-top: 0px;
    top: -30px;    
    display: block;
    margin-left: -4px;
}

.siteblock-content-symbols.siteblock-content-symbols-28 {
    top: -70px;
    height: 70px;
    z-index: 980;
    background-color: #424242;
}

.siteblock-content-symbols.siteblock-content-symbols-fixed {
    position: sticky;
    top: 35px;
    width: auto;
    height: 35px !important;
}

.pmd_column .siteblock-content-symbols.siteblock-content-symbols-fixed {
    top: 105px !important;
}

.siteblock-content .siteblock-content-symbols {
    display: none;
    bottom: auto;    
}
.siteblock-content.offscreen .siteblock-content-symbols{
    bottom: 0px;
    top: auto;
}
.siteblock-content:hover>.siteblock-content-symbols {
    display: block;
}


/*PLACEHOLDER*/
.sortable-placeholder-highlight {
    min-height: 100px;
    width: 100%;
    border: 1px dotted #466290;
    margin: 0;
    border-radius: 0px;
    background: #8baec9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #8baec9 0%, #ccdae5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #8baec9 0%, #ccdae5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #8baec9 0%, #ccdae5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8baec9', endColorstr='#ccdae5', GradientType=1);
    list-style: none;
}

.sortable-placeholder-highlight-navigation {
    min-height: 49px;
    max-height: 49px;
    height: 49px;
}

.sortable-handle {
    cursor: move;
}

/*Browserpreview - RESPONSIVE*/
.responsive_preview {
    width: 400px;
    height: 800px;
}

/*Columns*/
.loggedin .pmd_column {
    border-left: 1px dotted #d7d7d7;
}

.loggedin .pmd_column[col-nr="0"] {
    border-left: 0;
}

.loggedin .pmd_column_resizable-helper {
    border: 1px dotted #990000;
    margin-top: -40px;
}

.loggedin .pmd_column .siteblock {
    outline: 0;
    border: 0;
    border-bottom: 1px dotted #d7d7d7;
}

.loggedin .pmd_column .siteblock-content {
    outline: 0px dotted #d7d7d7;
    border: 0;
}
.siteblock-content-columns{
    padding: 0;
}
.pmd_column{
    padding: 0;
    margin: 0;
}

/*Überschrift*/
.siteblock h1 {
    margin: 0;
}

/*Mod-Tabmenu*/
.classic-tabs .nav {
    border-radius: 0;
}

/*Mod-Text*/
.mod-text img {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/*LogoContainer*/
.image_container {
    overflow: hidden;
    min-height: 30px;
    min-width: 50px;
    position: absolute;
}


/*CK-EDITOR*/
.ck-balloon-panel {
    z-index: 1300 !important;
}

/*META*/
.meta-menu {
    position: fixed;
    top: 0;
    z-index: 1201;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.browserpreview .meta-menu{
    width: auto;
}

/*card*/
.mod-card .card{
    background-color: #fff;
}
.mod-card .card-header {
    color: #007bff;
}
.mod-card .card-header h4 {
    margin: 0;
}

/*Background-image*/
.backgroundimage.carousel {
    height: 50%;
}

.backgroundimage.carousel .carousel-item,
.backgroundimage.carousel .carousel-inner {
    height: 100%;
}
.carousel-fade .carousel-item{
    transition: transform 2s ease-in-out, opacity 1.5s ease-in-out;
    transition-delay: 0.5s;    
}

@media (max-width: 776px) {
    .backgroundimage.carousel {
        height: 50%;
    }
}

/*image-circle*/
.img-circle {
    border-radius: 50%;
    display: none;
}

.img-circle img {
    min-height: 100%;
}

/*Alert*/
.alert{
    border-radius: 0;
}

/*Bigbuttons*/
.mod-bigbutton .bb-greyscale {
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mod-bigbutton .bb-greyscale:hover {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.mod-bigbutton .bb-blur:hover {
    -ms-filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}

.mod-bigbutton .bb-rotate-zoom-in:hover {
    -moz-transform: rotate(3deg) scale(1.1);
    -webkit-transform: rotate(3deg) scale(1.1);
    -o-transform: rotate(3deg) scale(1.1);
    -ms-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1);
}

/*MODAL*/
.modal-full-height {
    height: 100% !important; 
}

.modal-backdrop.fade {
    z-index: -1 !important;
}
.modal-dialog{
    z-index: 9999 !important;
}
body.modal-open{
    /*Prevents scrolling on background, when modal is shown*/
    overflow: hidden !important;
}

/*Slideshow,
MAPS*/
.siteblock[module='41'],
.siteblock[module='8'] {
    margin: 0;
    padding: 0 !important;
}
.mod-maps,
.mod-maps-container{
    width: 100%;
    height: 100%;      
    min-height: 250px;    
}


/*devider hr*/
/*CHROME*/
.mod-devider .hrstyle-0 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*einfache Linie*/
.mod-devider .hrstyle-1 {
    border: 0;
    background: transparent;
    border-top-width: 1px;
    border-top-style: solid;
}

/*gepunktete Linie*/
.mod-devider .hrstyle-2 {
    border: 0;
    background: transparent;
    border-top-width: 1px;
    border-top-style: dotted;
}

/*doppelte Linie*/
.mod-devider .hrstyle-3 {
    border: 0;
    background: transparent;
    border-top-width: 3px;
    border-top-style: double;
}

/*Scrollbar*/
.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}


.scrollbar-grey::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-grey::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-grey::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #777;
}

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aaaaaa;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}

.scrollbar-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-pink::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ec407a;
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5;
}

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000;
}

.scrollbar-lady-lips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-lady-lips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef));
    background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
    background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.bordered-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #ec407a;
}

.bordered-pink::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3f51b5;
}

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #000;
}

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-hover::-webkit-scrollbar {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
}

.scrollbar-hover::-webkit-scrollbar-thumb {
    visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scrollbar-hover::-webkit-scrollbar-track {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
}

/*Radio*/
.switch label input[type=checkbox]:checked+.lever{
    background-color: #e2e2e2;
}
.switch label input[type=checkbox]:checked+.lever:after{
    background-color: #1b386b;
    border: 1px solid #1b386b;
    box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0,0,0,.1);
}
.switch label .lever:after{
    border: 1px solid #9a9a9a;
    box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0,0,0,.4);
}

/*FORM*/
.form-group .form-control,
.form-group .custom-select{
    border-radius: 0;
    border-color: #cdd9fa;
}

img {
    image-rendering: auto;
}

.mod-formular .md-form label{
    color: inherit;
}
.btn-formular{
    background-color: #686464;
    color: #fff;
}
.mod-formular .md-form input:focus:not([readonly]),
.mod-formular .md-form textarea:focus:not([readonly]){
    box-shadow: none !important;
}

.mod-formular .form-check-input[type=checkbox]:checked+label:before{
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.mod-formular .form-check-input[type=radio]:checked+label:after{
    border-color: transparent !important;
}

/*SHADE*/
.module_button.z-depth-0{
    box-shadow: none;
}
.module_button.z-depth-1{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.module_button.z-depth-2{
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.module_button.z-depth-3{
    -webkit-box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);   
}
.module_button.z-depth-4{
    -webkit-box-shadow: 0 16px 28px 0 rgba(0,0,0,.22), 0 25px 55px 0 rgba(0,0,0,.21);
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22), 0 25px 55px 0 rgba(0,0,0,.21);
}
.module_button.z-depth-5{
    -webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22);
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22);
}
.module_button{
    background-color: #aaa;
    color: #fff;
}


/*NAVIGATION*/
.navbar {
    box-shadow: none;
}


.dropdown .dropdown-menu .dropdown-item:hover{
    border-radius: 0;
}
.dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 0;
}

.navbar .navigation-symbol-container{
    display: none;
    position: absolute;
    left: -30px;
    width: 30px;
    height: 100%;
    top: 0;
}
.navbar.offscreen .navigation-symbol-container{
    left: auto;        
    right: 0;
}
.navbar:hover .navigation-symbol-container{
    display: block !important;
}

/*Table*/
.mod-table .table-bordered thead th{
    border-top: 1px solid #dee2e6;
}
.mod-table table.table th,
.mod-table table.table td{
    padding: 5px;
}
.mod-table table.table th .cell-content,
.mod-table table.table td .cell-content{
   min-height: 25px;
   padding: 0px;
   display: flex;
   align-items: center;
}


/*MASKS*/
.svg_mask_left,
.svg_mask_bottom,
.svg_mask_right,
.svg_mask_top
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;    
    pointer-events: none;  
}

/*VIDEO*/
.video-fluid{
    width: 100%;
    height: auto;
}

/*Anchor*/
.loggedin .anchor-element{
    background: repeating-linear-gradient(
        -45deg,
        #222,
        #222 10px,
        #333 10px,
        #333 20px
      );
}
.siteblock[module='30']{
    min-height: 0;
    height: 0;
}
.loggedin .siteblock[module='30']{
    min-height: 60px;
    height: auto;
}

/*STEPPER*/
ul.stepper .step.done:before,
ul.stepper .step.wrong:before {
    font-family: "Font Awesome 5 Pro";
}
/*Lightbox*/
.lightbox-fig img {
	width: 100%;
  	height: 250px;
  	object-fit: cover;
}

_:-ms-lang(x),
.svg_mask_top{
    display: none !important;
    visibility: hidden !important;
}
@supports (-ms-ime-align:auto) {
    .svg_mask_top{
        display: none !important;
        visibility: hidden !important;
    }
}

/* TYPING-EFFECT */
.typing{
    font-family: monospace !important;
    overflow: hidden;
    height:1.1em;
    word-wrap: break-word;
    white-space: nowrap;
}

@keyframes typing {
    from { 
    width: 0;
    }

    to { 
    width: 50ch;
    }
}