@charset "utf-8";
/*
 * Amira 26 – Header / Navigation Override
 * Wird nur auf der Preview-Seite geladen, nach mainnav.css.
 * Live bleibt mainnav.css. Beim Umschalten: diese Regeln nach mainnav.css
 * übernehmen, dann diese Datei und Startseite.html (alt) entfernen.
 */

/* Header über dem Hero */
.amira26 #pretopmenu {
    background-color: transparent;
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
}

.amira26 #pretopmenu span.pretopmenum {
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Ghost-Button: weiß, 1px Rahmen */
.amira26 #pretopmenu a.btn.pretopmenum {
    color: #ffffff;
    background: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
    margin-left: 7px;
    margin-right: 7px;
}

.amira26 #pretopmenu a.btn.pretopmenum:hover,
.amira26 #pretopmenu a.btn.pretopmenum:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    background-image: none;
    border-color: #ffffff;
    box-shadow: none;
}

/* Füll-Button: Gold */
.amira26 #pretopmenu a.btn.pretopmenumd,
.amira26 #pretopmenu a.btn.pretopmenumd:hover,
.amira26 #pretopmenu a.btn.pretopmenumd:focus {
    color: #ffffff;
    background: #B4975E;
    background-image: none;
    border: 1px solid #B4975E;
    border-radius: 20px;
    box-shadow: none;
}

.amira26 #pretopmenu a.btn.pretopmenumd:hover,
.amira26 #pretopmenu a.btn.pretopmenumd:focus {
    background: #a3844e;
    border-color: #a3844e;
}

/* Sprachauswahl: Struktur bleibt, Farbe und Größe */
.amira26 #pretopmenu button.languagemenu,
.amira26 #pretopmenu a.langmenu {
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-size: 19px;
}

.amira26 #pretopmenu .dropdown-toggle::after {
    content: url("/fileadmin/user_upload/Icon/tabarrowdown-white.svg");
}

.amira26 #pretopmenu .dropdown-item {
    font-size: 19px;
}

/* Logo (transparentes PNG oben, Compact-Logo beim Scrollen wie Live) */
.amira26 #logo img {
    content: url("/fileadmin/user_upload/Logo-Amira-trans.png");
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}

.amira26 #logo.detail img,
.amira26 #logo.fixed img,
.amira26:has(#pretopmenu.false) #logo img {
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
    content: url("/fileadmin/user_upload/Icon/26-amiracircle.png");
}

/* Icons */
.amira26 #pretopmenu .whatsapp,
.amira26 #pretopmenu .phone {
    margin-left: 7px;
    margin-right: 7px;
    padding-right: 0;
}

.amira26 #pretopmenu .whatsapp img,
.amira26 #pretopmenu .phone img {
    height: 24px;
    width: auto;
}

.amira26 #pretopmenu .open img,
.amira26 #pretopmenu .closex img {
    height: 40px;
    width: auto;
}

/* Header beim Scrollen, geöffnetem Menü und auf Detailseiten */
.amira26 #pretopmenu.fixed,
.amira26 #pretopmenu.false,
.amira26 #pretopmenu.detail {
    background-color: #F1F4F1;
    color: #174D4A;
}

.amira26 #header.fixed,
.amira26 #header.detail {
    background: #F1F4F1;
    box-shadow: none;
}

.amira26 #pretopmenu.fixed span.pretopmenum,
.amira26 #pretopmenu.false span.pretopmenum,
.amira26 #pretopmenu.detail span.pretopmenum {
    color: #174D4A;
}

.amira26 #pretopmenu.fixed a.btn.pretopmenum,
.amira26 #pretopmenu.false a.btn.pretopmenum,
.amira26 #pretopmenu.detail a.btn.pretopmenum {
    color: #174D4A;
    background: transparent;
    background-image: none;
    border-color: #174D4A;
}

.amira26 #pretopmenu.fixed a.btn.pretopmenum:hover,
.amira26 #pretopmenu.fixed a.btn.pretopmenum:focus,
.amira26 #pretopmenu.false a.btn.pretopmenum:hover,
.amira26 #pretopmenu.false a.btn.pretopmenum:focus,
.amira26 #pretopmenu.detail a.btn.pretopmenum:hover,
.amira26 #pretopmenu.detail a.btn.pretopmenum:focus {
    color: #174D4A;
    background: rgba(23, 77, 74, 0.08);
    background-image: none;
    border-color: #174D4A;
}

.amira26 #pretopmenu.fixed button.languagemenu,
.amira26 #pretopmenu.fixed a.langmenu,
.amira26 #pretopmenu.false button.languagemenu,
.amira26 #pretopmenu.false a.langmenu,
.amira26 #pretopmenu.detail button.languagemenu,
.amira26 #pretopmenu.detail a.langmenu {
    color: #174D4A;
}

.amira26 #pretopmenu.fixed .dropdown-toggle::after,
.amira26 #pretopmenu.false .dropdown-toggle::after,
.amira26 #pretopmenu.detail .dropdown-toggle::after {
    content: url("/fileadmin/user_upload/Icon/tabarrowdown-green.svg");
}

.amira26 #pretopmenu.fixed .whatsapp img,
.amira26 #pretopmenu.false .whatsapp img,
.amira26 #pretopmenu.detail .whatsapp img {
    content: url("/fileadmin/user_upload/Icon/whatsapp-green.svg");
}

