.ima-mainmenu { list-style: none; margin: 0; padding: 0; }
.ima-mainmenu a { text-decoration: none; }
.ima-mega-panel ul { list-style: none; margin: 0; padding: 0; }

header:not(#transwhite) .navbar.bg-light { background-color: #fff !important; }

.header-with-topbar.sticky.header-appear#transwhite .box-shadow-extra-large { box-shadow: 0 0 35px rgba(0, 0, 0, .1); }

@media (hover: hover) and (min-width: 992px) {
    body header#transwhite .top-bar,
    body header#transwhite .navbar.bg-light { transition: background-color .3s ease, box-shadow .3s ease; }
    body header#transwhite .top-bar a,
    body header#transwhite .ima-mainmenu > .nav-item > .nav-link,
    body header#transwhite .highlight.alt-font a { transition: color .3s ease; }

    header#transwhite:not(.header-appear):hover .navbar.bg-light { background-color: #fff !important; }
    header#transwhite:not(.header-appear):hover .box-shadow-extra-large { box-shadow: 0 0 35px rgba(0, 0, 0, .1); }

    header#transwhite:not(.header-appear):hover .top-bar { background: #e7e7e7 !important; border-bottom: 1px solid rgb(0 0 0 / 10%) !important; }
    header#transwhite:not(.header-appear):hover .top-bar.navbar-light,
    header#transwhite:not(.header-appear):hover .top-bar.navbar-light .header-social-icon > a,
    header#transwhite:not(.header-appear):hover .top-bar.navbar-light .header-search-icon > a,
    header#transwhite:not(.header-appear):hover .menu-sprache-menu-en-container a,
    header#transwhite:not(.header-appear):hover .menu-sprache-menu-container a { color: #333; }
    header#transwhite:not(.header-appear):hover .top-bar.navbar-light .header-social-icon > a:hover,
    header#transwhite:not(.header-appear):hover .top-bar.navbar-light .header-search-icon > a:hover,
    header#transwhite:not(.header-appear):hover .menu-sprache-menu-en-container a:hover,
    header#transwhite:not(.header-appear):hover .menu-sprache-menu-container a:hover { color: #cb1517; }

    header#transwhite:not(.header-appear):hover .highlight.alt-font a { color: #333; }

    header#transwhite:not(.header-appear):hover .navbar-brand .default-logo { visibility: hidden; opacity: 0; width: 0; }
    header#transwhite:not(.header-appear):hover .navbar-brand .alt-logo { visibility: visible; opacity: 1; width: auto; }

    header#transwhite:not(.header-appear):hover .navbar .ima-mainmenu > .nav-item > .nav-link { color: #333333; }
    header#transwhite:not(.header-appear):hover .navbar .ima-mainmenu > .nav-item > .nav-link:hover,
    header#transwhite:not(.header-appear):hover .navbar .ima-mainmenu > .nav-item:focus-within > .nav-link,
    header#transwhite:not(.header-appear):hover .navbar .ima-mainmenu > .nav-item.ima-open > .nav-link,
    header#transwhite:not(.header-appear):hover .navbar .ima-mainmenu > .nav-item.active > .nav-link { color: #cb1517 !important; }
}

.navbar .nav-header-container { min-height: 82px; }

.ima-mega-caret {
    display: inline-block; width: 7px; height: 7px; margin-left: 5px;
    border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px); transition: transform .25s ease;
    opacity: .8; vertical-align: middle;
}

