.elementor-nav-menu--dropdown {
    padding: 20px;
}

.sub-menu.elementor-nav-menu--dropdown {
    margin-top: -5px;
    margin-left: 20px;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
    fill: #fff;
}

.elementor-widget-text-editor a {
    border-bottom: 1px solid #aaa;
}

#objekt-vali,
#objekt-or {
    cursor: default;
    border: none;
}

#objekt-or {
    pointer-events: none;
}

/* KKK	*/
.elementor-widget-n-accordion .e-n-accordion-item {
    box-shadow: 8px 8px 30px -10px rgba(175, 175, 175, 0.4);
}

.e-n-accordion-item[open]>.e-n-accordion-item-title>.e-n-accordion-item-title-header>.e-n-accordion-item-title-text {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 0px solid #888;
    line-height: 1.8;
}

/*	Tables	*/
table.light td {
    border-top: 0;
    border-left: 0;
    background: #fff !important;
    border-color: #ccc;
}

table.light td:last-of-type {
    border-right: 0;
}

table.light tr:last-of-type td {
    border-bottom: 0;
}

@media (max-width: 900px) {

    .mobile-white,
    .mobile-white>.elementor-widget-container {
        background-color: #ffffff !important;
    }

    .e-filter-item[data-filter=__all] {
        display: none;
    }

    #hover-layer {
        width: 0px !important;
        z-index: -999 !important;
        opacity: 0;
    }
}

pre {
    font-family: ;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #bbb;
    background: #fafafa;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.hide,
.hidden {
    display: none;
}