.amira26 #pretopmenu.fixed .phone img,
.amira26 #pretopmenu.false .phone img,
.amira26 #pretopmenu.detail .phone img {
    content: url("/fileadmin/user_upload/Icon/phone-green.svg");
}

.amira26 #pretopmenu.fixed .open img,
.amira26 #pretopmenu.false .open img,
.amira26 #pretopmenu.detail .open img {
    content: url("/fileadmin/user_upload/Icon/burger-green.svg");
}

.amira26 #pretopmenu.fixed .closex img,
.amira26 #pretopmenu.false .closex img,
.amira26 #pretopmenu.detail .closex img {
    content: url("/fileadmin/user_upload/Icon/close-green.svg");
}

.amira26:has(#header.detail) #main {
    margin-top: 100px;
}

.amira26:has(.newsdetail-hero) #logo.detail:not(.fixed) img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    content: url("/fileadmin/user_upload/Logo-Amira-trans.png");
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) {
    background-color: transparent;
    color: #ffffff;
}

.amira26:has(.newsdetail-hero) #header.detail:not(.fixed) {
    background: transparent;
    box-shadow: none;
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) span.pretopmenum,
.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) a.btn.pretopmenum,
.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) button.languagemenu,
.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) a.langmenu {
    color: #ffffff;
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) a.btn.pretopmenum {
    background: transparent;
    background-image: none;
    border-color: #ffffff;
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) .dropdown-toggle::after {
    content: url("/fileadmin/user_upload/Icon/tabarrowdown-white.svg");
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) .whatsapp img {
    content: url("/fileadmin/user_upload/Icon/whatsapp-white.svg");
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) .phone img {
    content: url("/fileadmin/user_upload/Icon/phone-white.svg");
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) .open img {
    content: url("/fileadmin/user_upload/Icon/burger-white.svg");
}

.amira26:has(.newsdetail-hero) #pretopmenu.detail:not(.fixed):not(.false) .closex img {
    content: url("/fileadmin/user_upload/Icon/close1.svg");
}

@media screen and (min-width: 992px) {
    .amira26:has(#header.detail) #main {
        margin-top: 120px;
    }

    .amira26:has(.newsdetail-hero):has(#header.detail) #main {
        margin-top: 0;
    }

    .amira26 #pretopmenu span.pretopmenum {
        letter-spacing: 2px;
    }

    .amira26 #pretopmenu a.btn.pretopmenum {
        margin-left: 7px;
        margin-right: 7px;
    }

    .amira26 #pretopmenu .whatsapp,
    .amira26 #pretopmenu .phone {
        margin-left: 7px;
        margin-right: 7px;
        padding-right: 0;
    }

    .amira26 #logo {
        margin: 10px 40px;
    }

    .amira26 #logo img {
        width: 178px;
        height: 178px;
        max-width: 178px;
        max-height: 178px;
        object-fit: contain;
    }

    .amira26 #logo.detail img,
    .amira26 #logo.fixed img,
    .amira26:has(#pretopmenu.false) #logo img {
        width: auto;
        height: 90px;
        max-height: 90px;
        max-width: none;
        object-fit: unset;
        content: url("/fileadmin/user_upload/Icon/26-amira4.png");
    }
}

@media screen and (min-width: 1600px) {
    .amira26 #logo {
        margin: 10px 60px;
    }

    .amira26 #logo img {
        width: 287px;
        height: 287px;
        max-width: 287px;
        max-height: 287px;
        object-fit: contain;
    }

    .amira26 #logo.detail img,
    .amira26 #logo.fixed img,
    .amira26:has(#pretopmenu.false) #logo img {
        width: auto;
        height: 90px;
        max-height: 90px;
        max-width: none;
        object-fit: unset;
        content: url("/fileadmin/user_upload/Icon/26-amira4.png");
    }
}

@media screen and (min-width: 1900px) {
    .amira26 #pretopmenu,
    .amira26 #pretopmenu span.pretopmenum,
    .amira26 #pretopmenu a.btn.pretopmenum,
    .amira26 #pretopmenu a.btn.pretopmenumd {
        font-size: 16px;
    }

    .amira26 #pretopmenu button.languagemenu,
    .amira26 #pretopmenu a.langmenu,
    .amira26 #pretopmenu .dropdown-item {
        font-size: 19px;
    }

    .amira26 #pretopmenu .whatsapp img,
    .amira26 #pretopmenu .phone img {
        height: 32px;
    }

    .amira26 #pretopmenu .open img,
    .amira26 #pretopmenu .closex img {
        height: 48px;
    }

    .amira26 #logo {
        margin: 10px 80px;
    }

    .amira26 #logo img {
        width: 344px;
        height: 344px;
        max-width: 344px;
        max-height: 344px;
        object-fit: contain;
    }

    .amira26 #logo.detail img,
    .amira26 #logo.fixed img,
    .amira26:has(#pretopmenu.false) #logo img {
        width: auto;
        height: 90px;
        max-height: 90px;
        max-width: none;
        object-fit: unset;
        content: url("/fileadmin/user_upload/Icon/26-amira4.png");
    }
}

.amira26 #MyArgentoNav.sidenav {
    background: #F1F4F1;
    background-image: none;
}

.amira26 #MyArgentoNav.sidenav .contentItem1 {
    overflow: hidden;
}

.amira26 #MyArgentoNav.sidenav .contentItem1 img,
.amira26 #MyArgentoNav.sidenav .contentItem1 img:hover {
    aspect-ratio: 1 / 1;
    width: 66.666%;
    height: auto;
    max-width: 66.666%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}