.ima-mega-cards { display: flex; gap: 18px; }
.ima-mega-card { display: block; text-align: center; flex: 1 1 0; min-width: 0; }
.ima-mega-card-thumb {
    display: block; position: relative; overflow: hidden; border-radius: 0;
    background: #ececec; margin-bottom: 10px;
}
.ima-mega-card-thumb img {
    width: 100%; height: auto; display: block;
    transition: transform .5s ease;
}
.ima-mega-card:hover .ima-mega-card-thumb img { transform: scale(1.06); }
.ima-mega-card-name {
    display: block; font-size: 14px; font-weight: 500; color: #1a1a1a;
    letter-spacing: .3px; transition: color .2s ease;
}
.ima-mega-card:hover .ima-mega-card-name { color: #cb1517; }

.ima-mega-contact-card {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #e6e6e6; border-radius: 0;
    padding: 18px 20px;
}
.ima-mega-hours {
    display: flex; align-items: center; gap: 12px;
    padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ececec;
}
.ima-mega-hours-ico {
    width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto;
    background: #333333; color: #fff;
    display: inline-flex; align-items: center; justify-content: center; font-size: 15px;
}
.ima-mega-hours-txt { display: flex; flex-direction: column; line-height: 1.35; }
.ima-mega-chan-label.ima-mega-avail { font-weight: 600; }
.ima-mega-chan-label.ima-mega-avail--on { color: #99c31d; }
.ima-mega-chan-label.ima-mega-avail--off { color: #cb1517; }
.ima-mega-avail-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; vertical-align: middle; position: relative; top: -1px; }
.ima-mega-avail--on .ima-mega-avail-dot { background: #99c31d; animation: imaAvailPulse 1.8s ease-out infinite; }
.ima-mega-avail--off .ima-mega-avail-dot { background: #cb1517; }
@keyframes imaAvailPulse {
    0% { box-shadow: 0 0 0 0 rgba(153, 195, 29, .55); }
    70% { box-shadow: 0 0 0 7px rgba(153, 195, 29, 0); }
    100% { box-shadow: 0 0 0 0 rgba(153, 195, 29, 0); }
}
@media (prefers-reduced-motion: reduce) {
    .ima-mega-avail--on .ima-mega-avail-dot { animation: none; }
}
.ima-mega-hours-txt b { font-size: 13px; font-weight: 600; color: #1f1f1f; white-space: nowrap; }
.ima-mega-chan-label { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .6px; color: #999; margin: 0 0 9px; }
.ima-mega-contact-channels { display: flex; flex-wrap: wrap; gap: 10px; }
.ima-mega-contact-channels a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border: 1px solid #ddd; border-radius: 50%;
    color: #333; font-size: 16px; background: #fff;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.ima-mega-contact-channels a:hover { color: #fff; background: #cb1517; border-color: #cb1517; }
.ima-mega-contact-channels svg { width: 16px; height: 16px; }

.ima-mega-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 16px; font-weight: 500; color: #000; margin: 0 0 0px;
    line-height: 1.3; padding-bottom: 10px; border-bottom: 1px solid #cccccc;
}
.ima-mega-heading a { color: inherit; font: inherit; letter-spacing: inherit; }
.ima-mega-heading a:hover { color: #cb1517; }
.ima-mega-panel .ima-mega-heading,
.ima-mega-panel .ima-mega-heading a {
    font-size: 16px !important; font-weight: 400 !important; line-height: 1.3 !important; margin-bottom: 10px;
}
.ima-mega-links li { margin: 0; }
.ima-mega-links li a {
    display: block; font-size: 15px; color: #6b6b6b; padding: 3px 0;
    border-bottom: 1px solid #cccccc; transition: color .2s ease;
}
.ima-mega-links li a:hover,
.ima-mega-links li.active > a { color: #cb1517; }
.ima-mega-links li.ima-mega-more a {
    border-bottom: none; color: #1a1a1a; font-weight: 600; padding-top: 14px;
}
.ima-mega-links li.ima-mega-more a:hover { color: #cb1517; }

@media (min-width: 992px) {

    .navbar .nav-header-container { position: relative; }

    #ima-main-nav.menu-order {
        position: static !important;
        display: flex !important; justify-content: center; align-items: center;
    }

    .ima-has-mega { position: static; }

    .navbar .ima-mainmenu { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
    .navbar .ima-mainmenu > .nav-item > .nav-link {
        font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 400;
        letter-spacing: normal; text-transform: none; margin: 0; padding: 25px 13px;
        white-space: nowrap;
        position: relative; z-index: 1002;
    }
    .navbar .navbar-brand, .navbar .highlight { position: relative; z-index: 1003; }

    .navbar.navbar-light .ima-mainmenu > .nav-item > .nav-link { color: #333333; }
    .navbar.navbar-light .ima-mainmenu > .nav-item > .nav-link:hover,
    .navbar.navbar-light .ima-mainmenu > .nav-item:focus-within > .nav-link,
    .navbar.navbar-light .ima-mainmenu > .nav-item.ima-open > .nav-link { color: #cb1517; }
    .navbar.navbar-light .ima-mainmenu > .nav-item.active > .nav-link { color: #cb1517 !important; }

    #transwhite .navbar .ima-mainmenu > .nav-item > .nav-link { color: #fff; }
    #transwhite .navbar .ima-mainmenu > .nav-item > .nav-link:hover,
    #transwhite .navbar .ima-mainmenu > .nav-item:focus-within > .nav-link,
    #transwhite .navbar .ima-mainmenu > .nav-item.ima-open > .nav-link { color: #cb1517 !important; }
    .sticky.header-appear#transwhite .navbar .ima-mainmenu > .nav-item > .nav-link { color: #333333; }
    .sticky.header-appear#transwhite .navbar .ima-mainmenu > .nav-item > .nav-link:hover,
    .sticky.header-appear#transwhite .navbar .ima-mainmenu > .nav-item:focus-within > .nav-link,
    .sticky.header-appear#transwhite .navbar .ima-mainmenu > .nav-item.ima-open > .nav-link { color: #cb1517 !important; }

    .ima-mega-panel {
        position: absolute; top: 100%;
        background: rgba(255, 255, 255, 0.85);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        box-shadow: 0 24px 50px rgba(0, 0, 0, .13);
        border-radius: 0 0 4px 4px;
        opacity: 0; visibility: hidden; transform: translateY(10px);
        transition: opacity .25s ease, transform .25s ease, visibility .25s;
        z-index: 1001;
    }
    .ima-mega-panel::before {
        content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 16px;
    }
    .ima-has-mega:hover > .ima-mega-panel,
    .ima-has-mega:focus-within > .ima-mega-panel,
    .ima-has-mega.ima-open > .ima-mega-panel {
        opacity: 1; visibility: visible; transform: none;
    }
    .ima-has-mega:hover > .ima-mega-toggle .ima-mega-caret,
    .ima-has-mega.ima-open > .ima-mega-toggle .ima-mega-caret {
        transform: rotate(225deg) translateY(2px);
    }

    .ima-mega-panel--cities {
        left: 50%; right: auto; width: 100vw; margin-left: -50vw;
        padding: 15px 0;
    }
    .ima-mega-panel--cities .ima-mega-inner {
        max-width: 1170px; margin: 0 auto; padding: 0 15px;
        display: flex; gap: 40px;
    }
    .ima-mega-panel--cities .ima-mega-col {
        flex: 1 1 0; min-width: 0;
        display: flex; flex-direction: column;
    }
    .ima-mega-panel--cities .ima-mega-links {
        display: flex; flex-direction: column; flex: 1 1 auto;
    }
    .ima-mega-panel--cities .ima-mega-links li.ima-mega-more { margin-top: auto; padding-top: 16px; }
    .ima-mega-panel--cities .ima-mega-links li.ima-mega-more a {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 5px 10px;
        background: #333333; color: #fff;
        font-size: 10px; font-weight: 500; letter-spacing: .6px; text-transform: uppercase;
        line-height: 1.2; border: 1px solid #333333; border-radius: 0;
        transition: background .2s ease, color .2s ease;
    }
    .ima-mega-panel--cities .ima-mega-links li.ima-mega-more a::after {
        content: "\2192"; font-size: 12px; line-height: 1;
    }
    .ima-mega-panel--cities .ima-mega-links li.ima-mega-more a:hover {
        background: transparent; color: #333333;
    }

    .ima-mega-panel--models {
        left: 50%; right: auto; width: 100vw; margin-left: -50vw;
        padding: 10px 0;
    }
    .ima-mega-panel--models .ima-mega-inner {
        max-width: 1170px; margin: 0 auto; padding: 0 15px;
        display: flex; gap: 40px; align-items: flex-start;
    }
    .ima-mega-col--links { flex: 0 0 220px; }
    .ima-mega-col--links .ima-mega-links li:first-child a { padding-top: 5px; }
    .ima-mega-panel--models .ima-mega-col--cards { flex: 1 1 auto; min-width: 0; }
    .ima-mega-panel--models .ima-mega-cards { gap: 22px; }

    .ima-mega-panel--buchung {
        left: 50%; right: auto; width: 100vw; margin-left: -50vw;
        padding: 40px 0;
    }
    .ima-mega-panel--buchung .ima-mega-inner {
        max-width: 1170px; margin: 0 auto; padding: 0 15px;
        display: flex; gap: 44px; align-items: flex-start;
    }
    .ima-mega-panel--buchung .ima-mega-col--contact { flex: 0 0 320px; }
    .ima-mega-panel--buchung .ima-mega-col:not(.ima-mega-col--contact) { flex: 1 1 0; min-width: 0; }

    .ima-simple-dropdown { position: relative; }
    .ima-dropdown-menu {
        position: absolute; top: 100%; left: 0; min-width: 220px;
        background: rgba(255, 255, 255, 0.9);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 14px 0; box-shadow: 0 20px 40px rgba(0,0,0,.12);
        border-radius: 0 0 4px 4px; z-index: 1001;
        opacity: 0; visibility: hidden; transform: translateY(10px);
        transition: opacity .25s ease, transform .25s ease, visibility .25s;
    }
    .ima-simple-dropdown:hover > .ima-dropdown-menu,
    .ima-simple-dropdown:focus-within > .ima-dropdown-menu {
        opacity: 1; visibility: visible; transform: none;
    }
    .ima-dropdown-item a {
        display: block; padding: 8px 24px; font-size: 14px; color: #6b6b6b;
        transition: color .2s ease;
    }
    .ima-dropdown-item a:hover { color: #cb1517; }

    .ima-nav-toggle, .ima-nav-close, .ima-mega-backdrop { display: none; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ima-mega-panel--models .ima-mega-cards .ima-mega-card:nth-child(4) { display: none; }
    .navbar .ima-mainmenu > .nav-item > .nav-link { padding-left: 7px; padding-right: 7px; font-size: 13px; }
}

@media (max-width: 991px) {

    .ima-nav-toggle {
        display: inline-flex; align-items: center; justify-content: center;
        width: 48px; height: 48px; padding: 0; margin-left: 10px; margin-right: 15px;
        background: transparent; border: none; cursor: pointer; position: relative;
        z-index: 1002;
        -webkit-tap-highlight-color: transparent; touch-action: manipulation;
    }
    .ima-nav-toggle-box { position: relative; width: 24px; height: 16px; pointer-events: none; }
    .ima-nav-toggle-inner,
    .ima-nav-toggle-inner::before,
    .ima-nav-toggle-inner::after {
        content: ""; position: absolute; left: 0; width: 24px; height: 2px;
        background: #1a1a1a; border-radius: 2px; transition: transform .25s ease, top .25s ease;
    }
    .ima-nav-toggle-inner { top: 7px; }
    .ima-nav-toggle-inner::before { top: -7px; }
    .ima-nav-toggle-inner::after  { top: 7px; }
    #transwhite .ima-nav-toggle-inner,
    #transwhite .ima-nav-toggle-inner::before,
    #transwhite .ima-nav-toggle-inner::after { background: #fff; }
    header.sticky .ima-nav-toggle-inner,
    header.sticky .ima-nav-toggle-inner::before,
    header.sticky .ima-nav-toggle-inner::after { background: #1a1a1a; }
    .sticky.header-appear#transwhite .ima-nav-toggle-inner,
    .sticky.header-appear#transwhite .ima-nav-toggle-inner::before,
    .sticky.header-appear#transwhite .ima-nav-toggle-inner::after { background: #1a1a1a; }

    #ima-main-nav.menu-order {
        position: fixed !important; top: 0; right: 0; bottom: 0; left: 0;
        width: 100%; max-width: 100%; height: 100%; height: 100dvh;
        background: #fff; z-index: 1050; overflow-y: auto;
        display: flex; flex-direction: column; padding: 0;
        opacity: 0; transform: scale(1.02);
        transition: opacity .3s ease, transform .4s cubic-bezier(.16, 1, .3, 1), visibility 0s linear 0s;
        visibility: hidden; pointer-events: none;
    }
    body.ima-menu-open #ima-main-nav.menu-order {
        opacity: 1; transform: scale(1); visibility: visible; pointer-events: auto;
        transition: opacity .28s ease, transform .45s cubic-bezier(.16, 1, .3, 1), visibility 0s;
    }
    body.ima-menu-closing #ima-main-nav.menu-order {
        visibility: visible; opacity: 0; transform: scale(1.02); pointer-events: none;
        transition: opacity .38s ease, transform .4s cubic-bezier(.4, 0, 1, 1), visibility 0s linear .5s;
    }
    body.ima-menu-open,
    body.ima-menu-closing { overflow: hidden; }
    body.ima-menu-open .navbar.fixed-top,
    body.ima-menu-closing .navbar.fixed-top { z-index: 1060 !important; }

    @keyframes imaNavItemIn {
        from { opacity: 0; transform: translateY(12px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    body.ima-menu-open .ima-mainmenu > .nav-item {
        opacity: 0; animation: imaNavItemIn .4s cubic-bezier(.16, 1, .3, 1) forwards;
    }
    body.ima-menu-open .ima-mainmenu > .nav-item:nth-child(1) { animation-delay: .06s; }
    body.ima-menu-open .ima-mainmenu > .nav-item:nth-child(2) { animation-delay: .1s; }
    body.ima-menu-open .ima-mainmenu > .nav-item:nth-child(3) { animation-delay: .14s; }
    body.ima-menu-open .ima-mainmenu > .nav-item:nth-child(4) { animation-delay: .18s; }
    body.ima-menu-open .ima-mainmenu > .nav-item:nth-child(5) { animation-delay: .22s; }
    body.ima-menu-open .ima-mainmenu > .nav-item:nth-child(6) { animation-delay: .26s; }
    body.ima-menu-open .ima-mainmenu > .nav-item:nth-child(n+7) { animation-delay: .3s; }

    @keyframes imaNavItemOut {
        from { opacity: 1; transform: translateY(0); }
        to   { opacity: 0; transform: translateY(12px); }
    }
    body.ima-menu-closing .ima-mainmenu > .nav-item {
        opacity: 0; animation: imaNavItemOut .3s cubic-bezier(.4, 0, 1, 1) forwards;
    }
    body.ima-menu-closing .ima-mainmenu > .nav-item:nth-last-child(1) { animation-delay: .03s; }
    body.ima-menu-closing .ima-mainmenu > .nav-item:nth-last-child(2) { animation-delay: .07s; }
    body.ima-menu-closing .ima-mainmenu > .nav-item:nth-last-child(3) { animation-delay: .11s; }
    body.ima-menu-closing .ima-mainmenu > .nav-item:nth-last-child(4) { animation-delay: .15s; }
    body.ima-menu-closing .ima-mainmenu > .nav-item:nth-last-child(n+5) { animation-delay: .18s; }

    @media (prefers-reduced-motion: reduce) {
        #ima-main-nav.menu-order,
        body.ima-menu-open #ima-main-nav.menu-order,
        body.ima-menu-closing #ima-main-nav.menu-order {
            transition: opacity .01s linear, visibility 0s; transform: none;
        }
        body.ima-menu-open .ima-mainmenu > .nav-item,
        body.ima-menu-closing .ima-mainmenu > .nav-item { animation: none; opacity: 1; }
    }

    .ima-nav-ov-head {
        display: flex; align-items: center; justify-content: space-between;
        gap: 12px; padding: 14px 22px; border-bottom: 1px solid #eee;
        position: sticky; top: 0; background: #fff; z-index: 3; flex: 0 0 auto;
    }
    .ima-nav-ov-logo { display: inline-flex; align-items: center; }
    .ima-nav-ov-logo img { max-height: 42px; width: auto; display: block; height:34px; }
    .ima-nav-ov-head-right { display: flex; align-items: center; gap: 4px; }
    .ima-nav-ov-phone {
        display: inline-flex; align-items: center; justify-content: center;
        width: 40px; height: 40px; color: #cb1517; font-size: 19px;
    }

    .ima-nav-close {
        position: relative; width: 40px; height: 40px; flex: 0 0 auto;
        padding: 0; background: transparent; border: none; cursor: pointer;
    }
    .ima-nav-close span {
        position: absolute; top: 50%; left: 8px; width: 24px; height: 2px;
        background: #1a1a1a; border-radius: 2px;
    }
    .ima-nav-close span:first-child { transform: rotate(45deg); }
    .ima-nav-close span:last-child  { transform: rotate(-45deg); }

    .ima-mainmenu { display: block; flex: 0 0 auto; }
    .ima-mainmenu > .nav-item { display: block; border-bottom: 1px solid #eee; }
    .ima-mainmenu > .nav-item > .nav-link {
        display: flex; align-items: center; justify-content: space-between;
        padding: 16px 22px !important; margin: 0 !important;
        font-size: 18px; color: #1a1a1a !important; font-weight: 500;
    }
    .ima-mainmenu > .nav-item > .nav-link .ima-mega-caret {
        box-sizing: border-box; width: 32px; height: 32px; flex: 0 0 auto;
        margin-left: auto; margin-right: 4px; position: relative;
        display: flex; align-items: center; justify-content: center;
        border: 1px solid #e0e0e0; border-radius: 0; background: #fff;
        transform: none; opacity: 1;
        transition: background .2s ease, border-color .2s ease;
    }
    .ima-mainmenu > .nav-item > .nav-link .ima-mega-caret::before {
        content: ""; width: 7px; height: 7px;
        border-right: 2px solid #333; border-bottom: 2px solid #333;
        transform: translateY(-2px) rotate(45deg);
        transition: transform .25s ease, border-color .2s ease;
    }
    .ima-mainmenu > .nav-item > .nav-link .ima-mega-caret::after {
        content: ""; position: absolute; top: -12px; bottom: -12px; left: -20px; right: -14px;
    }
    .ima-has-mega.ima-open > .nav-link .ima-mega-caret { background: #333; border-color: #333; }
    .ima-has-mega.ima-open > .nav-link .ima-mega-caret::before { border-color: #fff; transform: translateY(2px) rotate(-135deg); }

    .ima-mega-panel, .ima-dropdown-menu { display: none; padding: 0; }
    .ima-has-mega.ima-open > .ima-mega-panel,
    .ima-simple-dropdown.ima-open > .ima-dropdown-menu {
        display: block; position: relative; background: #f7f7f7;
        max-height: 55vh; overflow-y: auto; -webkit-overflow-scrolling: touch;
    }
    .ima-has-mega.ima-open > .ima-mega-panel::after {
        content: ""; position: sticky; bottom: 0; left: 0; right: 0; display: block;
        height: 30px; margin-top: -30px; pointer-events: none;
        background: linear-gradient(to top, rgba(0, 0, 0, .12), rgba(0, 0, 0, 0));
    }

    .ima-mega-panel--cities .ima-mega-inner { display: block; }
    .ima-mega-panel--cities .ima-mega-col { margin-bottom: 4px; }

    .ima-mega-heading {
        font-size: 16px; font-weight: 500; margin: 0;
        padding: 14px 22px 12px; border-bottom: 1px solid #eee;
    }
    .ima-mega-panel .ima-mega-heading,
    .ima-mega-panel .ima-mega-heading a { font-size: 16px !important; }
    @supports selector(:has(*)) {
        .ima-mega-panel .ima-mega-heading { display: none; }
        .ima-mega-panel .ima-mega-heading:has(a) { display: block; }
    }
    .ima-mega-links li a { font-size: 15px; padding: 12px 22px; border-bottom: 1px solid #eee; }
    .ima-mega-links li.ima-mega-more { padding: 14px 22px 18px; text-align: center; }
    .ima-mega-links li.ima-mega-more a {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 9px 15px; border: 1px solid #d8d8d8; border-radius: 0;
        background: #fff; color: #333333;
        font-size: 11px; font-weight: 600; letter-spacing: .5px;
        text-transform: uppercase; line-height: 1.2;
        transition: background .2s ease, color .2s ease, border-color .2s ease;
    }
    .ima-mega-links li.ima-mega-more a::after { content: "\2192"; font-size: 13px; line-height: 1; }
    .ima-mega-links li.ima-mega-more a:hover,
    .ima-mega-links li.ima-mega-more a:active { background: #333333; color: #fff; border-color: #333333; }

    .ima-mega-panel--models .ima-mega-inner { display: block; }
    .ima-mega-panel--models .ima-mega-col--cards { display: none; }

    .ima-mega-panel--buchung .ima-mega-inner { display: block; }
    .ima-mega-panel--buchung .ima-mega-col--contact { display: none; }

    .ima-dropdown-item a { display: block; padding: 12px 22px; font-size: 15px; color: #6b6b6b; border-bottom: 1px solid #eee; }

    .ima-nav-ov-foot {
        margin-top: auto; flex: 0 0 auto;
        display: flex; align-items: center; justify-content: center; gap: 22px;
        padding: 24px 22px calc(24px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid #eee;
    }
    .ima-nav-ov-foot a {
        display: inline-flex; align-items: center; justify-content: center;
        width: 46px; height: 46px; border: 1px solid #ddd; border-radius: 50%;
        color: #333; font-size: 18px; transition: color .2s ease, border-color .2s ease;
    }
    .ima-nav-ov-foot a:hover { color: #cb1517; border-color: #cb1517; }
    .ima-nav-ov-foot svg { width: 18px; height: 18px; }
}

@media (max-width: 991px) {
    .home-startup .rev_slider picture {
        position: absolute !important; top: 0 !important; left: 0 !important;
        width: 100% !important; height: 100% !important; display: block !important; z-index: 0 !important;
    }
    .home-startup .rev_slider img.rev-slidebg {
        position: absolute !important; top: 0 !important; left: 0 !important;
        width: 100% !important; height: 100% !important; max-width: none !important;
        object-fit: cover !important; object-position: center center !important;
    }
}
